2024-11-01T16:13:44.8023503Z Current runner version: '2.320.0' 2024-11-01T16:13:44.8029580Z Runner name: 'i-01509de0e9ccb1018' 2024-11-01T16:13:44.8030243Z Runner group name: 'Default' 2024-11-01T16:13:44.8030966Z Machine name: 'EC2AMAZ-SUNQRVI' 2024-11-01T16:13:44.8046468Z Testing runner upgrade compatibility 2024-11-01T16:13:44.8818798Z ##[group]GITHUB_TOKEN Permissions 2024-11-01T16:13:44.8820610Z Actions: read 2024-11-01T16:13:44.8820969Z Attestations: read 2024-11-01T16:13:44.8821352Z Checks: read 2024-11-01T16:13:44.8821731Z Contents: read 2024-11-01T16:13:44.8822065Z Deployments: read 2024-11-01T16:13:44.8822451Z Discussions: read 2024-11-01T16:13:44.8822970Z Issues: read 2024-11-01T16:13:44.8823298Z Metadata: read 2024-11-01T16:13:44.8823659Z Packages: read 2024-11-01T16:13:44.8823991Z Pages: read 2024-11-01T16:13:44.8824345Z PullRequests: read 2024-11-01T16:13:44.8824748Z RepositoryProjects: read 2024-11-01T16:13:44.8825164Z SecurityEvents: read 2024-11-01T16:13:44.8825746Z Statuses: read 2024-11-01T16:13:44.8826162Z ##[endgroup] 2024-11-01T16:13:44.8829321Z Secret source: Actions 2024-11-01T16:13:44.8829919Z Prepare workflow directory 2024-11-01T16:13:44.9797106Z Prepare all required actions 2024-11-01T16:13:44.9961592Z Getting action download info 2024-11-01T16:13:45.1585839Z Download action repository 'pytorch/test-infra@main' (SHA:49fb39b5efb49007791d74b09885044cd64544bf) 2024-11-01T16:13:49.2814975Z Download action repository 'pytorch/pytorch@main' (SHA:33dce10ece5b38aa0ab76739b658cd980a6e3d8f) 2024-11-01T16:14:57.2977795Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-11-01T16:14:57.6400709Z Getting action download info 2024-11-01T16:14:57.7900398Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-11-01T16:14:57.9936194Z Uses: pytorch/pytorch/.github/workflows/_win-build.yml@refs/tags/ciflow/trunk/138766 (d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea) 2024-11-01T16:14:57.9938377Z ##[group] Inputs 2024-11-01T16:14:57.9938740Z build-environment: win-vs2019-cpu-py3 2024-11-01T16:14:57.9939142Z cuda-version: cpu 2024-11-01T16:14:57.9939689Z use-xpu: false 2024-11-01T16:14:57.9939968Z vc-year: 2019 2024-11-01T16:14:57.9940249Z build-with-debug: false 2024-11-01T16:14:57.9940566Z sync-tag: win-cpu-build 2024-11-01T16:14:57.9942394Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, { config: "default", shard: 2, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, { config: "default", shard: 3, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, ]} 2024-11-01T16:14:57.9944282Z runner: windows.4xlarge.nonephemeral 2024-11-01T16:14:57.9944722Z ##[endgroup] 2024-11-01T16:14:57.9945324Z Complete job name: win-vs2019-cpu-py3 / build 2024-11-01T16:14:58.1254319Z ##[group]Run git config --global core.longpaths true 2024-11-01T16:14:58.1255022Z git config --global core.longpaths true 2024-11-01T16:14:58.1255559Z git config --global core.symlinks true 2024-11-01T16:14:58.1255967Z  2024-11-01T16:14:58.1256484Z # https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock 2024-11-01T16:14:58.1257352Z # the directory on Windows and prevent GHA from checking out as reported 2024-11-01T16:14:58.1258094Z # in https://github.com/actions/checkout/issues/1018 2024-11-01T16:14:58.1258656Z git config --global core.fsmonitor false 2024-11-01T16:14:58.1282048Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:14:58.1282690Z env: 2024-11-01T16:14:58.1282938Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:58.1283243Z ##[endgroup] 2024-11-01T16:14:58.9661051Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2024-11-01T16:14:58.9661668Z env: 2024-11-01T16:14:58.9661953Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:58.9662259Z ##[endgroup] 2024-11-01T16:14:59.2531122Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-11-01T16:14:59.2532407Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-11-01T16:14:59.2533552Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2024-11-01T16:14:59.2534343Z # handle tool 2024-11-01T16:14:59.2534882Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2024-11-01T16:14:59.2535578Z Foreach ($process In $processes) { 2024-11-01T16:14:59.2536013Z  Try { 2024-11-01T16:14:59.2536857Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2024-11-01T16:14:59.2538014Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2024-11-01T16:14:59.2538638Z  } 2024-11-01T16:14:59.2538932Z  Catch { 2024-11-01T16:14:59.2539419Z  Write-Output "No leftover $process process, continuing" 2024-11-01T16:14:59.2540040Z  Write-Output $_ 2024-11-01T16:14:59.2540403Z  } 2024-11-01T16:14:59.2540636Z } 2024-11-01T16:14:59.2540913Z  2024-11-01T16:14:59.2541649Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2024-11-01T16:14:59.2542560Z # for hung processes 2024-11-01T16:14:59.2542981Z Foreach ($process In $processes) { 2024-11-01T16:14:59.2543431Z  Try { 2024-11-01T16:14:59.2544073Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2024-11-01T16:14:59.2544761Z  } 2024-11-01T16:14:59.2545048Z  Catch { 2024-11-01T16:14:59.2545413Z  Write-Output $_ 2024-11-01T16:14:59.2545722Z  } 2024-11-01T16:14:59.2545965Z } 2024-11-01T16:14:59.2546201Z  2024-11-01T16:14:59.2546421Z Try { 2024-11-01T16:14:59.2546772Z  # Print all the processes for debugging 2024-11-01T16:14:59.2547467Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2024-11-01T16:14:59.2548073Z } 2024-11-01T16:14:59.2548316Z Catch { 2024-11-01T16:14:59.2548896Z  # Better to write out whatever exception thrown to help debugging any potential issue 2024-11-01T16:14:59.2549645Z  Write-Output $_ 2024-11-01T16:14:59.2549966Z } 2024-11-01T16:14:59.2566091Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T16:14:59.2566802Z env: 2024-11-01T16:14:59.2567065Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:14:59.2567381Z ##[endgroup] 2024-11-01T16:14:59.5915892Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T16:14:59.5950035Z Finished 2024-11-01T16:14:59.6107201Z No leftover python process, continuing 2024-11-01T16:14:59.6637427Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2024-11-01T16:14:59.6638492Z At C:\actions-runner\_work\_temp\d252ccdc-0d51-4029-b133-f3be43d2b05e.ps1:9 char:5 2024-11-01T16:14:59.6639392Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:14:59.6640058Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:59.6640751Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2024-11-01T16:14:59.6641884Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:14:59.6642705Z 2024-11-01T16:14:59.6654270Z No leftover ninja process, continuing 2024-11-01T16:14:59.6663713Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2024-11-01T16:14:59.6664736Z At C:\actions-runner\_work\_temp\d252ccdc-0d51-4029-b133-f3be43d2b05e.ps1:9 char:5 2024-11-01T16:14:59.6666132Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:14:59.6666722Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:59.6667406Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2024-11-01T16:14:59.6668536Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:14:59.6669339Z 2024-11-01T16:14:59.6678731Z No leftover cl process, continuing 2024-11-01T16:14:59.6688968Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2024-11-01T16:14:59.6689979Z At C:\actions-runner\_work\_temp\d252ccdc-0d51-4029-b133-f3be43d2b05e.ps1:9 char:5 2024-11-01T16:14:59.6690789Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:14:59.6691443Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:59.6692122Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2024-11-01T16:14:59.6693224Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:14:59.6694043Z 2024-11-01T16:14:59.6703159Z No leftover nvcc process, continuing 2024-11-01T16:14:59.6713146Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2024-11-01T16:14:59.6714148Z At C:\actions-runner\_work\_temp\d252ccdc-0d51-4029-b133-f3be43d2b05e.ps1:9 char:5 2024-11-01T16:14:59.6714970Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:14:59.6715624Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:59.6716289Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2024-11-01T16:14:59.6717409Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:14:59.6718230Z 2024-11-01T16:14:59.6744647Z No leftover sccache process, continuing 2024-11-01T16:14:59.6754907Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2024-11-01T16:14:59.6755979Z At C:\actions-runner\_work\_temp\d252ccdc-0d51-4029-b133-f3be43d2b05e.ps1:9 char:5 2024-11-01T16:14:59.6756824Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:14:59.6757467Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:59.6758168Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2024-11-01T16:14:59.6759327Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:14:59.6760143Z 2024-11-01T16:14:59.6766616Z No leftover git process, continuing 2024-11-01T16:14:59.6777179Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2024-11-01T16:14:59.6778237Z At C:\actions-runner\_work\_temp\d252ccdc-0d51-4029-b133-f3be43d2b05e.ps1:9 char:5 2024-11-01T16:14:59.6779062Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:14:59.6779665Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:59.6780349Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2024-11-01T16:14:59.6781469Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:14:59.6782272Z 2024-11-01T16:14:59.7589176Z Get-WmiObject : Illegal operation attempted on a registry key that has been marked for deletion. (Exception from 2024-11-01T16:14:59.7590031Z HRESULT: 0x800703FA) 2024-11-01T16:14:59.7590713Z At C:\actions-runner\_work\_temp\d252ccdc-0d51-4029-b133-f3be43d2b05e.ps1:21 char:6 2024-11-01T16:14:59.7591660Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:14:59.7592303Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:59.7592937Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-11-01T16:14:59.7593915Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-11-01T16:14:59.7594669Z 2024-11-01T16:14:59.7621606Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-11-01T16:14:59.7622842Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-11-01T16:14:59.7623701Z deletion. (Exception from HRESULT: 0x800703FA). 2024-11-01T16:14:59.7624383Z At C:\actions-runner\_work\_temp\d252ccdc-0d51-4029-b133-f3be43d2b05e.ps1:21 char:6 2024-11-01T16:14:59.7625245Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:14:59.7625926Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:59.7626555Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-11-01T16:14:59.7627532Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-11-01T16:14:59.7628292Z 2024-11-01T16:14:59.7647051Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-11-01T16:14:59.7648372Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-11-01T16:14:59.7649297Z deletion. (Exception from HRESULT: 0x800703FA). 2024-11-01T16:14:59.7650003Z At C:\actions-runner\_work\_temp\d252ccdc-0d51-4029-b133-f3be43d2b05e.ps1:21 char:6 2024-11-01T16:14:59.7650810Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:14:59.7651444Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:59.7652096Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-11-01T16:14:59.7653062Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-11-01T16:14:59.7653825Z 2024-11-01T16:14:59.7674463Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-11-01T16:14:59.7675722Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-11-01T16:14:59.7676580Z deletion. (Exception from HRESULT: 0x800703FA). 2024-11-01T16:14:59.7677340Z At C:\actions-runner\_work\_temp\d252ccdc-0d51-4029-b133-f3be43d2b05e.ps1:21 char:6 2024-11-01T16:14:59.7678215Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:14:59.7678835Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:59.7679489Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-11-01T16:14:59.7680468Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-11-01T16:14:59.7681221Z 2024-11-01T16:14:59.7702527Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-11-01T16:14:59.7703787Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-11-01T16:14:59.7704657Z deletion. (Exception from HRESULT: 0x800703FA). 2024-11-01T16:14:59.7705337Z At C:\actions-runner\_work\_temp\d252ccdc-0d51-4029-b133-f3be43d2b05e.ps1:21 char:6 2024-11-01T16:14:59.7706784Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:14:59.7707490Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:59.7708208Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-11-01T16:14:59.7709443Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-11-01T16:14:59.7710299Z 2024-11-01T16:14:59.7736109Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-11-01T16:14:59.7737393Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-11-01T16:14:59.7738273Z deletion. (Exception from HRESULT: 0x800703FA). 2024-11-01T16:14:59.7738965Z At C:\actions-runner\_work\_temp\d252ccdc-0d51-4029-b133-f3be43d2b05e.ps1:21 char:6 2024-11-01T16:14:59.7739781Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:14:59.7740410Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:59.7741047Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-11-01T16:14:59.7742119Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-11-01T16:14:59.7742920Z 2024-11-01T16:14:59.7765443Z Get-WmiObject : Retrieving the COM class factory for component with CLSID {CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA} 2024-11-01T16:14:59.7766715Z failed due to the following error: 800703fa Illegal operation attempted on a registry key that has been marked for 2024-11-01T16:14:59.7767567Z deletion. (Exception from HRESULT: 0x800703FA). 2024-11-01T16:14:59.7768259Z At C:\actions-runner\_work\_temp\d252ccdc-0d51-4029-b133-f3be43d2b05e.ps1:21 char:6 2024-11-01T16:14:59.7769074Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:14:59.7769707Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:14:59.7770332Z + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], COMException 2024-11-01T16:14:59.7771307Z + FullyQualifiedErrorId : GetWMICOMException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 2024-11-01T16:14:59.7772068Z 2024-11-01T16:15:00.0274432Z Caption CommandLine ProcessId 2024-11-01T16:15:00.0275139Z 2024-11-01T16:15:00.0275649Z System Idle Process 0 2024-11-01T16:15:00.0276274Z 2024-11-01T16:15:00.0277254Z System 4 2024-11-01T16:15:00.0277811Z 2024-11-01T16:15:00.0278541Z Registry 168 2024-11-01T16:15:00.0279057Z 2024-11-01T16:15:00.0279802Z smss.exe 408 2024-11-01T16:15:00.0281097Z 2024-11-01T16:15:00.0281507Z csrss.exe 532 2024-11-01T16:15:00.0282030Z 2024-11-01T16:15:00.0282443Z csrss.exe 608 2024-11-01T16:15:00.0282972Z 2024-11-01T16:15:00.0283390Z wininit.exe 632 2024-11-01T16:15:00.0283923Z 2024-11-01T16:15:00.0284411Z winlogon.exe winlogon.exe 704 2024-11-01T16:15:00.0285016Z 2024-11-01T16:15:00.0285586Z services.exe 748 2024-11-01T16:15:00.0286132Z 2024-11-01T16:15:00.0287134Z lsass.exe C:\Windows\system32\lsass.exe 768 2024-11-01T16:15:00.0287821Z 2024-11-01T16:15:00.0288560Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 892 2024-11-01T16:15:00.0289408Z 2024-11-01T16:15:00.0290069Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 916 2024-11-01T16:15:00.0290843Z 2024-11-01T16:15:00.0291695Z fontdrvhost.exe "fontdrvhost.exe" 940 2024-11-01T16:15:00.0292342Z 2024-11-01T16:15:00.0292864Z fontdrvhost.exe "fontdrvhost.exe" 948 2024-11-01T16:15:00.0293587Z 2024-11-01T16:15:00.0294228Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 136 2024-11-01T16:15:00.0294982Z 2024-11-01T16:15:00.0295679Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 468 2024-11-01T16:15:00.0296493Z 2024-11-01T16:15:00.0297202Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 1040 2024-11-01T16:15:00.0298024Z 2024-11-01T16:15:00.0298852Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1152 2024-11-01T16:15:00.0299815Z 2024-11-01T16:15:00.0300243Z dwm.exe "dwm.exe" 1188 2024-11-01T16:15:00.0300810Z 2024-11-01T16:15:00.0301624Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1320 2024-11-01T16:15:00.0302576Z 2024-11-01T16:15:00.0303148Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe 1328 2024-11-01T16:15:00.0303865Z 2024-11-01T16:15:00.0304554Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1424 2024-11-01T16:15:00.0305386Z 2024-11-01T16:15:00.0306122Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1436 2024-11-01T16:15:00.0306934Z 2024-11-01T16:15:00.0308858Z NVDisplay.Container.exe "C:\Program Files\NVIDIA Corporation\Display.NvContainer\NVDisplay.Container.exe" -s NVDisplay.ContainerLocalSystem -f "C:\ProgramData\NVIDIA\NVDisplay.ContainerLocalSystem.log" -l 3 -d "C:\Program Files\NVIDIA Corporation\Display.NvContainer\plugins\LocalSystem" -r -p 30000 -ert 1464 2024-11-01T16:15:00.0311349Z 2024-11-01T16:15:00.0312327Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1496 2024-11-01T16:15:00.0313318Z 2024-11-01T16:15:00.0314042Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1552 2024-11-01T16:15:00.0314920Z 2024-11-01T16:15:00.0315608Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1576 2024-11-01T16:15:00.0316437Z 2024-11-01T16:15:00.0317160Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1668 2024-11-01T16:15:00.0318022Z 2024-11-01T16:15:00.0318751Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1676 2024-11-01T16:15:00.0319627Z 2024-11-01T16:15:00.0320441Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 1768 2024-11-01T16:15:00.0321382Z 2024-11-01T16:15:00.0322224Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1888 2024-11-01T16:15:00.0323208Z 2024-11-01T16:15:00.0323890Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1940 2024-11-01T16:15:00.0324711Z 2024-11-01T16:15:00.0325563Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1952 2024-11-01T16:15:00.0326557Z 2024-11-01T16:15:00.0327292Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1960 2024-11-01T16:15:00.0328149Z 2024-11-01T16:15:00.0328838Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 1644 2024-11-01T16:15:00.0329650Z 2024-11-01T16:15:00.0330409Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 2060 2024-11-01T16:15:00.0332407Z 2024-11-01T16:15:00.0333312Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2132 2024-11-01T16:15:00.0334315Z 2024-11-01T16:15:00.0335062Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2184 2024-11-01T16:15:00.0335927Z 2024-11-01T16:15:00.0336660Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2252 2024-11-01T16:15:00.0337505Z 2024-11-01T16:15:00.0338274Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2276 2024-11-01T16:15:00.0339166Z 2024-11-01T16:15:00.0339954Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2340 2024-11-01T16:15:00.0340859Z 2024-11-01T16:15:00.0341807Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 2444 2024-11-01T16:15:00.0342771Z 2024-11-01T16:15:00.0343492Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2468 2024-11-01T16:15:00.0344960Z 2024-11-01T16:15:00.0345689Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 2632 2024-11-01T16:15:00.0346509Z 2024-11-01T16:15:00.0347223Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2720 2024-11-01T16:15:00.0348045Z 2024-11-01T16:15:00.0348624Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2836 2024-11-01T16:15:00.0349328Z 2024-11-01T16:15:00.0350053Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2924 2024-11-01T16:15:00.0350886Z 2024-11-01T16:15:00.0351686Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2932 2024-11-01T16:15:00.0352628Z 2024-11-01T16:15:00.0353309Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2940 2024-11-01T16:15:00.0354133Z 2024-11-01T16:15:00.0354860Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2948 2024-11-01T16:15:00.0355727Z 2024-11-01T16:15:00.0356527Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2956 2024-11-01T16:15:00.0357462Z 2024-11-01T16:15:00.0358601Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2968 2024-11-01T16:15:00.0359474Z 2024-11-01T16:15:00.0360176Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2964 2024-11-01T16:15:00.0361098Z 2024-11-01T16:15:00.0361790Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2988 2024-11-01T16:15:00.0362625Z 2024-11-01T16:15:00.0363321Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 3140 2024-11-01T16:15:00.0364161Z 2024-11-01T16:15:00.0364749Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 3164 2024-11-01T16:15:00.0365474Z 2024-11-01T16:15:00.0366518Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 3248 2024-11-01T16:15:00.0367606Z 2024-11-01T16:15:00.0368302Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3316 2024-11-01T16:15:00.0369127Z 2024-11-01T16:15:00.0370007Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3724 2024-11-01T16:15:00.0370988Z 2024-11-01T16:15:00.0371600Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 3856 2024-11-01T16:15:00.0372361Z 2024-11-01T16:15:00.0373052Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a76855 /state1:0x41c64e6d 3224 2024-11-01T16:15:00.0373883Z 2024-11-01T16:15:00.0375626Z NVDisplay.Container.exe "C:\Program Files\NVIDIA Corporation\Display.NvContainer\NVDisplay.Container.exe" -f "C:\ProgramData\NVIDIA\DisplaySessionContainer%d.log" -d "C:\Program Files\NVIDIA Corporation\Display.NvContainer\plugins\Session" -r -l 3 -p 30000 -ert -c 1096 2024-11-01T16:15:00.0378170Z 2024-11-01T16:15:00.0378831Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe -spawnprovider 2076 2024-11-01T16:15:00.0379605Z 2024-11-01T16:15:00.0380151Z vds.exe C:\Windows\System32\vds.exe 3044 2024-11-01T16:15:00.0380812Z 2024-11-01T16:15:00.0381564Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 4396 2024-11-01T16:15:00.0382435Z 2024-11-01T16:15:00.0383283Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s WdiSystemHost 4440 2024-11-01T16:15:00.0384240Z 2024-11-01T16:15:00.0385048Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 4488 2024-11-01T16:15:00.0385981Z 2024-11-01T16:15:00.0386545Z msdtc.exe C:\Windows\System32\msdtc.exe 4652 2024-11-01T16:15:00.0387231Z 2024-11-01T16:15:00.0388039Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 4832 2024-11-01T16:15:00.0388964Z 2024-11-01T16:15:00.0389651Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 4980 2024-11-01T16:15:00.0390456Z 2024-11-01T16:15:00.0391170Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 1212 2024-11-01T16:15:00.0392004Z 2024-11-01T16:15:00.0393095Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 4236 2024-11-01T16:15:00.0394309Z 2024-11-01T16:15:00.0396312Z 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 976 2024-11-01T16:15:00.0398425Z 2024-11-01T16:15:00.0399036Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3372 2024-11-01T16:15:00.0399780Z 2024-11-01T16:15:00.0400534Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 4812 2024-11-01T16:15:00.0401429Z 2024-11-01T16:15:00.0402237Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 5108 2024-11-01T16:15:00.0403179Z 2024-11-01T16:15:00.0403906Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 1180 2024-11-01T16:15:00.0404784Z 2024-11-01T16:15:00.0405633Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 4684 2024-11-01T16:15:00.0406690Z 2024-11-01T16:15:00.0407299Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4144 2024-11-01T16:15:00.0408045Z 2024-11-01T16:15:00.0408749Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 4056 2024-11-01T16:15:00.0409598Z 2024-11-01T16:15:00.0410392Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 1776 2024-11-01T16:15:00.0411265Z 2024-11-01T16:15:00.0411989Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 3636 2024-11-01T16:15:00.0412918Z 2024-11-01T16:15:00.0413545Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4788 2024-11-01T16:15:00.0414281Z 2024-11-01T16:15:00.0414839Z taskhostw.exe taskhostw.exe /RuntimeWide 4184 2024-11-01T16:15:00.0415527Z 2024-11-01T16:15:00.0416399Z ngentask.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:932 2668 2024-11-01T16:15:00.0417381Z 2024-11-01T16:15:00.0417991Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3132 2024-11-01T16:15:00.0418719Z 2024-11-01T16:15:00.0419531Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 444 2024-11-01T16:15:00.0420461Z 2024-11-01T16:15:00.0421368Z ngen.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 616 2024-11-01T16:15:00.0422398Z 2024-11-01T16:15:00.0423459Z ngentask.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\NGenTask.exe" /RuntimeWide /StopEvent:524 3084 2024-11-01T16:15:00.0424637Z 2024-11-01T16:15:00.0425256Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4092 2024-11-01T16:15:00.0425986Z 2024-11-01T16:15:00.0426989Z ngen.exe "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe" ExecuteQueuedItems /LegacyServiceBehavior 3520 2024-11-01T16:15:00.0428088Z 2024-11-01T16:15:00.0428868Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 1364 2296 1228 2024-11-01T16:15:00.0429760Z 2024-11-01T16:15:00.0430373Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3464 2024-11-01T16:15:00.0431103Z 2024-11-01T16:15:00.0432271Z mscorsvw.exe C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorsvw.exe -StartupEvent 45c -InterruptEvent 0 -NGENProcess 438 -Pipe 48c -Comment "NGen Worker Process" 3924 2024-11-01T16:15:00.0433572Z 2024-11-01T16:15:00.0434736Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\d252ccdc-0d51-4029-b133-f3be43d2b05e.ps1'" 4148 2024-11-01T16:15:00.0436030Z 2024-11-01T16:15:00.0436883Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 4192 2024-11-01T16:15:00.0437876Z 2024-11-01T16:15:00.0438490Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 1400 2024-11-01T16:15:00.0439251Z 2024-11-01T16:15:00.0439256Z 2024-11-01T16:15:00.0439260Z 2024-11-01T16:15:00.0698254Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2024-11-01T16:15:00.0698822Z with: 2024-11-01T16:15:00.0699486Z github-secret: *** 2024-11-01T16:15:00.0702357Z 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 2024-11-01T16:15:00.0705371Z activate-with-label: false 2024-11-01T16:15:00.0705703Z label: with-ssh 2024-11-01T16:15:00.0705984Z remove-existing-keys: true 2024-11-01T16:15:00.0706320Z fail-silently: true 2024-11-01T16:15:00.0706595Z env: 2024-11-01T16:15:00.0706869Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:15:00.0707161Z ##[endgroup] 2024-11-01T16:15:00.1808079Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2024-11-01T16:15:00.1809703Z ciflow reference detected, attempting to extract PR number 2024-11-01T16:15:00.4946852Z Grabbing public ssh keys from https://github.com/pytorch-bot[bot].keys 2024-11-01T16:15:00.5470726Z No SSH keys found for user pytorch-bot[bot] 2024-11-01T16:15:00.5471532Z Grabbing public ssh keys from https://github.com/c00w.keys 2024-11-01T16:15:00.5991010Z Public keys pulled and installed to C:\Users\runneruser\.ssh\authorized_keys 2024-11-01T16:15:00.6025303Z Login using: ssh runneruser@ec2-54-86-112-165.compute-1.amazonaws.com 2024-11-01T16:15:00.6026031Z To forward remote desktop on your local machine ssh as follows: 2024-11-01T16:15:00.6026885Z ssh -L 3389:localhost:3389 runneruser@ec2-54-86-112-165.compute-1.amazonaws.com 2024-11-01T16:15:00.6027567Z And then change password using `passwd` command. 2024-11-01T16:15:00.6027928Z 2024-11-01T16:15:00.6028308Z To start build locally, change working folder to \actions-runner\_work\pytorch\pytorch, 2024-11-01T16:15:00.6029111Z Activate miniconda and Visual Studio environment, by running: 2024-11-01T16:15:00.6029804Z call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2024-11-01T16:15:00.6030763Z call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 2024-11-01T16:15:00.6251630Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-11-01T16:15:00.6252173Z with: 2024-11-01T16:15:00.6252411Z no-sudo: true 2024-11-01T16:15:00.6252686Z submodules: recursive 2024-11-01T16:15:00.6252974Z fetch-depth: 0 2024-11-01T16:15:00.6253232Z env: 2024-11-01T16:15:00.6253466Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:15:00.6253763Z ##[endgroup] 2024-11-01T16:15:00.6335221Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-11-01T16:15:00.6336523Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-11-01T16:15:00.6355188Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:15:00.6355950Z env: 2024-11-01T16:15:00.6356245Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:15:00.6356544Z ##[endgroup] 2024-11-01T16:15:00.6731567Z ##[group]Run retry () { 2024-11-01T16:15:00.6731896Z retry () { 2024-11-01T16:15:00.6732345Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-11-01T16:15:00.6732877Z } 2024-11-01T16:15:00.6733154Z echo "${GITHUB_WORKSPACE}" 2024-11-01T16:15:00.6733526Z if [ -z "${NO_SUDO}" ]; then 2024-11-01T16:15:00.6733973Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-11-01T16:15:00.6734398Z else 2024-11-01T16:15:00.6734696Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-11-01T16:15:00.6735091Z fi 2024-11-01T16:15:00.6735365Z mkdir "${GITHUB_WORKSPACE}" 2024-11-01T16:15:00.6752967Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:15:00.6753668Z env: 2024-11-01T16:15:00.6753954Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:15:00.6754296Z NO_SUDO: true 2024-11-01T16:15:00.6754551Z ##[endgroup] 2024-11-01T16:15:00.6921189Z C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:15:01.0099223Z ##[group]Run malfet/checkout@silent-checkout 2024-11-01T16:15:01.0099693Z with: 2024-11-01T16:15:01.0099986Z ref: d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:15:01.0100418Z fetch-depth: 0 2024-11-01T16:15:01.0100710Z submodules: recursive 2024-11-01T16:15:01.0101008Z quiet-checkout: true 2024-11-01T16:15:01.0101332Z repository: pytorch/pytorch 2024-11-01T16:15:01.0101842Z token: *** 2024-11-01T16:15:01.0102081Z ssh-strict: true 2024-11-01T16:15:01.0102378Z persist-credentials: true 2024-11-01T16:15:01.0102701Z clean: true 2024-11-01T16:15:01.0102974Z sparse-checkout-cone-mode: true 2024-11-01T16:15:01.0103331Z lfs: false 2024-11-01T16:15:01.0103598Z set-safe-directory: true 2024-11-01T16:15:01.0103886Z env: 2024-11-01T16:15:01.0104124Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:15:01.0104426Z ##[endgroup] 2024-11-01T16:15:01.1180333Z Syncing repository: pytorch/pytorch 2024-11-01T16:15:01.1189183Z ##[group]Getting Git version info 2024-11-01T16:15:01.1189768Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2024-11-01T16:15:01.1203311Z [command]"C:\Program Files\Git\cmd\git.exe" version 2024-11-01T16:15:01.1405708Z git version 2.46.0.windows.1 2024-11-01T16:15:01.1450637Z ##[endgroup] 2024-11-01T16:15:01.1463663Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\2f9680bc-5f3d-4f2e-a250-2c704bfc3050\.gitconfig' 2024-11-01T16:15:01.1481151Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\2f9680bc-5f3d-4f2e-a250-2c704bfc3050' before making global git config changes 2024-11-01T16:15:01.1482362Z Adding repository directory to the temporary git global config as a safe directory 2024-11-01T16:15:01.1488795Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:15:01.1714770Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2024-11-01T16:15:01.1721347Z ##[group]Initializing the repository 2024-11-01T16:15:01.1726594Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:15:01.2693655Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2024-11-01T16:15:01.2735901Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2024-11-01T16:15:01.3001762Z ##[endgroup] 2024-11-01T16:15:01.3002406Z ##[group]Disabling automatic garbage collection 2024-11-01T16:15:01.3009252Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2024-11-01T16:15:01.3249395Z ##[endgroup] 2024-11-01T16:15:01.3249987Z ##[group]Setting up auth 2024-11-01T16:15:01.3259378Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2024-11-01T16:15:01.3484053Z [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' || :\"" 2024-11-01T16:15:01.8789431Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-11-01T16:15:01.9012968Z [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' || :\"" 2024-11-01T16:15:02.2411757Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2024-11-01T16:15:02.2645750Z ##[endgroup] 2024-11-01T16:15:02.2646383Z ##[group]Fetching the repository 2024-11-01T16:15:02.2656048Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --progress --no-recurse-submodules --quiet origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2024-11-01T16:15:08.6804195Z remote: Enumerating objects: 1053427 2024-11-01T16:15:08.6804766Z remote: Enumerating objects: 1053798, done. 2024-11-01T16:15:08.6807233Z remote: Counting objects: 0% (1/371) 2024-11-01T16:15:08.6807981Z remote: Counting objects: 1% (4/371) 2024-11-01T16:15:08.6808735Z remote: Counting objects: 2% (8/371) 2024-11-01T16:15:08.6809201Z remote: Counting objects: 3% (12/371) 2024-11-01T16:15:08.6809683Z remote: Counting objects: 4% (15/371) 2024-11-01T16:15:08.6810161Z remote: Counting objects: 5% (19/371) 2024-11-01T16:15:08.6810773Z remote: Counting objects: 6% (23/371) 2024-11-01T16:15:08.6811420Z remote: Counting objects: 7% (26/371) 2024-11-01T16:15:08.6812015Z remote: Counting objects: 8% (30/371) 2024-11-01T16:15:08.6812624Z remote: Counting objects: 9% (34/371) 2024-11-01T16:15:08.6813131Z remote: Counting objects: 10% (38/371) 2024-11-01T16:15:08.6814546Z remote: Counting objects: 11% (41/371) 2024-11-01T16:15:08.6815022Z remote: Counting objects: 12% (45/371) 2024-11-01T16:15:08.6815474Z remote: Counting objects: 13% (49/371) 2024-11-01T16:15:08.6815938Z remote: Counting objects: 14% (52/371) 2024-11-01T16:15:08.6816452Z remote: Counting objects: 15% (56/371) 2024-11-01T16:15:08.6816919Z remote: Counting objects: 16% (60/371) 2024-11-01T16:15:08.6817373Z remote: Counting objects: 17% (64/371) 2024-11-01T16:15:08.6817842Z remote: Counting objects: 18% (67/371) 2024-11-01T16:15:08.6818314Z remote: Counting objects: 19% (71/371) 2024-11-01T16:15:08.6818766Z remote: Counting objects: 20% (75/371) 2024-11-01T16:15:08.6819229Z remote: Counting objects: 21% (78/371) 2024-11-01T16:15:08.6819691Z remote: Counting objects: 22% (82/371) 2024-11-01T16:15:08.6820137Z remote: Counting objects: 23% (86/371) 2024-11-01T16:15:08.6821047Z remote: Counting objects: 24% (90/371) 2024-11-01T16:15:08.6821534Z remote: Counting objects: 25% (93/371) 2024-11-01T16:15:08.6821988Z remote: Counting objects: 26% (97/371) 2024-11-01T16:15:08.6822466Z remote: Counting objects: 27% (101/371) 2024-11-01T16:15:08.6822950Z remote: Counting objects: 28% (104/371) 2024-11-01T16:15:08.6823418Z remote: Counting objects: 29% (108/371) 2024-11-01T16:15:08.6823893Z remote: Counting objects: 30% (112/371) 2024-11-01T16:15:08.6824367Z remote: Counting objects: 31% (116/371) 2024-11-01T16:15:08.6824845Z remote: Counting objects: 32% (119/371) 2024-11-01T16:15:08.6825304Z remote: Counting objects: 33% (123/371) 2024-11-01T16:15:08.6825780Z remote: Counting objects: 34% (127/371) 2024-11-01T16:15:08.6826251Z remote: Counting objects: 35% (130/371) 2024-11-01T16:15:08.6826709Z remote: Counting objects: 36% (134/371) 2024-11-01T16:15:08.6827192Z remote: Counting objects: 37% (138/371) 2024-11-01T16:15:08.6827664Z remote: Counting objects: 38% (141/371) 2024-11-01T16:15:08.6828122Z remote: Counting objects: 39% (145/371) 2024-11-01T16:15:08.6828594Z remote: Counting objects: 40% (149/371) 2024-11-01T16:15:08.6829066Z remote: Counting objects: 41% (153/371) 2024-11-01T16:15:08.6829521Z remote: Counting objects: 42% (156/371) 2024-11-01T16:15:08.6829992Z remote: Counting objects: 43% (160/371) 2024-11-01T16:15:08.6830470Z remote: Counting objects: 44% (164/371) 2024-11-01T16:15:08.6830930Z remote: Counting objects: 45% (167/371) 2024-11-01T16:15:08.6831405Z remote: Counting objects: 46% (171/371) 2024-11-01T16:15:08.6831876Z remote: Counting objects: 47% (175/371) 2024-11-01T16:15:08.6832336Z remote: Counting objects: 48% (179/371) 2024-11-01T16:15:08.6832812Z remote: Counting objects: 49% (182/371) 2024-11-01T16:15:08.6833296Z remote: Counting objects: 50% (186/371) 2024-11-01T16:15:08.6833755Z remote: Counting objects: 51% (190/371) 2024-11-01T16:15:08.6834228Z remote: Counting objects: 52% (193/371) 2024-11-01T16:15:08.6834703Z remote: Counting objects: 53% (197/371) 2024-11-01T16:15:08.6835175Z remote: Counting objects: 54% (201/371) 2024-11-01T16:15:08.6835638Z remote: Counting objects: 55% (205/371) 2024-11-01T16:15:08.6836110Z remote: Counting objects: 56% (208/371) 2024-11-01T16:15:08.6836581Z remote: Counting objects: 57% (212/371) 2024-11-01T16:15:08.6837045Z remote: Counting objects: 58% (216/371) 2024-11-01T16:15:08.6837518Z remote: Counting objects: 59% (219/371) 2024-11-01T16:15:08.6837994Z remote: Counting objects: 60% (223/371) 2024-11-01T16:15:08.6838450Z remote: Counting objects: 61% (227/371) 2024-11-01T16:15:08.6838925Z remote: Counting objects: 62% (231/371) 2024-11-01T16:15:08.6839746Z remote: Counting objects: 63% (234/371) 2024-11-01T16:15:08.6840210Z remote: Counting objects: 64% (238/371) 2024-11-01T16:15:08.6840686Z remote: Counting objects: 65% (242/371) 2024-11-01T16:15:08.6841163Z remote: Counting objects: 66% (245/371) 2024-11-01T16:15:08.6841623Z remote: Counting objects: 67% (249/371) 2024-11-01T16:15:08.6842095Z remote: Counting objects: 68% (253/371) 2024-11-01T16:15:08.6842564Z remote: Counting objects: 69% (256/371) 2024-11-01T16:15:08.6843015Z remote: Counting objects: 70% (260/371) 2024-11-01T16:15:08.6843484Z remote: Counting objects: 71% (264/371) 2024-11-01T16:15:08.6843951Z remote: Counting objects: 72% (268/371) 2024-11-01T16:15:08.6844405Z remote: Counting objects: 73% (271/371) 2024-11-01T16:15:08.6844871Z remote: Counting objects: 74% (275/371) 2024-11-01T16:15:08.6845449Z remote: Counting objects: 75% (279/371) 2024-11-01T16:15:08.6846019Z remote: Counting objects: 76% (282/371) 2024-11-01T16:15:08.6846496Z remote: Counting objects: 77% (286/371) 2024-11-01T16:15:08.6846965Z remote: Counting objects: 78% (290/371) 2024-11-01T16:15:08.6847433Z remote: Counting objects: 79% (294/371) 2024-11-01T16:15:08.6847893Z remote: Counting objects: 80% (297/371) 2024-11-01T16:15:08.6848368Z remote: Counting objects: 81% (301/371) 2024-11-01T16:15:08.6848837Z remote: Counting objects: 82% (305/371) 2024-11-01T16:15:08.6849294Z remote: Counting objects: 83% (308/371) 2024-11-01T16:15:08.6849763Z remote: Counting objects: 84% (312/371) 2024-11-01T16:15:08.6850232Z remote: Counting objects: 85% (316/371) 2024-11-01T16:15:08.6850685Z remote: Counting objects: 86% (320/371) 2024-11-01T16:15:08.6851153Z remote: Counting objects: 87% (323/371) 2024-11-01T16:15:08.6851620Z remote: Counting objects: 88% (327/371) 2024-11-01T16:15:08.6852081Z remote: Counting objects: 89% (331/371) 2024-11-01T16:15:08.6852547Z remote: Counting objects: 90% (334/371) 2024-11-01T16:15:08.6853012Z remote: Counting objects: 91% (338/371) 2024-11-01T16:15:08.6853467Z remote: Counting objects: 92% (342/371) 2024-11-01T16:15:08.6853935Z remote: Counting objects: 93% (346/371) 2024-11-01T16:15:08.6854403Z remote: Counting objects: 94% (349/371) 2024-11-01T16:15:08.6854859Z remote: Counting objects: 95% (353/371) 2024-11-01T16:15:08.6855327Z remote: Counting objects: 96% (357/371) 2024-11-01T16:15:08.6855795Z remote: Counting objects: 97% (360/371) 2024-11-01T16:15:08.6856249Z remote: Counting objects: 98% (364/371) 2024-11-01T16:15:08.6856719Z remote: Counting objects: 99% (368/371) 2024-11-01T16:15:08.6857188Z remote: Counting objects: 100% (371/371) 2024-11-01T16:15:08.6857693Z remote: Counting objects: 100% (371/371), done. 2024-11-01T16:15:08.6858217Z remote: Compressing objects: 0% (1/193) 2024-11-01T16:15:08.6858714Z remote: Compressing objects: 1% (2/193) 2024-11-01T16:15:08.6871554Z remote: Compressing objects: 2% (4/193) 2024-11-01T16:15:08.6879465Z remote: Compressing objects: 3% (6/193) 2024-11-01T16:15:08.6938049Z remote: Compressing objects: 4% (8/193) 2024-11-01T16:15:08.6958114Z remote: Compressing objects: 5% (10/193) 2024-11-01T16:15:08.7131167Z remote: Compressing objects: 6% (12/193) 2024-11-01T16:15:08.7256081Z remote: Compressing objects: 7% (14/193) 2024-11-01T16:15:08.7300263Z remote: Compressing objects: 8% (16/193) 2024-11-01T16:15:08.7317285Z remote: Compressing objects: 9% (18/193) 2024-11-01T16:15:08.7332792Z remote: Compressing objects: 10% (20/193) 2024-11-01T16:15:08.7339974Z remote: Compressing objects: 11% (22/193) 2024-11-01T16:15:08.7340553Z remote: Compressing objects: 12% (24/193) 2024-11-01T16:15:08.7341575Z remote: Compressing objects: 13% (26/193) 2024-11-01T16:15:08.7342084Z remote: Compressing objects: 14% (28/193) 2024-11-01T16:15:08.7342586Z remote: Compressing objects: 15% (29/193) 2024-11-01T16:15:08.7343089Z remote: Compressing objects: 16% (31/193) 2024-11-01T16:15:08.7343579Z remote: Compressing objects: 17% (33/193) 2024-11-01T16:15:08.7344080Z remote: Compressing objects: 18% (35/193) 2024-11-01T16:15:08.7344579Z remote: Compressing objects: 19% (37/193) 2024-11-01T16:15:08.7345141Z remote: Compressing objects: 20% (39/193) 2024-11-01T16:15:08.7345702Z remote: Compressing objects: 21% (41/193) 2024-11-01T16:15:08.7346209Z remote: Compressing objects: 22% (43/193) 2024-11-01T16:15:08.7348091Z remote: Compressing objects: 23% (45/193) 2024-11-01T16:15:08.7350248Z remote: Compressing objects: 24% (47/193) 2024-11-01T16:15:08.7353034Z remote: Compressing objects: 25% (49/193) 2024-11-01T16:15:08.7353948Z remote: Compressing objects: 26% (51/193) 2024-11-01T16:15:08.7354503Z remote: Compressing objects: 27% (53/193) 2024-11-01T16:15:08.7355102Z remote: Compressing objects: 28% (55/193) 2024-11-01T16:15:08.7355610Z remote: Compressing objects: 29% (56/193) 2024-11-01T16:15:08.7356166Z remote: Compressing objects: 30% (58/193) 2024-11-01T16:15:08.7356660Z remote: Compressing objects: 31% (60/193) 2024-11-01T16:15:08.7358758Z remote: Compressing objects: 32% (62/193) 2024-11-01T16:15:08.7359322Z remote: Compressing objects: 33% (64/193) 2024-11-01T16:15:08.7362204Z remote: Compressing objects: 34% (66/193) 2024-11-01T16:15:08.7363146Z remote: Compressing objects: 35% (68/193) 2024-11-01T16:15:08.7363707Z remote: Compressing objects: 36% (70/193) 2024-11-01T16:15:08.7367251Z remote: Compressing objects: 37% (72/193) 2024-11-01T16:15:08.7370749Z remote: Compressing objects: 38% (74/193) 2024-11-01T16:15:08.7378050Z remote: Compressing objects: 39% (76/193) 2024-11-01T16:15:08.7385388Z remote: Compressing objects: 40% (78/193) 2024-11-01T16:15:08.7388265Z remote: Compressing objects: 41% (80/193) 2024-11-01T16:15:08.7389709Z remote: Compressing objects: 42% (82/193) 2024-11-01T16:15:08.7396703Z remote: Compressing objects: 43% (83/193) 2024-11-01T16:15:08.7397409Z remote: Compressing objects: 44% (85/193) 2024-11-01T16:15:08.7397993Z remote: Compressing objects: 45% (87/193) 2024-11-01T16:15:08.7398565Z remote: Compressing objects: 46% (89/193) 2024-11-01T16:15:08.7399156Z remote: Compressing objects: 47% (91/193) 2024-11-01T16:15:08.7399752Z remote: Compressing objects: 48% (93/193) 2024-11-01T16:15:08.7400983Z remote: Compressing objects: 49% (95/193) 2024-11-01T16:15:08.7403192Z remote: Compressing objects: 50% (97/193) 2024-11-01T16:15:08.7403806Z remote: Compressing objects: 51% (99/193) 2024-11-01T16:15:08.7404586Z remote: Compressing objects: 52% (101/193) 2024-11-01T16:15:08.7405263Z remote: Compressing objects: 53% (103/193) 2024-11-01T16:15:08.7405884Z remote: Compressing objects: 54% (105/193) 2024-11-01T16:15:08.7406447Z remote: Compressing objects: 55% (107/193) 2024-11-01T16:15:08.7407063Z remote: Compressing objects: 56% (109/193) 2024-11-01T16:15:08.7407613Z remote: Compressing objects: 57% (111/193) 2024-11-01T16:15:08.7408210Z remote: Compressing objects: 58% (112/193) 2024-11-01T16:15:08.7408750Z remote: Compressing objects: 59% (114/193) 2024-11-01T16:15:08.7409339Z remote: Compressing objects: 60% (116/193) 2024-11-01T16:15:08.7409893Z remote: Compressing objects: 61% (118/193) 2024-11-01T16:15:08.7410478Z remote: Compressing objects: 62% (120/193) 2024-11-01T16:15:08.7411546Z remote: Compressing objects: 63% (122/193) 2024-11-01T16:15:08.7412144Z remote: Compressing objects: 64% (124/193) 2024-11-01T16:15:08.7412690Z remote: Compressing objects: 65% (126/193) 2024-11-01T16:15:08.7413283Z remote: Compressing objects: 66% (128/193) 2024-11-01T16:15:08.7413835Z remote: Compressing objects: 67% (130/193) 2024-11-01T16:15:08.7414415Z remote: Compressing objects: 68% (132/193) 2024-11-01T16:15:08.7414968Z remote: Compressing objects: 69% (134/193) 2024-11-01T16:15:08.7415554Z remote: Compressing objects: 70% (136/193) 2024-11-01T16:15:08.7416109Z remote: Compressing objects: 71% (138/193) 2024-11-01T16:15:08.7416675Z remote: Compressing objects: 72% (139/193) 2024-11-01T16:15:08.7417231Z remote: Compressing objects: 73% (141/193) 2024-11-01T16:15:08.7417777Z remote: Compressing objects: 74% (143/193) 2024-11-01T16:15:08.7418914Z remote: Compressing objects: 75% (145/193) 2024-11-01T16:15:08.7419550Z remote: Compressing objects: 76% (147/193) 2024-11-01T16:15:08.7420151Z remote: Compressing objects: 77% (149/193) 2024-11-01T16:15:08.7420694Z remote: Compressing objects: 78% (151/193) 2024-11-01T16:15:08.7421290Z remote: Compressing objects: 79% (153/193) 2024-11-01T16:15:08.7421797Z remote: Compressing objects: 80% (155/193) 2024-11-01T16:15:08.7422287Z remote: Compressing objects: 81% (157/193) 2024-11-01T16:15:08.7422788Z remote: Compressing objects: 82% (159/193) 2024-11-01T16:15:08.7423286Z remote: Compressing objects: 83% (161/193) 2024-11-01T16:15:08.7423786Z remote: Compressing objects: 84% (163/193) 2024-11-01T16:15:08.7424277Z remote: Compressing objects: 85% (165/193) 2024-11-01T16:15:08.7424777Z remote: Compressing objects: 86% (166/193) 2024-11-01T16:15:08.7425278Z remote: Compressing objects: 87% (168/193) 2024-11-01T16:15:08.7425775Z remote: Compressing objects: 88% (170/193) 2024-11-01T16:15:08.7426271Z remote: Compressing objects: 89% (172/193) 2024-11-01T16:15:08.7426819Z remote: Compressing objects: 90% (174/193) 2024-11-01T16:15:08.7427397Z remote: Compressing objects: 91% (176/193) 2024-11-01T16:15:08.7427895Z remote: Compressing objects: 92% (178/193) 2024-11-01T16:15:08.7428478Z remote: Compressing objects: 93% (180/193) 2024-11-01T16:15:08.7428969Z remote: Compressing objects: 94% (182/193) 2024-11-01T16:15:08.7435981Z remote: Compressing objects: 95% (184/193) 2024-11-01T16:15:08.7436535Z remote: Compressing objects: 96% (186/193) 2024-11-01T16:15:08.7437043Z remote: Compressing objects: 97% (188/193) 2024-11-01T16:15:08.7437567Z remote: Compressing objects: 98% (190/193) 2024-11-01T16:15:08.7438076Z remote: Compressing objects: 99% (192/193) 2024-11-01T16:15:08.7438730Z remote: Compressing objects: 100% (193/193) 2024-11-01T16:15:08.7439422Z remote: Compressing objects: 100% (193/193), done. 2024-11-01T16:15:33.0949251Z remote: Total 1053798 (delta 211), reused 310 (delta 177), pack-reused 1053427 (from 1) 2024-11-01T16:16:27.1470142Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea^{object} 2024-11-01T16:16:27.1661831Z d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:16:27.1695799Z ##[endgroup] 2024-11-01T16:16:27.1696410Z ##[group]Determining the checkout info 2024-11-01T16:16:27.1697497Z ##[endgroup] 2024-11-01T16:16:27.1698160Z ##[group]Checking out the ref 2024-11-01T16:16:27.1729346Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --quiet --force d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:16:47.9138536Z ##[endgroup] 2024-11-01T16:16:47.9139164Z ##[group]Setting up auth for fetching submodules 2024-11-01T16:16:47.9148798Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2024-11-01T16:16:47.9450651Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2024-11-01T16:16:47.9675708Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2024-11-01T16:16:47.9904249Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-11-01T16:16:48.0118954Z ##[endgroup] 2024-11-01T16:16:48.0119471Z ##[group]Fetching submodules 2024-11-01T16:16:48.0126306Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2024-11-01T16:16:48.5117565Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2024-11-01T16:16:48.9197008Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2024-11-01T16:16:48.9198620Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2024-11-01T16:16:48.9200084Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2024-11-01T16:16:48.9201499Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2024-11-01T16:16:48.9202797Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2024-11-01T16:16:48.9204347Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2024-11-01T16:16:48.9205962Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2024-11-01T16:16:48.9207252Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2024-11-01T16:16:48.9208687Z Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel' 2024-11-01T16:16:48.9210129Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2024-11-01T16:16:48.9211452Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2024-11-01T16:16:48.9212808Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2024-11-01T16:16:48.9214156Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2024-11-01T16:16:48.9215346Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2024-11-01T16:16:48.9216523Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2024-11-01T16:16:48.9217800Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2024-11-01T16:16:48.9219016Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2024-11-01T16:16:48.9220307Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:16:48.9221788Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2024-11-01T16:16:48.9223080Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2024-11-01T16:16:48.9224290Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2024-11-01T16:16:48.9225443Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2024-11-01T16:16:48.9226761Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2024-11-01T16:16:48.9228150Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2024-11-01T16:16:48.9229536Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2024-11-01T16:16:48.9230870Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2024-11-01T16:16:48.9232318Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2024-11-01T16:16:48.9233719Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2024-11-01T16:16:48.9235331Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2024-11-01T16:16:48.9236831Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2024-11-01T16:16:48.9238396Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2024-11-01T16:16:48.9239995Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2024-11-01T16:16:48.9241596Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2024-11-01T16:16:48.9246763Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2024-11-01T16:16:48.9248046Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2024-11-01T16:16:48.9249297Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2024-11-01T16:16:49.9470478Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2024-11-01T16:16:50.3049328Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2024-11-01T16:16:50.6600569Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2024-11-01T16:16:51.3603318Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2024-11-01T16:16:52.1309427Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NVTX'... 2024-11-01T16:16:56.3236188Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2024-11-01T16:17:12.6497101Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2024-11-01T16:17:13.9659735Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2024-11-01T16:17:18.2837921Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/composable_kernel'... 2024-11-01T16:17:19.2684780Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2024-11-01T16:17:20.7110900Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2024-11-01T16:17:24.5577896Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2024-11-01T16:17:29.9906433Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2024-11-01T16:17:41.2986583Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2024-11-01T16:17:44.4556520Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2024-11-01T16:17:47.7295720Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2024-11-01T16:17:50.9830311Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2024-11-01T16:17:52.6060487Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2024-11-01T16:17:53.5515238Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2024-11-01T16:17:56.0278230Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2024-11-01T16:17:57.0189756Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2024-11-01T16:17:57.5561571Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2024-11-01T16:18:02.7435212Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2024-11-01T16:18:03.7468079Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2024-11-01T16:18:04.8701122Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2024-11-01T16:18:21.8833065Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2024-11-01T16:18:28.0035117Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2024-11-01T16:18:40.4096172Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2024-11-01T16:18:40.8173861Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2024-11-01T16:18:59.2786675Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2024-11-01T16:18:59.6630290Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2024-11-01T16:19:00.1048128Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2024-11-01T16:19:02.7658358Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2024-11-01T16:19:03.6781648Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2024-11-01T16:19:05.5202491Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2024-11-01T16:19:07.0236133Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2024-11-01T16:19:07.1905338Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2024-11-01T16:19:07.3339026Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-11-01T16:19:07.4053380Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-11-01T16:19:07.8733130Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2024-11-01T16:19:08.9802620Z Submodule path 'third_party/NVTX': checked out 'e170594ac7cf1dac584da473d4ca9301087090c1' 2024-11-01T16:19:09.7131217Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-11-01T16:19:57.1404617Z Submodule path 'third_party/XNNPACK': checked out '87ee0b46b834f67bad9025d4a82ed5654f3403d3' 2024-11-01T16:19:57.5515253Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2024-11-01T16:20:06.4390660Z Submodule path 'third_party/composable_kernel': checked out 'cedccd59c94cb0c74e7ec0d0f6c791aed081febc' 2024-11-01T16:20:06.9863676Z Submodule path 'third_party/cpp-httplib': checked out '3b6597bba913d51161383657829b7e644e59c006' 2024-11-01T16:20:09.4699366Z Submodule path 'third_party/cpuinfo': checked out '1e83a2fdd3102f65c6f1fb602c1b320486218a99' 2024-11-01T16:20:10.4939967Z Submodule path 'third_party/cudnn_frontend': checked out '936021bfed8c91dc416af1588b2c4eca631a9e45' 2024-11-01T16:20:26.4554468Z Submodule path 'third_party/cutlass': checked out 'bbe579a9e3beb6ea6626d9227ec32d0dae119a49' 2024-11-01T16:20:31.0855734Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2024-11-01T16:20:33.9784662Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2024-11-01T16:20:33.9976418Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:20:33.9978158Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:20:33.9979580Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:20:33.9981061Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:20:33.9982695Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2024-11-01T16:20:37.2770713Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2024-11-01T16:20:38.9061252Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2024-11-01T16:20:45.7535112Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2024-11-01T16:20:48.2416904Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2024-11-01T16:20:49.3465027Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2024-11-01T16:20:50.2974090Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2024-11-01T16:20:53.4250279Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2024-11-01T16:21:13.0329320Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2024-11-01T16:21:14.9567504Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2024-11-01T16:21:15.0347008Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2024-11-01T16:21:20.4547048Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2024-11-01T16:21:21.0214759Z Submodule path 'third_party/fmt': checked out '0c9fce2ffefecfdce794e1859584e25877b7b592' 2024-11-01T16:21:21.9270911Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2024-11-01T16:21:22.4590459Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2024-11-01T16:21:24.3283942Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-11-01T16:21:24.7053032Z Submodule path 'third_party/ideep': checked out '41d636c2bbcea6bff0faf97cdb65a48cdde987af' 2024-11-01T16:21:24.7140515Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2024-11-01T16:21:45.2203959Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2024-11-01T16:22:04.0610153Z Submodule path 'third_party/ideep/mkl-dnn': checked out '66f0cb9eb66affd2da3bf5f8d897376f04aae6af' 2024-11-01T16:22:04.3423801Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2024-11-01T16:22:05.5950758Z Submodule path 'third_party/kineto': checked out 'ed052ea024b9468908d558b15cd3f7584fb0f492' 2024-11-01T16:22:05.6400016Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:22:05.6401871Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:22:05.6403574Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:22:06.5614666Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2024-11-01T16:22:08.3869886Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2024-11-01T16:22:10.1324336Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2024-11-01T16:22:10.4391513Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2024-11-01T16:22:10.4604488Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-11-01T16:22:10.4606228Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-11-01T16:22:10.4607945Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-11-01T16:22:10.4609872Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-11-01T16:22:10.4611636Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-11-01T16:22:10.4613423Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-11-01T16:22:10.4615253Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-11-01T16:22:10.4616966Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-11-01T16:22:12.7015730Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2024-11-01T16:22:13.6531268Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2024-11-01T16:22:16.8559922Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2024-11-01T16:22:17.7373159Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2024-11-01T16:22:19.0853350Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2024-11-01T16:22:21.2885044Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2024-11-01T16:22:39.8440783Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2024-11-01T16:22:40.2683112Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2024-11-01T16:22:44.6206889Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2024-11-01T16:22:44.8050076Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2024-11-01T16:22:45.5305651Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2024-11-01T16:22:45.7009269Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2024-11-01T16:22:45.7097771Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-11-01T16:22:46.7766067Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2024-11-01T16:22:46.8371520Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2024-11-01T16:22:46.9964532Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2024-11-01T16:22:48.1983881Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2024-11-01T16:22:50.6041189Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2024-11-01T16:22:51.0610046Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2024-11-01T16:22:51.7173824Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2024-11-01T16:22:52.7421002Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2024-11-01T16:22:53.8231959Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2024-11-01T16:22:54.4204952Z Submodule path 'third_party/nccl/nccl': checked out 'ab2b89c4c339bd7f816fbc114a4b05d386b66290' 2024-11-01T16:22:57.1189563Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2024-11-01T16:23:04.2270712Z Submodule path 'third_party/onnx': checked out 'b8baa8446686496da4cc8fda09f2b6fe65c2a02c' 2024-11-01T16:23:04.2383618Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2024-11-01T16:23:06.9758547Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2024-11-01T16:23:07.8460708Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '3e9dfa2866941655c56877882565e7577de6fc7b' 2024-11-01T16:23:09.4036515Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2024-11-01T16:23:09.4250150Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:23:09.4252270Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:23:09.4255316Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:23:09.4258409Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:23:09.4262028Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-11-01T16:23:09.4265960Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-11-01T16:23:09.4268859Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-11-01T16:23:09.4270489Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:23:10.3770043Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2024-11-01T16:23:12.6414440Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2024-11-01T16:23:13.5472884Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2024-11-01T16:23:29.0188690Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2024-11-01T16:23:29.6068420Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2024-11-01T16:23:30.0945668Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2024-11-01T16:23:31.0710781Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2024-11-01T16:23:39.6131372Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2024-11-01T16:23:39.9287553Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2024-11-01T16:23:40.8985842Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2024-11-01T16:23:41.1633150Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2024-11-01T16:23:43.3772811Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2024-11-01T16:23:43.5946811Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2024-11-01T16:23:43.8931058Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2024-11-01T16:23:44.1342860Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2024-11-01T16:23:44.1455996Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:23:44.1457903Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:23:47.9651372Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2024-11-01T16:23:49.9915544Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2024-11-01T16:23:55.2460278Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2024-11-01T16:23:56.7400331Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-11-01T16:24:05.9039343Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2024-11-01T16:24:05.9820824Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2024-11-01T16:24:12.7432264Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2024-11-01T16:24:12.7549771Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:24:12.7551433Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2024-11-01T16:24:13.8761651Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2024-11-01T16:24:16.5673556Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2024-11-01T16:24:16.7373072Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2024-11-01T16:24:20.5263661Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2024-11-01T16:24:20.5906762Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2024-11-01T16:24:21.0564529Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-11-01T16:24:21.7221666Z Submodule path 'third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2024-11-01T16:24:22.5213826Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2024-11-01T16:24:23.7743964Z Submodule path 'third_party/sleef': checked out '60e76d2bce17d278b439d9da17177c8f957a9e9b' 2024-11-01T16:24:24.0832069Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2024-11-01T16:24:24.2338053Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:24:24.2339716Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:24:24.2341200Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:24:24.2342722Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:24:26.6971585Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2024-11-01T16:24:27.2252976Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2024-11-01T16:24:29.0197064Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2024-11-01T16:24:30.8008865Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2024-11-01T16:24:31.5272381Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2024-11-01T16:24:31.7341412Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2024-11-01T16:24:32.3849262Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2024-11-01T16:24:32.6902760Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2024-11-01T16:24:32.7008303Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:24:33.1207109Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2024-11-01T16:24:33.1813898Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2024-11-01T16:24:33.2017676Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2024-11-01T16:24:33.5274444Z Entering 'android/libs/fbjni' 2024-11-01T16:24:33.5612659Z Entering 'third_party/FP16' 2024-11-01T16:24:33.5942227Z Entering 'third_party/FXdiv' 2024-11-01T16:24:33.6266691Z Entering 'third_party/NNPACK' 2024-11-01T16:24:33.6595475Z Entering 'third_party/NVTX' 2024-11-01T16:24:33.6926530Z Entering 'third_party/VulkanMemoryAllocator' 2024-11-01T16:24:33.7268966Z Entering 'third_party/XNNPACK' 2024-11-01T16:24:33.7622337Z Entering 'third_party/benchmark' 2024-11-01T16:24:33.7964950Z Entering 'third_party/composable_kernel' 2024-11-01T16:24:33.8292642Z Entering 'third_party/cpp-httplib' 2024-11-01T16:24:33.8618158Z Entering 'third_party/cpuinfo' 2024-11-01T16:24:33.8952068Z Entering 'third_party/cudnn_frontend' 2024-11-01T16:24:33.9299955Z Entering 'third_party/cutlass' 2024-11-01T16:24:33.9629549Z Entering 'third_party/eigen' 2024-11-01T16:24:33.9963957Z Entering 'third_party/fbgemm' 2024-11-01T16:24:34.0283227Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:24:34.0615953Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:24:34.0944417Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:24:34.1275519Z Entering 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:24:34.1619324Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-11-01T16:24:34.1998900Z Entering 'third_party/flatbuffers' 2024-11-01T16:24:34.2356292Z Entering 'third_party/fmt' 2024-11-01T16:24:34.2682478Z Entering 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:24:34.3025745Z Entering 'third_party/gloo' 2024-11-01T16:24:34.3357939Z Entering 'third_party/googletest' 2024-11-01T16:24:34.3711235Z Entering 'third_party/ideep' 2024-11-01T16:24:34.4022397Z Entering 'third_party/ideep/mkl-dnn' 2024-11-01T16:24:34.4389175Z Entering 'third_party/ittapi' 2024-11-01T16:24:34.4736959Z Entering 'third_party/kineto' 2024-11-01T16:24:34.5059793Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:24:34.5386740Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-11-01T16:24:34.5746986Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-11-01T16:24:34.6091299Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-11-01T16:24:34.6457481Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-11-01T16:24:34.6784715Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-11-01T16:24:34.7134869Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-11-01T16:24:34.7491961Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-11-01T16:24:34.7828807Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-11-01T16:24:34.8158038Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-11-01T16:24:34.8512927Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:24:34.8840034Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:24:34.9206871Z Entering 'third_party/mimalloc' 2024-11-01T16:24:34.9534636Z Entering 'third_party/nccl/nccl' 2024-11-01T16:24:34.9861109Z Entering 'third_party/nlohmann' 2024-11-01T16:24:35.0187936Z Entering 'third_party/onnx' 2024-11-01T16:24:35.0519551Z Entering 'third_party/onnx/third_party/pybind11' 2024-11-01T16:24:35.0860122Z Entering 'third_party/opentelemetry-cpp' 2024-11-01T16:24:35.1183825Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:24:35.1509685Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:24:35.1837980Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:24:35.2161538Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:24:35.2491652Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-11-01T16:24:35.2827836Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-11-01T16:24:35.3155788Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-11-01T16:24:35.3472986Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:24:35.3811257Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:24:35.4155570Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:24:35.4535887Z Entering 'third_party/pocketfft' 2024-11-01T16:24:35.4857203Z Entering 'third_party/protobuf' 2024-11-01T16:24:35.5169491Z Entering 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:24:35.5521759Z Entering 'third_party/protobuf/third_party/googletest' 2024-11-01T16:24:35.5862637Z Entering 'third_party/psimd' 2024-11-01T16:24:35.6201762Z Entering 'third_party/pthreadpool' 2024-11-01T16:24:35.6553498Z Entering 'third_party/pybind11' 2024-11-01T16:24:35.6871767Z Entering 'third_party/python-peachpy' 2024-11-01T16:24:35.7240504Z Entering 'third_party/sleef' 2024-11-01T16:24:35.7564654Z Entering 'third_party/tensorpipe' 2024-11-01T16:24:35.7867870Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:24:35.8199931Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:24:35.8524520Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:24:35.8849055Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:24:35.9171026Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:24:35.9603336Z ##[endgroup] 2024-11-01T16:24:35.9603969Z ##[group]Persisting credentials for submodules 2024-11-01T16:24:35.9613881Z [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' || :\"" 2024-11-01T16:24:36.2633731Z Entering 'android/libs/fbjni' 2024-11-01T16:24:36.3189808Z Entering 'third_party/FP16' 2024-11-01T16:24:36.3727911Z Entering 'third_party/FXdiv' 2024-11-01T16:24:36.4234015Z Entering 'third_party/NNPACK' 2024-11-01T16:24:36.4745838Z Entering 'third_party/NVTX' 2024-11-01T16:24:36.5286116Z Entering 'third_party/VulkanMemoryAllocator' 2024-11-01T16:24:36.5787692Z Entering 'third_party/XNNPACK' 2024-11-01T16:24:36.6339720Z Entering 'third_party/benchmark' 2024-11-01T16:24:36.6895751Z Entering 'third_party/composable_kernel' 2024-11-01T16:24:36.7425793Z Entering 'third_party/cpp-httplib' 2024-11-01T16:24:36.8002836Z Entering 'third_party/cpuinfo' 2024-11-01T16:24:36.8572535Z Entering 'third_party/cudnn_frontend' 2024-11-01T16:24:36.9098195Z Entering 'third_party/cutlass' 2024-11-01T16:24:36.9634665Z Entering 'third_party/eigen' 2024-11-01T16:24:37.0178988Z Entering 'third_party/fbgemm' 2024-11-01T16:24:37.0699732Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:24:37.1219756Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:24:37.1733585Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:24:37.2254979Z Entering 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:24:37.2763994Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-11-01T16:24:37.3286847Z Entering 'third_party/flatbuffers' 2024-11-01T16:24:37.3791291Z Entering 'third_party/fmt' 2024-11-01T16:24:37.4298958Z Entering 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:24:37.4802943Z Entering 'third_party/gloo' 2024-11-01T16:24:37.5305555Z Entering 'third_party/googletest' 2024-11-01T16:24:37.5812962Z Entering 'third_party/ideep' 2024-11-01T16:24:37.6304207Z Entering 'third_party/ideep/mkl-dnn' 2024-11-01T16:24:37.6836572Z Entering 'third_party/ittapi' 2024-11-01T16:24:37.7342522Z Entering 'third_party/kineto' 2024-11-01T16:24:37.7842857Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:24:37.8346081Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-11-01T16:24:37.8893797Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-11-01T16:24:37.9418683Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-11-01T16:24:37.9940873Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-11-01T16:24:38.0447473Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-11-01T16:24:38.0983829Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-11-01T16:24:38.1501592Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-11-01T16:24:38.2063879Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-11-01T16:24:38.2587292Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-11-01T16:24:38.3145805Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:24:38.3682486Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:24:38.4211362Z Entering 'third_party/mimalloc' 2024-11-01T16:24:38.4748217Z Entering 'third_party/nccl/nccl' 2024-11-01T16:24:38.5258099Z Entering 'third_party/nlohmann' 2024-11-01T16:24:38.5770451Z Entering 'third_party/onnx' 2024-11-01T16:24:38.6284645Z Entering 'third_party/onnx/third_party/pybind11' 2024-11-01T16:24:38.6847623Z Entering 'third_party/opentelemetry-cpp' 2024-11-01T16:24:38.7350264Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:24:38.7864586Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:24:38.8368055Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:24:38.8905290Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:24:38.9423175Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-11-01T16:24:38.9952431Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-11-01T16:24:39.0488601Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-11-01T16:24:39.1000345Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:24:39.1549307Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:24:39.2109352Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:24:39.2672287Z Entering 'third_party/pocketfft' 2024-11-01T16:24:39.3182812Z Entering 'third_party/protobuf' 2024-11-01T16:24:39.3703545Z Entering 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:24:39.4276494Z Entering 'third_party/protobuf/third_party/googletest' 2024-11-01T16:24:39.4806873Z Entering 'third_party/psimd' 2024-11-01T16:24:39.5307216Z Entering 'third_party/pthreadpool' 2024-11-01T16:24:39.5810982Z Entering 'third_party/pybind11' 2024-11-01T16:24:39.6315632Z Entering 'third_party/python-peachpy' 2024-11-01T16:24:39.6823436Z Entering 'third_party/sleef' 2024-11-01T16:24:39.7329228Z Entering 'third_party/tensorpipe' 2024-11-01T16:24:39.7819931Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:24:39.8332508Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:24:39.8840263Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:24:39.9348093Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:24:39.9851096Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:24:40.0529258Z [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\"" 2024-11-01T16:24:40.3934843Z Entering 'android/libs/fbjni' 2024-11-01T16:24:40.4445856Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2024-11-01T16:24:40.4564091Z Entering 'third_party/FP16' 2024-11-01T16:24:40.5061809Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2024-11-01T16:24:40.5182797Z Entering 'third_party/FXdiv' 2024-11-01T16:24:40.5678598Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2024-11-01T16:24:40.5797502Z Entering 'third_party/NNPACK' 2024-11-01T16:24:40.6316464Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2024-11-01T16:24:40.6432097Z Entering 'third_party/NVTX' 2024-11-01T16:24:40.6953250Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2024-11-01T16:24:40.7069704Z Entering 'third_party/VulkanMemoryAllocator' 2024-11-01T16:24:40.7552556Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2024-11-01T16:24:40.7667988Z Entering 'third_party/XNNPACK' 2024-11-01T16:24:40.8184472Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2024-11-01T16:24:40.8330649Z Entering 'third_party/benchmark' 2024-11-01T16:24:40.8819908Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2024-11-01T16:24:40.8936707Z Entering 'third_party/composable_kernel' 2024-11-01T16:24:40.9426948Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/composable_kernel/config remote.origin.url 2024-11-01T16:24:40.9548706Z Entering 'third_party/cpp-httplib' 2024-11-01T16:24:41.0054841Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2024-11-01T16:24:41.0187052Z Entering 'third_party/cpuinfo' 2024-11-01T16:24:41.0688438Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2024-11-01T16:24:41.0808336Z Entering 'third_party/cudnn_frontend' 2024-11-01T16:24:41.1362538Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2024-11-01T16:24:41.1478047Z Entering 'third_party/cutlass' 2024-11-01T16:24:41.1985063Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2024-11-01T16:24:41.2111946Z Entering 'third_party/eigen' 2024-11-01T16:24:41.2604001Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2024-11-01T16:24:41.2740743Z Entering 'third_party/fbgemm' 2024-11-01T16:24:41.3236631Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2024-11-01T16:24:41.3340920Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:24:41.3839958Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2024-11-01T16:24:41.3956972Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:24:41.4451481Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2024-11-01T16:24:41.4567914Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:24:41.5065378Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2024-11-01T16:24:41.5192785Z Entering 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:24:41.5687476Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2024-11-01T16:24:41.5835101Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-11-01T16:24:41.6332000Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2024-11-01T16:24:41.6464958Z Entering 'third_party/flatbuffers' 2024-11-01T16:24:41.6959381Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2024-11-01T16:24:41.7081491Z Entering 'third_party/fmt' 2024-11-01T16:24:41.7566385Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2024-11-01T16:24:41.7693169Z Entering 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:24:41.8284353Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2024-11-01T16:24:41.8418958Z Entering 'third_party/gloo' 2024-11-01T16:24:41.8928879Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2024-11-01T16:24:41.9049269Z Entering 'third_party/googletest' 2024-11-01T16:24:41.9544028Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2024-11-01T16:24:41.9660804Z Entering 'third_party/ideep' 2024-11-01T16:24:42.0146902Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2024-11-01T16:24:42.0264109Z Entering 'third_party/ideep/mkl-dnn' 2024-11-01T16:24:42.0853622Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2024-11-01T16:24:42.1004845Z Entering 'third_party/ittapi' 2024-11-01T16:24:42.1531594Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2024-11-01T16:24:42.1650210Z Entering 'third_party/kineto' 2024-11-01T16:24:42.2139086Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2024-11-01T16:24:42.2244834Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:24:42.2744248Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2024-11-01T16:24:42.2850911Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-11-01T16:24:42.3396532Z 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 2024-11-01T16:24:42.3515360Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-11-01T16:24:42.4020204Z 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 2024-11-01T16:24:42.4143206Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-11-01T16:24:42.4642988Z 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 2024-11-01T16:24:42.4766946Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-11-01T16:24:42.5268824Z 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 2024-11-01T16:24:42.5382091Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-11-01T16:24:42.5880377Z 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 2024-11-01T16:24:42.6014277Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-11-01T16:24:42.6525846Z 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 2024-11-01T16:24:42.6644934Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-11-01T16:24:42.7137654Z 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 2024-11-01T16:24:42.7261802Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-11-01T16:24:42.7760009Z 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 2024-11-01T16:24:42.7909727Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-11-01T16:24:42.8408284Z 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 2024-11-01T16:24:42.8540662Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:24:42.9042896Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2024-11-01T16:24:42.9160493Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:24:42.9664358Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2024-11-01T16:24:42.9805184Z Entering 'third_party/mimalloc' 2024-11-01T16:24:43.0284137Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2024-11-01T16:24:43.0407656Z Entering 'third_party/nccl/nccl' 2024-11-01T16:24:43.0895270Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2024-11-01T16:24:43.1011042Z Entering 'third_party/nlohmann' 2024-11-01T16:24:43.1510041Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2024-11-01T16:24:43.1625695Z Entering 'third_party/onnx' 2024-11-01T16:24:43.2113374Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2024-11-01T16:24:43.2237036Z Entering 'third_party/onnx/third_party/pybind11' 2024-11-01T16:24:43.2731297Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2024-11-01T16:24:43.2895464Z Entering 'third_party/opentelemetry-cpp' 2024-11-01T16:24:43.3383137Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2024-11-01T16:24:43.3494134Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:24:43.4019137Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2024-11-01T16:24:43.4134788Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:24:43.4637385Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2024-11-01T16:24:43.4756231Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:24:43.5298850Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2024-11-01T16:24:43.5414546Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:24:43.5905719Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2024-11-01T16:24:43.6029038Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-11-01T16:24:43.6546950Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2024-11-01T16:24:43.6663513Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-11-01T16:24:43.7203156Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2024-11-01T16:24:43.7319338Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-11-01T16:24:43.7839450Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2024-11-01T16:24:43.7988760Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:24:43.8495096Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2024-11-01T16:24:43.8617706Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:24:43.9149184Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2024-11-01T16:24:43.9285801Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:24:43.9782981Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2024-11-01T16:24:43.9946732Z Entering 'third_party/pocketfft' 2024-11-01T16:24:44.0432296Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2024-11-01T16:24:44.0548265Z Entering 'third_party/protobuf' 2024-11-01T16:24:44.1037702Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2024-11-01T16:24:44.1147897Z Entering 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:24:44.1690816Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2024-11-01T16:24:44.1808277Z Entering 'third_party/protobuf/third_party/googletest' 2024-11-01T16:24:44.2301426Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2024-11-01T16:24:44.2438787Z Entering 'third_party/psimd' 2024-11-01T16:24:44.2944346Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2024-11-01T16:24:44.3082994Z Entering 'third_party/pthreadpool' 2024-11-01T16:24:44.3576965Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2024-11-01T16:24:44.3691119Z Entering 'third_party/pybind11' 2024-11-01T16:24:44.4183839Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2024-11-01T16:24:44.4299679Z Entering 'third_party/python-peachpy' 2024-11-01T16:24:44.4780160Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2024-11-01T16:24:44.4896509Z Entering 'third_party/sleef' 2024-11-01T16:24:44.5387606Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2024-11-01T16:24:44.5509530Z Entering 'third_party/tensorpipe' 2024-11-01T16:24:44.5998828Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2024-11-01T16:24:44.6102129Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:24:44.6596927Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2024-11-01T16:24:44.6741773Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:24:44.7232418Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2024-11-01T16:24:44.7351118Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:24:44.7845297Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2024-11-01T16:24:44.7964863Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:24:44.8462035Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2024-11-01T16:24:44.8567219Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:24:44.9060663Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2024-11-01T16:24:44.9623915Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2024-11-01T16:24:45.3070928Z Entering 'android/libs/fbjni' 2024-11-01T16:24:45.3412770Z Entering 'third_party/FP16' 2024-11-01T16:24:45.3740846Z Entering 'third_party/FXdiv' 2024-11-01T16:24:45.4069477Z Entering 'third_party/NNPACK' 2024-11-01T16:24:45.4395020Z Entering 'third_party/NVTX' 2024-11-01T16:24:45.4722084Z Entering 'third_party/VulkanMemoryAllocator' 2024-11-01T16:24:45.5052912Z Entering 'third_party/XNNPACK' 2024-11-01T16:24:45.5394795Z Entering 'third_party/benchmark' 2024-11-01T16:24:45.5721720Z Entering 'third_party/composable_kernel' 2024-11-01T16:24:45.6085022Z Entering 'third_party/cpp-httplib' 2024-11-01T16:24:45.6405179Z Entering 'third_party/cpuinfo' 2024-11-01T16:24:45.6774030Z Entering 'third_party/cudnn_frontend' 2024-11-01T16:24:45.7078922Z Entering 'third_party/cutlass' 2024-11-01T16:24:45.7408538Z Entering 'third_party/eigen' 2024-11-01T16:24:45.7781854Z Entering 'third_party/fbgemm' 2024-11-01T16:24:45.8110213Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:24:45.8441099Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:24:45.8824712Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:24:45.9159941Z Entering 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:24:45.9495068Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-11-01T16:24:45.9864141Z Entering 'third_party/flatbuffers' 2024-11-01T16:24:46.0194481Z Entering 'third_party/fmt' 2024-11-01T16:24:46.0525918Z Entering 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:24:46.0849795Z Entering 'third_party/gloo' 2024-11-01T16:24:46.1209023Z Entering 'third_party/googletest' 2024-11-01T16:24:46.1549442Z Entering 'third_party/ideep' 2024-11-01T16:24:46.1867817Z Entering 'third_party/ideep/mkl-dnn' 2024-11-01T16:24:46.2241862Z Entering 'third_party/ittapi' 2024-11-01T16:24:46.2586052Z Entering 'third_party/kineto' 2024-11-01T16:24:46.2895293Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:24:46.3218638Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-11-01T16:24:46.3566555Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-11-01T16:24:46.3901451Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-11-01T16:24:46.4273422Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-11-01T16:24:46.4587467Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-11-01T16:24:46.4936930Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-11-01T16:24:46.5369204Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-11-01T16:24:46.5708794Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-11-01T16:24:46.6031804Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-11-01T16:24:46.6372905Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:24:46.6711160Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:24:46.7069920Z Entering 'third_party/mimalloc' 2024-11-01T16:24:46.7394860Z Entering 'third_party/nccl/nccl' 2024-11-01T16:24:46.7731056Z Entering 'third_party/nlohmann' 2024-11-01T16:24:46.8085686Z Entering 'third_party/onnx' 2024-11-01T16:24:46.8455744Z Entering 'third_party/onnx/third_party/pybind11' 2024-11-01T16:24:46.8825253Z Entering 'third_party/opentelemetry-cpp' 2024-11-01T16:24:46.9162644Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:24:46.9495037Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:24:46.9875429Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:24:47.0202897Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:24:47.0542007Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-11-01T16:24:47.0901111Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-11-01T16:24:47.1230217Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-11-01T16:24:47.1553423Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:24:47.1899184Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:24:47.2257001Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:24:47.2626296Z Entering 'third_party/pocketfft' 2024-11-01T16:24:47.2947352Z Entering 'third_party/protobuf' 2024-11-01T16:24:47.3302868Z Entering 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:24:47.3657234Z Entering 'third_party/protobuf/third_party/googletest' 2024-11-01T16:24:47.3996871Z Entering 'third_party/psimd' 2024-11-01T16:24:47.4365300Z Entering 'third_party/pthreadpool' 2024-11-01T16:24:47.4689298Z Entering 'third_party/pybind11' 2024-11-01T16:24:47.5014901Z Entering 'third_party/python-peachpy' 2024-11-01T16:24:47.5369139Z Entering 'third_party/sleef' 2024-11-01T16:24:47.5692866Z Entering 'third_party/tensorpipe' 2024-11-01T16:24:47.6005424Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:24:47.6331171Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:24:47.6658987Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:24:47.6984511Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:24:47.7304368Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:24:47.7744442Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:'" 2024-11-01T16:24:48.0866265Z Entering 'android/libs/fbjni' 2024-11-01T16:24:48.1220512Z Entering 'third_party/FP16' 2024-11-01T16:24:48.1546337Z Entering 'third_party/FXdiv' 2024-11-01T16:24:48.1870166Z Entering 'third_party/NNPACK' 2024-11-01T16:24:48.2203331Z Entering 'third_party/NVTX' 2024-11-01T16:24:48.2534097Z Entering 'third_party/VulkanMemoryAllocator' 2024-11-01T16:24:48.2868623Z Entering 'third_party/XNNPACK' 2024-11-01T16:24:48.3223199Z Entering 'third_party/benchmark' 2024-11-01T16:24:48.3545994Z Entering 'third_party/composable_kernel' 2024-11-01T16:24:48.3877516Z Entering 'third_party/cpp-httplib' 2024-11-01T16:24:48.4201470Z Entering 'third_party/cpuinfo' 2024-11-01T16:24:48.4545574Z Entering 'third_party/cudnn_frontend' 2024-11-01T16:24:48.4891811Z Entering 'third_party/cutlass' 2024-11-01T16:24:48.5271810Z Entering 'third_party/eigen' 2024-11-01T16:24:48.5596630Z Entering 'third_party/fbgemm' 2024-11-01T16:24:48.5916591Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-11-01T16:24:48.6260965Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-11-01T16:24:48.6586613Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-11-01T16:24:48.6944836Z Entering 'third_party/fbgemm/third_party/googletest' 2024-11-01T16:24:48.7277725Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-11-01T16:24:48.7624371Z Entering 'third_party/flatbuffers' 2024-11-01T16:24:48.8000100Z Entering 'third_party/fmt' 2024-11-01T16:24:48.8325158Z Entering 'third_party/gemmlowp/gemmlowp' 2024-11-01T16:24:48.8645462Z Entering 'third_party/gloo' 2024-11-01T16:24:48.8970422Z Entering 'third_party/googletest' 2024-11-01T16:24:48.9298897Z Entering 'third_party/ideep' 2024-11-01T16:24:48.9608974Z Entering 'third_party/ideep/mkl-dnn' 2024-11-01T16:24:48.9958320Z Entering 'third_party/ittapi' 2024-11-01T16:24:49.0284975Z Entering 'third_party/kineto' 2024-11-01T16:24:49.0596825Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-11-01T16:24:49.0919119Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-11-01T16:24:49.1264546Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-11-01T16:24:49.1597584Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-11-01T16:24:49.1932199Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-11-01T16:24:49.2247203Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-11-01T16:24:49.2595242Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-11-01T16:24:49.2925888Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-11-01T16:24:49.3259177Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-11-01T16:24:49.3590446Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-11-01T16:24:49.3940970Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-11-01T16:24:49.4276795Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-11-01T16:24:49.4619386Z Entering 'third_party/mimalloc' 2024-11-01T16:24:49.4946312Z Entering 'third_party/nccl/nccl' 2024-11-01T16:24:49.5277329Z Entering 'third_party/nlohmann' 2024-11-01T16:24:49.5598604Z Entering 'third_party/onnx' 2024-11-01T16:24:49.5930863Z Entering 'third_party/onnx/third_party/pybind11' 2024-11-01T16:24:49.6276331Z Entering 'third_party/opentelemetry-cpp' 2024-11-01T16:24:49.6593319Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-11-01T16:24:49.6922120Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-11-01T16:24:49.7253226Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-11-01T16:24:49.7579144Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-11-01T16:24:49.7912433Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-11-01T16:24:49.8241347Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-11-01T16:24:49.8573948Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-11-01T16:24:49.8905877Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-11-01T16:24:49.9239002Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-11-01T16:24:49.9578092Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-11-01T16:24:49.9946175Z Entering 'third_party/pocketfft' 2024-11-01T16:24:50.0267894Z Entering 'third_party/protobuf' 2024-11-01T16:24:50.0580489Z Entering 'third_party/protobuf/third_party/benchmark' 2024-11-01T16:24:50.0912215Z Entering 'third_party/protobuf/third_party/googletest' 2024-11-01T16:24:50.1291067Z Entering 'third_party/psimd' 2024-11-01T16:24:50.1612008Z Entering 'third_party/pthreadpool' 2024-11-01T16:24:50.1935959Z Entering 'third_party/pybind11' 2024-11-01T16:24:50.2275558Z Entering 'third_party/python-peachpy' 2024-11-01T16:24:50.2596298Z Entering 'third_party/sleef' 2024-11-01T16:24:50.2926900Z Entering 'third_party/tensorpipe' 2024-11-01T16:24:50.3266444Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-11-01T16:24:50.3602885Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-11-01T16:24:50.3952660Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-11-01T16:24:50.4277851Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-11-01T16:24:50.4617140Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-11-01T16:24:50.5076162Z ##[endgroup] 2024-11-01T16:24:50.5334553Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2024-11-01T16:24:50.5551394Z 'd1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea' 2024-11-01T16:24:50.5830408Z Prepare all required actions 2024-11-01T16:24:50.5918576Z ##[group]Run ./.github/actions/setup-win 2024-11-01T16:24:50.5918940Z with: 2024-11-01T16:24:50.5919181Z cuda-version: cpu 2024-11-01T16:24:50.5919453Z env: 2024-11-01T16:24:50.5919680Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:24:50.5919994Z ##[endgroup] 2024-11-01T16:24:50.5993664Z ##[group]Run set -euo pipefail 2024-11-01T16:24:50.5994040Z set -euo pipefail 2024-11-01T16:24:50.5994385Z function get_ec2_metadata() { 2024-11-01T16:24:50.5994895Z  # Pulled from instance metadata endpoint for EC2 2024-11-01T16:24:50.5995781Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-11-01T16:24:50.5996539Z  category=$1 2024-11-01T16:24:50.5997832Z  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}" 2024-11-01T16:24:50.5999266Z } 2024-11-01T16:24:50.5999596Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-11-01T16:24:50.6000159Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-11-01T16:24:50.6000789Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-11-01T16:24:50.6001341Z echo "system info $(uname -a)" 2024-11-01T16:24:50.6019872Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:24:50.6020492Z env: 2024-11-01T16:24:50.6020739Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:24:50.6021039Z ##[endgroup] 2024-11-01T16:24:50.6851782Z ami-id: ami-0ef6d56db79453e70 2024-11-01T16:24:50.7160915Z instance-id: i-01509de0e9ccb1018 2024-11-01T16:24:50.7576781Z instance-type: c5d.4xlarge 2024-11-01T16:24:50.7758796Z system info MSYS_NT-10.0-17763 EC2AMAZ-SUNQRVI 3.4.10-2e2ef940.x86_64 2024-07-09 21:35 UTC x86_64 Msys 2024-11-01T16:24:50.7859337Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2024-11-01T16:24:50.7860796Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2024-11-01T16:24:50.7876755Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T16:24:50.7877387Z env: 2024-11-01T16:24:50.7877619Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:24:50.7877932Z ##[endgroup] 2024-11-01T16:24:51.1285284Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T16:24:51.1335571Z Finished 2024-11-01T16:24:51.1626949Z ##[group]Run # Windows conda is baked into the AMI at this location 2024-11-01T16:24:51.1627649Z # Windows conda is baked into the AMI at this location 2024-11-01T16:24:51.1628333Z CONDA="C:\Jenkins\Miniconda3\condabin\conda.bat" 2024-11-01T16:24:51.1628832Z  2024-11-01T16:24:51.1629083Z { 2024-11-01T16:24:51.1629458Z  echo "CONDA_RUN=${CONDA} run --no-capture-output"; 2024-11-01T16:24:51.1630029Z  echo "CONDA_BUILD=${CONDA} run conda-build"; 2024-11-01T16:24:51.1630548Z  echo "CONDA_INSTALL=${CONDA} install"; 2024-11-01T16:24:51.1630983Z } >> "${GITHUB_ENV}" 2024-11-01T16:24:51.1649795Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:24:51.1650416Z env: 2024-11-01T16:24:51.1650730Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:24:51.1651085Z ##[endgroup] 2024-11-01T16:24:51.1916449Z ##[group]Run set +e 2024-11-01T16:24:51.1916766Z set +e 2024-11-01T16:24:51.1917031Z set -x 2024-11-01T16:24:51.1917285Z  2024-11-01T16:24:51.1917578Z PYTHON3=$(${CONDA_RUN} which python3) 2024-11-01T16:24:51.1918002Z EXIT_CODE=$? 2024-11-01T16:24:51.1918288Z  2024-11-01T16:24:51.1919833Z if [[ "${EXIT_CODE}" == "0" ]]; then 2024-11-01T16:24:51.1920471Z  echo "Found Python3 at ${PYTHON3}, adding it into GITHUB_PATH" 2024-11-01T16:24:51.1921021Z  2024-11-01T16:24:51.1921328Z  PYTHON_PATH=$(dirname "${PYTHON3}") 2024-11-01T16:24:51.1921815Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2024-11-01T16:24:51.1922240Z else 2024-11-01T16:24:51.1922869Z  # According to https://docs.conda.io/en/latest/miniconda.html, we are using the Miniconda3 2024-11-01T16:24:51.1923922Z  # installation, which is Python 3 based. Its Python is default to Python 3. Further, there 2024-11-01T16:24:51.1925041Z  # is also the Miniconda installation that is Python 2 based, and both can be installed if 2024-11-01T16:24:51.1925921Z  # needed. In both cases, Python binary is just called python 2024-11-01T16:24:51.1926523Z  PYTHON=$(${CONDA_RUN} which python) 2024-11-01T16:24:51.1926935Z  EXIT_CODE=$? 2024-11-01T16:24:51.1927367Z  2024-11-01T16:24:51.1927661Z  if [[ "${EXIT_CODE}" == "0" ]]; then 2024-11-01T16:24:51.1928329Z  echo "Found Python at ${PYTHON}, set Python3 alias and add it into GITHUB_PATH" 2024-11-01T16:24:51.1928959Z  2024-11-01T16:24:51.1929344Z  PYTHON3=$(echo "${PYTHON}" | sed "s/python/python3/") 2024-11-01T16:24:51.1930130Z  # It's difficult to setup alias across GitHub action steps, so I just add a softlink 2024-11-01T16:24:51.1930831Z  # here pointing to Python 2024-11-01T16:24:51.1931258Z  ln -s "${PYTHON}" "${PYTHON3}" 2024-11-01T16:24:51.1931632Z  2024-11-01T16:24:51.1931934Z  PYTHON_PATH=$(dirname "${PYTHON}") 2024-11-01T16:24:51.1932434Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2024-11-01T16:24:51.1932849Z  else 2024-11-01T16:24:51.1933200Z  echo "Found no Python using ${CONDA_RUN}" 2024-11-01T16:24:51.1933640Z  fi 2024-11-01T16:24:51.1933879Z fi 2024-11-01T16:24:51.1951087Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:24:51.1951703Z env: 2024-11-01T16:24:51.1951931Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:24:51.1952472Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:24:51.1953232Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:24:51.1953906Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:24:51.1954407Z ##[endgroup] 2024-11-01T16:24:51.2176154Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python3 2024-11-01T16:24:56.7567090Z which: no python3 in (/c/Jenkins/Miniconda3:/c/Jenkins/Miniconda3/Library/mingw-w64/bin:/c/Jenkins/Miniconda3/Library/usr/bin:/c/Jenkins/Miniconda3/Library/bin:/c/Jenkins/Miniconda3/Scripts:/c/Jenkins/Miniconda3/bin:/c/Jenkins/Miniconda3/condabin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/System32/OpenSSH:/c/Program Files/Amazon/cfn-bootstrap:/c/ProgramData/chocolatey/bin:/c/Program Files/Amazon/AWSCLIV2:/cmd:/mingw64/bin:/usr/bin:/c/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit:/c/Users/runneruser/AppData/Local/Microsoft/WindowsApps) 2024-11-01T16:24:56.7591678Z ERROR conda.cli.main_run:execute(49): `conda run which python3` failed. (See above for error) 2024-11-01T16:24:56.8521005Z + PYTHON3= 2024-11-01T16:24:56.8521333Z + EXIT_CODE=1 2024-11-01T16:24:56.8521594Z + [[ 1 == \0 ]] 2024-11-01T16:24:56.8582960Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python 2024-11-01T16:24:58.5747590Z + PYTHON=/c/Jenkins/Miniconda3/python 2024-11-01T16:24:58.5748399Z Found Python at /c/Jenkins/Miniconda3/python, set Python3 alias and add it into GITHUB_PATH 2024-11-01T16:24:58.5749074Z + EXIT_CODE=0 2024-11-01T16:24:58.5749406Z + [[ 0 == \0 ]] 2024-11-01T16:24:58.5751309Z + echo 'Found Python at /c/Jenkins/Miniconda3/python, set Python3 alias and add it into GITHUB_PATH' 2024-11-01T16:24:58.5858789Z ++ echo /c/Jenkins/Miniconda3/python 2024-11-01T16:24:58.5907810Z ++ sed s/python/python3/ 2024-11-01T16:24:58.5971875Z + PYTHON3=/c/Jenkins/Miniconda3/python3 2024-11-01T16:24:58.5972474Z + ln -s /c/Jenkins/Miniconda3/python /c/Jenkins/Miniconda3/python3 2024-11-01T16:24:58.6153447Z ++ dirname /c/Jenkins/Miniconda3/python 2024-11-01T16:24:58.6231309Z + PYTHON_PATH=/c/Jenkins/Miniconda3 2024-11-01T16:24:58.6231733Z + echo /c/Jenkins/Miniconda3 2024-11-01T16:24:58.6339380Z ##[group]Run TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2024-11-01T16:24:58.6340216Z TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2024-11-01T16:24:58.6341005Z echo "TMPDIR=${TMPDIR}" >> "${GITHUB_ENV}" 2024-11-01T16:24:58.6361438Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:24:58.6362206Z env: 2024-11-01T16:24:58.6362450Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:24:58.6362972Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:24:58.6363826Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:24:58.6364516Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:24:58.6365003Z ##[endgroup] 2024-11-01T16:24:58.7237556Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2024-11-01T16:24:58.7238906Z Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2024-11-01T16:24:58.7240070Z # Let's both exclude the path and disable Windows Defender completely just to be sure 2024-11-01T16:24:58.7240778Z # that it doesn't interfere 2024-11-01T16:24:58.7241392Z Set-MpPreference -DisableRealtimeMonitoring $True -ErrorAction Ignore 2024-11-01T16:24:58.7257112Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T16:24:58.7257724Z env: 2024-11-01T16:24:58.7257947Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:24:58.7258465Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:24:58.7259289Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:24:58.7260010Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:24:58.7260569Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:24:58.7260958Z ##[endgroup] 2024-11-01T16:24:59.0644191Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T16:24:59.0705504Z Finished 2024-11-01T16:24:59.7465496Z ##[group]Run choco install handle -y 2024-11-01T16:24:59.7465914Z choco install handle -y 2024-11-01T16:24:59.7466328Z handle C:\actions-runner\_work\ 2024-11-01T16:24:59.7481708Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T16:24:59.7482337Z env: 2024-11-01T16:24:59.7482585Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:24:59.7483200Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:24:59.7483966Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:24:59.7484656Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:24:59.7485225Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:24:59.7485621Z ##[endgroup] 2024-11-01T16:25:00.0717026Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T16:25:00.0785519Z Finished 2024-11-01T16:25:02.7334872Z Chocolatey v2.3.0 2024-11-01T16:25:02.8767807Z Installing the following packages: 2024-11-01T16:25:02.8772452Z handle 2024-11-01T16:25:02.8776178Z By installing, you accept licenses for the packages. 2024-11-01T16:25:06.6225036Z Downloading package from source 'https://community.chocolatey.org/api/v2/' 2024-11-01T16:25:06.7458804Z 2024-11-01T16:25:06.7459601Z Progress: Downloading Handle 5.0... 15% 2024-11-01T16:25:06.7460136Z Progress: Downloading Handle 5.0... 45% 2024-11-01T16:25:06.7460549Z Progress: Downloading Handle 5.0... 75% 2024-11-01T16:25:06.7460982Z Progress: Downloading Handle 5.0... 100% 2024-11-01T16:25:07.0523099Z 2024-11-01T16:25:07.0523498Z handle v5.0.0 [Approved] 2024-11-01T16:25:07.0717697Z handle package files install completed. Performing other installation steps. 2024-11-01T16:25:07.9539067Z Downloading Handle 2024-11-01T16:25:07.9539630Z from 'https://download.sysinternals.com/files/Handle.zip' 2024-11-01T16:25:08.0265125Z 2024-11-01T16:25:08.0280838Z Progress: 19% - Saving 144 KB of 729.82 KB 2024-11-01T16:25:08.0388625Z Progress: 39% - Saving 288 KB of 729.82 KB 2024-11-01T16:25:08.0404543Z Progress: 59% - Saving 432 KB of 729.82 KB 2024-11-01T16:25:08.0453794Z Progress: 78% - Saving 576 KB of 729.82 KB 2024-11-01T16:25:08.0462131Z Progress: 100% - Saving 729.82 KB of 729.82 KB 2024-11-01T16:25:08.0465518Z Progress: 100% - Completed download of C:\Users\runneruser\AppData\Local\Temp\chocolatey\Handle\5.0.0\Handle.zip (729.82 KB). 2024-11-01T16:25:08.0471600Z Download of Handle.zip (729.82 KB) completed. 2024-11-01T16:25:11.1838931Z Hashes match. 2024-11-01T16:25:11.2094527Z Extracting C:\Users\runneruser\AppData\Local\Temp\chocolatey\Handle\5.0.0\Handle.zip to C:\ProgramData\chocolatey\lib\Handle\tools... 2024-11-01T16:25:11.3674479Z C:\ProgramData\chocolatey\lib\Handle\tools 2024-11-01T16:25:11.3716179Z HKEY_CURRENT_USER\Software\Sysinternals 2024-11-01T16:25:11.3845178Z HKEY_CURRENT_USER\Software\Sysinternals\Handle 2024-11-01T16:25:12.0305232Z ShimGen has successfully created a shim for handle.exe 2024-11-01T16:25:12.2969776Z ShimGen has successfully created a shim for handle64.exe 2024-11-01T16:25:12.5820028Z ShimGen has successfully created a shim for handle64a.exe 2024-11-01T16:25:12.6477449Z The install of handle was successful. 2024-11-01T16:25:12.6481256Z Deployed to 'C:\ProgramData\chocolatey\lib\Handle\tools' 2024-11-01T16:25:12.6576725Z 2024-11-01T16:25:12.6577181Z Chocolatey installed 1/1 packages. 2024-11-01T16:25:12.6577811Z See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). 2024-11-01T16:25:12.7447321Z 2024-11-01T16:25:12.7447662Z Nthandle v5.0 - Handle viewer 2024-11-01T16:25:12.7448113Z Copyright (C) 1997-2022 Mark Russinovich 2024-11-01T16:25:12.7449545Z Sysinternals - www.sysinternals.com 2024-11-01T16:25:12.7449968Z 2024-11-01T16:25:12.7825323Z powershell.exe pid: 4224 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:25:12.7826262Z handle.exe pid: 4120 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:25:12.7827107Z handle.exe pid: 272 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:25:12.7827997Z handle64.exe pid: 3876 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:25:12.8126081Z ##[group]Run python3 .github/scripts/parse_ref.py 2024-11-01T16:25:12.8126621Z python3 .github/scripts/parse_ref.py 2024-11-01T16:25:12.8146164Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:25:12.8146791Z env: 2024-11-01T16:25:12.8147047Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:25:12.8147576Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:25:12.8148335Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:25:12.8149023Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:25:12.8149579Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:25:12.8149989Z ##[endgroup] 2024-11-01T16:25:12.8966656Z Prepare all required actions 2024-11-01T16:25:12.9010625Z ##[group]Run ./.github/actions/get-workflow-job-id 2024-11-01T16:25:12.9011065Z with: 2024-11-01T16:25:12.9011797Z github-token: *** 2024-11-01T16:25:12.9012051Z env: 2024-11-01T16:25:12.9012295Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:25:12.9012826Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:25:12.9013571Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:25:12.9014256Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:25:12.9014824Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:25:12.9015215Z ##[endgroup] 2024-11-01T16:25:12.9495004Z ##[group]Run set -eux 2024-11-01T16:25:12.9495307Z set -eux 2024-11-01T16:25:12.9495868Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2024-11-01T16:25:12.9514521Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:25:12.9515122Z env: 2024-11-01T16:25:12.9515505Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:25:12.9516114Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:25:12.9516920Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:25:12.9517597Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:25:12.9518169Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:25:12.9518824Z GITHUB_TOKEN: *** 2024-11-01T16:25:12.9519084Z ##[endgroup] 2024-11-01T16:25:12.9695030Z + python3 .github/scripts/get_workflow_job_id.py 11632515612 i-01509de0e9ccb1018 2024-11-01T16:25:13.6824446Z setting job-id=32395789101 2024-11-01T16:25:13.6825171Z setting job-name=win-vs2019-cpu-py3 / build 2024-11-01T16:25:13.7185836Z Prepare all required actions 2024-11-01T16:25:13.7186318Z Getting action download info 2024-11-01T16:25:13.8277925Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2024-11-01T16:25:14.1218866Z ##[group]Run ./.github/actions/filter-test-configs 2024-11-01T16:25:14.1219298Z with: 2024-11-01T16:25:14.1219806Z github-token: *** 2024-11-01T16:25:14.1221308Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, { config: "default", shard: 2, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, { config: "default", shard: 3, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, ]} 2024-11-01T16:25:14.1222915Z job-name: win-vs2019-cpu-py3 / build 2024-11-01T16:25:14.1223274Z env: 2024-11-01T16:25:14.1223500Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:25:14.1224030Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:25:14.1224850Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:25:14.1225546Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:25:14.1226111Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:25:14.1226529Z ##[endgroup] 2024-11-01T16:25:14.1330678Z ##[group]Run nick-fields/retry@v3.0.0 2024-11-01T16:25:14.1331098Z with: 2024-11-01T16:25:14.1331358Z shell: bash 2024-11-01T16:25:14.1331633Z timeout_minutes: 10 2024-11-01T16:25:14.1331954Z max_attempts: 5 2024-11-01T16:25:14.1332274Z retry_wait_seconds: 30 2024-11-01T16:25:14.1333574Z 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 2024-11-01T16:25:14.1334815Z polling_interval_seconds: 1 2024-11-01T16:25:14.1335140Z warning_on_retry: true 2024-11-01T16:25:14.1335454Z continue_on_error: false 2024-11-01T16:25:14.1335764Z env: 2024-11-01T16:25:14.1335989Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:25:14.1336523Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:25:14.1337287Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:25:14.1337977Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:25:14.1338544Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:25:14.1339235Z GITHUB_TOKEN: *** 2024-11-01T16:25:14.1339556Z ##[endgroup] 2024-11-01T16:25:14.2488048Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-11-01T16:25:15.8065106Z Collecting requests==2.27.1 2024-11-01T16:25:15.9988657Z Downloading requests-2.27.1-py2.py3-none-any.whl.metadata (5.0 kB) 2024-11-01T16:25:16.0063552Z Requirement already satisfied: pyyaml==6.0.1 in c:\jenkins\miniconda3\lib\site-packages (6.0.1) 2024-11-01T16:25:16.0187227Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (1.26.19) 2024-11-01T16:25:16.0193202Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2024.7.4) 2024-11-01T16:25:16.0205108Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2.0.4) 2024-11-01T16:25:16.0218548Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (3.7) 2024-11-01T16:25:16.1070564Z Downloading requests-2.27.1-py2.py3-none-any.whl (63 kB) 2024-11-01T16:25:16.1988552Z ---------------------------------------- 63.1/63.1 kB 853.1 kB/s eta 0:00:00 2024-11-01T16:25:17.0501430Z Installing collected packages: requests 2024-11-01T16:25:17.0502036Z Attempting uninstall: requests 2024-11-01T16:25:17.0513326Z Found existing installation: requests 2.32.3 2024-11-01T16:25:17.0587117Z Uninstalling requests-2.32.3: 2024-11-01T16:25:17.0610217Z Successfully uninstalled requests-2.32.3 2024-11-01T16:25:17.2129933Z Successfully installed requests-2.27.1 2024-11-01T16:25:18.2391560Z Command completed after 1 attempt(s). 2024-11-01T16:25:18.2542518Z ##[group]Run set -x 2024-11-01T16:25:18.2542861Z set -x 2024-11-01T16:25:18.2543147Z  2024-11-01T16:25:18.2543657Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-11-01T16:25:18.2544324Z # in runner workspace 2024-11-01T16:25:18.2544823Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-11-01T16:25:18.2564072Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:25:18.2564689Z env: 2024-11-01T16:25:18.2565011Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:25:18.2565630Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:25:18.2566414Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:25:18.2567107Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:25:18.2567672Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:25:18.2568069Z ##[endgroup] 2024-11-01T16:25:18.2757667Z + python3 'C:\actions-runner\_work\pytorch\pytorch\./.github/actions/filter-test-configs/../../scripts/parse_ref.py' 2024-11-01T16:25:18.3775033Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-11-01T16:25:18.3775538Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-11-01T16:25:18.3775967Z echo "Job name: ${JOB_NAME}" 2024-11-01T16:25:18.3776332Z  2024-11-01T16:25:18.3776831Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-11-01T16:25:18.3777490Z # in runner workspace 2024-11-01T16:25:18.3778036Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-11-01T16:25:18.3778649Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-11-01T16:25:18.3779084Z  --job-name "${JOB_NAME}" \ 2024-11-01T16:25:18.3779482Z  --test-matrix "{ include: [ 2024-11-01T16:25:18.3780145Z  { config: "default", shard: 1, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, 2024-11-01T16:25:18.3781105Z  { config: "default", shard: 2, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, 2024-11-01T16:25:18.3782048Z  { config: "default", shard: 3, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, 2024-11-01T16:25:18.3782699Z ]} 2024-11-01T16:25:18.3782928Z " \ 2024-11-01T16:25:18.3783218Z  --selected-test-configs "" \ 2024-11-01T16:25:18.3783639Z  --pr-number "${PR_NUMBER}" \ 2024-11-01T16:25:18.3784009Z  --tag "${TAG}" \ 2024-11-01T16:25:18.3784363Z  --event-name "${EVENT_NAME}" \ 2024-11-01T16:25:18.3784774Z  --schedule "${SCHEDULE}" \ 2024-11-01T16:25:18.3785155Z  --branch "${HEAD_BRANCH}" 2024-11-01T16:25:18.3803551Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:25:18.3804169Z env: 2024-11-01T16:25:18.3804399Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:25:18.3804938Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:25:18.3805840Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:25:18.3806518Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:25:18.3807089Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:25:18.3807776Z GITHUB_TOKEN: *** 2024-11-01T16:25:18.3808087Z JOB_NAME: win-vs2019-cpu-py3 / build 2024-11-01T16:25:18.3808450Z PR_NUMBER: 2024-11-01T16:25:18.3808717Z TAG: ciflow/trunk/138766 2024-11-01T16:25:18.3809028Z EVENT_NAME: push 2024-11-01T16:25:18.3809283Z SCHEDULE: 2024-11-01T16:25:18.3809529Z HEAD_BRANCH: 2024-11-01T16:25:18.3809781Z ##[endgroup] 2024-11-01T16:25:18.3988184Z Workflow: trunk 2024-11-01T16:25:18.3988570Z Job name: win-vs2019-cpu-py3 / build 2024-11-01T16:25:18.6729516Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-11-01T16:25:18.8149763Z ##[group]Run echo "Filtered matrix:" 2024-11-01T16:25:18.8150234Z echo "Filtered matrix:" 2024-11-01T16:25:18.8151773Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "windows.4xlarge.nonephemeral"}]}" 2024-11-01T16:25:18.8153322Z  2024-11-01T16:25:18.8153559Z echo 2024-11-01T16:25:18.8153901Z echo "Is the current job unstable? False" 2024-11-01T16:25:18.8154314Z  2024-11-01T16:25:18.8154544Z echo 2024-11-01T16:25:18.8154860Z echo "Is keep-going label set? False" 2024-11-01T16:25:18.8155266Z  2024-11-01T16:25:18.8155493Z echo 2024-11-01T16:25:18.8155769Z echo "Renabled issues? " 2024-11-01T16:25:18.8174538Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:25:18.8175169Z env: 2024-11-01T16:25:18.8175405Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:25:18.8175943Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:25:18.8176704Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:25:18.8177389Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:25:18.8177945Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:25:18.8178354Z ##[endgroup] 2024-11-01T16:25:18.8351575Z Filtered matrix: 2024-11-01T16:25:18.8353231Z {include: [{config: default, shard: 1, num_shards: 3, runner: windows.4xlarge.nonephemeral}, {config: default, shard: 2, num_shards: 3, runner: windows.4xlarge.nonephemeral}, {config: default, shard: 3, num_shards: 3, runner: windows.4xlarge.nonephemeral}]} 2024-11-01T16:25:18.8354663Z 2024-11-01T16:25:18.8354791Z Is the current job unstable? False 2024-11-01T16:25:18.8355064Z 2024-11-01T16:25:18.8355182Z Is keep-going label set? False 2024-11-01T16:25:18.8355431Z 2024-11-01T16:25:18.8355539Z Renabled issues? 2024-11-01T16:25:18.8471213Z Prepare all required actions 2024-11-01T16:25:18.8471753Z Getting action download info 2024-11-01T16:25:19.0047409Z ##[group]Run ./.github/actions/pytest-cache-download 2024-11-01T16:25:19.0047842Z with: 2024-11-01T16:25:19.0048090Z cache_dir: .pytest_cache 2024-11-01T16:25:19.0048453Z job_identifier: trunk_win-vs2019-cpu-py3 2024-11-01T16:25:19.0048906Z s3_bucket: gha-artifacts 2024-11-01T16:25:19.0049258Z env: 2024-11-01T16:25:19.0049494Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:25:19.0050013Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:25:19.0050775Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:25:19.0051474Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:25:19.0052050Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:25:19.0052444Z ##[endgroup] 2024-11-01T16:25:19.0153639Z ##[group]Run nick-fields/retry@v3.0.0 2024-11-01T16:25:19.0154073Z with: 2024-11-01T16:25:19.0154289Z shell: bash 2024-11-01T16:25:19.0154553Z timeout_minutes: 5 2024-11-01T16:25:19.0154843Z max_attempts: 5 2024-11-01T16:25:19.0155106Z retry_wait_seconds: 30 2024-11-01T16:25:19.0155520Z command: set -eu python3 -m pip install boto3==1.35.42 2024-11-01T16:25:19.0156075Z polling_interval_seconds: 1 2024-11-01T16:25:19.0156444Z warning_on_retry: true 2024-11-01T16:25:19.0156800Z continue_on_error: false 2024-11-01T16:25:19.0157100Z env: 2024-11-01T16:25:19.0157323Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:25:19.0157857Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:25:19.0158617Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:25:19.0159295Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:25:19.0159861Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:25:19.0160358Z ##[endgroup] 2024-11-01T16:25:20.5366762Z Collecting boto3==1.35.42 2024-11-01T16:25:20.7251670Z Downloading boto3-1.35.42-py3-none-any.whl.metadata (6.7 kB) 2024-11-01T16:25:21.3532045Z Collecting botocore<1.36.0,>=1.35.42 (from boto3==1.35.42) 2024-11-01T16:25:21.3579966Z Downloading botocore-1.35.53-py3-none-any.whl.metadata (5.7 kB) 2024-11-01T16:25:21.3663317Z 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) 2024-11-01T16:25:21.3671526Z 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) 2024-11-01T16:25:21.3738201Z 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) 2024-11-01T16:25:21.3750027Z 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) 2024-11-01T16:25:21.5175261Z 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) 2024-11-01T16:25:21.5400270Z Downloading boto3-1.35.42-py3-none-any.whl (139 kB) 2024-11-01T16:25:21.6811992Z ---------------------------------------- 139.2/139.2 kB 1.2 MB/s eta 0:00:00 2024-11-01T16:25:21.6855048Z Downloading botocore-1.35.53-py3-none-any.whl (12.7 MB) 2024-11-01T16:25:23.1421438Z ---------------------------------------- 12.7/12.7 MB 7.1 MB/s eta 0:00:00 2024-11-01T16:25:23.9582477Z Installing collected packages: botocore, boto3 2024-11-01T16:25:23.9583126Z Attempting uninstall: botocore 2024-11-01T16:25:23.9591735Z Found existing installation: botocore 1.34.154 2024-11-01T16:25:24.2018881Z Uninstalling botocore-1.34.154: 2024-11-01T16:25:24.2771118Z Successfully uninstalled botocore-1.34.154 2024-11-01T16:25:28.1940796Z Attempting uninstall: boto3 2024-11-01T16:25:28.1951147Z Found existing installation: boto3 1.34.154 2024-11-01T16:25:28.2108730Z Uninstalling boto3-1.34.154: 2024-11-01T16:25:28.2160971Z Successfully uninstalled boto3-1.34.154 2024-11-01T16:25:28.3689180Z Successfully installed boto3-1.35.42 botocore-1.35.53 2024-11-01T16:25:29.1519590Z Command completed after 1 attempt(s). 2024-11-01T16:25:29.1675221Z ##[group]Run python3 .github/scripts/pytest_cache.py \ 2024-11-01T16:25:29.1675790Z python3 .github/scripts/pytest_cache.py \ 2024-11-01T16:25:29.1676242Z  --download \ 2024-11-01T16:25:29.1676619Z  --cache_dir $GITHUB_WORKSPACE/$CACHE_DIR \ 2024-11-01T16:25:29.1677102Z  --pr_identifier $GITHUB_REF \ 2024-11-01T16:25:29.1677597Z  --job_identifier $JOB_IDENTIFIER \ 2024-11-01T16:25:29.1678065Z  --temp_dir $RUNNER_TEMP \ 2024-11-01T16:25:29.1678441Z  --repo $REPO \ 2024-11-01T16:25:29.1678987Z  --bucket $BUCKET \ 2024-11-01T16:25:29.1697840Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:25:29.1698465Z env: 2024-11-01T16:25:29.1698709Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:25:29.1699233Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:25:29.1699995Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:25:29.1700801Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:25:29.1701375Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:25:29.1701790Z CACHE_DIR: .pytest_cache 2024-11-01T16:25:29.1702155Z JOB_IDENTIFIER: trunk_win-vs2019-cpu-py3 2024-11-01T16:25:29.1702562Z REPO: pytorch/pytorch 2024-11-01T16:25:29.1702856Z BUCKET: gha-artifacts 2024-11-01T16:25:29.1703151Z ##[endgroup] 2024-11-01T16:25:30.6520418Z PR identifier for `refs/tags/ciflow/trunk/138766` is `f6c28ebe131ddf91b0b7340be5ed1bc7` 2024-11-01T16:25:30.6522911Z Downloading cache with args Namespace(upload=False, download=True, cache_dir='C:\\actions-runner\\_work\\pytorch\\pytorch/.pytest_cache', pr_identifier='refs/tags/ciflow/trunk/138766', job_identifier='trunk_win-vs2019-cpu-py3', sha=None, test_config=None, shard=None, repo='pytorch/pytorch', temp_dir='C:\\actions-runner\\_work\\_temp', bucket='gha-artifacts') 2024-11-01T16:25:30.6525738Z There were no files matching the prefix `pytest_cache/pytorch/pytorch/f6c28ebe131ddf91b0b7340be5ed1bc7/trunk_win-vs2019-cpu-py3` in bucket `gha-artifacts` 2024-11-01T16:25:30.7147952Z ##[group]Run .ci/pytorch/win-build.sh 2024-11-01T16:25:30.7148394Z .ci/pytorch/win-build.sh 2024-11-01T16:25:30.7167026Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-11-01T16:25:30.7167635Z env: 2024-11-01T16:25:30.7167881Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:25:30.7168425Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:25:30.7169195Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:25:30.7169885Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:25:30.7170451Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:25:30.7170962Z PYTORCH_FINAL_PACKAGE_DIR: /c/11632515612/build-results/ 2024-11-01T16:25:30.7171416Z BRANCH: 2024-11-01T16:25:30.7171695Z BUILD_ENVIRONMENT: win-vs2019-cpu-py3 2024-11-01T16:25:30.7172062Z BUILD_WHEEL: 1 2024-11-01T16:25:30.7172325Z MAX_JOBS: 8 2024-11-01T16:25:30.7172610Z CUDA_VERSION: cpu 2024-11-01T16:25:30.7172897Z PYTHON_VERSION: 3.9 2024-11-01T16:25:30.7173221Z SCCACHE_BUCKET: ossci-compiler-cache 2024-11-01T16:25:30.7173605Z SCCACHE_S3_KEY_PREFIX: trunk 2024-11-01T16:25:30.7173950Z SCCACHE_REGION: us-east-1 2024-11-01T16:25:30.7174283Z VC_PRODUCT: BuildTools 2024-11-01T16:25:30.7174573Z VC_VERSION: 2024-11-01T16:25:30.7174825Z VC_YEAR: 2019 2024-11-01T16:25:30.7175278Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-11-01T16:25:30.7175851Z AWS_DEFAULT_REGION: us-east-1 2024-11-01T16:25:30.7176174Z PR_NUMBER: 2024-11-01T16:25:30.7176495Z SHA1: d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:25:30.7176909Z DEBUG: 0 2024-11-01T16:25:30.7177147Z TORCH_CUDA_ARCH_LIST: 8.6 2024-11-01T16:25:30.7177453Z USE_CUDA: 0 2024-11-01T16:25:30.7177685Z USE_XPU: 0 2024-11-01T16:25:30.7177951Z OUR_GITHUB_JOB_ID: 32395789101 2024-11-01T16:25:30.7178282Z ##[endgroup] 2024-11-01T16:25:30.9282310Z ++ [[ win-vs2019-cpu-py3 == *rocm* ]] 2024-11-01T16:25:30.9282742Z ++ BUILD_TEST_LIBTORCH=0 2024-11-01T16:25:30.9283288Z + source /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common-build.sh 2024-11-01T16:25:30.9285179Z ++ [[ win-vs2019-cpu-py3 != *win-* ]] 2024-11-01T16:25:30.9285729Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-11-01T16:25:30.9286421Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-11-01T16:25:30.9341710Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-11-01T16:25:30.9435094Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2024-11-01T16:25:30.9435664Z + export TMP_DIR_WIN 2024-11-01T16:25:30.9436112Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/11632515612/build-results/ 2024-11-01T16:25:30.9436722Z + PYTORCH_FINAL_PACKAGE_DIR=/c/11632515612/build-results/ 2024-11-01T16:25:30.9437195Z + [[ -n /c/11632515612/build-results/ ]] 2024-11-01T16:25:30.9437621Z + mkdir -p /c/11632515612/build-results/ 2024-11-01T16:25:30.9554720Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2024-11-01T16:25:30.9555985Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2024-11-01T16:25:30.9556621Z + set +ex 2024-11-01T16:25:31.9964728Z + /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2024-11-01T16:25:32.0100780Z 2024-11-01T16:25:32.0101649Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" (set BUILD_TYPE=debug ) ELSE (set BUILD_TYPE=release ) 2024-11-01T16:25:32.0104451Z 2024-11-01T16:25:32.0109916Z 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 2024-11-01T16:25:32.0113811Z 2024-11-01T16:25:32.0114574Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2024-11-01T16:25:32.0115497Z 2024-11-01T16:25:32.0116277Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\install_magma.bat 2024-11-01T16:25:32.0122881Z 2024-11-01T16:25:32.0123329Z C:\actions-runner\_work\pytorch\pytorch>if "cpu" == "cpu" ( 2024-11-01T16:25:32.0123924Z echo skip magma installation for cpu builds 2024-11-01T16:25:32.0124339Z exit /b 0 2024-11-01T16:25:32.0124573Z ) 2024-11-01T16:25:32.0124850Z skip magma installation for cpu builds 2024-11-01T16:25:32.0127655Z 2024-11-01T16:25:32.0128141Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2024-11-01T16:25:32.0128717Z 2024-11-01T16:25:32.0129102Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2024-11-01T16:25:32.0130228Z 2024-11-01T16:25:32.0131256Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\install_sccache.bat 2024-11-01T16:25:32.0139947Z 2024-11-01T16:25:32.0140771Z C:\actions-runner\_work\pytorch\pytorch>mkdir C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin 2024-11-01T16:25:32.0146621Z 2024-11-01T16:25:32.0147071Z C:\actions-runner\_work\pytorch\pytorch>if "" == "" ( 2024-11-01T16:25:32.0147807Z IF EXIST C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe ( 2024-11-01T16:25:32.0148515Z taskkill /im sccache.exe /f /t || ver 1>nul 2024-11-01T16:25:32.0149254Z del C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe || ver 1>nul 2024-11-01T16:25:32.0149911Z ) 2024-11-01T16:25:32.0151864Z 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 ) 2024-11-01T16:25:32.0154595Z ) 2024-11-01T16:25:33.2004057Z Completed 256.0 KiB/18.8 MiB (733.1 KiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2005269Z Completed 512.0 KiB/18.8 MiB (1.4 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2019985Z Completed 768.0 KiB/18.8 MiB (2.1 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2023213Z Completed 1.0 MiB/18.8 MiB (2.8 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2031934Z Completed 1.2 MiB/18.8 MiB (3.5 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2034910Z Completed 1.5 MiB/18.8 MiB (4.3 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2043885Z Completed 1.8 MiB/18.8 MiB (5.0 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2047276Z Completed 2.0 MiB/18.8 MiB (5.7 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2055079Z Completed 2.2 MiB/18.8 MiB (6.3 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2058856Z Completed 2.5 MiB/18.8 MiB (7.1 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2066902Z Completed 2.8 MiB/18.8 MiB (7.8 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2069974Z Completed 3.0 MiB/18.8 MiB (8.4 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2080505Z Completed 3.2 MiB/18.8 MiB (9.1 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2081205Z Completed 3.5 MiB/18.8 MiB (9.8 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2090311Z Completed 3.8 MiB/18.8 MiB (10.5 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2093537Z Completed 4.0 MiB/18.8 MiB (11.2 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2101652Z Completed 4.2 MiB/18.8 MiB (11.8 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2104583Z Completed 4.5 MiB/18.8 MiB (12.5 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2113208Z Completed 4.8 MiB/18.8 MiB (13.2 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2121007Z Completed 5.0 MiB/18.8 MiB (13.9 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2127189Z Completed 5.2 MiB/18.8 MiB (14.6 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2135839Z Completed 5.5 MiB/18.8 MiB (15.2 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2138264Z Completed 5.8 MiB/18.8 MiB (15.9 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2150975Z Completed 6.0 MiB/18.8 MiB (16.6 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2153182Z Completed 6.2 MiB/18.8 MiB (17.1 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2163120Z Completed 6.5 MiB/18.8 MiB (17.8 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2163919Z Completed 6.8 MiB/18.8 MiB (18.5 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2170288Z Completed 7.0 MiB/18.8 MiB (19.2 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2176094Z Completed 7.2 MiB/18.8 MiB (19.9 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2179071Z Completed 7.5 MiB/18.8 MiB (20.6 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2186176Z Completed 7.8 MiB/18.8 MiB (21.2 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2188545Z Completed 8.0 MiB/18.8 MiB (21.9 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2194432Z Completed 8.2 MiB/18.8 MiB (22.6 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2198837Z Completed 8.5 MiB/18.8 MiB (23.3 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2204854Z Completed 8.8 MiB/18.8 MiB (24.0 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2206547Z Completed 9.0 MiB/18.8 MiB (24.7 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2214163Z Completed 9.2 MiB/18.8 MiB (25.4 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2222321Z Completed 9.5 MiB/18.8 MiB (26.0 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2225600Z Completed 9.8 MiB/18.8 MiB (26.7 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2232295Z Completed 10.0 MiB/18.8 MiB (27.4 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2236930Z Completed 10.2 MiB/18.8 MiB (28.1 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2244587Z Completed 10.5 MiB/18.8 MiB (28.8 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2247867Z Completed 10.8 MiB/18.8 MiB (29.5 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2254373Z Completed 11.0 MiB/18.8 MiB (30.1 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2262442Z Completed 11.2 MiB/18.8 MiB (30.0 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2268977Z Completed 11.5 MiB/18.8 MiB (30.6 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2274406Z Completed 11.8 MiB/18.8 MiB (31.2 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2277332Z Completed 12.0 MiB/18.8 MiB (31.8 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2283835Z Completed 12.2 MiB/18.8 MiB (32.4 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2294882Z Completed 12.5 MiB/18.8 MiB (33.0 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2299938Z Completed 12.8 MiB/18.8 MiB (33.6 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2302877Z Completed 13.0 MiB/18.8 MiB (34.2 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2311215Z Completed 13.2 MiB/18.8 MiB (34.9 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2316082Z Completed 13.5 MiB/18.8 MiB (35.5 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2322572Z Completed 13.8 MiB/18.8 MiB (36.1 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2330746Z Completed 14.0 MiB/18.8 MiB (36.7 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2348740Z Completed 14.2 MiB/18.8 MiB (37.2 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2377624Z Completed 14.5 MiB/18.8 MiB (37.7 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2404741Z Completed 14.8 MiB/18.8 MiB (38.1 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2433855Z Completed 15.0 MiB/18.8 MiB (38.4 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2436462Z Completed 15.2 MiB/18.8 MiB (38.8 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2442052Z Completed 15.5 MiB/18.8 MiB (39.4 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2451258Z Completed 15.8 MiB/18.8 MiB (40.0 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2460987Z Completed 16.0 MiB/18.8 MiB (40.5 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2466673Z Completed 16.2 MiB/18.8 MiB (41.0 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2484677Z Completed 16.5 MiB/18.8 MiB (41.6 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2489910Z Completed 16.8 MiB/18.8 MiB (42.0 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2507887Z Completed 17.0 MiB/18.8 MiB (42.7 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2519670Z Completed 17.2 MiB/18.8 MiB (43.1 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2531572Z Completed 17.5 MiB/18.8 MiB (43.6 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2546030Z Completed 17.8 MiB/18.8 MiB (44.0 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2558748Z Completed 18.0 MiB/18.8 MiB (44.5 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2566151Z Completed 18.2 MiB/18.8 MiB (45.1 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2576937Z Completed 18.5 MiB/18.8 MiB (45.6 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.2580912Z Completed 18.8 MiB/18.8 MiB (46.2 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.9772946Z Completed 18.8 MiB/18.8 MiB (46.4 MiB/s) with 1 file(s) remaining 2024-11-01T16:25:33.9773776Z download: s3://ossci-windows/sccache-v0.7.4.exe to build\win_tmp\bin\sccache.exe 2024-11-01T16:25:34.0756327Z 2024-11-01T16:25:34.0757134Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2024-11-01T16:25:34.0757613Z 2024-11-01T16:25:34.0757930Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2024-11-01T16:25:34.0759427Z 2024-11-01T16:25:34.0759757Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" ( 2024-11-01T16:25:34.0760674Z call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\install_xpu.bat 2024-11-01T16:25:34.0761710Z if errorlevel 1 exit /b 1 2024-11-01T16:25:34.0762025Z ) 2024-11-01T16:25:34.0762149Z 2024-11-01T16:25:34.0762972Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2024-11-01T16:25:34.0771861Z 2024-11-01T16:25:34.0772797Z 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 ) 2024-11-01T16:25:34.0775377Z 2024-11-01T16:25:34.0775978Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2024-11-01T16:25:34.0778277Z 2024-11-01T16:25:34.0778579Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2024-11-01T16:25:34.0780112Z 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 2024-11-01T16:25:34.0781516Z if errorlevel 1 exit /b 2024-11-01T16:25:34.0781850Z if not errorlevel 0 exit /b 2024-11-01T16:25:34.0783019Z 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 2024-11-01T16:25:34.0784203Z if errorlevel 1 exit /b 2024-11-01T16:25:34.0784534Z if not errorlevel 0 exit /b 2024-11-01T16:25:34.0784863Z ) 2024-11-01T16:25:34.0785042Z 2024-11-01T16:25:34.0785927Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2024-11-01T16:25:36.0469727Z Collecting mkl-include==2021.4.0 2024-11-01T16:25:36.2327796Z Downloading mkl_include-2021.4.0-py2.py3-none-win_amd64.whl.metadata (1.3 kB) 2024-11-01T16:25:36.2615000Z Collecting mkl-devel==2021.4.0 2024-11-01T16:25:36.2666802Z Downloading mkl_devel-2021.4.0-py2.py3-none-win_amd64.whl.metadata (1.4 kB) 2024-11-01T16:25:36.2946934Z Collecting mkl==2021.4.0 (from mkl-devel==2021.4.0) 2024-11-01T16:25:36.2992978Z Downloading mkl-2021.4.0-py2.py3-none-win_amd64.whl.metadata (1.4 kB) 2024-11-01T16:25:36.3356540Z Collecting intel-openmp==2021.* (from mkl==2021.4.0->mkl-devel==2021.4.0) 2024-11-01T16:25:36.3401770Z Downloading intel_openmp-2021.4.0-py2.py3-none-win_amd64.whl.metadata (1.2 kB) 2024-11-01T16:25:36.3677737Z Collecting tbb==2021.* (from mkl==2021.4.0->mkl-devel==2021.4.0) 2024-11-01T16:25:36.3722466Z Downloading tbb-2021.13.1-py3-none-win_amd64.whl.metadata (1.1 kB) 2024-11-01T16:25:36.3866524Z Downloading mkl_include-2021.4.0-py2.py3-none-win_amd64.whl (1.2 MB) 2024-11-01T16:25:36.5035995Z ---------------------------------------- 1.2/1.2 MB 9.5 MB/s eta 0:00:00 2024-11-01T16:25:36.5093105Z Downloading mkl_devel-2021.4.0-py2.py3-none-win_amd64.whl (9.1 MB) 2024-11-01T16:25:37.1232698Z ---------------------------------------- 9.1/9.1 MB 14.6 MB/s eta 0:00:00 2024-11-01T16:25:37.1286269Z Downloading mkl-2021.4.0-py2.py3-none-win_amd64.whl (228.5 MB) 2024-11-01T16:26:26.5517279Z ---------------------------------------- 228.5/228.5 MB ? eta 0:00:00 2024-11-01T16:26:26.5571542Z Downloading intel_openmp-2021.4.0-py2.py3-none-win_amd64.whl (3.5 MB) 2024-11-01T16:26:26.7935348Z ---------------------------------------- 3.5/3.5 MB 16.0 MB/s eta 0:00:00 2024-11-01T16:26:26.8227828Z Downloading tbb-2021.13.1-py3-none-win_amd64.whl (286 kB) 2024-11-01T16:26:26.8341464Z --------------------------------------- 286.9/286.9 kB 17.3 MB/s eta 0:00:00 2024-11-01T16:26:28.2543648Z Installing collected packages: tbb, mkl-include, intel-openmp, mkl, mkl-devel 2024-11-01T16:27:02.3895648Z Successfully installed intel-openmp-2021.4.0 mkl-2021.4.0 mkl-devel-2021.4.0 mkl-include-2021.4.0 tbb-2021.13.1 2024-11-01T16:27:03.0713420Z ********************************************************************** 2024-11-01T16:27:03.0714073Z ** Visual Studio 2019 Developer Command Prompt v16.11.39 2024-11-01T16:27:03.0714863Z ** Copyright (c) 2021 Microsoft Corporation 2024-11-01T16:27:03.0715332Z ********************************************************************** 2024-11-01T16:27:03.8306069Z [vcvarsall.bat] Environment initialized for: 'x64' 2024-11-01T16:27:03.8343993Z 2024-11-01T16:27:03.8344486Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2024-11-01T16:27:03.8349109Z 2024-11-01T16:27:03.8350227Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2024-11-01T16:27:03.8351992Z 2024-11-01T16:27:03.8352635Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2024-11-01T16:27:03.8354824Z 2024-11-01T16:27:03.8368233Z (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 2024-11-01T16:27:03.8380761Z 2024-11-01T16:27:03.8381208Z (base) C:\actions-runner\_work\pytorch\pytorch>if "8.6" == "" set TORCH_CUDA_ARCH_LIST=8.6 2024-11-01T16:27:03.8381822Z 2024-11-01T16:27:03.8382181Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IDLE_TIMEOUT=0 2024-11-01T16:27:03.8382694Z 2024-11-01T16:27:03.8383110Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IGNORE_SERVER_IO_ERROR=1 2024-11-01T16:27:03.8383649Z 2024-11-01T16:27:03.8383964Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2024-11-01T16:27:03.8512219Z Stopping sccache server... 2024-11-01T16:27:04.8547806Z sccache: error: couldn't connect to server 2024-11-01T16:27:04.8550133Z sccache: caused by: No connection could be made because the target machine actively refused it. (os error 10061) 2024-11-01T16:27:04.8572669Z 2024-11-01T16:27:04.8573122Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --start-server 2024-11-01T16:27:04.8663982Z sccache: Starting the server... 2024-11-01T16:27:09.0515676Z 2024-11-01T16:27:09.0516352Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --zero-stats 2024-11-01T16:27:09.0627863Z Compile requests 0 2024-11-01T16:27:09.0628413Z Compile requests executed 0 2024-11-01T16:27:09.0628850Z Cache hits 0 2024-11-01T16:27:09.0629438Z Cache misses 0 2024-11-01T16:27:09.0629856Z Cache timeouts 0 2024-11-01T16:27:09.0630276Z Cache read errors 0 2024-11-01T16:27:09.0630830Z Forced recaches 0 2024-11-01T16:27:09.0631453Z Cache write errors 0 2024-11-01T16:27:09.0631887Z Compilation failures 0 2024-11-01T16:27:09.0632291Z Cache errors 0 2024-11-01T16:27:09.0632734Z Non-cacheable compilations 0 2024-11-01T16:27:09.0633176Z Non-cacheable calls 0 2024-11-01T16:27:09.0633618Z Non-compilation calls 0 2024-11-01T16:27:09.0634052Z Unsupported compiler calls 0 2024-11-01T16:27:09.0634490Z Average cache write 0.000 s 2024-11-01T16:27:09.0634905Z Average compiler 0.000 s 2024-11-01T16:27:09.0635340Z Average cache read hit 0.000 s 2024-11-01T16:27:09.0635799Z Failed distributed compilations 0 2024-11-01T16:27:09.0636400Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2024-11-01T16:27:09.0637020Z Version (client) 0.7.4 2024-11-01T16:27:09.0647576Z 2024-11-01T16:27:09.0648392Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_C_COMPILER_LAUNCHER=sccache 2024-11-01T16:27:09.0650064Z 2024-11-01T16:27:09.0650705Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_CXX_COMPILER_LAUNCHER=sccache 2024-11-01T16:27:09.0652485Z 2024-11-01T16:27:09.0653212Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_GENERATOR=Ninja 2024-11-01T16:27:09.0656638Z 2024-11-01T16:27:09.0657077Z (base) C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" ( 2024-11-01T16:27:09.0657598Z 2024-11-01T16:27:09.0657809Z 2024-11-01T16:27:09.0658049Z 2024-11-01T16:27:09.0659163Z 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 2024-11-01T16:27:09.0660708Z if errorlevel 1 goto fail 2024-11-01T16:27:09.0661239Z if not errorlevel 0 goto fail 2024-11-01T16:27:09.0663639Z 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.4\bin\nvcc.exe" %* 1>"C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat" 2024-11-01T16:27:09.0666079Z cat C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2024-11-01T16:27:09.0666962Z set CUDA_NVCC_EXECUTABLE=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2024-11-01T16:27:09.0668271Z for /F "usebackq delims=" %n in (`cygpath -m "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4\bin\nvcc.exe"`) do set CMAKE_CUDA_COMPILER=%n 2024-11-01T16:27:09.0670037Z 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 2024-11-01T16:27:09.0671232Z ) 2024-11-01T16:27:09.0671516Z 2024-11-01T16:27:09.0671732Z (base) C:\actions-runner\_work\pytorch\pytorch>set 2024-11-01T16:27:09.0672229Z ALLUSERSPROFILE=C:\ProgramData 2024-11-01T16:27:09.0672767Z ALPINE_IMAGE=308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-11-01T16:27:09.0673396Z APPDATA=C:\Users\runneruser\AppData\Roaming 2024-11-01T16:27:09.0673842Z AWS_DEFAULT_REGION=us-east-1 2024-11-01T16:27:09.0674185Z AWS_EXECUTION_ENV=EC2 2024-11-01T16:27:09.0674489Z BRANCH= 2024-11-01T16:27:09.0674776Z BUILD_ENVIRONMENT=win-vs2019-cpu-py3 2024-11-01T16:27:09.0675152Z BUILD_TYPE=release 2024-11-01T16:27:09.0675443Z BUILD_WHEEL=1 2024-11-01T16:27:09.0675687Z CI=true 2024-11-01T16:27:09.0675972Z CMAKE_CXX_COMPILER_LAUNCHER=sccache 2024-11-01T16:27:09.0676383Z CMAKE_C_COMPILER_LAUNCHER=sccache 2024-11-01T16:27:09.0676791Z CMAKE_GENERATOR=Ninja 2024-11-01T16:27:09.0677356Z CommandPromptType=Native 2024-11-01T16:27:09.0677785Z COMMONPROGRAMFILES=C:\Program Files\Common Files 2024-11-01T16:27:09.0678250Z COMPUTERNAME=EC2AMAZ-SUNQRVI 2024-11-01T16:27:09.0678628Z COMSPEC=C:\Windows\system32\cmd.exe 2024-11-01T16:27:09.0679195Z CONDA_BUILD=C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:27:09.0679747Z CONDA_DEFAULT_ENV=base 2024-11-01T16:27:09.0680146Z CONDA_EXE=C:\Jenkins\Miniconda3\Scripts\conda.exe 2024-11-01T16:27:09.0680752Z CONDA_INSTALL=C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:27:09.0681294Z CONDA_PARENT_DIR=C:\Jenkins 2024-11-01T16:27:09.0681639Z CONDA_PREFIX=C:\Jenkins\Miniconda3 2024-11-01T16:27:09.0682031Z CONDA_PROMPT_MODIFIER=(base) 2024-11-01T16:27:09.0682509Z CONDA_PYTHON_EXE=C:\Jenkins\Miniconda3\python.exe 2024-11-01T16:27:09.0683205Z CONDA_RUN=C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:27:09.0683799Z CONDA_SHLVL=1 2024-11-01T16:27:09.0684255Z CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4 2024-11-01T16:27:09.0684973Z CUDA_PATH_V11_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8 2024-11-01T16:27:09.0685735Z CUDA_PATH_V12_1=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2024-11-01T16:27:09.0686482Z CUDA_PATH_V12_4=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4 2024-11-01T16:27:09.0687023Z CUDA_VERSION=cpu 2024-11-01T16:27:09.0687376Z ChocolateyInstall=C:\ProgramData\chocolatey 2024-11-01T16:27:09.0688084Z CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files 2024-11-01T16:27:09.0688710Z CommonProgramW6432=C:\Program Files\Common Files 2024-11-01T16:27:09.0689156Z DEBUG=0 2024-11-01T16:27:09.0689676Z DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\ 2024-11-01T16:27:09.0690306Z DISTUTILS_USE_SDK=1 2024-11-01T16:27:09.0690692Z DriverData=C:\Windows\System32\Drivers\DriverData 2024-11-01T16:27:09.0691157Z EC2LAUNCH_TELEMETRY=1 2024-11-01T16:27:09.0691716Z ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs 2024-11-01T16:27:09.0692376Z Framework40Version=v4.0 2024-11-01T16:27:09.0692793Z FrameworkDir=C:\Windows\Microsoft.NET\Framework64\ 2024-11-01T16:27:09.0693342Z FrameworkDir64=C:\Windows\Microsoft.NET\Framework64\ 2024-11-01T16:27:09.0693883Z FrameworkVersion=v4.0.30319 2024-11-01T16:27:09.0694300Z FrameworkVersion64=v4.0.30319 2024-11-01T16:27:09.0694642Z GITHUB_ACTION=build 2024-11-01T16:27:09.0694944Z GITHUB_ACTIONS=true 2024-11-01T16:27:09.0695245Z GITHUB_ACTION_REF= 2024-11-01T16:27:09.0695536Z GITHUB_ACTION_REPOSITORY= 2024-11-01T16:27:09.0695890Z GITHUB_ACTOR=pytorch-bot[bot] 2024-11-01T16:27:09.0696246Z GITHUB_ACTOR_ID=54816060 2024-11-01T16:27:09.0696596Z GITHUB_API_URL=https://api.github.com 2024-11-01T16:27:09.0696997Z GITHUB_BASE_REF= 2024-11-01T16:27:09.0697660Z GITHUB_ENV=C:\actions-runner\_work\_temp\_runner_file_commands\set_env_53533864-c0c1-4696-a254-e0d7a05d906f 2024-11-01T16:27:09.0698461Z GITHUB_EVENT_NAME=push 2024-11-01T16:27:09.0699051Z GITHUB_EVENT_PATH=C:\actions-runner\_work\_temp\_github_workflow\event.json 2024-11-01T16:27:09.0699786Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2024-11-01T16:27:09.0700274Z GITHUB_HEAD_REF= 2024-11-01T16:27:09.0700561Z GITHUB_JOB=build 2024-11-01T16:27:09.0701255Z GITHUB_OUTPUT=C:\actions-runner\_work\_temp\_runner_file_commands\set_output_53533864-c0c1-4696-a254-e0d7a05d906f 2024-11-01T16:27:09.0702406Z GITHUB_PATH=C:\actions-runner\_work\_temp\_runner_file_commands\add_path_53533864-c0c1-4696-a254-e0d7a05d906f 2024-11-01T16:27:09.0703207Z GITHUB_REF=refs/tags/ciflow/trunk/138766 2024-11-01T16:27:09.0703639Z GITHUB_REF_NAME=ciflow/trunk/138766 2024-11-01T16:27:09.0704042Z GITHUB_REF_PROTECTED=false 2024-11-01T16:27:09.0704362Z GITHUB_REF_TYPE=tag 2024-11-01T16:27:09.0704693Z GITHUB_REPOSITORY=pytorch/pytorch 2024-11-01T16:27:09.0705069Z GITHUB_REPOSITORY_ID=65600975 2024-11-01T16:27:09.0705565Z GITHUB_REPOSITORY_OWNER=pytorch 2024-11-01T16:27:09.0706107Z GITHUB_REPOSITORY_OWNER_ID=21003710 2024-11-01T16:27:09.0706479Z GITHUB_RETENTION_DAYS=90 2024-11-01T16:27:09.0706811Z GITHUB_RUN_ATTEMPT=1 2024-11-01T16:27:09.0707126Z GITHUB_RUN_ID=11632515612 2024-11-01T16:27:09.0707442Z GITHUB_RUN_NUMBER=102766 2024-11-01T16:27:09.0707803Z GITHUB_SERVER_URL=https://github.com 2024-11-01T16:27:09.0708286Z GITHUB_SHA=d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:27:09.0709136Z GITHUB_STATE=C:\actions-runner\_work\_temp\_runner_file_commands\save_state_53533864-c0c1-4696-a254-e0d7a05d906f 2024-11-01T16:27:09.0710356Z GITHUB_STEP_SUMMARY=C:\actions-runner\_work\_temp\_runner_file_commands\step_summary_53533864-c0c1-4696-a254-e0d7a05d906f 2024-11-01T16:27:09.0711263Z GITHUB_TRIGGERING_ACTOR=pytorch-bot[bot] 2024-11-01T16:27:09.0711735Z GITHUB_WORKFLOW=trunk 2024-11-01T16:27:09.0712344Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/trunk.yml@refs/tags/ciflow/trunk/138766 2024-11-01T16:27:09.0713172Z GITHUB_WORKFLOW_SHA=d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:27:09.0713805Z GITHUB_WORKSPACE=C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:27:09.0714287Z GIT_DEFAULT_BRANCH=main 2024-11-01T16:27:09.0714622Z HOME=C:\Users\runneruser 2024-11-01T16:27:09.0717586Z 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 2024-11-01T16:27:09.0720779Z INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2024-11-01T16:27:09.0723031Z 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 2024-11-01T16:27:09.0726775Z 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 2024-11-01T16:27:09.0729230Z LOCALAPPDATA=C:\Users\runneruser\AppData\Local 2024-11-01T16:27:09.0729673Z MAX_JOBS=8 2024-11-01T16:27:09.0730090Z NETFXSDKDir=C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\ 2024-11-01T16:27:09.0730603Z NUMBER_OF_PROCESSORS=16 2024-11-01T16:27:09.0730928Z OS=Windows_NT 2024-11-01T16:27:09.0731218Z OUR_GITHUB_JOB_ID=32395789101 2024-11-01T16:27:09.0742755Z 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 2024-11-01T16:27:09.0754702Z PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC 2024-11-01T16:27:09.0755216Z Platform=x64 2024-11-01T16:27:09.0755509Z PROCESSOR_ARCHITECTURE=AMD64 2024-11-01T16:27:09.0756031Z PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 7, GenuineIntel 2024-11-01T16:27:09.0756605Z PROCESSOR_LEVEL=6 2024-11-01T16:27:09.0756957Z PROCESSOR_REVISION=5507 2024-11-01T16:27:09.0757335Z PROGRAMFILES=C:\Program Files 2024-11-01T16:27:09.0757692Z PROMPT=(base) $P$G 2024-11-01T16:27:09.0757979Z PR_NUMBER= 2024-11-01T16:27:09.0759254Z PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\WindowsPowerShell\Modules 2024-11-01T16:27:09.0760069Z PUBLIC=C:\Users\Public 2024-11-01T16:27:09.0761269Z *** 2024-11-01T16:27:09.0761524Z PYTHON_VERSION=3.9 2024-11-01T16:27:09.0761911Z PYTORCH_FINAL_PACKAGE_DIR=C:/11632515612/build-results/ 2024-11-01T16:27:09.0762471Z ProgramData=C:\ProgramData 2024-11-01T16:27:09.0762906Z ProgramFiles(x86)=C:\Program Files (x86) 2024-11-01T16:27:09.0763377Z ProgramW6432=C:\Program Files 2024-11-01T16:27:09.0763815Z RUNNER_ARCH=X64 2024-11-01T16:27:09.0764170Z RUNNER_ENVIRONMENT=self-hosted 2024-11-01T16:27:09.0764571Z RUNNER_NAME=i-01509de0e9ccb1018 2024-11-01T16:27:09.0764979Z RUNNER_OS=Windows 2024-11-01T16:27:09.0765357Z RUNNER_TEMP=C:\actions-runner\_work\_temp 2024-11-01T16:27:09.0765912Z RUNNER_TOOL_CACHE=C:\actions-runner\_work\_tool 2024-11-01T16:27:09.0766569Z RUNNER_TRACKING_ID=github_55f142b7-3f2f-4333-ab68-328a09cd8ad5 2024-11-01T16:27:09.0767240Z RUNNER_WORKSPACE=C:\actions-runner\_work\pytorch 2024-11-01T16:27:09.0767782Z SCCACHE_BUCKET=ossci-compiler-cache 2024-11-01T16:27:09.0768234Z SCCACHE_IDLE_TIMEOUT=0 2024-11-01T16:27:09.0768614Z SCCACHE_IGNORE_SERVER_IO_ERROR=1 2024-11-01T16:27:09.0768967Z SCCACHE_REGION=us-east-1 2024-11-01T16:27:09.0769298Z SCCACHE_S3_KEY_PREFIX=trunk 2024-11-01T16:27:09.0769906Z SCRIPT_HELPERS_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2024-11-01T16:27:09.0770609Z SHA1=d1aa4ef5a6c0ee2d57fb0086f5557e34537f0fea 2024-11-01T16:27:09.0771028Z SHLVL=2 2024-11-01T16:27:09.0771397Z SSL_CERT_FILE=C:\Jenkins\Miniconda3\Library\ssl\cacert.pem 2024-11-01T16:27:09.0771881Z SYSTEMDRIVE=C: 2024-11-01T16:27:09.0772166Z SYSTEMROOT=C:\Windows 2024-11-01T16:27:09.0772517Z TEMP=C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:27:09.0772911Z TERM=xterm-256color 2024-11-01T16:27:09.0773242Z TMP=C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:27:09.0773749Z TMPDIR=C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:27:09.0774347Z TMP_DIR=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-11-01T16:27:09.0775156Z TMP_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp 2024-11-01T16:27:09.0775798Z TORCH_CUDA_ARCH_LIST=8.6 2024-11-01T16:27:09.0776156Z UCRTVersion=10.0.19041.0 2024-11-01T16:27:09.0776650Z UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2024-11-01T16:27:09.0777263Z UPDATEFILE=update.finished 2024-11-01T16:27:09.0777600Z USERDOMAIN=EC2AMAZ-SUNQRVI 2024-11-01T16:27:09.0778073Z USERNAME=runneruser 2024-11-01T16:27:09.0778393Z USERPROFILE=C:\Users\runneruser 2024-11-01T16:27:09.0778728Z USE_CUDA=0 2024-11-01T16:27:09.0778980Z USE_XPU=0 2024-11-01T16:27:09.0779563Z VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\ 2024-11-01T16:27:09.0780479Z VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\ 2024-11-01T16:27:09.0781478Z VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\ 2024-11-01T16:27:09.0782717Z VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Redist\MSVC\14.29.30133\ 2024-11-01T16:27:09.0783536Z VCToolsVersion=14.29.30133 2024-11-01T16:27:09.0783875Z VC_PRODUCT=BuildTools 2024-11-01T16:27:09.0784175Z VC_VERSION= 2024-11-01T16:27:09.0784411Z VC_YEAR=2019 2024-11-01T16:27:09.0784704Z VERBOSE_ARG='SilentlyContinue' 2024-11-01T16:27:09.0785075Z VisualStudioVersion=16.0 2024-11-01T16:27:09.0785769Z VS160COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\ 2024-11-01T16:27:09.0786470Z VSCMD_ARG_app_plat=Desktop 2024-11-01T16:27:09.0786808Z VSCMD_ARG_HOST_ARCH=x64 2024-11-01T16:27:09.0787113Z VSCMD_ARG_TGT_ARCH=x64 2024-11-01T16:27:09.0787419Z VSCMD_VER=16.11.39 2024-11-01T16:27:09.0787930Z VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\ 2024-11-01T16:27:09.0788555Z WINDIR=C:\Windows 2024-11-01T16:27:09.0789621Z 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 2024-11-01T16:27:09.0790727Z WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\ 2024-11-01T16:27:09.0791336Z WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2024-11-01T16:27:09.0791846Z WindowsSDKLibVersion=10.0.19041.0\ 2024-11-01T16:27:09.0792454Z WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\ 2024-11-01T16:27:09.0793086Z WindowsSDKVersion=10.0.19041.0\ 2024-11-01T16:27:09.0793822Z WindowsSDK_ExecutablePath_x64=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\ 2024-11-01T16:27:09.0795083Z WindowsSDK_ExecutablePath_x86=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\ 2024-11-01T16:27:09.0796111Z _=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2024-11-01T16:27:09.0796785Z __CONDA_OPENSLL_CERT_FILE_SET="1" 2024-11-01T16:27:09.0797562Z __devinit_path=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit\devinit.exe 2024-11-01T16:27:09.0798333Z __DOTNET_ADD_64BIT=1 2024-11-01T16:27:09.0798636Z __DOTNET_PREFERRED_BITNESS=64 2024-11-01T16:27:09.0803816Z __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 2024-11-01T16:27:09.0808697Z 2024-11-01T16:27:09.0809032Z (base) C:\actions-runner\_work\pytorch\pytorch>python setup.py bdist_wheel 2024-11-01T16:27:09.5939662Z Building wheel torch-2.6.0a0+gitd1aa4ef 2024-11-01T16:27:21.3736694Z -- The CXX compiler identification is MSVC 19.29.30154.0 2024-11-01T16:27:21.5864096Z -- The C compiler identification is MSVC 19.29.30154.0 2024-11-01T16:27:22.4130405Z -- Detecting CXX compiler ABI info 2024-11-01T16:27:29.4729921Z -- Detecting CXX compiler ABI info - done 2024-11-01T16:27:29.4752574Z -- 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 2024-11-01T16:27:29.4768534Z -- Detecting CXX compile features 2024-11-01T16:27:29.5668458Z -- Detecting CXX compile features - done 2024-11-01T16:27:29.5754249Z -- Detecting C compiler ABI info 2024-11-01T16:27:30.2513918Z -- Detecting C compiler ABI info - done 2024-11-01T16:27:30.2536907Z -- 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 2024-11-01T16:27:30.2540421Z -- Detecting C compile features 2024-11-01T16:27:30.2546467Z -- Detecting C compile features - done 2024-11-01T16:27:30.3307281Z -- Not forcing any particular BLAS to be found 2024-11-01T16:27:30.3347892Z CMake Warning at CMakeLists.txt:420 (message): 2024-11-01T16:27:30.3349923Z TensorPipe cannot be used on Windows. Set it to OFF 2024-11-01T16:27:30.3350343Z 2024-11-01T16:27:30.3350348Z 2024-11-01T16:27:30.4031265Z -- Performing Test C_HAS_AVX_1 2024-11-01T16:27:31.8179164Z -- Performing Test C_HAS_AVX_1 - Success 2024-11-01T16:27:31.8184435Z -- Performing Test C_HAS_AVX2_1 2024-11-01T16:27:32.2697671Z -- Performing Test C_HAS_AVX2_1 - Success 2024-11-01T16:27:32.2703202Z -- Performing Test C_HAS_AVX512_1 2024-11-01T16:27:32.6228380Z -- Performing Test C_HAS_AVX512_1 - Success 2024-11-01T16:27:32.6234056Z -- Performing Test CXX_HAS_AVX_1 2024-11-01T16:27:33.0369583Z -- Performing Test CXX_HAS_AVX_1 - Success 2024-11-01T16:27:33.0374579Z -- Performing Test CXX_HAS_AVX2_1 2024-11-01T16:27:33.3877270Z -- Performing Test CXX_HAS_AVX2_1 - Success 2024-11-01T16:27:33.3882689Z -- Performing Test CXX_HAS_AVX512_1 2024-11-01T16:27:33.8367825Z -- Performing Test CXX_HAS_AVX512_1 - Success 2024-11-01T16:27:33.8371809Z -- Current compiler supports avx2 extension. Will build perfkernels. 2024-11-01T16:27:33.8376465Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2024-11-01T16:27:34.2787787Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2024-11-01T16:27:34.2788975Z -- Current compiler supports avx512f extension. Will build fbgemm. 2024-11-01T16:27:34.2804911Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2024-11-01T16:27:34.5675090Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Failed 2024-11-01T16:27:34.5689118Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2024-11-01T16:27:34.8609754Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Failed 2024-11-01T16:27:34.8625220Z -- Could not find hardware support for NEON on this machine. 2024-11-01T16:27:34.8625784Z -- No OMAP3 processor on this machine. 2024-11-01T16:27:34.8626301Z -- No OMAP4 processor on this machine. 2024-11-01T16:27:34.8628093Z -- Compiler does not support SVE extension. Will not build perfkernels. 2024-11-01T16:27:35.0027574Z -- Performing Test HAS/UTF_8 2024-11-01T16:27:35.3810701Z -- Performing Test HAS/UTF_8 - Success 2024-11-01T16:27:35.3839059Z -- Building using own protobuf under third_party per request. 2024-11-01T16:27:35.3839634Z -- Use custom protobuf build. 2024-11-01T16:27:35.3868304Z -- 2024-11-01T16:27:35.3868529Z -- 3.13.0.0 2024-11-01T16:27:35.4576731Z -- Looking for pthread.h 2024-11-01T16:27:35.5357122Z -- Looking for pthread.h - not found 2024-11-01T16:27:35.6304405Z -- Found Threads: TRUE 2024-11-01T16:27:35.8445493Z -- Caffe2 protobuf include directory: $$ 2024-11-01T16:27:35.8468463Z -- Trying to find preferred BLAS backend of choice: MKL 2024-11-01T16:27:35.8516357Z -- MKL_THREADING = OMP 2024-11-01T16:27:35.8525282Z -- Looking for sys/types.h 2024-11-01T16:27:36.2307998Z -- Looking for sys/types.h - found 2024-11-01T16:27:36.2317308Z -- Looking for stdint.h 2024-11-01T16:27:36.5319262Z -- Looking for stdint.h - found 2024-11-01T16:27:36.5328847Z -- Looking for stddef.h 2024-11-01T16:27:36.8094732Z -- Looking for stddef.h - found 2024-11-01T16:27:36.8096534Z -- Check size of void* 2024-11-01T16:27:37.4159600Z -- Check size of void* - done 2024-11-01T16:27:37.4654656Z -- Looking for cblas_sgemm 2024-11-01T16:27:37.7805867Z -- Looking for cblas_sgemm - found 2024-11-01T16:27:37.7808674Z -- Looking for cblas_gemm_bf16bf16f32 2024-11-01T16:27:38.0726957Z -- Looking for cblas_gemm_bf16bf16f32 - found 2024-11-01T16:27:38.0728454Z -- Looking for cblas_gemm_f16f16f32 2024-11-01T16:27:38.3936682Z -- Looking for cblas_gemm_f16f16f32 - not found 2024-11-01T16:27:38.4457602Z -- 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 2024-11-01T16:27:38.4458945Z -- MKL include directory: C:/Jenkins/Miniconda3/Library/include 2024-11-01T16:27:38.4459500Z -- MKL OpenMP type: 2024-11-01T16:27:38.4459821Z -- MKL OpenMP library: 2024-11-01T16:27:38.6056526Z -- The ASM compiler identification is MSVC 2024-11-01T16:27:38.6070792Z -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-11-01T16:27:38.7651081Z -- Building for XNNPACK_TARGET_PROCESSOR: x86_64 2024-11-01T16:27:39.4537886Z -- Found Python: C:\Jenkins\Miniconda3\python.exe (found version "3.9.19") found components: Interpreter 2024-11-01T16:27:39.5466702Z -- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.46.0.windows.1") 2024-11-01T16:27:39.6431729Z -- git version: v1.6.1 normalized to 1.6.1 2024-11-01T16:27:39.6432216Z -- Version: 1.6.1 2024-11-01T16:27:39.6447690Z -- Looking for shm_open in rt 2024-11-01T16:27:39.7917974Z -- Looking for shm_open in rt - not found 2024-11-01T16:27:39.7921658Z -- Performing Test HAVE_STD_REGEX 2024-11-01T16:27:39.7922093Z -- Performing Test HAVE_STD_REGEX 2024-11-01T16:27:43.4382304Z -- Performing Test HAVE_STD_REGEX -- success 2024-11-01T16:27:43.4382826Z -- Performing Test HAVE_GNU_POSIX_REGEX 2024-11-01T16:27:43.4383269Z -- Performing Test HAVE_GNU_POSIX_REGEX 2024-11-01T16:27:43.5274437Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2024-11-01T16:27:43.5275006Z -- Performing Test HAVE_POSIX_REGEX 2024-11-01T16:27:43.5275423Z -- Performing Test HAVE_POSIX_REGEX 2024-11-01T16:27:43.6037824Z -- Performing Test HAVE_POSIX_REGEX -- failed to compile 2024-11-01T16:27:43.6038374Z -- Performing Test HAVE_STEADY_CLOCK 2024-11-01T16:27:43.6038802Z -- Performing Test HAVE_STEADY_CLOCK 2024-11-01T16:27:44.0585030Z -- Performing Test HAVE_STEADY_CLOCK -- success 2024-11-01T16:27:44.1413487Z -- Found PythonInterp: C:/Jenkins/Miniconda3/python.exe (found version "3.9.19") 2024-11-01T16:27:44.1427209Z -- Performing Test COMPILER_SUPPORTS_AVX512 2024-11-01T16:27:44.4190513Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2024-11-01T16:27:45.4504130Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-11-01T16:27:45.4505459Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2024-11-01T16:27:45.4506288Z does not match the name of the calling package (OpenMP). This can lead to 2024-11-01T16:27:45.4507659Z problems in calling code that expects `find_package` result variables 2024-11-01T16:27:45.4508342Z (e.g., `_FOUND`) to follow a certain pattern. 2024-11-01T16:27:45.4508813Z Call Stack (most recent call first): 2024-11-01T16:27:45.4509239Z -- Found OpenMP_C: -openmp:experimental 2024-11-01T16:27:45.4509883Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-11-01T16:27:45.4510567Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2024-11-01T16:27:45.4511207Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-11-01T16:27:45.4511873Z 2024-11-01T16:27:45.9300388Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-11-01T16:27:45.9301746Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2024-11-01T16:27:45.9302560Z does not match the name of the calling package (OpenMP). This can lead to 2024-11-01T16:27:45.9303344Z problems in calling code that expects `find_package` result variables 2024-11-01T16:27:45.9303994Z (e.g., `_FOUND`) to follow a certain pattern. 2024-11-01T16:27:45.9304440Z Call Stack (most recent call first): 2024-11-01T16:27:45.9305036Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-11-01T16:27:45.9305715Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2024-11-01T16:27:45.9306354Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-11-01T16:27:45.9306824Z 2024-11-01T16:27:45.9306993Z -- Found OpenMP_CXX: -openmp:experimental 2024-11-01T16:27:45.9307443Z -- Found OpenMP: TRUE 2024-11-01T16:27:45.9307996Z CMake Warning at third_party/fbgemm/CMakeLists.txt:138 (message): 2024-11-01T16:27:45.9308594Z OpenMP found! OpenMP_C_INCLUDE_DIRS = 2024-11-01T16:27:45.9308903Z 2024-11-01T16:27:45.9308908Z 2024-11-01T16:27:46.1659492Z CMake Warning at third_party/fbgemm/CMakeLists.txt:232 (message): 2024-11-01T16:27:46.1660168Z ========== 2024-11-01T16:27:46.1660328Z 2024-11-01T16:27:46.1660334Z 2024-11-01T16:27:46.1660799Z CMake Warning at third_party/fbgemm/CMakeLists.txt:233 (message): 2024-11-01T16:27:46.1661591Z CMAKE_BUILD_TYPE = Release 2024-11-01T16:27:46.1661937Z 2024-11-01T16:27:46.1661942Z 2024-11-01T16:27:46.1662225Z CMake Warning at third_party/fbgemm/CMakeLists.txt:234 (message): 2024-11-01T16:27:46.1662935Z CMAKE_CXX_FLAGS_DEBUG is /Z7 /Ob0 /Od /RTC1 /bigobj 2024-11-01T16:27:46.1663324Z 2024-11-01T16:27:46.1663328Z 2024-11-01T16:27:46.1663627Z CMake Warning at third_party/fbgemm/CMakeLists.txt:235 (message): 2024-11-01T16:27:46.1664310Z CMAKE_CXX_FLAGS_RELEASE is /O2 /Ob2 /DNDEBUG /bigobj 2024-11-01T16:27:46.1664718Z 2024-11-01T16:27:46.1664723Z 2024-11-01T16:27:46.1665022Z CMake Warning at third_party/fbgemm/CMakeLists.txt:236 (message): 2024-11-01T16:27:46.1665591Z ========== 2024-11-01T16:27:46.1665779Z 2024-11-01T16:27:46.1665784Z 2024-11-01T16:27:46.2029943Z ** AsmJit Summary ** 2024-11-01T16:27:46.2030634Z ASMJIT_DIR=C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit 2024-11-01T16:27:46.2031323Z ASMJIT_TEST=FALSE 2024-11-01T16:27:46.2031691Z ASMJIT_TARGET_TYPE=SHARED 2024-11-01T16:27:46.2032075Z ASMJIT_DEPS= 2024-11-01T16:27:46.2032347Z ASMJIT_LIBS=asmjit 2024-11-01T16:27:46.2032646Z ASMJIT_CFLAGS= 2024-11-01T16:27:46.2033259Z ASMJIT_PRIVATE_CFLAGS=-MP;-GF;-Zc:__cplusplus;-Zc:inline;-Zc:strictStrings;-Zc:threadSafeInit-;-W4 2024-11-01T16:27:46.2033958Z ASMJIT_PRIVATE_CFLAGS_DBG=-GS 2024-11-01T16:27:46.2034368Z ASMJIT_PRIVATE_CFLAGS_REL=-GS-;-O2;-Oi 2024-11-01T16:27:46.2166783Z -- Using third party subdirectory Eigen. 2024-11-01T16:27:48.1505956Z -- Found Python: C:\Jenkins\Miniconda3\python.exe (found version "3.9.19") found components: Interpreter Development.Module NumPy 2024-11-01T16:27:48.1506982Z -- Using third_party/pybind11. 2024-11-01T16:27:48.1508848Z -- pybind11 include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/pybind11/include 2024-11-01T16:27:48.1548804Z -- Could NOT find OpenTelemetryApi (missing: OpenTelemetryApi_INCLUDE_DIRS) 2024-11-01T16:27:48.1549482Z -- Using third_party/opentelemetry-cpp. 2024-11-01T16:27:48.1550398Z -- opentelemetry api include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/opentelemetry-cpp/api/include 2024-11-01T16:27:49.0608551Z -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) 2024-11-01T16:27:49.7210577Z -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 2024-11-01T16:27:49.7213986Z -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) 2024-11-01T16:27:49.7216400Z CMake Warning at cmake/Dependencies.cmake:929 (message): 2024-11-01T16:27:49.7217075Z Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF 2024-11-01T16:27:49.7217654Z Call Stack (most recent call first): 2024-11-01T16:27:49.7218043Z CMakeLists.txt:858 (include) 2024-11-01T16:27:49.7218301Z 2024-11-01T16:27:49.7218306Z 2024-11-01T16:27:49.7251143Z -- Adding OpenMP CXX_FLAGS: -openmp:experimental 2024-11-01T16:27:49.7269129Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2024-11-01T16:27:49.7269942Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2024-11-01T16:27:49.7270757Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2024-11-01T16:27:49.7271411Z set the policy and suppress this warning. 2024-11-01T16:27:49.7271726Z 2024-11-01T16:27:49.7272051Z For compatibility with older versions of CMake, option is clearing the 2024-11-01T16:27:49.7272671Z normal variable 'BUILD_BENCHMARK'. 2024-11-01T16:27:49.7273235Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-11-01T16:27:49.7273698Z 2024-11-01T16:27:49.7273967Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:35 (option): 2024-11-01T16:27:49.7274705Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2024-11-01T16:27:49.7275472Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2024-11-01T16:27:49.7276277Z set the policy and suppress this warning. 2024-11-01T16:27:49.7276601Z 2024-11-01T16:27:49.7276922Z For compatibility with older versions of CMake, option is clearing the 2024-11-01T16:27:49.7277514Z normal variable 'USE_NCCL'. 2024-11-01T16:27:49.7278030Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-11-01T16:27:49.7278494Z 2024-11-01T16:27:49.7278763Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:36 (option): 2024-11-01T16:27:49.7279506Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2024-11-01T16:27:49.7280283Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2024-11-01T16:27:49.7280922Z set the policy and suppress this warning. 2024-11-01T16:27:49.7281225Z 2024-11-01T16:27:49.7281544Z For compatibility with older versions of CMake, option is clearing the 2024-11-01T16:27:49.7282117Z normal variable 'USE_RCCL'. 2024-11-01T16:27:49.7282658Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-11-01T16:27:49.7283106Z 2024-11-01T16:27:49.7283223Z -- MSVC detected 2024-11-01T16:27:49.7283493Z -- Set USE_REDIS OFF 2024-11-01T16:27:49.7283800Z -- Set USE_IBVERBS OFF 2024-11-01T16:27:49.7284106Z -- Set USE_NCCL OFF 2024-11-01T16:27:49.7284376Z -- Set USE_RCCL OFF 2024-11-01T16:27:49.7284664Z -- Set USE_LIBUV ON 2024-11-01T16:27:49.7284994Z -- Only USE_LIBUV is supported on Windows 2024-11-01T16:27:49.7288992Z -- Gloo build as SHARED library 2024-11-01T16:27:49.7890956Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-11-01T16:27:49.7905896Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2024-11-01T16:27:49.7908975Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-11-01T16:27:50.4940028Z -- 2024-11-01T16:27:50.4940376Z -- ******** Summary ******** 2024-11-01T16:27:50.4940847Z -- CMake version : 3.22.1 2024-11-01T16:27:50.4941491Z -- CMake command : C:/Jenkins/Miniconda3/Library/bin/cmake.exe 2024-11-01T16:27:50.4942119Z -- System : Windows 2024-11-01T16:27:50.4943048Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-11-01T16:27:50.4944196Z -- C++ compiler version : 19.29.30154.0 2024-11-01T16:27:50.4945028Z -- CXX flags : /DWIN32 /D_WINDOWS /GR /EHsc /Zc:__cplusplus /bigobj /FS /utf-8 -DUSE_PTHREADPOOL /EHsc /wd26812 2024-11-01T16:27:50.4945847Z -- Build type : Release 2024-11-01T16:27:50.4946534Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2024-11-01T16:27:50.4947395Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages 2024-11-01T16:27:50.4948222Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2024-11-01T16:27:50.4949063Z CMake Warning at cmake/Dependencies.cmake:1390 (message): 2024-11-01T16:27:50.4949828Z Not compiling with MAGMA. Suppress this warning with -DUSE_MAGMA=OFF. 2024-11-01T16:27:50.4950489Z Call Stack (most recent call first): 2024-11-01T16:27:50.4950945Z CMakeLists.txt:858 (include) 2024-11-01T16:27:50.4951246Z 2024-11-01T16:27:50.4951252Z 2024-11-01T16:27:50.4951612Z -- CMAKE_MODULE_PATH : C:/actions-runner/_work/pytorch/pytorch/cmake/Modules 2024-11-01T16:27:50.4952263Z -- 2024-11-01T16:27:50.4952569Z -- ONNX version : 1.17.0 2024-11-01T16:27:50.4953053Z -- ONNX NAMESPACE : onnx_torch 2024-11-01T16:27:50.4953532Z -- ONNX_USE_LITE_PROTO : OFF 2024-11-01T16:27:50.4953971Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2024-11-01T16:27:50.4954637Z -- Protobuf_USE_STATIC_LIBS : ON 2024-11-01T16:27:50.4955095Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2024-11-01T16:27:50.4994271Z -- ONNX_DISABLE_STATIC_REGISTRATION : OFF 2024-11-01T16:27:50.4994791Z -- ONNX_WERROR : OFF 2024-11-01T16:27:50.4995391Z -- ONNX_BUILD_TESTS : OFF 2024-11-01T16:27:50.4995895Z -- ONNX_BUILD_SHARED_LIBS : 2024-11-01T16:27:50.4996337Z -- BUILD_SHARED_LIBS : OFF 2024-11-01T16:27:50.4996780Z -- 2024-11-01T16:27:50.4997084Z -- Protobuf compiler : 2024-11-01T16:27:50.4997520Z -- Protobuf includes : 2024-11-01T16:27:50.4997969Z -- Protobuf libraries : 2024-11-01T16:27:50.4998523Z -- BUILD_ONNX_PYTHON : OFF 2024-11-01T16:27:50.4999169Z -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor 2024-11-01T16:27:50.4999796Z -- Adding -DNDEBUG to compile flags 2024-11-01T16:27:50.5000346Z -- Could not find hardware support for NEON on this machine. 2024-11-01T16:27:50.5000911Z -- No OMAP3 processor on this machine. 2024-11-01T16:27:50.5001344Z -- No OMAP4 processor on this machine. 2024-11-01T16:27:50.5001764Z -- Looking for sbgemm_ 2024-11-01T16:27:50.6887344Z -- Looking for sbgemm_ - not found 2024-11-01T16:27:50.6902939Z -- Found a library with LAPACK API (mkl). 2024-11-01T16:27:50.6903780Z disabling CUDA because NOT USE_CUDA is set 2024-11-01T16:27:50.6904239Z disabling ROCM because NOT USE_ROCM is set 2024-11-01T16:27:50.6904775Z -- MIOpen not found. Compiling without MIOpen support 2024-11-01T16:27:50.6912997Z -- Will build oneDNN UKERNEL 2024-11-01T16:27:50.6985136Z -- MKLDNN_CPU_RUNTIME = OMP 2024-11-01T16:27:50.7002471Z -- DNNL_TARGET_ARCH: X64 2024-11-01T16:27:50.7027065Z -- DNNL_LIBRARY_NAME: dnnl 2024-11-01T16:27:50.7106349Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-11-01T16:27:50.7107556Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2024-11-01T16:27:50.7108350Z does not match the name of the calling package (OpenMP). This can lead to 2024-11-01T16:27:50.7109692Z problems in calling code that expects `find_package` result variables 2024-11-01T16:27:50.7110321Z (e.g., `_FOUND`) to follow a certain pattern. 2024-11-01T16:27:50.7110771Z Call Stack (most recent call first): 2024-11-01T16:27:50.7111352Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-11-01T16:27:50.7112273Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:55 (find_package) 2024-11-01T16:27:50.7112895Z third_party/ideep/mkl-dnn/CMakeLists.txt:119 (include) 2024-11-01T16:27:50.7113555Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-11-01T16:27:50.7114028Z 2024-11-01T16:27:50.7114717Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-11-01T16:27:50.7115882Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2024-11-01T16:27:50.7116677Z does not match the name of the calling package (OpenMP). This can lead to 2024-11-01T16:27:50.7117464Z problems in calling code that expects `find_package` result variables 2024-11-01T16:27:50.7118102Z (e.g., `_FOUND`) to follow a certain pattern. 2024-11-01T16:27:50.7118548Z Call Stack (most recent call first): 2024-11-01T16:27:50.7119147Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-11-01T16:27:50.7119887Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:55 (find_package) 2024-11-01T16:27:50.7120514Z third_party/ideep/mkl-dnn/CMakeLists.txt:119 (include) 2024-11-01T16:27:50.7121158Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-11-01T16:27:50.7121628Z 2024-11-01T16:27:50.7489766Z -- Enabled testing coverage: CI 2024-11-01T16:27:50.7503000Z -- Enabled workload: TRAINING 2024-11-01T16:27:50.7503377Z -- Enabled primitives: ALL 2024-11-01T16:27:50.7503925Z -- Enabled primitive CPU ISA: ALL 2024-11-01T16:27:50.7504329Z -- Enabled primitive GPU ISA: ALL 2024-11-01T16:27:50.7504706Z -- Enabled GeMM kernels ISA: ALL 2024-11-01T16:27:50.7586095Z -- Primitive cache is enabled 2024-11-01T16:27:50.7586607Z -- Experimental functionality for ukernels is enabled 2024-11-01T16:27:50.8193045Z -- The ASM_MASM compiler identification is MSVC 2024-11-01T16:27:50.9408335Z -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/ml64.exe 2024-11-01T16:27:50.9989718Z -- Graph component is enabled 2024-11-01T16:27:51.0126953Z -- Graph compiler backend is disabled. 2024-11-01T16:27:51.0256309Z -- Found MKL-DNN: TRUE 2024-11-01T16:27:51.0325148Z -- {fmt} version: 11.0.2 2024-11-01T16:27:51.0325480Z -- Build type: Release 2024-11-01T16:27:51.0400466Z -- Using CPU-only version of Kineto 2024-11-01T16:27:51.0400898Z -- Configuring Kineto dependency: 2024-11-01T16:27:51.0401592Z -- KINETO_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto 2024-11-01T16:27:51.0402254Z -- KINETO_BUILD_TESTS = OFF 2024-11-01T16:27:51.0402617Z -- KINETO_LIBRARY_TYPE = static 2024-11-01T16:27:51.0850450Z INFO CUDA_SOURCE_DIR = 2024-11-01T16:27:51.0850793Z INFO ROCM_SOURCE_DIR = 2024-11-01T16:27:51.1258816Z INFO CUPTI unavailable or disabled - not building GPU profilers 2024-11-01T16:27:51.2025223Z -- Kineto: FMT_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt 2024-11-01T16:27:51.2025955Z INFO CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2024-11-01T16:27:51.2026461Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2024-11-01T16:27:51.2027327Z INFO DYNOLOG_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/ 2024-11-01T16:27:51.2028717Z INFO IPCFABRIC_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog//dynolog/src/ipcfabric/ 2024-11-01T16:27:51.2029942Z -- Kineto: FMT_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt/include 2024-11-01T16:27:51.2050250Z -- Configured Kineto (CPU) 2024-11-01T16:27:51.2085242Z -- Performing Test HAS/WD4624 2024-11-01T16:27:51.4973146Z -- Performing Test HAS/WD4624 - Success 2024-11-01T16:27:51.4987628Z -- Performing Test HAS/WD4068 2024-11-01T16:27:52.1177770Z -- Performing Test HAS/WD4068 - Success 2024-11-01T16:27:52.1191957Z -- Performing Test HAS/WD4067 2024-11-01T16:27:52.4019808Z -- Performing Test HAS/WD4067 - Success 2024-11-01T16:27:52.4033536Z -- Performing Test HAS/WD4267 2024-11-01T16:27:52.7121942Z -- Performing Test HAS/WD4267 - Success 2024-11-01T16:27:52.7135829Z -- Performing Test HAS/WD4661 2024-11-01T16:27:53.0850931Z -- Performing Test HAS/WD4661 - Success 2024-11-01T16:27:53.0864702Z -- Performing Test HAS/WD4717 2024-11-01T16:27:53.4650025Z -- Performing Test HAS/WD4717 - Success 2024-11-01T16:27:53.4664497Z -- Performing Test HAS/WD4244 2024-11-01T16:27:53.7397553Z -- Performing Test HAS/WD4244 - Success 2024-11-01T16:27:53.7411348Z -- Performing Test HAS/WD4804 2024-11-01T16:27:54.0105453Z -- Performing Test HAS/WD4804 - Success 2024-11-01T16:27:54.0119131Z -- Performing Test HAS/WD4273 2024-11-01T16:27:54.3098159Z -- Performing Test HAS/WD4273 - Success 2024-11-01T16:27:54.3112948Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2024-11-01T16:27:54.3709414Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Failed 2024-11-01T16:27:54.3773739Z -- 2024-11-01T16:27:54.3774739Z -- Use the C++ compiler to compile (MI_USE_CXX=ON) 2024-11-01T16:27:54.3776868Z -- 2024-11-01T16:27:54.3777147Z -- Library base name: mimalloc 2024-11-01T16:27:54.3777487Z -- Version : 1.8 2024-11-01T16:27:54.3777814Z -- Build type : release 2024-11-01T16:27:54.3778659Z -- C++ Compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-11-01T16:27:54.3779578Z -- Compiler flags : /Zc:__cplusplus 2024-11-01T16:27:54.3780593Z -- Compiler defines : 2024-11-01T16:27:54.3781056Z -- Link libraries : psapi;shell32;user32;advapi32;bcrypt 2024-11-01T16:27:54.3781535Z -- Build targets : static 2024-11-01T16:27:54.3781864Z -- 2024-11-01T16:27:54.3880212Z -- Performing Test HAS_WDEPRECATED 2024-11-01T16:27:54.4490406Z -- Performing Test HAS_WDEPRECATED - Failed 2024-11-01T16:27:54.4493542Z -- don't use NUMA 2024-11-01T16:27:54.5591617Z -- Looking for backtrace 2024-11-01T16:27:54.6416134Z -- Looking for backtrace - not found 2024-11-01T16:27:54.6476390Z -- Could NOT find Backtrace (missing: Backtrace_LIBRARY Backtrace_INCLUDE_DIR) 2024-11-01T16:27:58.4354224Z -- headers outputs: 2024-11-01T16:28:07.8688403Z -- sources outputs: 2024-11-01T16:28:09.3283882Z -- declarations_yaml outputs: 2024-11-01T16:28:09.3387374Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2024-11-01T16:28:15.0270185Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Failed 2024-11-01T16:28:15.2645007Z -- Using ATen parallel backend: OMP 2024-11-01T16:28:15.2658113Z disabling CUDA because USE_CUDA is set false 2024-11-01T16:28:15.6859007Z -- Found OpenSSL: C:/Jenkins/Miniconda3/Library/lib/libcrypto.lib (found version "3.0.14") 2024-11-01T16:28:15.8689997Z -- Check size of long double 2024-11-01T16:28:16.3143244Z -- Check size of long double - done 2024-11-01T16:28:16.3150444Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2024-11-01T16:28:16.5030452Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Failed 2024-11-01T16:28:16.5035514Z -- Performing Test COMPILER_SUPPORTS_SSE2 2024-11-01T16:28:16.8667631Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2024-11-01T16:28:16.8672832Z -- Performing Test COMPILER_SUPPORTS_SSE4 2024-11-01T16:28:17.3388121Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2024-11-01T16:28:17.3397800Z -- Performing Test COMPILER_SUPPORTS_AVX 2024-11-01T16:28:17.8102582Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2024-11-01T16:28:17.8107111Z -- Performing Test COMPILER_SUPPORTS_FMA4 2024-11-01T16:28:18.1798842Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2024-11-01T16:28:18.1803323Z -- Performing Test COMPILER_SUPPORTS_AVX2 2024-11-01T16:28:18.5532258Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2024-11-01T16:28:18.5537208Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2024-11-01T16:28:18.9250119Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2024-11-01T16:28:18.9802497Z -- Found OpenMP_C: -openmp:experimental (found version "2.0") 2024-11-01T16:28:18.9806528Z -- Found OpenMP_CXX: -openmp:experimental (found version "2.0") 2024-11-01T16:28:18.9810209Z -- Found OpenMP: TRUE (found version "2.0") 2024-11-01T16:28:18.9814677Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2024-11-01T16:28:19.4200942Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2024-11-01T16:28:19.4205120Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD 2024-11-01T16:28:19.6301124Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD - Failed 2024-11-01T16:28:19.6305835Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2024-11-01T16:28:19.7523772Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Failed 2024-11-01T16:28:19.7528469Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2024-11-01T16:28:20.1660939Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Failed 2024-11-01T16:28:20.1666898Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2024-11-01T16:28:20.2438388Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Failed 2024-11-01T16:28:20.4061785Z Target system: Windows-10.0.17763 2024-11-01T16:28:20.4062267Z -- Configuring build for SLEEF-v3.6.0 2024-11-01T16:28:20.4062703Z Target processor: AMD64 2024-11-01T16:28:20.4063077Z Host system: Windows-10.0.17763 2024-11-01T16:28:20.4063453Z Host processor: AMD64 2024-11-01T16:28:20.4064453Z Detected C compiler: MSVC @ C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-11-01T16:28:20.4065403Z CMake: 3.22.1 2024-11-01T16:28:20.4065977Z Make program: C:/Jenkins/Miniconda3/Library/bin/ninja.exe 2024-11-01T16:28:20.4066812Z -- Using option `/D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE ` to compile libsleef 2024-11-01T16:28:20.4067500Z -- Building shared libs : OFF 2024-11-01T16:28:20.4067862Z -- Building static test bins: OFF 2024-11-01T16:28:20.4068267Z -- MPFR : LIB_MPFR-NOTFOUND 2024-11-01T16:28:20.4068624Z -- GMP : LIBGMP-NOTFOUND 2024-11-01T16:28:20.4068934Z -- RT : 2024-11-01T16:28:20.4069212Z -- FFTW3 : LIBFFTW3-NOTFOUND 2024-11-01T16:28:20.4069559Z -- OPENSSL : 3.0.14 2024-11-01T16:28:20.4069857Z -- SDE : SDE_COMMAND-NOTFOUND 2024-11-01T16:28:20.4070243Z -- COMPILER_SUPPORTS_OPENMP : FALSE 2024-11-01T16:28:20.4385599Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2024-11-01T16:28:20.4386525Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/TensorBody.h 2024-11-01T16:28:20.4387668Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/aten_interned_strings.h 2024-11-01T16:28:20.4388788Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/enum_tag.h 2024-11-01T16:28:20.9850075Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD 2024-11-01T16:28:21.0477073Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD - Failed 2024-11-01T16:28:21.0483695Z -- 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 2024-11-01T16:28:21.1989628Z CMake Warning at CMakeLists.txt:1272 (message): 2024-11-01T16:28:21.1990334Z Generated cmake files are only fully tested if one builds with system glog, 2024-11-01T16:28:21.1991167Z gflags, and protobuf. Other settings may generate files that are not well 2024-11-01T16:28:21.1991755Z tested. 2024-11-01T16:28:21.1991903Z 2024-11-01T16:28:21.1991908Z 2024-11-01T16:28:21.2010901Z -- 2024-11-01T16:28:21.2011345Z -- ******** Summary ******** 2024-11-01T16:28:21.2011685Z -- General: 2024-11-01T16:28:21.2011977Z -- CMake version : 3.22.1 2024-11-01T16:28:21.2012497Z -- CMake command : C:/Jenkins/Miniconda3/Library/bin/cmake.exe 2024-11-01T16:28:21.2013056Z -- System : Windows 2024-11-01T16:28:21.2013933Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-11-01T16:28:21.2014846Z -- C++ compiler id : MSVC 2024-11-01T16:28:21.2015330Z -- C++ compiler version : 19.29.30154.0 2024-11-01T16:28:21.2015764Z -- Using ccache if found : OFF 2024-11-01T16:28:21.2017620Z -- 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 2024-11-01T16:28:21.2019616Z -- Shared LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2024-11-01T16:28:21.2020332Z -- Static LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2024-11-01T16:28:21.2021068Z -- Module LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2024-11-01T16:28:21.2021641Z -- Build type : Release 2024-11-01T16:28:21.2023324Z -- 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;WIN32_LEAN_AND_MEAN;_UCRT_LEGACY_INFINITY;NOMINMAX;USE_MIMALLOC 2024-11-01T16:28:21.2025029Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages 2024-11-01T16:28:21.2025743Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2024-11-01T16:28:21.2026326Z -- USE_GOLD_LINKER : OFF 2024-11-01T16:28:21.2026659Z -- 2024-11-01T16:28:21.2026917Z -- TORCH_VERSION : 2.6.0 2024-11-01T16:28:21.2027322Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2024-11-01T16:28:21.2027717Z -- BUILD_BINARY : OFF 2024-11-01T16:28:21.2028087Z -- BUILD_CUSTOM_PROTOBUF : ON 2024-11-01T16:28:21.2028463Z -- Link local protobuf : ON 2024-11-01T16:28:21.2028818Z -- BUILD_PYTHON : True 2024-11-01T16:28:21.2029192Z -- Python version : 3.9.19 2024-11-01T16:28:21.2029687Z -- Python executable : C:\Jenkins\Miniconda3\python.exe 2024-11-01T16:28:21.2030311Z -- Python library : C:/Jenkins/Miniconda3/libs/python39.lib 2024-11-01T16:28:21.2030928Z -- Python includes : C:/Jenkins/Miniconda3/include 2024-11-01T16:28:21.2031559Z -- Python site-package : C:\Jenkins\Miniconda3\Lib\site-packages 2024-11-01T16:28:21.2032088Z -- BUILD_SHARED_LIBS : ON 2024-11-01T16:28:21.2032495Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2024-11-01T16:28:21.2032935Z -- BUILD_TEST : True 2024-11-01T16:28:21.2033282Z -- BUILD_JNI : OFF 2024-11-01T16:28:21.2033651Z -- BUILD_MOBILE_AUTOGRAD : OFF 2024-11-01T16:28:21.2034029Z -- BUILD_LITE_INTERPRETER: OFF 2024-11-01T16:28:21.2034381Z -- INTERN_BUILD_MOBILE : 2024-11-01T16:28:21.2034739Z -- TRACING_BASED : OFF 2024-11-01T16:28:21.2035101Z -- USE_BLAS : 1 2024-11-01T16:28:21.2035431Z -- BLAS : mkl 2024-11-01T16:28:21.2035781Z -- BLAS_HAS_SBGEMM : 2024-11-01T16:28:21.2036133Z -- USE_LAPACK : 1 2024-11-01T16:28:21.2036464Z -- LAPACK : mkl 2024-11-01T16:28:21.2036816Z -- USE_ASAN : OFF 2024-11-01T16:28:21.2037168Z -- USE_TSAN : OFF 2024-11-01T16:28:21.2037514Z -- USE_CPP_CODE_COVERAGE : OFF 2024-11-01T16:28:21.2037879Z -- USE_CUDA : 0 2024-11-01T16:28:21.2038224Z -- USE_XPU : 0 2024-11-01T16:28:21.2038549Z -- USE_ROCM : OFF 2024-11-01T16:28:21.2039014Z -- BUILD_NVFUSER : 2024-11-01T16:28:21.2039371Z -- USE_EIGEN_FOR_BLAS : 2024-11-01T16:28:21.2039709Z -- USE_FBGEMM : ON 2024-11-01T16:28:21.2040085Z -- USE_FAKELOWP : OFF 2024-11-01T16:28:21.2040460Z -- USE_KINETO : ON 2024-11-01T16:28:21.2040804Z -- USE_GFLAGS : OFF 2024-11-01T16:28:21.2041162Z -- USE_GLOG : OFF 2024-11-01T16:28:21.2041521Z -- USE_LITE_PROTO : OFF 2024-11-01T16:28:21.2041872Z -- USE_PYTORCH_METAL : OFF 2024-11-01T16:28:21.2042265Z -- USE_PYTORCH_METAL_EXPORT : OFF 2024-11-01T16:28:21.2042669Z -- USE_MPS : OFF 2024-11-01T16:28:21.2043001Z -- USE_MKL : ON 2024-11-01T16:28:21.2043357Z -- USE_STATIC_MKL : OFF 2024-11-01T16:28:21.2043715Z -- USE_MKLDNN : ON 2024-11-01T16:28:21.2044050Z -- USE_MKLDNN_ACL : OFF 2024-11-01T16:28:21.2044412Z -- USE_MKLDNN_CBLAS : OFF 2024-11-01T16:28:21.2044771Z -- USE_UCC : OFF 2024-11-01T16:28:21.2045099Z -- USE_ITT : ON 2024-11-01T16:28:21.2045449Z -- USE_NCCL : OFF 2024-11-01T16:28:21.2045817Z -- USE_NNPACK : OFF 2024-11-01T16:28:21.2046153Z -- USE_NUMPY : ON 2024-11-01T16:28:21.2046512Z -- USE_OBSERVERS : ON 2024-11-01T16:28:21.2046869Z -- USE_OPENCL : OFF 2024-11-01T16:28:21.2047208Z -- USE_OPENMP : ON 2024-11-01T16:28:21.2047569Z -- USE_MIMALLOC : ON 2024-11-01T16:28:21.2048016Z -- USE_MIMALLOC_ON_MKL : OFF 2024-11-01T16:28:21.2048378Z -- USE_VULKAN : OFF 2024-11-01T16:28:21.2048737Z -- USE_PROF : OFF 2024-11-01T16:28:21.2049106Z -- USE_PYTORCH_QNNPACK : OFF 2024-11-01T16:28:21.2049456Z -- USE_XNNPACK : ON 2024-11-01T16:28:21.2049820Z -- USE_DISTRIBUTED : ON 2024-11-01T16:28:21.2050189Z -- USE_MPI : OFF 2024-11-01T16:28:21.2050546Z -- USE_GLOO : ON 2024-11-01T16:28:21.2050919Z -- USE_GLOO_WITH_OPENSSL : OFF 2024-11-01T16:28:21.2051305Z -- USE_TENSORPIPE : OFF 2024-11-01T16:28:21.2064025Z -- Public Dependencies : caffe2::mkl 2024-11-01T16:28:21.2065066Z -- Private Dependencies : Threads::Threads;pthreadpool;cpuinfo;XNNPACK;fbgemm;ittnotify;fp16;caffe2::openmp;gloo;fmt::fmt-header-only;kineto 2024-11-01T16:28:21.2066027Z -- Public CUDA Deps. : 2024-11-01T16:28:21.2066390Z -- Private CUDA Deps. : 2024-11-01T16:28:21.2066750Z -- USE_COREML_DELEGATE : OFF 2024-11-01T16:28:21.2067144Z -- BUILD_LAZY_TS_BACKEND : ON 2024-11-01T16:28:21.2067522Z -- USE_ROCM_KERNEL_ASSERT : OFF 2024-11-01T16:28:21.2082482Z -- Performing Test HAS_WMISSING_PROTOTYPES 2024-11-01T16:28:21.2890155Z -- Performing Test HAS_WMISSING_PROTOTYPES - Failed 2024-11-01T16:28:21.2910670Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES 2024-11-01T16:28:21.3528227Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES - Failed 2024-11-01T16:28:21.3584355Z -- Configuring done 2024-11-01T16:28:31.0596553Z -- Generating done 2024-11-01T16:28:31.2879091Z CMake Warning: 2024-11-01T16:28:31.2879630Z Manually-specified variables were not used by the project: 2024-11-01T16:28:31.2880106Z 2024-11-01T16:28:31.2880213Z BUILD_ENVIRONMENT 2024-11-01T16:28:31.2880565Z BUILD_TYPE 2024-11-01T16:28:31.2880852Z BUILD_WHEEL 2024-11-01T16:28:31.2881013Z 2024-11-01T16:28:31.2881378Z 2024-11-01T16:28:31.2912724Z -- Build files have been written to: C:/actions-runner/_work/pytorch/pytorch/build 2024-11-01T16:28:36.8531178Z [1/4] Generating ATen declarations_yaml 2024-11-01T16:28:42.6354339Z [2/4] Generating ATen sources 2024-11-01T16:28:43.8602398Z [3/4] Generating ATen headers 2024-11-01T16:28:49.6989706Z [1/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2024-11-01T16:28:49.7013632Z [2/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2024-11-01T16:28:49.7062354Z [3/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\any_lite.cc.obj 2024-11-01T16:28:49.7166794Z [4/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2024-11-01T16:28:49.7181618Z [5/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_message_util.cc.obj 2024-11-01T16:28:49.7230967Z [6/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\arena.cc.obj 2024-11-01T16:28:49.7337599Z [7/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\extension_set.cc.obj 2024-11-01T16:28:49.7605640Z [8/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_message_table_driven_lite.cc.obj 2024-11-01T16:28:49.9502077Z [9/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2024-11-01T16:28:49.9602091Z [10/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2024-11-01T16:28:49.9924369Z [11/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\strtod.cc.obj 2024-11-01T16:28:49.9999378Z [12/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream_impl.cc.obj 2024-11-01T16:28:50.0015883Z [13/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream_impl_lite.cc.obj 2024-11-01T16:28:50.0747885Z [14/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\parse_context.cc.obj 2024-11-01T16:28:50.0934481Z [15/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\message_lite.cc.obj 2024-11-01T16:28:50.2336284Z [16/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\int128.cc.obj 2024-11-01T16:28:50.2487328Z [17/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\status.cc.obj 2024-11-01T16:28:50.2963549Z [18/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\repeated_field.cc.obj 2024-11-01T16:28:50.3178059Z [19/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2024-11-01T16:28:50.3202418Z [20/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2024-11-01T16:28:50.3218000Z [21/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2024-11-01T16:28:50.4290116Z [22/7391] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\version.rc.res 2024-11-01T16:28:50.4291696Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-11-01T16:28:50.4292390Z 2024-11-01T16:28:50.4292798Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-11-01T16:28:50.4293414Z 2024-11-01T16:28:50.4293443Z 2024-11-01T16:28:50.4424261Z [23/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2024-11-01T16:28:50.4582170Z [24/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2024-11-01T16:28:50.5550853Z [25/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\time.cc.obj 2024-11-01T16:28:50.5602921Z [26/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc2.c.obj 2024-11-01T16:28:50.5769346Z [27/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2-acc2.c.obj 2024-11-01T16:28:50.6300344Z [28/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any_lite.cc.obj 2024-11-01T16:28:50.6380877Z [29/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\arena.cc.obj 2024-11-01T16:28:50.7082067Z [30/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2.c.obj 2024-11-01T16:28:50.7094392Z [31/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc4.c.obj 2024-11-01T16:28:50.7109231Z [32/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u1.c.obj 2024-11-01T16:28:50.7172251Z [33/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool\f32-gavgpool-7p7x-minmax-scalar-c1.c.obj 2024-11-01T16:28:50.7195464Z [34/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2024-11-01T16:28:50.7553461Z [35/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x4-minmax-scalar.c.obj 2024-11-01T16:28:50.8070284Z [36/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool\f32-gavgpool-7x-minmax-scalar-c1.c.obj 2024-11-01T16:28:50.8122762Z [37/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool-cw\f32-gavgpool-cw-scalar-u1.c.obj 2024-11-01T16:28:50.8480983Z [38/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-2x4-relu-scalar.c.obj 2024-11-01T16:28:50.9169349Z [39/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2-minmax-scalar.c.obj 2024-11-01T16:28:50.9180919Z [40/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x4-scalar.c.obj 2024-11-01T16:28:50.9194056Z [41/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x4-relu-scalar.c.obj 2024-11-01T16:28:50.9247103Z [42/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-2x4-scalar.c.obj 2024-11-01T16:28:50.9697621Z [43/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-2x4-minmax-scalar.c.obj 2024-11-01T16:28:50.9964288Z [44/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x4-scalar.c.obj 2024-11-01T16:28:51.0303452Z [45/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x4-relu-scalar.c.obj 2024-11-01T16:28:51.0444310Z [46/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2-relu-scalar.c.obj 2024-11-01T16:28:51.0491495Z [47/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x4-minmax-scalar.c.obj 2024-11-01T16:28:51.0538379Z [48/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x4-minmax-scalar.c.obj 2024-11-01T16:28:51.0951254Z [49/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2-scalar.c.obj 2024-11-01T16:28:51.0997188Z [50/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x4-minmax-scalar.c.obj 2024-11-01T16:28:51.1047672Z [51/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p2.c.obj 2024-11-01T16:28:51.1367160Z [52/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p4.c.obj 2024-11-01T16:28:51.1585149Z [53/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c4.c.obj 2024-11-01T16:28:51.1703377Z [54/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c1.c.obj 2024-11-01T16:28:51.1795483Z [55/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-2x4-minmax-scalar.c.obj 2024-11-01T16:28:51.1869754Z [56/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p1.c.obj 2024-11-01T16:28:51.2313198Z [57/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x4-relu-scalar.c.obj 2024-11-01T16:28:51.2527812Z [58/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x4-minmax-scalar.c.obj 2024-11-01T16:28:51.3572894Z [59/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c2.c.obj 2024-11-01T16:28:51.3585664Z [60/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x4-scalar.c.obj 2024-11-01T16:28:51.3599788Z [61/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-2x4-minmax-scalar.c.obj 2024-11-01T16:28:51.3612977Z [62/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-2x4-scalar.c.obj 2024-11-01T16:28:51.3626356Z [63/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2-minmax-scalar.c.obj 2024-11-01T16:28:51.3640651Z [64/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-2x4-relu-scalar.c.obj 2024-11-01T16:28:51.4064092Z [65/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\common.cc.obj 2024-11-01T16:28:51.4467376Z [66/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\io_win32.cc.obj 2024-11-01T16:28:51.4749630Z [67/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x4-scalar.c.obj 2024-11-01T16:28:51.4794683Z [68/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-maxpool\f32-maxpool-9p8x-minmax-scalar-c1.c.obj 2024-11-01T16:28:51.4844561Z [69/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x4-minmax-scalar.c.obj 2024-11-01T16:28:51.4901056Z [70/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x4-relu-scalar.c.obj 2024-11-01T16:28:51.4916403Z [71/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2-scalar.c.obj 2024-11-01T16:28:51.5200838Z [72/7391] Linking CXX static library lib\libprotobuf-lite.lib 2024-11-01T16:28:51.5286883Z [73/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2-relu-scalar.c.obj 2024-11-01T16:28:51.5299948Z [74/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x2-minmax-scalar.c.obj 2024-11-01T16:28:51.5755998Z [75/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-2x4-minmax-scalar.c.obj 2024-11-01T16:28:51.5837808Z [76/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-scalar-2x1.c.obj 2024-11-01T16:28:51.5962891Z [77/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-pavgpool\f32-pavgpool-9p8x-minmax-scalar-c1.c.obj 2024-11-01T16:28:51.5981567Z [78/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-pavgpool\f32-pavgpool-9x-minmax-scalar-c1.c.obj 2024-11-01T16:28:51.6201255Z [79/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-3x3-minmax-scalar.c.obj 2024-11-01T16:28:51.6253548Z [80/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x4-minmax-scalar.c.obj 2024-11-01T16:28:51.6369329Z [81/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-2x4-minmax-scalar.c.obj 2024-11-01T16:28:51.6607747Z [82/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x4-minmax-scalar.c.obj 2024-11-01T16:28:51.6679042Z [83/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-scalar-2x4.c.obj 2024-11-01T16:28:51.7155352Z [84/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-relu-scalar.c.obj 2024-11-01T16:28:51.7247392Z [85/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-minmax-scalar.c.obj 2024-11-01T16:28:51.7600698Z [86/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x2-minmax-scalar.c.obj 2024-11-01T16:28:51.7717516Z [87/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-relu-scalar.c.obj 2024-11-01T16:28:51.7828577Z [88/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-scalar.c.obj 2024-11-01T16:28:51.7898336Z [89/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x4-minmax-scalar.c.obj 2024-11-01T16:28:51.8075926Z [90/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-minmax-scalar.c.obj 2024-11-01T16:28:51.8267211Z [91/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-scalar.c.obj 2024-11-01T16:28:51.8550760Z [92/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-relu-scalar.c.obj 2024-11-01T16:28:51.8614316Z [93/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-scalar.c.obj 2024-11-01T16:28:51.8885523Z [94/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-minmax-scalar.c.obj 2024-11-01T16:28:51.8935173Z [95/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-relu-scalar.c.obj 2024-11-01T16:28:51.9026495Z [96/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-2x1-minmax-scalar.c.obj 2024-11-01T16:28:51.9358834Z [97/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-minmax-scalar.c.obj 2024-11-01T16:28:51.9514064Z [98/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u1.c.obj 2024-11-01T16:28:51.9568741Z [99/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-1x1-minmax-scalar.c.obj 2024-11-01T16:28:51.9800930Z [100/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x2-minmax-scalar.c.obj 2024-11-01T16:28:51.9814475Z [101/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-4x1-minmax-scalar.c.obj 2024-11-01T16:28:51.9862642Z [102/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-scalar.c.obj 2024-11-01T16:28:52.0029293Z [103/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x1-minmax-scalar.c.obj 2024-11-01T16:28:52.0084137Z [104/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x4-minmax-scalar.c.obj 2024-11-01T16:28:52.0308264Z [105/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u4.c.obj 2024-11-01T16:28:52.0508056Z [106/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u2.c.obj 2024-11-01T16:28:52.0740040Z [107/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u3.c.obj 2024-11-01T16:28:52.0804044Z [108/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u2.c.obj 2024-11-01T16:28:52.0973376Z [109/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u1.c.obj 2024-11-01T16:28:52.0987711Z [110/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u3.c.obj 2024-11-01T16:28:52.0998285Z [111/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u4.c.obj 2024-11-01T16:28:52.1172899Z [112/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u3.c.obj 2024-11-01T16:28:52.1510917Z [113/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u2.c.obj 2024-11-01T16:28:52.1743206Z [114/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u1.c.obj 2024-11-01T16:28:52.1821711Z [115/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u1.c.obj 2024-11-01T16:28:52.1942721Z [116/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u2.c.obj 2024-11-01T16:28:52.1957859Z [117/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u4.c.obj 2024-11-01T16:28:52.2003393Z [118/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u1.c.obj 2024-11-01T16:28:52.2103497Z [119/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u4.c.obj 2024-11-01T16:28:52.2415918Z [120/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u1.c.obj 2024-11-01T16:28:52.2677082Z [121/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u3.c.obj 2024-11-01T16:28:52.2852235Z [122/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u2.c.obj 2024-11-01T16:28:52.2911796Z [123/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u3.c.obj 2024-11-01T16:28:52.3031488Z [124/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u4.c.obj 2024-11-01T16:28:52.3042718Z [125/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u3.c.obj 2024-11-01T16:28:52.3054843Z [126/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u4.c.obj 2024-11-01T16:28:52.3193034Z [127/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u2.c.obj 2024-11-01T16:28:52.5582541Z [128/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2024-11-01T16:28:52.5697182Z [129/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2024-11-01T16:28:52.5806033Z [130/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2024-11-01T16:28:52.5881448Z [131/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2024-11-01T16:28:52.6422529Z [132/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_util.cc.obj 2024-11-01T16:28:52.6553810Z [133/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven_lite.cc.obj 2024-11-01T16:28:52.6723161Z [134/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set.cc.obj 2024-11-01T16:28:52.7183500Z [135/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\io_win32.cc.obj 2024-11-01T16:28:52.8247054Z [136/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\strtod.cc.obj 2024-11-01T16:28:52.8263472Z [137/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream_impl.cc.obj 2024-11-01T16:28:52.8639262Z [138/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\parse_context.cc.obj 2024-11-01T16:28:52.9023849Z [139/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream_impl_lite.cc.obj 2024-11-01T16:28:52.9122980Z [140/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message_lite.cc.obj 2024-11-01T16:28:52.9613511Z [141/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\status.cc.obj 2024-11-01T16:28:52.9689548Z [142/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2024-11-01T16:28:52.9957579Z [143/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\repeated_field.cc.obj 2024-11-01T16:28:53.0711855Z [144/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2024-11-01T16:28:53.0781088Z [145/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2024-11-01T16:28:53.1900807Z [146/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\int128.cc.obj 2024-11-01T16:28:53.2088878Z [147/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.cc.obj 2024-11-01T16:28:53.2323812Z [148/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\time.cc.obj 2024-11-01T16:28:53.3053903Z [149/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\common.cc.obj 2024-11-01T16:28:53.3114830Z [150/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven.cc.obj 2024-11-01T16:28:53.3182934Z [151/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2024-11-01T16:28:53.3728981Z [152/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2024-11-01T16:28:53.3867186Z [153/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2024-11-01T16:28:53.4601555Z [154/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2024-11-01T16:28:53.5423622Z [155/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.pb.cc.obj 2024-11-01T16:28:53.5637486Z [156/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\empty.pb.cc.obj 2024-11-01T16:28:53.6830600Z [157/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set_heavy.cc.obj 2024-11-01T16:28:53.6888998Z [158/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\dynamic_message.cc.obj 2024-11-01T16:28:53.7487232Z [159/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\importer.cc.obj 2024-11-01T16:28:53.7537641Z [160/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\field_mask.pb.cc.obj 2024-11-01T16:28:53.8025654Z [161/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\api.pb.cc.obj 2024-11-01T16:28:53.8209108Z [162/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_reflection.cc.obj 2024-11-01T16:28:53.9894765Z [163/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\parser.cc.obj 2024-11-01T16:28:54.0013421Z [164/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\service.cc.obj 2024-11-01T16:28:54.0133450Z [165/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.pb.cc.obj 2024-11-01T16:28:54.0330665Z [166/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\duration.pb.cc.obj 2024-11-01T16:28:54.0813000Z [167/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\substitute.cc.obj 2024-11-01T16:28:54.1077484Z [168/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.cc.obj 2024-11-01T16:28:54.1778333Z [169/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor_database.cc.obj 2024-11-01T16:28:54.1837514Z [170/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\gzip_stream.cc.obj 2024-11-01T16:28:54.2033037Z [171/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\struct.pb.cc.obj 2024-11-01T16:28:54.2807302Z [172/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\tokenizer.cc.obj 2024-11-01T16:28:54.3173208Z [173/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\timestamp.pb.cc.obj 2024-11-01T16:28:54.3272179Z [174/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\source_context.pb.cc.obj 2024-11-01T16:28:54.4343390Z [175/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\text_format.cc.obj 2024-11-01T16:28:54.4665014Z [176/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\printer.cc.obj 2024-11-01T16:28:54.5057994Z [177/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\map_field.cc.obj 2024-11-01T16:28:54.5519754Z [178/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\error_listener.cc.obj 2024-11-01T16:28:54.5612938Z [179/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\reflection_ops.cc.obj 2024-11-01T16:28:54.6948741Z [180/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\field_mask_utility.cc.obj 2024-11-01T16:28:54.7006151Z [181/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\default_value_objectwriter.cc.obj 2024-11-01T16:28:54.7180465Z [182/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_stream_parser.cc.obj 2024-11-01T16:28:54.7581343Z [183/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_objectwriter.cc.obj 2024-11-01T16:28:54.7599908Z [184/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_escaping.cc.obj 2024-11-01T16:28:54.7721192Z [185/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message.cc.obj 2024-11-01T16:28:54.8491817Z [186/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_comparator.cc.obj 2024-11-01T16:28:54.8888502Z [187/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_mask_util.cc.obj 2024-11-01T16:28:54.9714257Z [188/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\delimited_message_util.cc.obj 2024-11-01T16:28:55.0081162Z [189/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\unknown_field_set.cc.obj 2024-11-01T16:28:55.1409941Z [190/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\datapiece.cc.obj 2024-11-01T16:28:55.1426755Z [191/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\type.pb.cc.obj 2024-11-01T16:28:55.1704738Z [192/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectsource.cc.obj 2024-11-01T16:28:55.1837978Z [193/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\object_writer.cc.obj 2024-11-01T16:28:55.2619510Z [194/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\proto_writer.cc.obj 2024-11-01T16:28:55.2925246Z [195/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectwriter.cc.obj 2024-11-01T16:28:55.3661809Z [196/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\type_info.cc.obj 2024-11-01T16:28:55.3838363Z [197/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\type_info_test_helper.cc.obj 2024-11-01T16:28:55.4665715Z [198/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u2-acc2.c.obj 2024-11-01T16:28:55.4848223Z [199/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\json_util.cc.obj 2024-11-01T16:28:55.4864461Z [200/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u1.c.obj 2024-11-01T16:28:55.5447167Z [201/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\utility.cc.obj 2024-11-01T16:28:55.5799647Z [202/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4.c.obj 2024-11-01T16:28:55.5853676Z [203/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u2.c.obj 2024-11-01T16:28:55.5975234Z [204/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\message_differencer.cc.obj 2024-11-01T16:28:55.6170916Z [205/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.obj 2024-11-01T16:28:55.6259088Z [206/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\type_resolver_util.cc.obj 2024-11-01T16:28:55.6320523Z [207/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u1.c.obj 2024-11-01T16:28:55.6762066Z [208/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4.c.obj 2024-11-01T16:28:55.6895886Z [209/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u2-acc2.c.obj 2024-11-01T16:28:55.6913449Z [210/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format.cc.obj 2024-11-01T16:28:55.6958185Z [211/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc4.c.obj 2024-11-01T16:28:55.7109075Z [212/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-scalar.c.obj 2024-11-01T16:28:55.7282784Z [213/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u3-acc3.c.obj 2024-11-01T16:28:55.7637037Z [214/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u2-acc2.c.obj 2024-11-01T16:28:55.7789989Z [215/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u4-acc2.c.obj 2024-11-01T16:28:55.7836147Z [216/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u1.c.obj 2024-11-01T16:28:55.7941627Z [217/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u4-acc2.c.obj 2024-11-01T16:28:55.8116507Z [218/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u3-acc3.c.obj 2024-11-01T16:28:55.8176505Z [219/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u1.c.obj 2024-11-01T16:28:55.8468036Z [220/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u4-acc4.c.obj 2024-11-01T16:28:55.8599867Z [221/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u3-acc3.c.obj 2024-11-01T16:28:55.8712208Z [222/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u4-acc4.c.obj 2024-11-01T16:28:55.8886926Z [223/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u1.c.obj 2024-11-01T16:28:55.8930155Z [224/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u2-acc2.c.obj 2024-11-01T16:28:55.8994141Z [225/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u4-acc2.c.obj 2024-11-01T16:28:55.9067176Z [226/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u2-acc2.c.obj 2024-11-01T16:28:55.9369069Z [227/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u4-acc4.c.obj 2024-11-01T16:28:55.9630915Z [228/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-1x1-minmax-scalar-pipelined.c.obj 2024-11-01T16:28:55.9884105Z [229/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-1x1-minmax-scalar.c.obj 2024-11-01T16:28:55.9987647Z [230/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u4-acc2.c.obj 2024-11-01T16:28:56.0000094Z [231/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u3-acc3.c.obj 2024-11-01T16:28:56.0010480Z [232/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-2x1-minmax-scalar-pipelined.c.obj 2024-11-01T16:28:56.0057261Z [233/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u4-acc4.c.obj 2024-11-01T16:28:56.0275158Z [234/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-scalar-pipelined.c.obj 2024-11-01T16:28:56.0592125Z [235/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-scalar-pipelined.c.obj 2024-11-01T16:28:56.0812883Z [236/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-2x1-minmax-scalar.c.obj 2024-11-01T16:28:56.0987162Z [237/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-scalar.c.obj 2024-11-01T16:28:56.1035571Z [238/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x2-minmax-scalar.c.obj 2024-11-01T16:28:56.1150303Z [239/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-scalar.c.obj 2024-11-01T16:28:56.1216503Z [240/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-scalar-u4.c.obj 2024-11-01T16:28:56.1365364Z [241/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-scalar-u2.c.obj 2024-11-01T16:28:56.1761319Z [242/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x4-minmax-scalar.c.obj 2024-11-01T16:28:56.1861196Z [243/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-scalar-u8.c.obj 2024-11-01T16:28:56.2308070Z [244/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-relu-scalar-u8.c.obj 2024-11-01T16:28:56.2386519Z [245/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-relu-scalar-u1.c.obj 2024-11-01T16:28:56.2430020Z [246/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-scalar-u1.c.obj 2024-11-01T16:28:56.2443669Z [247/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-relu-scalar-u4.c.obj 2024-11-01T16:28:56.2746610Z [248/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-scalar-u1.c.obj 2024-11-01T16:28:56.2948617Z [249/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-relu-scalar-u2.c.obj 2024-11-01T16:28:56.3099493Z [250/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u1.c.obj 2024-11-01T16:28:56.3323898Z [251/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-scalar-u2.c.obj 2024-11-01T16:28:56.3635759Z [252/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u8.c.obj 2024-11-01T16:28:56.3717297Z [253/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u4.c.obj 2024-11-01T16:28:56.3901677Z [254/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-scalar-u8.c.obj 2024-11-01T16:28:56.4084597Z [255/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u2.c.obj 2024-11-01T16:28:56.4224946Z [256/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-relu-scalar-u1.c.obj 2024-11-01T16:28:56.4270763Z [257/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-scalar-u4.c.obj 2024-11-01T16:28:56.4725003Z [258/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-relu-scalar-u8.c.obj 2024-11-01T16:28:56.4781972Z [259/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-relu-scalar-u2.c.obj 2024-11-01T16:28:56.5016314Z [260/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u1.c.obj 2024-11-01T16:28:56.5111853Z [261/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-relu-scalar-u4.c.obj 2024-11-01T16:28:56.5208072Z [262/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u4.c.obj 2024-11-01T16:28:56.5258919Z [263/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u8.c.obj 2024-11-01T16:28:56.5416804Z [264/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-scalar-u1.c.obj 2024-11-01T16:28:56.5838714Z [265/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u2.c.obj 2024-11-01T16:28:56.6082182Z [266/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-relu-scalar-u1.c.obj 2024-11-01T16:28:56.6125716Z [267/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-scalar-u2.c.obj 2024-11-01T16:28:56.6235852Z [268/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-relu-scalar-u2.c.obj 2024-11-01T16:28:56.6331385Z [269/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-scalar-u8.c.obj 2024-11-01T16:28:56.6458520Z [270/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-scalar-u4.c.obj 2024-11-01T16:28:56.6573575Z [271/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u1.c.obj 2024-11-01T16:28:56.6786120Z [272/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-relu-scalar-u8.c.obj 2024-11-01T16:28:56.7033984Z [273/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u4.c.obj 2024-11-01T16:28:56.7271057Z [274/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-relu-scalar-u4.c.obj 2024-11-01T16:28:56.7753089Z [275/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-scalar-u2.c.obj 2024-11-01T16:28:56.7766436Z [276/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u2.c.obj 2024-11-01T16:28:56.7780448Z [277/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-scalar-u1.c.obj 2024-11-01T16:28:56.7795389Z [278/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-scalar-u4.c.obj 2024-11-01T16:28:56.7808188Z [279/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-relu-scalar-u1.c.obj 2024-11-01T16:28:56.8068885Z [280/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-scalar-u8.c.obj 2024-11-01T16:28:56.8451564Z [281/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u8.c.obj 2024-11-01T16:28:56.8750787Z [282/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-relu-scalar-u8.c.obj 2024-11-01T16:28:56.8857942Z [283/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u1.c.obj 2024-11-01T16:28:56.8905402Z [284/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-relu-scalar-u4.c.obj 2024-11-01T16:28:56.9084869Z [285/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-relu-scalar-u2.c.obj 2024-11-01T16:28:56.9149228Z [286/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u2.c.obj 2024-11-01T16:28:56.9414120Z [287/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u4.c.obj 2024-11-01T16:28:56.9906427Z [288/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u8.c.obj 2024-11-01T16:28:56.9917422Z [289/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u1.c.obj 2024-11-01T16:28:57.0040507Z [290/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u1.c.obj 2024-11-01T16:28:57.0091753Z [291/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u4.c.obj 2024-11-01T16:28:57.0104335Z [292/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u2.c.obj 2024-11-01T16:28:57.0422048Z [293/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u8.c.obj 2024-11-01T16:28:57.0900115Z [294/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u4.c.obj 2024-11-01T16:28:57.1021798Z [295/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u8.c.obj 2024-11-01T16:28:57.1086829Z [296/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u2.c.obj 2024-11-01T16:28:57.1380664Z [297/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u1.c.obj 2024-11-01T16:28:57.1479883Z [298/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u2.c.obj 2024-11-01T16:28:57.1691691Z [299/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u4.c.obj 2024-11-01T16:28:57.1740821Z [300/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u4.c.obj 2024-11-01T16:28:57.1818585Z [301/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\time_util.cc.obj 2024-11-01T16:28:57.1924356Z [302/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u8.c.obj 2024-11-01T16:28:57.2057445Z [303/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u1.c.obj 2024-11-01T16:28:57.2196995Z [304/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u2.c.obj 2024-11-01T16:28:57.2517329Z [305/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-scalar-u1.c.obj 2024-11-01T16:28:57.2626358Z [306/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u8.c.obj 2024-11-01T16:28:57.2737978Z [307/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-scalar-u4.c.obj 2024-11-01T16:28:57.2835055Z [308/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-scalar-u2.c.obj 2024-11-01T16:28:57.2968604Z [309/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-relu-scalar-u4.c.obj 2024-11-01T16:28:57.3018424Z [310/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-scalar-u8.c.obj 2024-11-01T16:28:57.3190764Z [311/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-relu-scalar-u1.c.obj 2024-11-01T16:28:57.3270946Z [312/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u1.c.obj 2024-11-01T16:28:57.3651198Z [313/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-relu-scalar-u8.c.obj 2024-11-01T16:28:57.4062164Z [314/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u2.c.obj 2024-11-01T16:28:57.4173176Z [315/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u8.c.obj 2024-11-01T16:28:57.4217344Z [316/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-relu-scalar-u2.c.obj 2024-11-01T16:28:57.4278936Z [317/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-scalar-u2.c.obj 2024-11-01T16:28:57.4294483Z [318/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-scalar-u1.c.obj 2024-11-01T16:28:57.4308558Z [319/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-scalar-u8.c.obj 2024-11-01T16:28:57.4322806Z [320/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u4.c.obj 2024-11-01T16:28:57.4579525Z [321/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-scalar-u4.c.obj 2024-11-01T16:28:57.5155186Z [322/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-relu-scalar-u2.c.obj 2024-11-01T16:28:57.5280108Z [323/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-relu-scalar-u4.c.obj 2024-11-01T16:28:57.5391758Z [324/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-relu-scalar-u1.c.obj 2024-11-01T16:28:57.5437273Z [325/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u1.c.obj 2024-11-01T16:28:57.5483148Z [326/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u2.c.obj 2024-11-01T16:28:57.5596043Z [327/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-relu-scalar-u8.c.obj 2024-11-01T16:28:57.5814995Z [328/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u4.c.obj 2024-11-01T16:28:57.5963057Z [329/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u8.c.obj 2024-11-01T16:28:57.6086832Z [330/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-scalar-u1.c.obj 2024-11-01T16:28:57.6422456Z [331/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-scalar-u8.c.obj 2024-11-01T16:28:57.6481487Z [332/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-relu-scalar-u1.c.obj 2024-11-01T16:28:57.6587616Z [333/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-scalar-u2.c.obj 2024-11-01T16:28:57.6675046Z [334/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-relu-scalar-u2.c.obj 2024-11-01T16:28:57.6870905Z [335/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-scalar-u4.c.obj 2024-11-01T16:28:57.6882389Z [336/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u2.c.obj 2024-11-01T16:28:57.6939116Z [337/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-relu-scalar-u4.c.obj 2024-11-01T16:28:57.7408718Z [338/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-relu-scalar-u8.c.obj 2024-11-01T16:28:57.7538068Z [339/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u4.c.obj 2024-11-01T16:28:57.7683731Z [340/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u8.c.obj 2024-11-01T16:28:57.7814989Z [341/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u1.c.obj 2024-11-01T16:28:57.7905801Z [342/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-scalar-u2.c.obj 2024-11-01T16:28:57.8061622Z [343/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-scalar-u8.c.obj 2024-11-01T16:28:57.8115239Z [344/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-scalar-u4.c.obj 2024-11-01T16:28:57.8346784Z [345/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-scalar-u1.c.obj 2024-11-01T16:28:57.8397246Z [346/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-relu-scalar-u1.c.obj 2024-11-01T16:28:57.8666423Z [347/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u1.c.obj 2024-11-01T16:28:57.8823755Z [348/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-relu-scalar-u8.c.obj 2024-11-01T16:28:57.8994498Z [349/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-relu-scalar-u4.c.obj 2024-11-01T16:28:57.9015450Z [350/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u2.c.obj 2024-11-01T16:28:57.9156208Z [351/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-relu-scalar-u2.c.obj 2024-11-01T16:28:57.9210534Z [352/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u8.c.obj 2024-11-01T16:28:57.9364901Z [353/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u1.c.obj 2024-11-01T16:28:57.9503875Z [354/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u8.c.obj 2024-11-01T16:28:57.9596016Z [355/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u2.c.obj 2024-11-01T16:28:57.9766337Z [356/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u4.c.obj 2024-11-01T16:28:58.0100571Z [357/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u4.c.obj 2024-11-01T16:28:58.0222291Z [358/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u2.c.obj 2024-11-01T16:28:58.0298058Z [359/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u8.c.obj 2024-11-01T16:28:58.0501872Z [360/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u1.c.obj 2024-11-01T16:28:58.0553456Z [361/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-scalar-u2.c.obj 2024-11-01T16:28:58.0756773Z [362/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-scalar-u1.c.obj 2024-11-01T16:28:58.0767883Z [363/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u4.c.obj 2024-11-01T16:28:58.0981117Z [364/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-scalar-u8.c.obj 2024-11-01T16:28:58.1291761Z [365/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-relu-scalar-u1.c.obj 2024-11-01T16:28:58.1502783Z [366/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-scalar-u4.c.obj 2024-11-01T16:28:58.1547730Z [367/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u4.c.obj 2024-11-01T16:28:58.1599995Z [368/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-relu-scalar-u8.c.obj 2024-11-01T16:28:58.1745588Z [369/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-relu-scalar-u2.c.obj 2024-11-01T16:28:58.1811437Z [370/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u1.c.obj 2024-11-01T16:28:58.2086081Z [371/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-relu-scalar-u4.c.obj 2024-11-01T16:28:58.2275832Z [372/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u2.c.obj 2024-11-01T16:28:58.2474234Z [373/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-scalar-u1.c.obj 2024-11-01T16:28:58.2588540Z [374/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u8.c.obj 2024-11-01T16:28:58.2599189Z [375/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-scalar-u2.c.obj 2024-11-01T16:28:58.2610373Z [376/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-relu-scalar-u1.c.obj 2024-11-01T16:28:58.3001887Z [377/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-scalar-u4.c.obj 2024-11-01T16:28:58.3231914Z [378/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-relu-scalar-u4.c.obj 2024-11-01T16:28:58.3275901Z [379/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-scalar-u8.c.obj 2024-11-01T16:28:58.3542663Z [380/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u4.c.obj 2024-11-01T16:28:58.3601155Z [381/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-relu-scalar-u2.c.obj 2024-11-01T16:28:58.3691273Z [382/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-relu-scalar-u8.c.obj 2024-11-01T16:28:58.3704321Z [383/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u1.c.obj 2024-11-01T16:28:58.3819715Z [384/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u2.c.obj 2024-11-01T16:28:58.4155311Z [385/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u2.c.obj 2024-11-01T16:28:58.4461676Z [386/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u4.c.obj 2024-11-01T16:28:58.4679189Z [387/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u8.c.obj 2024-11-01T16:28:58.4810740Z [388/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysign-scalar.c.obj 2024-11-01T16:28:58.4835022Z [389/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u1.c.obj 2024-11-01T16:28:58.4882650Z [390/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u4.c.obj 2024-11-01T16:28:58.4894718Z [391/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u2.c.obj 2024-11-01T16:28:58.4910076Z [392/7391] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\version.rc.res 2024-11-01T16:28:58.4911294Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-11-01T16:28:58.4911931Z 2024-11-01T16:28:58.4912195Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-11-01T16:28:58.4912747Z 2024-11-01T16:28:58.4912753Z 2024-11-01T16:28:58.5075179Z [393/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u1.c.obj 2024-11-01T16:28:58.5200547Z [394/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u8.c.obj 2024-11-01T16:28:58.5317704Z [395/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysignc-scalar.c.obj 2024-11-01T16:28:58.6402060Z [396/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vrcopysignc-scalar.c.obj 2024-11-01T16:28:58.8144346Z [397/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wrappers.pb.cc.obj 2024-11-01T16:28:58.8916707Z [398/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_extension.cc.obj 2024-11-01T16:28:58.8970256Z [399/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_field.cc.obj 2024-11-01T16:28:58.9027479Z [400/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\code_generator.cc.obj 2024-11-01T16:28:58.9043710Z [401/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_enum.cc.obj 2024-11-01T16:28:58.9060650Z [402/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_enum_field.cc.obj 2024-11-01T16:28:58.9566953Z [403/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_file.cc.obj 2024-11-01T16:28:59.0625047Z [404/7391] Linking CXX static library lib\libprotobuf.lib 2024-11-01T16:28:59.2351013Z [405/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\command_line_interface.cc.obj 2024-11-01T16:28:59.2513461Z [406/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message_field.cc.obj 2024-11-01T16:28:59.2743020Z [407/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_generator.cc.obj 2024-11-01T16:28:59.3019565Z [408/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_map_field.cc.obj 2024-11-01T16:28:59.3163719Z [409/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_padding_optimizer.cc.obj 2024-11-01T16:28:59.3295624Z [410/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message.cc.obj 2024-11-01T16:28:59.3489339Z [411/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_helpers.cc.obj 2024-11-01T16:28:59.4423182Z [412/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_service.cc.obj 2024-11-01T16:28:59.5177222Z [413/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_doc_comment.cc.obj 2024-11-01T16:28:59.6463746Z [414/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_primitive_field.cc.obj 2024-11-01T16:28:59.6549638Z [415/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_string_field.cc.obj 2024-11-01T16:28:59.6663527Z [416/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum.cc.obj 2024-11-01T16:28:59.6757335Z [417/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_field_base.cc.obj 2024-11-01T16:28:59.7057631Z [418/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_generator.cc.obj 2024-11-01T16:28:59.7165187Z [419/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum_field.cc.obj 2024-11-01T16:28:59.8374518Z [420/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_field.cc.obj 2024-11-01T16:28:59.8743383Z [421/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator.cc.obj 2024-11-01T16:29:00.0263577Z [422/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator_factory.cc.obj 2024-11-01T16:29:00.0592865Z [423/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_primitive_field.cc.obj 2024-11-01T16:29:00.0757651Z [424/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_helpers.cc.obj 2024-11-01T16:29:00.0842962Z [425/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message_field.cc.obj 2024-11-01T16:29:00.1055775Z [426/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_file.cc.obj 2024-11-01T16:29:00.1435714Z [427/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_helpers.cc.obj 2024-11-01T16:29:00.1967562Z [428/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message.cc.obj 2024-11-01T16:29:00.2548147Z [429/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_map_field.cc.obj 2024-11-01T16:29:00.3892525Z [430/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_reflection_class.cc.obj 2024-11-01T16:29:00.4362365Z [431/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_enum_field.cc.obj 2024-11-01T16:29:00.4620088Z [432/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_primitive_field.cc.obj 2024-11-01T16:29:00.4637721Z [433/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_message_field.cc.obj 2024-11-01T16:29:00.4729343Z [434/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_source_generator_base.cc.obj 2024-11-01T16:29:00.5256719Z [435/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_field.cc.obj 2024-11-01T16:29:00.5519123Z [436/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_wrapper_field.cc.obj 2024-11-01T16:29:00.6459703Z [437/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_field_lite.cc.obj 2024-11-01T16:29:00.7212006Z [438/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_doc_comment.cc.obj 2024-11-01T16:29:00.7459518Z [439/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum.cc.obj 2024-11-01T16:29:00.8280143Z [440/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_context.cc.obj 2024-11-01T16:29:00.8407334Z [441/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension_lite.cc.obj 2024-11-01T16:29:00.8793813Z [442/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension.cc.obj 2024-11-01T16:29:00.8889779Z [443/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_lite.cc.obj 2024-11-01T16:29:00.9156829Z [444/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_extension.cc.obj 2024-11-01T16:29:01.0517820Z [445/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_helpers.cc.obj 2024-11-01T16:29:01.1516388Z [446/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_file.cc.obj 2024-11-01T16:29:01.1535324Z [447/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_generator.cc.obj 2024-11-01T16:29:01.2420339Z [448/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_builder_lite.cc.obj 2024-11-01T16:29:01.2484098Z [449/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_field.cc.obj 2024-11-01T16:29:01.2536593Z [450/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_map_field.cc.obj 2024-11-01T16:29:01.2871140Z [451/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message.cc.obj 2024-11-01T16:29:01.2942007Z [452/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_map_field_lite.cc.obj 2024-11-01T16:29:01.4243794Z [453/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_builder.cc.obj 2024-11-01T16:29:01.5063564Z [454/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_primitive_field.cc.obj 2024-11-01T16:29:01.5562168Z [455/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_lite.cc.obj 2024-11-01T16:29:01.6036368Z [456/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_primitive_field_lite.cc.obj 2024-11-01T16:29:01.6117580Z [457/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_field_lite.cc.obj 2024-11-01T16:29:01.6544950Z [458/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_name_resolver.cc.obj 2024-11-01T16:29:01.6562696Z [459/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_field.cc.obj 2024-11-01T16:29:01.6937090Z [460/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_string_field.cc.obj 2024-11-01T16:29:01.7595759Z [461/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\js\well_known_types_embed.cc.obj 2024-11-01T16:29:01.8011350Z [462/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_shared_code_generator.cc.obj 2024-11-01T16:29:01.8758956Z [463/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_service.cc.obj 2024-11-01T16:29:01.9433059Z [464/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_string_field_lite.cc.obj 2024-11-01T16:29:01.9996929Z [465/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum_field.cc.obj 2024-11-01T16:29:02.0298893Z [466/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum.cc.obj 2024-11-01T16:29:02.0389536Z [467/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\js\js_generator.cc.obj 2024-11-01T16:29:02.1182574Z [468/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message.cc.obj 2024-11-01T16:29:02.1268899Z [469/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_map_field.cc.obj 2024-11-01T16:29:02.1555560Z [470/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message_field.cc.obj 2024-11-01T16:29:02.2519561Z [471/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_oneof.cc.obj 2024-11-01T16:29:02.3150754Z [472/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_primitive_field.cc.obj 2024-11-01T16:29:02.3257142Z [473/7391] Building RC object third_party\protobuf\cmake\CMakeFiles\protoc.dir\version.rc.res 2024-11-01T16:29:02.3260747Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-11-01T16:29:02.3261851Z 2024-11-01T16:29:02.3262295Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-11-01T16:29:02.3263031Z 2024-11-01T16:29:02.3263041Z 2024-11-01T16:29:02.3362685Z [474/7391] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\version.rc.res 2024-11-01T16:29:02.3363764Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-11-01T16:29:02.3364217Z 2024-11-01T16:29:02.3364449Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-11-01T16:29:02.3364941Z 2024-11-01T16:29:02.3364946Z 2024-11-01T16:29:02.3576018Z [475/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.pb.cc.obj 2024-11-01T16:29:02.4030426Z [476/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.cc.obj 2024-11-01T16:29:02.4880211Z [477/7391] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\legacy-api.c.obj 2024-11-01T16:29:02.5041642Z [478/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\subprocess.cc.obj 2024-11-01T16:29:02.5383837Z [479/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\ruby\ruby_generator.cc.obj 2024-11-01T16:29:02.5778634Z [480/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\python\python_generator.cc.obj 2024-11-01T16:29:02.5915060Z [481/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\zip_writer.cc.obj 2024-11-01T16:29:02.5971661Z [482/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\protoc.dir\__\src\google\protobuf\compiler\main.cc.obj 2024-11-01T16:29:02.6018866Z [483/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\cs16-bfly4-samples1-scalar.c.obj 2024-11-01T16:29:02.6105380Z [484/7391] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\php\php_generator.cc.obj 2024-11-01T16:29:02.6380751Z [485/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\cs16-bfly4-samples4-scalar.c.obj 2024-11-01T16:29:02.8867256Z [486/7391] Linking CXX static library lib\libprotoc.lib 2024-11-01T16:29:02.9106546Z [487/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\cache.c.obj 2024-11-01T16:29:02.9249916Z [488/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\init.c.obj 2024-11-01T16:29:02.9570368Z [489/7391] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\memory.c.obj 2024-11-01T16:29:02.9573126Z 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 2024-11-01T16:29:03.0124011Z [490/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\log.c.obj 2024-11-01T16:29:03.0166065Z [491/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\info.c.obj 2024-11-01T16:29:03.0242823Z [492/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\init.c.obj 2024-11-01T16:29:03.0422115Z [493/7391] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\portable-api.c.obj 2024-11-01T16:29:03.0794111Z 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 2024-11-01T16:29:03.0795470Z [494/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\uarch.c.obj 2024-11-01T16:29:03.0883825Z [495/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\vendor.c.obj 2024-11-01T16:29:03.1116740Z [496/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\name.c.obj 2024-11-01T16:29:03.1184001Z [497/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\topology.c.obj 2024-11-01T16:29:03.1478187Z [498/7391] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\windows.c.obj 2024-11-01T16:29:03.1479619Z 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 2024-11-01T16:29:03.1492228Z [499/7391] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\fastpath.c.obj 2024-11-01T16:29:03.1494941Z 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 2024-11-01T16:29:03.1805718Z [500/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\descriptor.c.obj 2024-11-01T16:29:03.2042044Z [501/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\init.c.obj 2024-11-01T16:29:03.2091446Z [502/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\isa.c.obj 2024-11-01T16:29:03.2225542Z [503/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\api.c.obj 2024-11-01T16:29:03.2310388Z [504/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\deterministic.c.obj 2024-11-01T16:29:03.2919709Z [505/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\info.c.obj 2024-11-01T16:29:03.3075066Z [506/7391] Linking C static library lib\pthreadpool.lib 2024-11-01T16:29:03.3487458Z [507/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\uarch.c.obj 2024-11-01T16:29:03.3823600Z [508/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\vendor.c.obj 2024-11-01T16:29:03.3888830Z [509/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\windows\init.c.obj 2024-11-01T16:29:03.4230720Z [510/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\name.c.obj 2024-11-01T16:29:03.4638077Z [511/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\init.c.obj 2024-11-01T16:29:03.5178611Z [512/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\topology.c.obj 2024-11-01T16:29:03.5244937Z [513/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\cache.c.obj 2024-11-01T16:29:03.8526066Z [514/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\descriptor.c.obj 2024-11-01T16:29:03.8537560Z [515/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\init.c.obj 2024-11-01T16:29:03.8598160Z [516/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\init.c.obj 2024-11-01T16:29:03.8616396Z [517/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\api.c.obj 2024-11-01T16:29:03.8633096Z [518/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\log.c.obj 2024-11-01T16:29:03.9401703Z [519/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\deterministic.c.obj 2024-11-01T16:29:03.9451076Z [520/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.obj 2024-11-01T16:29:03.9514972Z [521/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\isa.c.obj 2024-11-01T16:29:03.9673815Z [522/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc\f32-conv-hwc-3x3s2p1c3x4-scalar-1x1.c.obj 2024-11-01T16:29:03.9720204Z [523/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c.obj 2024-11-01T16:29:04.0445373Z [524/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\gen\cs16-bfly4-scalar-x2.c.obj 2024-11-01T16:29:04.0487105Z [525/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\gen\cs16-bfly4-scalar-x1.c.obj 2024-11-01T16:29:04.0533734Z [526/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-minmax-scalar-acc2.c.obj 2024-11-01T16:29:04.0645050Z [527/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c.obj 2024-11-01T16:29:04.0657088Z [528/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-fftr\gen\cs16-fftr-scalar-x1.c.obj 2024-11-01T16:29:04.1418954Z [529/7391] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\windows\init.c.obj 2024-11-01T16:29:04.1490121Z [530/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-fftr\gen\cs16-fftr-scalar-x2.c.obj 2024-11-01T16:29:04.1547619Z [531/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-vsquareabs\gen\cs16-vsquareabs-scalar-x1.c.obj 2024-11-01T16:29:04.1629654Z [532/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-vsquareabs\gen\cs16-vsquareabs-scalar-x2.c.obj 2024-11-01T16:29:04.2678498Z [533/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u3.c.obj 2024-11-01T16:29:04.2781403Z [534/7391] Linking C static library lib\cpuinfo.lib 2024-11-01T16:29:04.3561479Z [535/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\gen\cs16-bfly4-scalar-x4.c.obj 2024-11-01T16:29:04.3570641Z [536/7391] Linking C static library lib\cpuinfo_internals.lib 2024-11-01T16:29:04.3648846Z [537/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u1.c.obj 2024-11-01T16:29:04.3717894Z [538/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-fftr\gen\cs16-fftr-scalar-x4.c.obj 2024-11-01T16:29:04.3729310Z [539/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-vsquareabs\gen\cs16-vsquareabs-scalar-x4.c.obj 2024-11-01T16:29:04.3741359Z [540/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-vsquareabs\gen\cs16-vsquareabs-scalar-x3.c.obj 2024-11-01T16:29:04.4088853Z [541/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u4.c.obj 2024-11-01T16:29:04.4524443Z [542/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u1.c.obj 2024-11-01T16:29:04.4594962Z [543/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u2.c.obj 2024-11-01T16:29:04.4642735Z [544/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u1.c.obj 2024-11-01T16:29:04.4749370Z [545/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u2.c.obj 2024-11-01T16:29:04.4765734Z [546/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u3.c.obj 2024-11-01T16:29:04.4901020Z [547/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u3.c.obj 2024-11-01T16:29:04.4999331Z [548/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u4.c.obj 2024-11-01T16:29:04.5481200Z [549/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u2.c.obj 2024-11-01T16:29:04.5602750Z [550/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u2-acc2.c.obj 2024-11-01T16:29:04.5658059Z [551/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u3-acc3.c.obj 2024-11-01T16:29:04.5781052Z [552/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u4.c.obj 2024-11-01T16:29:04.7512189Z [553/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u1.c.obj 2024-11-01T16:29:04.7523788Z [554/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u1.c.obj 2024-11-01T16:29:04.7534597Z [555/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u4-acc2.c.obj 2024-11-01T16:29:04.7544571Z [556/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u3-acc3.c.obj 2024-11-01T16:29:04.7555558Z [557/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u4-acc4.c.obj 2024-11-01T16:29:04.7567236Z [558/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u2-acc2.c.obj 2024-11-01T16:29:04.8460520Z [559/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u3-acc3.c.obj 2024-11-01T16:29:04.8531684Z [560/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u4-acc2.c.obj 2024-11-01T16:29:04.8636999Z [561/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u4-acc2.c.obj 2024-11-01T16:29:04.8648346Z [562/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u4-acc4.c.obj 2024-11-01T16:29:04.8739829Z [563/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u2-acc2.c.obj 2024-11-01T16:29:04.8753114Z [564/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u1.c.obj 2024-11-01T16:29:04.8881682Z [565/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u4-acc4.c.obj 2024-11-01T16:29:04.9541691Z [566/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-avgpool\f32-avgpool-9x-minmax-scalar-c1.c.obj 2024-11-01T16:29:04.9583937Z [567/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-scalar-c1.c.obj 2024-11-01T16:29:04.9627209Z [568/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-avgpool\f32-avgpool-9p8x-minmax-scalar-c1.c.obj 2024-11-01T16:29:04.9722602Z [569/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-9x-scalar-c1.c.obj 2024-11-01T16:29:04.9773197Z [570/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc\f32-conv-hwc-3x3s2p0p1c3x4-scalar-1x1.c.obj 2024-11-01T16:29:05.0038165Z [571/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-scalar.c.obj 2024-11-01T16:29:05.0630980Z [572/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-4x-scalar-c1.c.obj 2024-11-01T16:29:05.0793173Z [573/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-minmax-scalar-acc2.c.obj 2024-11-01T16:29:05.0851256Z [574/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-minmax-scalar-acc2.c.obj 2024-11-01T16:29:05.0866250Z [575/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-minmax-scalar.c.obj 2024-11-01T16:29:05.0941983Z [576/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-scalar.c.obj 2024-11-01T16:29:05.1012776Z [577/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-scalar-acc2.c.obj 2024-11-01T16:29:05.1296699Z [578/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-scalar.c.obj 2024-11-01T16:29:05.1718557Z [579/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c.obj 2024-11-01T16:29:05.2015317Z [580/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c.obj 2024-11-01T16:29:05.2063361Z [581/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.obj 2024-11-01T16:29:05.2112745Z [582/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c.obj 2024-11-01T16:29:05.2229070Z [583/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-minmax-scalar.c.obj 2024-11-01T16:29:05.2318546Z [584/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-scalar.c.obj 2024-11-01T16:29:05.2597986Z [585/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3f3m3l1c1s1r-scalar.c.obj 2024-11-01T16:29:05.3319750Z [586/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-minmax-scalar.c.obj 2024-11-01T16:29:05.3367006Z [587/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-minmax-scalar-acc2.c.obj 2024-11-01T16:29:05.3622042Z [588/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-minmax-scalar-acc2.c.obj 2024-11-01T16:29:05.3634596Z [589/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-scalar-acc2.c.obj 2024-11-01T16:29:05.3647836Z [590/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-scalar.c.obj 2024-11-01T16:29:05.6093937Z [591/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-scalar-acc2.c.obj 2024-11-01T16:29:05.6105806Z [592/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-minmax-scalar.c.obj 2024-11-01T16:29:05.6117448Z [593/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-scalar-acc2.c.obj 2024-11-01T16:29:05.6130162Z [594/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-scalar.c.obj 2024-11-01T16:29:05.6143418Z [595/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-minmax-scalar-acc2.c.obj 2024-11-01T16:29:05.6156141Z [596/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-minmax-scalar.c.obj 2024-11-01T16:29:05.6169699Z [597/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-minmax-scalar-acc2.c.obj 2024-11-01T16:29:05.6583876Z [598/7391] Linking CXX executable bin\protoc.exe 2024-11-01T16:29:05.7518138Z [599/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-scalar-acc2.c.obj 2024-11-01T16:29:05.7567008Z [600/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-scalar-acc2.c.obj 2024-11-01T16:29:05.7578711Z [601/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-scalar.c.obj 2024-11-01T16:29:05.7858453Z [602/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-scalar.c.obj 2024-11-01T16:29:05.7902505Z [603/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-minmax-scalar-acc2.c.obj 2024-11-01T16:29:05.8151604Z [604/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-minmax-scalar-acc2.c.obj 2024-11-01T16:29:05.8323518Z [605/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-scalar.c.obj 2024-11-01T16:29:05.8703799Z [606/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-minmax-scalar-acc2.c.obj 2024-11-01T16:29:05.8853844Z [607/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-minmax-scalar.c.obj 2024-11-01T16:29:05.8900287Z [608/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-minmax-scalar.c.obj 2024-11-01T16:29:05.9197736Z [609/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c.obj 2024-11-01T16:29:05.9246073Z [610/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c.obj 2024-11-01T16:29:05.9361002Z [611/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-scalar-acc2.c.obj 2024-11-01T16:29:05.9377461Z [612/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-minmax-scalar.c.obj 2024-11-01T16:29:05.9841432Z [613/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-scalar.c.obj 2024-11-01T16:29:05.9896333Z [614/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-scalar.c.obj 2024-11-01T16:29:05.9947845Z [615/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-minmax-scalar-acc2.c.obj 2024-11-01T16:29:06.0359797Z [616/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-scalar.c.obj 2024-11-01T16:29:06.0421893Z [617/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-scalar-acc2.c.obj 2024-11-01T16:29:06.0433425Z [618/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-scalar-acc2.c.obj 2024-11-01T16:29:06.0560562Z [619/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-minmax-scalar.c.obj 2024-11-01T16:29:06.0826704Z [620/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-minmax-scalar-acc2.c.obj 2024-11-01T16:29:06.1029826Z [621/7391] 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 2024-11-01T16:29:06.1105154Z [622/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-minmax-scalar.c.obj 2024-11-01T16:29:06.1218977Z [623/7391] 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 2024-11-01T16:29:06.1749076Z [624/7391] 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 2024-11-01T16:29:06.1824895Z [625/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1.c.obj 2024-11-01T16:29:06.1836095Z [626/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-scalar-acc2.c.obj 2024-11-01T16:29:06.1988493Z [627/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-scalar.c.obj 2024-11-01T16:29:06.2061539Z [628/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.obj 2024-11-01T16:29:06.2363983Z [629/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.obj 2024-11-01T16:29:06.2537675Z [630/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-3x1.c.obj 2024-11-01T16:29:06.2684996Z [631/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1.c.obj 2024-11-01T16:29:06.3020363Z [632/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-5x1.c.obj 2024-11-01T16:29:06.3031261Z [633/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.obj 2024-11-01T16:29:06.3282147Z [634/7391] 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 2024-11-01T16:29:06.3406465Z [635/7391] 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 2024-11-01T16:29:06.3683079Z [636/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-6x1.c.obj 2024-11-01T16:29:06.3883041Z [637/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-4x1.c.obj 2024-11-01T16:29:06.4049260Z [638/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1.c.obj 2024-11-01T16:29:06.4097417Z [639/7391] 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 2024-11-01T16:29:06.4430829Z [640/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-3x1.c.obj 2024-11-01T16:29:06.4447843Z [641/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.obj 2024-11-01T16:29:06.4637196Z [642/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1.c.obj 2024-11-01T16:29:06.4655896Z [643/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.obj 2024-11-01T16:29:06.5018026Z [644/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.obj 2024-11-01T16:29:06.5199336Z [645/7391] 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 2024-11-01T16:29:06.5215218Z [646/7391] 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 2024-11-01T16:29:06.5396189Z [647/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1.c.obj 2024-11-01T16:29:06.5613854Z [648/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1.c.obj 2024-11-01T16:29:06.5814051Z [649/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1.c.obj 2024-11-01T16:29:06.5830409Z [650/7391] 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 2024-11-01T16:29:06.6010051Z [651/7391] 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 2024-11-01T16:29:06.6157279Z [652/7391] 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 2024-11-01T16:29:06.6427109Z [653/7391] 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 2024-11-01T16:29:06.7730510Z [654/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u2.c.obj 2024-11-01T16:29:06.8166131Z [655/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1.c.obj 2024-11-01T16:29:06.8177319Z [656/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1.c.obj 2024-11-01T16:29:06.8187953Z [657/7391] 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 2024-11-01T16:29:06.8200778Z [658/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u1.c.obj 2024-11-01T16:29:06.8214001Z [659/7391] 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 2024-11-01T16:29:06.8227716Z [660/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.obj 2024-11-01T16:29:06.8248191Z [661/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.obj 2024-11-01T16:29:06.9241819Z [662/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u4.c.obj 2024-11-01T16:29:06.9496332Z [663/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u3.c.obj 2024-11-01T16:29:06.9554176Z [664/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u2.c.obj 2024-11-01T16:29:07.0193241Z [665/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u3.c.obj 2024-11-01T16:29:07.0640754Z [666/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u4.c.obj 2024-11-01T16:29:07.0874825Z [667/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u1.c.obj 2024-11-01T16:29:07.1325759Z [668/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1.c.obj 2024-11-01T16:29:07.1707795Z [669/7391] 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 2024-11-01T16:29:07.1954966Z [670/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u1.c.obj 2024-11-01T16:29:07.2148597Z [671/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u3.c.obj 2024-11-01T16:29:07.2718500Z [672/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u5.c.obj 2024-11-01T16:29:07.3628054Z [673/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u2.c.obj 2024-11-01T16:29:07.4059407Z [674/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u4.c.obj 2024-11-01T16:29:09.9294667Z [675/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u1.c.obj 2024-11-01T16:29:09.9513527Z [676/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u6.c.obj 2024-11-01T16:29:09.9671982Z [677/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u2.c.obj 2024-11-01T16:29:09.9717159Z [678/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u3.c.obj 2024-11-01T16:29:10.0021778Z [679/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-scalar-rational-12-10-div.c.obj 2024-11-01T16:29:10.0208830Z [680/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u5.c.obj 2024-11-01T16:29:10.0465512Z [681/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u4.c.obj 2024-11-01T16:29:10.0523170Z [682/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vexp\gen\f32-vexp-scalar-exp.c.obj 2024-11-01T16:29:10.0630680Z [683/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u6.c.obj 2024-11-01T16:29:10.0670791Z [684/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-scalar-log.c.obj 2024-11-01T16:29:10.0791500Z [685/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-scalar.c.obj 2024-11-01T16:29:10.0911561Z [686/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u4.c.obj 2024-11-01T16:29:10.0926610Z [687/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u1.c.obj 2024-11-01T16:29:10.1223746Z [688/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u2.c.obj 2024-11-01T16:29:10.1394456Z [689/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-scalar-rational-3-3-div.c.obj 2024-11-01T16:29:10.1520265Z [690/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u1.c.obj 2024-11-01T16:29:10.1587447Z [691/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c4-minmax-scalar-2x.c.obj 2024-11-01T16:29:10.1779867Z [692/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c2-minmax-scalar-2x.c.obj 2024-11-01T16:29:10.1839493Z [693/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u4.c.obj 2024-11-01T16:29:10.1858451Z [694/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c1-minmax-scalar-2x.c.obj 2024-11-01T16:29:10.2391822Z [695/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u4.c.obj 2024-11-01T16:29:10.2437610Z [696/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u2.c.obj 2024-11-01T16:29:10.2555469Z [697/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u2.c.obj 2024-11-01T16:29:10.2638787Z [698/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u8.c.obj 2024-11-01T16:29:10.2702968Z [699/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u1.c.obj 2024-11-01T16:29:10.2750066Z [700/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u1.c.obj 2024-11-01T16:29:10.2824130Z [701/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u4.c.obj 2024-11-01T16:29:10.3462160Z [702/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u2.c.obj 2024-11-01T16:29:10.3594133Z [703/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u1.c.obj 2024-11-01T16:29:10.3747939Z [704/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u1.c.obj 2024-11-01T16:29:10.3820018Z [705/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u4.c.obj 2024-11-01T16:29:10.4039735Z [706/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u2.c.obj 2024-11-01T16:29:10.4460179Z [707/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u4.c.obj 2024-11-01T16:29:10.4615779Z [708/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u2.c.obj 2024-11-01T16:29:10.4662943Z [709/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut64-p2-div-u1.c.obj 2024-11-01T16:29:10.4678679Z [710/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u2.c.obj 2024-11-01T16:29:10.4721949Z [711/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u2.c.obj 2024-11-01T16:29:10.4807962Z [712/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u1.c.obj 2024-11-01T16:29:10.4971697Z [713/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u1.c.obj 2024-11-01T16:29:10.5018732Z [714/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u4.c.obj 2024-11-01T16:29:10.5478154Z [715/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u4.c.obj 2024-11-01T16:29:10.5727345Z [716/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut64-p2-div-u4.c.obj 2024-11-01T16:29:10.5892016Z [717/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut2048-p1-div-u4.c.obj 2024-11-01T16:29:10.5937622Z [718/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u2.c.obj 2024-11-01T16:29:10.5948066Z [719/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u1.c.obj 2024-11-01T16:29:10.6052195Z [720/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut2048-p1-div-u1.c.obj 2024-11-01T16:29:10.6148164Z [721/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.obj 2024-11-01T16:29:10.6220533Z [722/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut2048-p1-div-u2.c.obj 2024-11-01T16:29:10.6722967Z [723/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u4.c.obj 2024-11-01T16:29:10.6820512Z [724/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u2.c.obj 2024-11-01T16:29:10.6958635Z [725/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u1.c.obj 2024-11-01T16:29:10.7003704Z [726/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u4.c.obj 2024-11-01T16:29:10.7044181Z [727/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u4.c.obj 2024-11-01T16:29:10.7257999Z [728/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u1.c.obj 2024-11-01T16:29:10.7315165Z [729/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u2.c.obj 2024-11-01T16:29:10.7698354Z [730/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u4.c.obj 2024-11-01T16:29:10.8065202Z [731/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u1.c.obj 2024-11-01T16:29:10.8107892Z [732/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-scalar.c.obj 2024-11-01T16:29:10.8282718Z [733/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u2.c.obj 2024-11-01T16:29:10.8293939Z [734/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-scalar-rational-9-6-div.c.obj 2024-11-01T16:29:10.8304005Z [735/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-scalar.c.obj 2024-11-01T16:29:10.8536688Z [736/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\i16-vlshift\gen\i16-vlshift-scalar-u1.c.obj 2024-11-01T16:29:10.8590445Z [737/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-scalar.c.obj 2024-11-01T16:29:10.9028861Z [738/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\i16-vlshift\gen\i16-vlshift-scalar-u2.c.obj 2024-11-01T16:29:10.9100507Z [739/7391] 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 2024-11-01T16:29:10.9347318Z [740/7391] 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 2024-11-01T16:29:10.9522900Z [741/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\i16-vlshift\gen\i16-vlshift-scalar-u4.c.obj 2024-11-01T16:29:10.9973037Z [742/7391] 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 2024-11-01T16:29:11.0099231Z [743/7391] 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 2024-11-01T16:29:11.0268978Z [744/7391] 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 2024-11-01T16:29:11.0500057Z [745/7391] 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 2024-11-01T16:29:11.0777454Z [746/7391] 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 2024-11-01T16:29:11.0794945Z [747/7391] 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 2024-11-01T16:29:11.0921321Z [748/7391] 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 2024-11-01T16:29:11.0973428Z [749/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\i16-vlshift\gen\i16-vlshift-scalar-u3.c.obj 2024-11-01T16:29:11.1216952Z [750/7391] 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 2024-11-01T16:29:11.1374791Z [751/7391] 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 2024-11-01T16:29:11.1817855Z [752/7391] 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 2024-11-01T16:29:11.2170994Z [753/7391] 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 2024-11-01T16:29:11.2182528Z [754/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.obj 2024-11-01T16:29:11.2433980Z [755/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.obj 2024-11-01T16:29:11.2654614Z [756/7391] 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 2024-11-01T16:29:11.2733314Z [757/7391] 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 2024-11-01T16:29:11.2861872Z [758/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.obj 2024-11-01T16:29:11.3314020Z [759/7391] 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 2024-11-01T16:29:11.3648981Z [760/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.obj 2024-11-01T16:29:11.3778058Z [761/7391] 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 2024-11-01T16:29:11.3900784Z [762/7391] 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 2024-11-01T16:29:11.3948644Z [763/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.obj 2024-11-01T16:29:11.3999286Z [764/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.obj 2024-11-01T16:29:11.4011759Z [765/7391] 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 2024-11-01T16:29:11.4394195Z [766/7391] 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 2024-11-01T16:29:11.4654949Z [767/7391] 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 2024-11-01T16:29:11.5168076Z [768/7391] 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 2024-11-01T16:29:11.5246367Z [769/7391] 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 2024-11-01T16:29:11.5437955Z [770/7391] 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 2024-11-01T16:29:11.5634697Z [771/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.obj 2024-11-01T16:29:11.5687620Z [772/7391] 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 2024-11-01T16:29:11.5887812Z [773/7391] 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 2024-11-01T16:29:11.5935732Z [774/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.obj 2024-11-01T16:29:11.5991506Z [775/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.obj 2024-11-01T16:29:11.6524166Z [776/7391] 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 2024-11-01T16:29:11.6581581Z [777/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.obj 2024-11-01T16:29:11.7146539Z [778/7391] 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 2024-11-01T16:29:11.7375096Z [779/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.obj 2024-11-01T16:29:11.7387345Z [780/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:11.7487067Z [781/7391] 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 2024-11-01T16:29:11.7591217Z [782/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.obj 2024-11-01T16:29:11.7615870Z [783/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:11.7729645Z [784/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:11.7781957Z [785/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:11.8558114Z [786/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:11.8650798Z [787/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:11.8770349Z [788/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:11.8816636Z [789/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:11.8868999Z [790/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:11.8929235Z [791/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:11.8942093Z [792/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:11.8998889Z [793/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:11.9798408Z [794/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:11.9994159Z [795/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:12.0273922Z [796/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:12.0287074Z [797/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:12.0420336Z [798/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:12.0437468Z [799/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:12.0586384Z [800/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:12.0955644Z [801/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:12.1015782Z [802/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:12.1322962Z [803/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:12.1680622Z [804/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:12.1734300Z [805/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:12.1761537Z [806/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:12.1867136Z [807/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:12.2002838Z [808/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:12.2508164Z [809/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:12.2741281Z [810/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-rndnu-scalar.c.obj 2024-11-01T16:29:12.2923211Z [811/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:12.3104718Z [812/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:12.3223757Z [813/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:12.3415047Z [814/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:12.3426944Z [815/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:12.3657209Z [816/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-rndnu-scalar.c.obj 2024-11-01T16:29:12.3724111Z [817/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:12.4056535Z [818/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:12.4305311Z [819/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:12.4669244Z [820/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:12.4769686Z [821/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:12.4904612Z [822/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:12.4916451Z [823/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:12.4978687Z [824/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-rndnu-scalar.c.obj 2024-11-01T16:29:12.5425591Z [825/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:12.5442884Z [826/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:12.5779581Z [827/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u4.c.obj 2024-11-01T16:29:12.5822537Z [828/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:12.5867497Z [829/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u2.c.obj 2024-11-01T16:29:12.5939267Z [830/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:12.6133487Z [831/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:12.6400633Z [832/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c1.c.obj 2024-11-01T16:29:12.7485708Z [833/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u1.c.obj 2024-11-01T16:29:12.7497703Z [834/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u3.c.obj 2024-11-01T16:29:12.7508213Z [835/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c2.c.obj 2024-11-01T16:29:12.7518939Z [836/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c1.c.obj 2024-11-01T16:29:12.7571817Z [837/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c1.c.obj 2024-11-01T16:29:12.7586708Z [838/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c4.c.obj 2024-11-01T16:29:12.7600252Z [839/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c2.c.obj 2024-11-01T16:29:12.7614648Z [840/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c4.c.obj 2024-11-01T16:29:12.8561876Z [841/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c2.c.obj 2024-11-01T16:29:12.8603998Z [842/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c4.c.obj 2024-11-01T16:29:12.8616593Z [843/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c1.c.obj 2024-11-01T16:29:12.8665593Z [844/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c2.c.obj 2024-11-01T16:29:12.8754056Z [845/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c1.c.obj 2024-11-01T16:29:12.8800370Z [846/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c1.c.obj 2024-11-01T16:29:12.8888191Z [847/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c2.c.obj 2024-11-01T16:29:12.9060330Z [848/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c4.c.obj 2024-11-01T16:29:12.9631036Z [849/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c4.c.obj 2024-11-01T16:29:12.9751724Z [850/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c2.c.obj 2024-11-01T16:29:12.9829363Z [851/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c4.c.obj 2024-11-01T16:29:12.9959200Z [852/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:13.0019135Z [853/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:13.0030170Z [854/7391] 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 2024-11-01T16:29:13.0172835Z [855/7391] 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 2024-11-01T16:29:13.0222422Z [856/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:13.0797847Z [857/7391] 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 2024-11-01T16:29:13.1013129Z [858/7391] 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 2024-11-01T16:29:13.1026887Z [859/7391] 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 2024-11-01T16:29:13.1186922Z [860/7391] 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 2024-11-01T16:29:13.1238131Z [861/7391] 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 2024-11-01T16:29:13.1533639Z [862/7391] 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 2024-11-01T16:29:13.1680589Z [863/7391] 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 2024-11-01T16:29:13.1825952Z [864/7391] 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 2024-11-01T16:29:13.2127192Z [865/7391] 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 2024-11-01T16:29:13.2218433Z [866/7391] 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 2024-11-01T16:29:13.2323398Z [867/7391] 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 2024-11-01T16:29:13.2339350Z [868/7391] 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 2024-11-01T16:29:13.2393595Z [869/7391] 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 2024-11-01T16:29:13.2766851Z [870/7391] 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 2024-11-01T16:29:13.2943105Z [871/7391] 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 2024-11-01T16:29:13.3076495Z [872/7391] 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 2024-11-01T16:29:13.3497766Z [873/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:13.3509211Z [874/7391] 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 2024-11-01T16:29:13.3636689Z [875/7391] 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 2024-11-01T16:29:13.3693305Z [876/7391] 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 2024-11-01T16:29:13.3787264Z [877/7391] 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 2024-11-01T16:29:13.4030827Z [878/7391] 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 2024-11-01T16:29:13.4083868Z [879/7391] 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 2024-11-01T16:29:13.4303087Z [880/7391] 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 2024-11-01T16:29:13.4820934Z [881/7391] 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 2024-11-01T16:29:13.4893065Z [882/7391] 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 2024-11-01T16:29:13.4958075Z [883/7391] 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 2024-11-01T16:29:13.5006004Z [884/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:13.5108416Z [885/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:13.5281153Z [886/7391] 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 2024-11-01T16:29:13.5385418Z [887/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:13.5483691Z [888/7391] 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 2024-11-01T16:29:13.6171760Z [889/7391] 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 2024-11-01T16:29:13.6235401Z [890/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:13.6282084Z [891/7391] 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 2024-11-01T16:29:13.6537857Z [892/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:13.6564385Z [893/7391] 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 2024-11-01T16:29:13.6705850Z [894/7391] 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 2024-11-01T16:29:13.6801534Z [895/7391] 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 2024-11-01T16:29:13.6856484Z [896/7391] 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 2024-11-01T16:29:13.7409007Z [897/7391] 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 2024-11-01T16:29:13.7553427Z [898/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:13.7704707Z [899/7391] 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 2024-11-01T16:29:13.7860677Z [900/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:13.7873165Z [901/7391] 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 2024-11-01T16:29:13.8113873Z [902/7391] 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 2024-11-01T16:29:13.8248722Z [903/7391] 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 2024-11-01T16:29:13.8648451Z [904/7391] 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 2024-11-01T16:29:13.8947534Z [905/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:13.9067315Z [906/7391] 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 2024-11-01T16:29:13.9125986Z [907/7391] 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 2024-11-01T16:29:13.9199243Z [908/7391] 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 2024-11-01T16:29:13.9246644Z [909/7391] 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 2024-11-01T16:29:13.9415620Z [910/7391] 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 2024-11-01T16:29:13.9502459Z [911/7391] 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 2024-11-01T16:29:14.0110910Z [912/7391] 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 2024-11-01T16:29:14.0221460Z [913/7391] 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 2024-11-01T16:29:14.0490698Z [914/7391] 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 2024-11-01T16:29:14.0542007Z [915/7391] 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 2024-11-01T16:29:14.0553800Z [916/7391] 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 2024-11-01T16:29:14.0607042Z [917/7391] 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 2024-11-01T16:29:14.0747911Z [918/7391] 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 2024-11-01T16:29:14.1146427Z [919/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:14.1547964Z [920/7391] 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 2024-11-01T16:29:14.1709543Z [921/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:14.1766491Z [922/7391] 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 2024-11-01T16:29:14.1847200Z [923/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:14.1928371Z [924/7391] 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 2024-11-01T16:29:14.1943808Z [925/7391] 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 2024-11-01T16:29:14.2115491Z [926/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:14.2941955Z [927/7391] 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 2024-11-01T16:29:14.3007787Z [928/7391] 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 2024-11-01T16:29:14.3211295Z [929/7391] 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 2024-11-01T16:29:14.3265349Z [930/7391] 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 2024-11-01T16:29:14.3280039Z [931/7391] 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 2024-11-01T16:29:14.3294997Z [932/7391] 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 2024-11-01T16:29:14.3371521Z [933/7391] 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 2024-11-01T16:29:14.3947634Z [934/7391] 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 2024-11-01T16:29:14.4345506Z [935/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:14.4440341Z [936/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.obj 2024-11-01T16:29:14.4538662Z [937/7391] 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 2024-11-01T16:29:14.4551779Z [938/7391] 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 2024-11-01T16:29:14.4822380Z [939/7391] 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 2024-11-01T16:29:14.4875329Z [940/7391] 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 2024-11-01T16:29:14.4946226Z [941/7391] 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 2024-11-01T16:29:14.5312637Z [942/7391] 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 2024-11-01T16:29:14.5479716Z [943/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-scalar-signed64.c.obj 2024-11-01T16:29:14.5803009Z [944/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-gemmlowp-scalar.c.obj 2024-11-01T16:29:14.5855318Z [945/7391] 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 2024-11-01T16:29:14.5917381Z [946/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:14.5985032Z [947/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:14.6178305Z [948/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-scalar-unsigned64.c.obj 2024-11-01T16:29:14.6290637Z [949/7391] 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 2024-11-01T16:29:14.6440312Z [950/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u4.c.obj 2024-11-01T16:29:14.6452634Z [951/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-scalar-unsigned32.c.obj 2024-11-01T16:29:14.6843003Z [952/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u2.c.obj 2024-11-01T16:29:14.6860106Z [953/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndnu-scalar.c.obj 2024-11-01T16:29:14.6913768Z [954/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u1.c.obj 2024-11-01T16:29:14.7136258Z [955/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u1.c.obj 2024-11-01T16:29:14.7222100Z [956/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u2.c.obj 2024-11-01T16:29:14.7376475Z [957/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u4.c.obj 2024-11-01T16:29:14.7719670Z [958/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-scalar-u1.c.obj 2024-11-01T16:29:14.7796783Z [959/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u4.c.obj 2024-11-01T16:29:14.7862377Z [960/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u1.c.obj 2024-11-01T16:29:14.7947919Z [961/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u2.c.obj 2024-11-01T16:29:14.8115887Z [962/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u1.c.obj 2024-11-01T16:29:14.8128771Z [963/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u4.c.obj 2024-11-01T16:29:14.8221463Z [964/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u2.c.obj 2024-11-01T16:29:14.8951483Z [965/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:14.9002090Z [966/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:14.9090056Z [967/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-rndnu-scalar.c.obj 2024-11-01T16:29:14.9223051Z [968/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u4.c.obj 2024-11-01T16:29:14.9306026Z [969/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:14.9376234Z [970/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u2.c.obj 2024-11-01T16:29:14.9468914Z [971/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-scalar-u4.c.obj 2024-11-01T16:29:14.9796347Z [972/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:15.0234214Z [973/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u1.c.obj 2024-11-01T16:29:15.0245942Z [974/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u4.c.obj 2024-11-01T16:29:15.0389444Z [975/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u1.c.obj 2024-11-01T16:29:15.0401927Z [976/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u2.c.obj 2024-11-01T16:29:15.0452289Z [977/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-scalar-u2.c.obj 2024-11-01T16:29:15.0517301Z [978/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u1.c.obj 2024-11-01T16:29:15.0531859Z [979/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u4.c.obj 2024-11-01T16:29:15.0890462Z [980/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u2.c.obj 2024-11-01T16:29:15.1232055Z [981/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-scalar-u2.c.obj 2024-11-01T16:29:15.1245680Z [982/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u1.c.obj 2024-11-01T16:29:15.1434846Z [983/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-avgpool\qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.obj 2024-11-01T16:29:15.1679165Z [984/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u2.c.obj 2024-11-01T16:29:15.1724227Z [985/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u4.c.obj 2024-11-01T16:29:15.1841946Z [986/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-scalar-u4.c.obj 2024-11-01T16:29:15.2006716Z [987/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:15.2073578Z [988/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-scalar-u1.c.obj 2024-11-01T16:29:15.2278451Z [989/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-avgpool\qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.obj 2024-11-01T16:29:15.2341356Z [990/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:15.2634616Z [991/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:15.3028394Z [992/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:15.3243518Z [993/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:15.3300964Z [994/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:15.3408699Z [995/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:15.3512338Z [996/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:15.3565271Z [997/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:15.3624747Z [998/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:15.4010012Z [999/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:15.4217299Z [1000/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:15.4464065Z [1001/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:15.4662794Z [1002/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:15.4754966Z [1003/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:15.4769081Z [1004/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:15.4936678Z [1005/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:15.4951951Z [1006/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:15.5392360Z [1007/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:15.5406233Z [1008/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:15.5651120Z [1009/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:15.5856898Z [1010/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:15.6019752Z [1011/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:15.6032001Z [1012/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:15.6130187Z [1013/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:15.6237284Z [1014/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:15.6578274Z [1015/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:15.6656021Z [1016/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:15.6932905Z [1017/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:15.7047528Z [1018/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-rndnu-scalar.c.obj 2024-11-01T16:29:15.7457773Z [1019/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:15.7505374Z [1020/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:15.7517106Z [1021/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:15.7590847Z [1022/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:15.7602471Z [1023/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-rndnu-scalar.c.obj 2024-11-01T16:29:15.7762357Z [1024/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:15.8224418Z [1025/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:15.8442765Z [1026/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-rndnu-scalar.c.obj 2024-11-01T16:29:15.8768265Z [1027/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:15.8828074Z [1028/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:15.8948364Z [1029/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:15.9064438Z [1030/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:15.9156470Z [1031/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:15.9207839Z [1032/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:15.9283910Z [1033/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:15.9618463Z [1034/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u1.c.obj 2024-11-01T16:29:15.9743457Z [1035/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:15.9797897Z [1036/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u2.c.obj 2024-11-01T16:29:16.0042323Z [1037/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:16.0190859Z [1038/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:16.0202981Z [1039/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c1.c.obj 2024-11-01T16:29:16.0364776Z [1040/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c2.c.obj 2024-11-01T16:29:16.0414571Z [1041/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c4.c.obj 2024-11-01T16:29:16.0644270Z [1042/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u4.c.obj 2024-11-01T16:29:16.0819682Z [1043/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c1.c.obj 2024-11-01T16:29:16.0957778Z [1044/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u3.c.obj 2024-11-01T16:29:16.0970711Z [1045/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c2.c.obj 2024-11-01T16:29:16.1161372Z [1046/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c4.c.obj 2024-11-01T16:29:16.1210039Z [1047/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c1.c.obj 2024-11-01T16:29:16.1328651Z [1048/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c2.c.obj 2024-11-01T16:29:16.1342335Z [1049/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c4.c.obj 2024-11-01T16:29:16.1991186Z [1050/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c2.c.obj 2024-11-01T16:29:16.2002941Z [1051/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c1.c.obj 2024-11-01T16:29:16.2184500Z [1052/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c2.c.obj 2024-11-01T16:29:16.2223769Z [1053/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c1.c.obj 2024-11-01T16:29:16.2282552Z [1054/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c4.c.obj 2024-11-01T16:29:16.2361947Z [1055/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c4.c.obj 2024-11-01T16:29:16.2381580Z [1056/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c2.c.obj 2024-11-01T16:29:16.2665892Z [1057/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c1.c.obj 2024-11-01T16:29:16.3025233Z [1058/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c4.c.obj 2024-11-01T16:29:16.3281311Z [1059/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:16.3595962Z [1060/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:16.3645532Z [1061/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:16.3656763Z [1062/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-rndnu-scalar.c.obj 2024-11-01T16:29:16.3716193Z [1063/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:16.3792527Z [1064/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-window\gen\s16-window-scalar-u4.c.obj 2024-11-01T16:29:16.3919294Z [1065/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:16.4060076Z [1066/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c1.c.obj 2024-11-01T16:29:16.4220952Z [1067/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-window\gen\s16-window-scalar-u3.c.obj 2024-11-01T16:29:16.4444054Z [1068/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmul-scalar.c.obj 2024-11-01T16:29:16.4690675Z [1069/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmulc-scalar.c.obj 2024-11-01T16:29:16.4862449Z [1070/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:16.5277028Z [1071/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:16.5488902Z [1072/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-rndnu-scalar.c.obj 2024-11-01T16:29:16.5559935Z [1073/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:16.5604056Z [1074/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-rndnu-scalar.c.obj 2024-11-01T16:29:16.5984612Z [1075/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:16.6260055Z [1076/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:16.6413511Z [1077/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:16.6488116Z [1078/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-rndnu-scalar.c.obj 2024-11-01T16:29:16.6602558Z [1079/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:16.6614820Z [1080/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:16.6718923Z [1081/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:16.7025670Z [1082/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-rndnu-scalar.c.obj 2024-11-01T16:29:16.7255534Z [1083/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:16.7894977Z [1084/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:16.7910131Z [1085/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-rndnu-scalar.c.obj 2024-11-01T16:29:16.7989228Z [1086/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:16.8037758Z [1087/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-rndnu-scalar.c.obj 2024-11-01T16:29:16.8124879Z [1088/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:16.8294210Z [1089/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:16.8306205Z [1090/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:16.8638786Z [1091/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:16.9261343Z [1092/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:16.9365078Z [1093/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:16.9456595Z [1094/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:16.9500428Z [1095/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:16.9554139Z [1096/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-rndnu-scalar.c.obj 2024-11-01T16:29:16.9565780Z [1097/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:16.9578343Z [1098/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:17.0165782Z [1099/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-rndnu-scalar.c.obj 2024-11-01T16:29:17.0722308Z [1100/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:17.0769871Z [1101/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-rndnu-scalar.c.obj 2024-11-01T16:29:17.0823921Z [1102/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:17.0877183Z [1103/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:17.1727322Z [1104/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-rndnu-scalar.c.obj 2024-11-01T16:29:17.1786183Z [1105/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:17.1799878Z [1106/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:17.1811121Z [1107/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:17.1822650Z [1108/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:17.1872324Z [1109/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:17.2126976Z [1110/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:17.3155754Z [1111/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:17.3250684Z [1112/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-rndnu-scalar.c.obj 2024-11-01T16:29:17.3310135Z [1113/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:17.3359818Z [1114/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:17.3375536Z [1115/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-rndnu-scalar.c.obj 2024-11-01T16:29:17.3425828Z [1116/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:17.3549484Z [1117/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:17.3637335Z [1118/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-rndnu-scalar.c.obj 2024-11-01T16:29:17.4437340Z [1119/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-scalar-unsigned64.c.obj 2024-11-01T16:29:17.4483621Z [1120/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-scalar-unsigned32.c.obj 2024-11-01T16:29:17.4579560Z [1121/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-rndnu-scalar.c.obj 2024-11-01T16:29:17.4640376Z [1122/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:17.4652101Z [1123/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-scalar-signed64.c.obj 2024-11-01T16:29:17.4707974Z [1124/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:17.4720970Z [1125/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-imagic.c.obj 2024-11-01T16:29:17.4812480Z [1126/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-fp32-scalar-fmagic.c.obj 2024-11-01T16:29:17.5449406Z [1127/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-fp32-scalar-lrintf.c.obj 2024-11-01T16:29:17.5498648Z [1128/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-gemmlowp-scalar.c.obj 2024-11-01T16:29:17.5761809Z [1129/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u2.c.obj 2024-11-01T16:29:17.5851083Z [1130/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u2.c.obj 2024-11-01T16:29:17.5867427Z [1131/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u1.c.obj 2024-11-01T16:29:17.5916702Z [1132/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u4.c.obj 2024-11-01T16:29:17.5930343Z [1133/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u2.c.obj 2024-11-01T16:29:17.5988002Z [1134/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u1.c.obj 2024-11-01T16:29:17.6374478Z [1135/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u1.c.obj 2024-11-01T16:29:17.6427930Z [1136/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u4.c.obj 2024-11-01T16:29:17.6800343Z [1137/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u1.c.obj 2024-11-01T16:29:17.6882437Z [1138/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u2.c.obj 2024-11-01T16:29:17.6897107Z [1139/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u4.c.obj 2024-11-01T16:29:17.7128814Z [1140/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-scalar-u4.c.obj 2024-11-01T16:29:17.7174126Z [1141/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-scalar-u1.c.obj 2024-11-01T16:29:17.7220129Z [1142/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u4.c.obj 2024-11-01T16:29:17.7272786Z [1143/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-scalar-u2.c.obj 2024-11-01T16:29:17.7460023Z [1144/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u4.c.obj 2024-11-01T16:29:17.7868565Z [1145/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u1.c.obj 2024-11-01T16:29:17.7916438Z [1146/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u1.c.obj 2024-11-01T16:29:17.8009735Z [1147/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u4.c.obj 2024-11-01T16:29:17.8114564Z [1148/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u2.c.obj 2024-11-01T16:29:17.8227606Z [1149/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u2.c.obj 2024-11-01T16:29:17.8353231Z [1150/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u1.c.obj 2024-11-01T16:29:17.8404724Z [1151/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u2.c.obj 2024-11-01T16:29:17.8610652Z [1152/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u4.c.obj 2024-11-01T16:29:17.8997899Z [1153/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c2.c.obj 2024-11-01T16:29:17.9009729Z [1154/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c1.c.obj 2024-11-01T16:29:17.9060606Z [1155/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-scalar-c1.c.obj 2024-11-01T16:29:17.9149258Z [1156/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c4.c.obj 2024-11-01T16:29:17.9389150Z [1157/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-vclamp\s8-vclamp-scalar-u4.c.obj 2024-11-01T16:29:17.9534097Z [1158/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-window\gen\s16-window-scalar-u2.c.obj 2024-11-01T16:29:17.9581748Z [1159/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-rmaxabs\gen\s16-rmaxabs-scalar-x1.c.obj 2024-11-01T16:29:17.9872496Z [1160/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-rmaxabs\gen\s16-rmaxabs-scalar-x2.c.obj 2024-11-01T16:29:18.0070313Z [1161/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-rmaxabs\gen\s16-rmaxabs-scalar-x3.c.obj 2024-11-01T16:29:18.0135843Z [1162/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x2-scalar-float.c.obj 2024-11-01T16:29:18.0154385Z [1163/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-rmaxabs\gen\s16-rmaxabs-scalar-x4.c.obj 2024-11-01T16:29:18.0460363Z [1164/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x2-scalar-int.c.obj 2024-11-01T16:29:18.0769570Z [1165/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-scalar-float.c.obj 2024-11-01T16:29:18.0817299Z [1166/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-window\gen\s16-window-scalar-u1.c.obj 2024-11-01T16:29:18.0894136Z [1167/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x1-scalar-float.c.obj 2024-11-01T16:29:18.1075746Z [1168/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-maxpool\u8-maxpool-9p8x-minmax-scalar-c1.c.obj 2024-11-01T16:29:18.1339025Z [1169/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x1-scalar-int.c.obj 2024-11-01T16:29:18.1401023Z [1170/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c2.c.obj 2024-11-01T16:29:18.1451051Z [1171/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c4.c.obj 2024-11-01T16:29:18.1498184Z [1172/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-lut32norm\u8-lut32norm-scalar.c.obj 2024-11-01T16:29:18.1585878Z [1173/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-vlog\gen\u32-vlog-scalar-x1.c.obj 2024-11-01T16:29:18.1960758Z [1174/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-rmax\u8-rmax-scalar-u2.c.obj 2024-11-01T16:29:18.2007036Z [1175/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-filterbank-accumulate\gen\u32-filterbank-accumulate-scalar-x1.c.obj 2024-11-01T16:29:18.2108464Z [1176/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-vclamp\u8-vclamp-scalar-u4.c.obj 2024-11-01T16:29:18.2217738Z [1177/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-filterbank-subtract\u32-filterbank-subtract-scalar-x2.c.obj 2024-11-01T16:29:18.2321555Z [1178/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-vlog\gen\u32-vlog-scalar-x2.c.obj 2024-11-01T16:29:18.2367749Z [1179/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u2.c.obj 2024-11-01T16:29:18.2422337Z [1180/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u64-u32-vsqrtshift\u64-u32-vsqrtshift-scalar-cvtu32-sqrt-cvtu32f64-u1.c.obj 2024-11-01T16:29:18.2495386Z [1181/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u1.c.obj 2024-11-01T16:29:18.2860197Z [1182/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-vlog\gen\u32-vlog-scalar-x3.c.obj 2024-11-01T16:29:18.2871081Z [1183/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u4.c.obj 2024-11-01T16:29:18.3097872Z [1184/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u8.c.obj 2024-11-01T16:29:18.3140794Z [1185/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u16.c.obj 2024-11-01T16:29:18.3194508Z [1186/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packq\x8-packq-scalar-f32qp8-u1.c.obj 2024-11-01T16:29:18.3408314Z [1187/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-vlog\gen\u32-vlog-scalar-x4.c.obj 2024-11-01T16:29:18.3419912Z [1188/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x4-gemm-goi-scalar-int-u2.c.obj 2024-11-01T16:29:18.3482006Z [1189/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x2-gemm-goi-scalar-int-u4.c.obj 2024-11-01T16:29:18.3757897Z [1190/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x4-gemm-goi-scalar-int-u4.c.obj 2024-11-01T16:29:18.3803994Z [1191/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8-gemm-goi-scalar-int-u2.c.obj 2024-11-01T16:29:18.4086005Z [1192/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x2-gemm-goi-scalar-int-u2.c.obj 2024-11-01T16:29:18.4193230Z [1193/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x32-gemm-goi-scalar-int-u4.c.obj 2024-11-01T16:29:18.4252369Z [1194/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8-gemm-goi-scalar-int-u4.c.obj 2024-11-01T16:29:18.4334364Z [1195/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x32-gemm-goi-scalar-int-u2.c.obj 2024-11-01T16:29:18.4395124Z [1196/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-1x2-scalar-int.c.obj 2024-11-01T16:29:18.4678501Z [1197/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16-gemm-goi-scalar-int-u2.c.obj 2024-11-01T16:29:18.4693361Z [1198/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16-gemm-goi-scalar-int-u4.c.obj 2024-11-01T16:29:18.5037444Z [1199/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x2-scalar-int.c.obj 2024-11-01T16:29:18.5125224Z [1200/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x4-scalar-int.c.obj 2024-11-01T16:29:18.5185040Z [1201/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x1-scalar-int.c.obj 2024-11-01T16:29:18.5279370Z [1202/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-1x4-scalar-int.c.obj 2024-11-01T16:29:18.5295551Z [1203/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x2-scalar.c.obj 2024-11-01T16:29:18.5390331Z [1204/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x4-scalar-int.c.obj 2024-11-01T16:29:18.5403928Z [1205/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x1-scalar-int.c.obj 2024-11-01T16:29:18.5738118Z [1206/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x4-scalar.c.obj 2024-11-01T16:29:18.5818664Z [1207/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x2-scalar-int.c.obj 2024-11-01T16:29:18.6104878Z [1208/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-xm-scalar.c.obj 2024-11-01T16:29:18.6233936Z [1209/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x3-scalar.c.obj 2024-11-01T16:29:18.6283353Z [1210/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x8-gemm-goi-scalar-int-u4.c.obj 2024-11-01T16:29:18.6296718Z [1211/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x64-gemm-goi-scalar-int-u4.c.obj 2024-11-01T16:29:18.6588012Z [1212/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x4-scalar-int.c.obj 2024-11-01T16:29:18.6647762Z [1213/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x16-gemm-goi-scalar-int-u4.c.obj 2024-11-01T16:29:18.6736384Z [1214/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x32-gemm-goi-scalar-int-u4.c.obj 2024-11-01T16:29:18.6828536Z [1215/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x1-scalar-int.c.obj 2024-11-01T16:29:18.7169950Z [1216/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x2-scalar-int.c.obj 2024-11-01T16:29:18.7183223Z [1217/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-1x2-scalar-int.c.obj 2024-11-01T16:29:18.7628366Z [1218/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x1-scalar-int.c.obj 2024-11-01T16:29:18.7722444Z [1219/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-1x4-scalar-int.c.obj 2024-11-01T16:29:18.7858711Z [1220/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-1x2-scalar.c.obj 2024-11-01T16:29:18.7961308Z [1221/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x1-scalar.c.obj 2024-11-01T16:29:18.8006894Z [1222/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-1x4-scalar.c.obj 2024-11-01T16:29:18.8189101Z [1223/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x4-scalar-int.c.obj 2024-11-01T16:29:18.8245658Z [1224/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x1-scalar.c.obj 2024-11-01T16:29:18.8261202Z [1225/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x2-scalar-int.c.obj 2024-11-01T16:29:18.8596699Z [1226/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x4-scalar.c.obj 2024-11-01T16:29:18.8707301Z [1227/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x4-scalar.c.obj 2024-11-01T16:29:18.8759311Z [1228/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x2-scalar.c.obj 2024-11-01T16:29:18.9063888Z [1229/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c1s1r-gemm-scalar-int.c.obj 2024-11-01T16:29:18.9121670Z [1230/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x2-scalar.c.obj 2024-11-01T16:29:18.9176560Z [1231/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c1s1r-gemm-scalar-float.c.obj 2024-11-01T16:29:18.9326509Z [1232/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c2s1r-gemm-scalar-int.c.obj 2024-11-01T16:29:18.9416936Z [1233/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c2s1r-gemm-scalar-float.c.obj 2024-11-01T16:29:18.9648019Z [1234/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c4s1r-gemm-scalar-int.c.obj 2024-11-01T16:29:18.9979850Z [1235/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x3-gemm-goi-scalar-float-u4.c.obj 2024-11-01T16:29:19.0160855Z [1236/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c4s1r-gemm-scalar-float.c.obj 2024-11-01T16:29:19.0208429Z [1237/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c1s1r-gemm-scalar-float.c.obj 2024-11-01T16:29:19.0251891Z [1238/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x2-gemm-goi-scalar-int-u4.c.obj 2024-11-01T16:29:19.0263316Z [1239/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x3-gemm-goi-scalar-int-u4.c.obj 2024-11-01T16:29:19.0439132Z [1240/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x2-gemm-goi-scalar-float-u4.c.obj 2024-11-01T16:29:19.0453316Z [1241/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c1s1r-gemm-scalar-int.c.obj 2024-11-01T16:29:19.0657189Z [1242/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x4-gemm-goi-scalar-float-u4.c.obj 2024-11-01T16:29:19.0974317Z [1243/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-scalar-float-u4.c.obj 2024-11-01T16:29:19.1076924Z [1244/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-2x-scalar.c.obj 2024-11-01T16:29:19.1148899Z [1245/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-scalar-int-u4.c.obj 2024-11-01T16:29:19.1211157Z [1246/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-3x-scalar.c.obj 2024-11-01T16:29:19.1257490Z [1247/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-scalar.c.obj 2024-11-01T16:29:19.1312206Z [1248/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-scalar-int-u4.c.obj 2024-11-01T16:29:19.1396832Z [1249/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x4-gemm-goi-scalar-int-u4.c.obj 2024-11-01T16:29:19.1523736Z [1250/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-scalar-float-u4.c.obj 2024-11-01T16:29:19.1877059Z [1251/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x4-scalar-float.c.obj 2024-11-01T16:29:19.2144226Z [1252/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x1-scalar-float.c.obj 2024-11-01T16:29:19.2212748Z [1253/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x1-scalar-int.c.obj 2024-11-01T16:29:19.2352364Z [1254/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x4-scalar-int.c.obj 2024-11-01T16:29:19.2363884Z [1255/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x2-scalar-float.c.obj 2024-11-01T16:29:19.2424238Z [1256/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x2-scalar-int.c.obj 2024-11-01T16:29:19.2435544Z [1257/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x4-scalar-int.c.obj 2024-11-01T16:29:19.2486209Z [1258/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x4-scalar-float.c.obj 2024-11-01T16:29:19.3125780Z [1259/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c2s1r-gemm-scalar-float.c.obj 2024-11-01T16:29:19.3137659Z [1260/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x2-scalar-int.c.obj 2024-11-01T16:29:19.3178904Z [1261/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-unpool\x32-unpool-scalar.c.obj 2024-11-01T16:29:19.3223785Z [1262/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x2-scalar-float.c.obj 2024-11-01T16:29:19.3287801Z [1263/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c1s1r-gemm-scalar-int.c.obj 2024-11-01T16:29:19.3422335Z [1264/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c2s1r-gemm-scalar-int.c.obj 2024-11-01T16:29:19.3491795Z [1265/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c1s1r-gemm-scalar-float.c.obj 2024-11-01T16:29:19.3805406Z [1266/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-scalar-int.c.obj 2024-11-01T16:29:19.3851954Z [1267/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x2-scalar.c.obj 2024-11-01T16:29:19.4025779Z [1268/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c4s1r-gemm-scalar-float.c.obj 2024-11-01T16:29:19.4120860Z [1269/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c1s1r-gemm-scalar-float.c.obj 2024-11-01T16:29:19.4215608Z [1270/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c4s1r-gemm-scalar-int.c.obj 2024-11-01T16:29:19.4321181Z [1271/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c1s1r-gemm-scalar-int.c.obj 2024-11-01T16:29:19.4364843Z [1272/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x3-scalar.c.obj 2024-11-01T16:29:19.4583587Z [1273/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x4-scalar.c.obj 2024-11-01T16:29:19.4595988Z [1274/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-xm-scalar.c.obj 2024-11-01T16:29:19.4677617Z [1275/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-1x2-scalar-float.c.obj 2024-11-01T16:29:19.4692218Z [1276/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-1x2-scalar-int.c.obj 2024-11-01T16:29:19.5227935Z [1277/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x1-scalar-float.c.obj 2024-11-01T16:29:19.5272301Z [1278/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x1-scalar-float.c.obj 2024-11-01T16:29:19.5335709Z [1279/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-scalar-float.c.obj 2024-11-01T16:29:19.5504753Z [1280/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-copy\xx-copy-scalar-memcpy.c.obj 2024-11-01T16:29:19.5519261Z [1281/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x1-scalar-int.c.obj 2024-11-01T16:29:19.5530745Z [1282/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-scalar-int.c.obj 2024-11-01T16:29:19.5582076Z [1283/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x2-scalar-int.c.obj 2024-11-01T16:29:19.5712966Z [1284/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x2-scalar-float.c.obj 2024-11-01T16:29:19.6079101Z [1285/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-fill\xx-fill-scalar-u16.c.obj 2024-11-01T16:29:19.6170932Z [1286/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-avgpool\f32-avgpool-9x-minmax-sse-c4.c.obj 2024-11-01T16:29:19.6364167Z [1287/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-avgpool\f32-avgpool-9p8x-minmax-sse-c4.c.obj 2024-11-01T16:29:19.6511527Z [1288/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-pad\xx-pad-p4-scalar-u16.c.obj 2024-11-01T16:29:19.6555358Z [1289/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-sse-1x1.c.obj 2024-11-01T16:29:19.6659868Z [1290/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-sse-acc2.c.obj 2024-11-01T16:29:19.6692949Z [1291/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-transposev\xx-transposev-1x1-scalar-memcpy.c.obj 2024-11-01T16:29:19.6952564Z [1292/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x1-scalar-int.c.obj 2024-11-01T16:29:19.7000380Z [1293/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.obj 2024-11-01T16:29:19.7085262Z [1294/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p4c-minmax-sse-acc2.c.obj 2024-11-01T16:29:19.7220183Z [1295/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p4c-minmax-sse.c.obj 2024-11-01T16:29:19.7733534Z [1296/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l4c4s4r-minmax-sse.c.obj 2024-11-01T16:29:19.7785250Z [1297/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-sse.c.obj 2024-11-01T16:29:19.7797191Z [1298/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-sse-acc2.c.obj 2024-11-01T16:29:19.7807398Z [1299/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p4c-minmax-sse-acc2.c.obj 2024-11-01T16:29:19.7849727Z [1300/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p4c-minmax-sse.c.obj 2024-11-01T16:29:19.8010165Z [1301/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l4c4s4r-minmax-sse-acc2.c.obj 2024-11-01T16:29:19.8083127Z [1302/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-sse.c.obj 2024-11-01T16:29:19.8335360Z [1303/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c4s4r-minmax-sse.c.obj 2024-11-01T16:29:19.8966393Z [1304/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c4s4r-minmax-sse.c.obj 2024-11-01T16:29:19.8978325Z [1305/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c4s4r-minmax-sse-acc2.c.obj 2024-11-01T16:29:19.9028679Z [1306/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l4c4s4r-minmax-sse-acc2.c.obj 2024-11-01T16:29:19.9043572Z [1307/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c4s4r-minmax-sse.c.obj 2024-11-01T16:29:19.9055585Z [1308/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c4s4r-minmax-sse-acc2.c.obj 2024-11-01T16:29:19.9373175Z [1309/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c4s4r-minmax-sse-acc2.c.obj 2024-11-01T16:29:19.9430034Z [1310/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c4s4r-minmax-sse.c.obj 2024-11-01T16:29:19.9481023Z [1311/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l4c4s4r-minmax-sse.c.obj 2024-11-01T16:29:20.0212938Z [1312/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l4c4s4r-minmax-sse.c.obj 2024-11-01T16:29:20.0258261Z [1313/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c4s4r-minmax-sse-acc2.c.obj 2024-11-01T16:29:20.0300962Z [1314/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c4s4r-minmax-sse.c.obj 2024-11-01T16:29:20.0384999Z [1315/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.obj 2024-11-01T16:29:20.0452721Z [1316/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p4c-minmax-sse-acc2.c.obj 2024-11-01T16:29:20.0507901Z [1317/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c4s4r-minmax-sse-acc2.c.obj 2024-11-01T16:29:20.0523148Z [1318/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c4s4r-minmax-sse-acc2.c.obj 2024-11-01T16:29:20.0654802Z [1319/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l4c4s4r-minmax-sse-acc2.c.obj 2024-11-01T16:29:20.1134610Z [1320/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-sse.c.obj 2024-11-01T16:29:20.1270705Z [1321/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p4c-minmax-sse-acc2.c.obj 2024-11-01T16:29:20.1361899Z [1322/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p4c-minmax-sse.c.obj 2024-11-01T16:29:20.1440322Z [1323/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-sse-acc2.c.obj 2024-11-01T16:29:20.1559657Z [1324/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p4c-minmax-sse.c.obj 2024-11-01T16:29:20.1640583Z [1325/7391] 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 2024-11-01T16:29:20.1904815Z [1326/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-sse-acc2.c.obj 2024-11-01T16:29:20.2101864Z [1327/7391] 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 2024-11-01T16:29:20.2367225Z [1328/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-3x4.c.obj 2024-11-01T16:29:20.2614294Z [1329/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-sse.c.obj 2024-11-01T16:29:20.2663215Z [1330/7391] 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 2024-11-01T16:29:20.2815336Z [1331/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-4x4.c.obj 2024-11-01T16:29:20.2859676Z [1332/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-2x4.c.obj 2024-11-01T16:29:20.3062999Z [1333/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c.obj 2024-11-01T16:29:20.3168858Z [1334/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-1x4.c.obj 2024-11-01T16:29:20.3221327Z [1335/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-5x4.c.obj 2024-11-01T16:29:20.3407532Z [1336/7391] 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 2024-11-01T16:29:20.3738595Z [1337/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-6x4.c.obj 2024-11-01T16:29:20.3985683Z [1338/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.obj 2024-11-01T16:29:20.4032049Z [1339/7391] 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 2024-11-01T16:29:20.4353364Z [1340/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-3x4.c.obj 2024-11-01T16:29:20.4401056Z [1341/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-4x4.c.obj 2024-11-01T16:29:20.4412745Z [1342/7391] 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 2024-11-01T16:29:20.4619957Z [1343/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4.c.obj 2024-11-01T16:29:20.4831734Z [1344/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-2x4.c.obj 2024-11-01T16:29:20.5129915Z [1345/7391] 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 2024-11-01T16:29:20.5258507Z [1346/7391] 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 2024-11-01T16:29:20.5309725Z [1347/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-1x4.c.obj 2024-11-01T16:29:20.5609479Z [1348/7391] 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 2024-11-01T16:29:20.5621248Z [1349/7391] 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 2024-11-01T16:29:20.5826413Z [1350/7391] 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 2024-11-01T16:29:20.6096904Z [1351/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-3x4.c.obj 2024-11-01T16:29:20.6256645Z [1352/7391] 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 2024-11-01T16:29:20.6327641Z [1353/7391] 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 2024-11-01T16:29:20.6391089Z [1354/7391] 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 2024-11-01T16:29:20.6549662Z [1355/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-2x4.c.obj 2024-11-01T16:29:20.6827932Z [1356/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-5x4.c.obj 2024-11-01T16:29:20.7021581Z [1357/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c.obj 2024-11-01T16:29:20.7072555Z [1358/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-sse-u4.c.obj 2024-11-01T16:29:20.7084323Z [1359/7391] 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 2024-11-01T16:29:20.7268342Z [1360/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-sse-u8.c.obj 2024-11-01T16:29:20.7285450Z [1361/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-32x1-minmax-sse.c.obj 2024-11-01T16:29:20.7426374Z [1362/7391] 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 2024-11-01T16:29:20.7476070Z [1363/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-16x1-minmax-sse.c.obj 2024-11-01T16:29:20.7755094Z [1364/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-sse.c.obj 2024-11-01T16:29:20.8157640Z [1365/7391] 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 2024-11-01T16:29:20.8357095Z [1366/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4.c.obj 2024-11-01T16:29:20.8402585Z [1367/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c.obj 2024-11-01T16:29:20.8552646Z [1368/7391] 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 2024-11-01T16:29:20.8604506Z [1369/7391] 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 2024-11-01T16:29:20.8621210Z [1370/7391] 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 2024-11-01T16:29:20.8820483Z [1371/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-3x4.c.obj 2024-11-01T16:29:20.9056474Z [1372/7391] 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 2024-11-01T16:29:20.9236649Z [1373/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool\f32-gavgpool-7x-minmax-sse-c4.c.obj 2024-11-01T16:29:20.9408398Z [1374/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool\f32-gavgpool-7p7x-minmax-sse-c4.c.obj 2024-11-01T16:29:20.9454794Z [1375/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool-cw\f32-gavgpool-cw-sse-u4.c.obj 2024-11-01T16:29:20.9599576Z [1376/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse-dup.c.obj 2024-11-01T16:29:20.9744714Z [1377/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse-load1.c.obj 2024-11-01T16:29:20.9793670Z [1378/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8s4-minmax-sse.c.obj 2024-11-01T16:29:20.9806011Z [1379/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse-dup.c.obj 2024-11-01T16:29:21.0173613Z [1380/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse-load1.c.obj 2024-11-01T16:29:21.0341448Z [1381/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8s4-minmax-sse.c.obj 2024-11-01T16:29:21.0694686Z [1382/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse-load1.c.obj 2024-11-01T16:29:21.0706251Z [1383/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8s4-minmax-sse.c.obj 2024-11-01T16:29:21.0803808Z [1384/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse-dup.c.obj 2024-11-01T16:29:21.0888464Z [1385/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x2c4-minmax-sse.c.obj 2024-11-01T16:29:21.1124722Z [1386/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2c4-minmax-sse.c.obj 2024-11-01T16:29:21.1369006Z [1387/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse-load1.c.obj 2024-11-01T16:29:21.1560530Z [1388/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8s4-minmax-sse.c.obj 2024-11-01T16:29:21.1877210Z [1389/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse-load1.c.obj 2024-11-01T16:29:21.1888115Z [1390/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse-dup.c.obj 2024-11-01T16:29:21.1990357Z [1391/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse-dup.c.obj 2024-11-01T16:29:21.2056547Z [1392/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse-dup.c.obj 2024-11-01T16:29:21.2203832Z [1393/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse-load1.c.obj 2024-11-01T16:29:21.2246168Z [1394/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8s4-minmax-sse.c.obj 2024-11-01T16:29:21.2488747Z [1395/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8s4-minmax-sse.c.obj 2024-11-01T16:29:21.3029839Z [1396/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse-load1.c.obj 2024-11-01T16:29:21.3040488Z [1397/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse-dup.c.obj 2024-11-01T16:29:21.3051239Z [1398/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8s4-minmax-sse.c.obj 2024-11-01T16:29:21.3153030Z [1399/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse-load1.c.obj 2024-11-01T16:29:21.3235272Z [1400/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse-dup.c.obj 2024-11-01T16:29:21.3247441Z [1401/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8s4-minmax-sse.c.obj 2024-11-01T16:29:21.3442624Z [1402/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse-dup.c.obj 2024-11-01T16:29:21.3777989Z [1403/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse-load1.c.obj 2024-11-01T16:29:21.4123998Z [1404/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c8.c.obj 2024-11-01T16:29:21.4246567Z [1405/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse-dup.c.obj 2024-11-01T16:29:21.4303284Z [1406/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse-dup.c.obj 2024-11-01T16:29:21.4343458Z [1407/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8s4-minmax-sse.c.obj 2024-11-01T16:29:21.4559574Z [1408/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-sse-p8.c.obj 2024-11-01T16:29:21.4624583Z [1409/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8s4-minmax-sse.c.obj 2024-11-01T16:29:21.4639855Z [1410/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-sse-p4.c.obj 2024-11-01T16:29:21.4692817Z [1411/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse-load1.c.obj 2024-11-01T16:29:21.4899786Z [1412/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c4.c.obj 2024-11-01T16:29:21.5132483Z [1413/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse-load1.c.obj 2024-11-01T16:29:21.5301215Z [1414/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8s4-minmax-sse.c.obj 2024-11-01T16:29:21.5377091Z [1415/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse-load1.c.obj 2024-11-01T16:29:21.5579614Z [1416/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse-dup.c.obj 2024-11-01T16:29:21.5592905Z [1417/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8s4-minmax-sse.c.obj 2024-11-01T16:29:21.5604550Z [1418/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8s4-minmax-sse.c.obj 2024-11-01T16:29:21.5658695Z [1419/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse-load1.c.obj 2024-11-01T16:29:21.5673009Z [1420/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2c4-minmax-sse.c.obj 2024-11-01T16:29:21.6020790Z [1421/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse-load1.c.obj 2024-11-01T16:29:21.6176703Z [1422/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse-dup.c.obj 2024-11-01T16:29:21.6228741Z [1423/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse-dup.c.obj 2024-11-01T16:29:21.6361259Z [1424/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8s4-minmax-sse.c.obj 2024-11-01T16:29:21.6506307Z [1425/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x2c4-minmax-sse.c.obj 2024-11-01T16:29:21.6618496Z [1426/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8s4-minmax-sse.c.obj 2024-11-01T16:29:21.6662958Z [1427/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse-dup.c.obj 2024-11-01T16:29:21.6705944Z [1428/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse-load1.c.obj 2024-11-01T16:29:21.6975274Z [1429/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-pavgpool\f32-pavgpool-9p8x-minmax-sse-c4.c.obj 2024-11-01T16:29:21.7025746Z [1430/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x8-minmax-sse.c.obj 2024-11-01T16:29:21.7036992Z [1431/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-pavgpool\f32-pavgpool-9x-minmax-sse-c4.c.obj 2024-11-01T16:29:21.7086425Z [1432/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-maxpool\f32-maxpool-9p8x-minmax-sse-c4.c.obj 2024-11-01T16:29:21.7638352Z [1433/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse-2x8.c.obj 2024-11-01T16:29:21.7692288Z [1434/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c32.c.obj 2024-11-01T16:29:21.7734396Z [1435/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u4.c.obj 2024-11-01T16:29:21.7746041Z [1436/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u8-acc2.c.obj 2024-11-01T16:29:21.7822921Z [1437/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse-2x4.c.obj 2024-11-01T16:29:21.7871097Z [1438/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c16.c.obj 2024-11-01T16:29:21.7972667Z [1439/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c64.c.obj 2024-11-01T16:29:21.8018908Z [1440/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u8-acc2.c.obj 2024-11-01T16:29:21.8362996Z [1441/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u16-acc4.c.obj 2024-11-01T16:29:21.8481874Z [1442/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u4.c.obj 2024-11-01T16:29:21.8535845Z [1443/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u16-acc2.c.obj 2024-11-01T16:29:21.8550410Z [1444/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u16-acc4.c.obj 2024-11-01T16:29:21.8597925Z [1445/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u12-acc3.c.obj 2024-11-01T16:29:21.8610402Z [1446/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u4.c.obj 2024-11-01T16:29:21.8751925Z [1447/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u16-acc2.c.obj 2024-11-01T16:29:21.8903502Z [1448/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u12-acc3.c.obj 2024-11-01T16:29:21.9199565Z [1449/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u8-acc2.c.obj 2024-11-01T16:29:21.9243000Z [1450/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u16-acc2.c.obj 2024-11-01T16:29:21.9319379Z [1451/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u12-acc3.c.obj 2024-11-01T16:29:21.9364601Z [1452/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u16-acc4.c.obj 2024-11-01T16:29:21.9410107Z [1453/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u4.c.obj 2024-11-01T16:29:21.9422332Z [1454/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u8-acc2.c.obj 2024-11-01T16:29:21.9541006Z [1455/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u12-acc3.c.obj 2024-11-01T16:29:21.9799203Z [1456/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-sse.c.obj 2024-11-01T16:29:21.9844057Z [1457/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u16-acc2.c.obj 2024-11-01T16:29:21.9993632Z [1458/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u20.c.obj 2024-11-01T16:29:22.0118316Z [1459/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u20-acc2.c.obj 2024-11-01T16:29:22.0129741Z [1460/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u20-acc5.c.obj 2024-11-01T16:29:22.0245614Z [1461/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysign-sse2.c.obj 2024-11-01T16:29:22.0341154Z [1462/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16.c.obj 2024-11-01T16:29:22.0419464Z [1463/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u16-acc4.c.obj 2024-11-01T16:29:22.0741638Z [1464/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-sse-u4.c.obj 2024-11-01T16:29:22.0754626Z [1465/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-sse-u8.c.obj 2024-11-01T16:29:22.0799493Z [1466/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-sse-u8.c.obj 2024-11-01T16:29:22.0911599Z [1467/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-sse-u8.c.obj 2024-11-01T16:29:22.1118148Z [1468/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-sse-u4.c.obj 2024-11-01T16:29:22.1201387Z [1469/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-sse-u4.c.obj 2024-11-01T16:29:22.1253624Z [1470/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-sse-u4.c.obj 2024-11-01T16:29:22.1313683Z [1471/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-sse-u4.c.obj 2024-11-01T16:29:22.1650751Z [1472/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-sse-u8.c.obj 2024-11-01T16:29:22.1663318Z [1473/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u8.c.obj 2024-11-01T16:29:22.1720694Z [1474/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-sse-u8.c.obj 2024-11-01T16:29:22.1734473Z [1475/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u4.c.obj 2024-11-01T16:29:22.1936339Z [1476/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-sse-u4.c.obj 2024-11-01T16:29:22.1947486Z [1477/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-sse-u4.c.obj 2024-11-01T16:29:22.1997476Z [1478/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-sse-u8.c.obj 2024-11-01T16:29:22.2413029Z [1479/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-sse-u8.c.obj 2024-11-01T16:29:22.2453337Z [1480/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-sse-u8.c.obj 2024-11-01T16:29:22.2513046Z [1481/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-sse-u4.c.obj 2024-11-01T16:29:22.2575692Z [1482/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-sse-u4.c.obj 2024-11-01T16:29:22.2621940Z [1483/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-sse-u4.c.obj 2024-11-01T16:29:22.2692932Z [1484/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-sse-u8.c.obj 2024-11-01T16:29:22.2807925Z [1485/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u4.c.obj 2024-11-01T16:29:22.3080083Z [1486/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u8.c.obj 2024-11-01T16:29:22.3129509Z [1487/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u4.c.obj 2024-11-01T16:29:22.3173974Z [1488/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u8.c.obj 2024-11-01T16:29:22.3366990Z [1489/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-sse-u8.c.obj 2024-11-01T16:29:22.3434976Z [1490/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-sse-u4.c.obj 2024-11-01T16:29:22.3479192Z [1491/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-sse-u4.c.obj 2024-11-01T16:29:22.3802860Z [1492/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-sse-u8.c.obj 2024-11-01T16:29:22.3900379Z [1493/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-sse-u8.c.obj 2024-11-01T16:29:22.3976064Z [1494/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-sse-u4.c.obj 2024-11-01T16:29:22.4019632Z [1495/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u8.c.obj 2024-11-01T16:29:22.4031322Z [1496/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-sse-u8.c.obj 2024-11-01T16:29:22.4141525Z [1497/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u16.c.obj 2024-11-01T16:29:22.4295001Z [1498/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u12.c.obj 2024-11-01T16:29:22.4406649Z [1499/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u4.c.obj 2024-11-01T16:29:22.4640585Z [1500/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse-u8.c.obj 2024-11-01T16:29:22.4694691Z [1501/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-sse-u4.c.obj 2024-11-01T16:29:22.4994808Z [1502/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c8-minmax-sse-2x.c.obj 2024-11-01T16:29:22.5007373Z [1503/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse-u4.c.obj 2024-11-01T16:29:22.5019034Z [1504/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-sse-u8.c.obj 2024-11-01T16:29:22.5106058Z [1505/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u8.c.obj 2024-11-01T16:29:22.5413107Z [1506/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u4.c.obj 2024-11-01T16:29:22.5461166Z [1507/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u4.c.obj 2024-11-01T16:29:22.5475055Z [1508/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u16.c.obj 2024-11-01T16:29:22.5528030Z [1509/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c4-minmax-sse-2x.c.obj 2024-11-01T16:29:22.5749782Z [1510/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u8.c.obj 2024-11-01T16:29:22.5763149Z [1511/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u4.c.obj 2024-11-01T16:29:22.5814245Z [1512/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u12.c.obj 2024-11-01T16:29:22.6291110Z [1513/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u8.c.obj 2024-11-01T16:29:22.6378101Z [1514/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u8.c.obj 2024-11-01T16:29:22.6430366Z [1515/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u8.c.obj 2024-11-01T16:29:22.6472435Z [1516/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-sse.c.obj 2024-11-01T16:29:22.6482855Z [1517/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\x32-transposec-4x4-sse.c.obj 2024-11-01T16:29:22.6586887Z [1518/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u4.c.obj 2024-11-01T16:29:22.6761971Z [1519/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u16.c.obj 2024-11-01T16:29:22.6814932Z [1520/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u16.c.obj 2024-11-01T16:29:22.7137545Z [1521/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u16.c.obj 2024-11-01T16:29:22.7251213Z [1522/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u32.c.obj 2024-11-01T16:29:22.7296418Z [1523/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u24.c.obj 2024-11-01T16:29:22.7351035Z [1524/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u24.c.obj 2024-11-01T16:29:22.7363647Z [1525/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u32.c.obj 2024-11-01T16:29:22.7704238Z [1526/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vneg-sse2-u16.c.obj 2024-11-01T16:29:22.7868688Z [1527/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-4x-sse2-c4.c.obj 2024-11-01T16:29:22.7879808Z [1528/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u8.c.obj 2024-11-01T16:29:22.7962900Z [1529/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vneg-sse2-u8.c.obj 2024-11-01T16:29:22.8091871Z [1530/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-sse2-c4.c.obj 2024-11-01T16:29:22.8190141Z [1531/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vabs-sse2-u16.c.obj 2024-11-01T16:29:22.8420110Z [1532/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u24.c.obj 2024-11-01T16:29:22.8556593Z [1533/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vabs-sse2-u8.c.obj 2024-11-01T16:29:22.8567704Z [1534/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u16.c.obj 2024-11-01T16:29:22.8615299Z [1535/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-9x-sse2-c4.c.obj 2024-11-01T16:29:22.8633233Z [1536/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u8.c.obj 2024-11-01T16:29:22.8825187Z [1537/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u8.c.obj 2024-11-01T16:29:22.9085864Z [1538/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse2-2x4.c.obj 2024-11-01T16:29:22.9166446Z [1539/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u16.c.obj 2024-11-01T16:29:22.9210592Z [1540/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse2-2x8.c.obj 2024-11-01T16:29:22.9425359Z [1541/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u32.c.obj 2024-11-01T16:29:22.9437013Z [1542/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u8.c.obj 2024-11-01T16:29:22.9485059Z [1543/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u32.c.obj 2024-11-01T16:29:22.9497361Z [1544/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u24.c.obj 2024-11-01T16:29:22.9544594Z [1545/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u24.c.obj 2024-11-01T16:29:22.9782216Z [1546/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u8-acc2.c.obj 2024-11-01T16:29:22.9924999Z [1547/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u16.c.obj 2024-11-01T16:29:22.9972316Z [1548/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u8.c.obj 2024-11-01T16:29:23.0241695Z [1549/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u12-acc3.c.obj 2024-11-01T16:29:23.0251751Z [1550/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u12-acc2.c.obj 2024-11-01T16:29:23.0298931Z [1551/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u4.c.obj 2024-11-01T16:29:23.0353059Z [1552/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u32.c.obj 2024-11-01T16:29:23.0623968Z [1553/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc4.c.obj 2024-11-01T16:29:23.0683775Z [1554/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.obj 2024-11-01T16:29:23.0762015Z [1555/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u12.c.obj 2024-11-01T16:29:23.0863758Z [1556/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u16.c.obj 2024-11-01T16:29:23.0948779Z [1557/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysignc-sse2.c.obj 2024-11-01T16:29:23.0996573Z [1558/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u4.c.obj 2024-11-01T16:29:23.1127990Z [1559/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u12.c.obj 2024-11-01T16:29:23.1582321Z [1560/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u8.c.obj 2024-11-01T16:29:23.1798826Z [1561/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vrcopysignc-sse2.c.obj 2024-11-01T16:29:23.1846078Z [1562/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-sse2-rational-3-3-div.c.obj 2024-11-01T16:29:23.1888740Z [1563/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u20.c.obj 2024-11-01T16:29:23.1902176Z [1564/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u24.c.obj 2024-11-01T16:29:23.1985123Z [1565/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u12.c.obj 2024-11-01T16:29:23.2042201Z [1566/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u8.c.obj 2024-11-01T16:29:23.2199798Z [1567/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u4.c.obj 2024-11-01T16:29:23.2282298Z [1568/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u20.c.obj 2024-11-01T16:29:23.2496867Z [1569/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u16.c.obj 2024-11-01T16:29:23.2646337Z [1570/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u24.c.obj 2024-11-01T16:29:23.2722138Z [1571/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u8.c.obj 2024-11-01T16:29:23.2943369Z [1572/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-sse2-rational-12-10-div.c.obj 2024-11-01T16:29:23.2994708Z [1573/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u4.c.obj 2024-11-01T16:29:23.3127002Z [1574/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u4.c.obj 2024-11-01T16:29:23.3220971Z [1575/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u8.c.obj 2024-11-01T16:29:23.3251449Z [1576/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse2-u4.c.obj 2024-11-01T16:29:23.3654515Z [1577/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u8.c.obj 2024-11-01T16:29:23.3876434Z [1578/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse2-u8.c.obj 2024-11-01T16:29:23.3959971Z [1579/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse2-u4.c.obj 2024-11-01T16:29:23.4016676Z [1580/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u4.c.obj 2024-11-01T16:29:23.4123071Z [1581/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-lut64-p2-div-u24.c.obj 2024-11-01T16:29:23.4138422Z [1582/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse2-u8.c.obj 2024-11-01T16:29:23.4184939Z [1583/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-lut64-p2-div-u4.c.obj 2024-11-01T16:29:23.4246910Z [1584/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-lut64-p2-div-u16.c.obj 2024-11-01T16:29:23.4558963Z [1585/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-lut64-p2-div-u20.c.obj 2024-11-01T16:29:23.4740082Z [1586/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c.obj 2024-11-01T16:29:23.4817814Z [1587/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u12.c.obj 2024-11-01T16:29:23.4895037Z [1588/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-lut64-p2-div-u12.c.obj 2024-11-01T16:29:23.4944488Z [1589/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u4.c.obj 2024-11-01T16:29:23.4995410Z [1590/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u20.c.obj 2024-11-01T16:29:23.5210707Z [1591/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u16.c.obj 2024-11-01T16:29:23.5281663Z [1592/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u8.c.obj 2024-11-01T16:29:23.5755837Z [1593/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u24.c.obj 2024-11-01T16:29:23.5993678Z [1594/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-rational-9-6-nr.c.obj 2024-11-01T16:29:23.6223389Z [1595/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-rational-9-6-div.c.obj 2024-11-01T16:29:23.6284032Z [1596/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-sse2.c.obj 2024-11-01T16:29:23.6297656Z [1597/7391] 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 2024-11-01T16:29:23.6485077Z [1598/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-sse2.c.obj 2024-11-01T16:29:23.6500078Z [1599/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-sse2.c.obj 2024-11-01T16:29:23.6516099Z [1600/7391] 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 2024-11-01T16:29:23.7001263Z [1601/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-sse2-ld128.c.obj 2024-11-01T16:29:23.7288393Z [1602/7391] 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 2024-11-01T16:29:23.7646040Z [1603/7391] 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 2024-11-01T16:29:23.7712414Z [1604/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-sse2-ld128.c.obj 2024-11-01T16:29:23.7765743Z [1605/7391] 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 2024-11-01T16:29:23.7778401Z [1606/7391] 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 2024-11-01T16:29:23.7835119Z [1607/7391] 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 2024-11-01T16:29:23.7962958Z [1608/7391] 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 2024-11-01T16:29:23.8429557Z [1609/7391] 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 2024-11-01T16:29:23.8739738Z [1610/7391] 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 2024-11-01T16:29:23.9038660Z [1611/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld64.c.obj 2024-11-01T16:29:23.9172568Z [1612/7391] 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 2024-11-01T16:29:23.9183821Z [1613/7391] 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 2024-11-01T16:29:23.9241444Z [1614/7391] 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 2024-11-01T16:29:23.9253511Z [1615/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld128.c.obj 2024-11-01T16:29:23.9392984Z [1616/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld128.c.obj 2024-11-01T16:29:23.9553755Z [1617/7391] 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 2024-11-01T16:29:24.0076756Z [1618/7391] 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 2024-11-01T16:29:24.0389286Z [1619/7391] 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 2024-11-01T16:29:24.0463825Z [1620/7391] 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 2024-11-01T16:29:24.0474871Z [1621/7391] 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 2024-11-01T16:29:24.0565770Z [1622/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld64.c.obj 2024-11-01T16:29:24.0624404Z [1623/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld64.c.obj 2024-11-01T16:29:24.0640317Z [1624/7391] 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 2024-11-01T16:29:24.0757860Z [1625/7391] 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 2024-11-01T16:29:24.1229855Z [1626/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld64.c.obj 2024-11-01T16:29:24.1511596Z [1627/7391] 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 2024-11-01T16:29:24.1704346Z [1628/7391] 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 2024-11-01T16:29:24.1882531Z [1629/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2024-11-01T16:29:24.1952522Z [1630/7391] 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 2024-11-01T16:29:24.2004223Z [1631/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2024-11-01T16:29:24.2215988Z [1632/7391] 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 2024-11-01T16:29:24.2659661Z [1633/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:29:24.2756896Z [1634/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:29:24.2964947Z [1635/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:29:24.3105110Z [1636/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2024-11-01T16:29:24.3161040Z [1637/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2024-11-01T16:29:24.3361583Z [1638/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2024-11-01T16:29:24.3373421Z [1639/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:29:24.3489764Z [1640/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse2-mul16-add16.c.obj 2024-11-01T16:29:24.3715468Z [1641/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.obj 2024-11-01T16:29:24.3763037Z [1642/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:29:24.4206344Z [1643/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:29:24.4252011Z [1644/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:29:24.4397286Z [1645/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.obj 2024-11-01T16:29:24.4481856Z [1646/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2024-11-01T16:29:24.4822211Z [1647/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse2-mul16-add16.c.obj 2024-11-01T16:29:24.4866031Z [1648/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u16.c.obj 2024-11-01T16:29:24.4919217Z [1649/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u8.c.obj 2024-11-01T16:29:24.5054775Z [1650/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:29:24.5076462Z [1651/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:29:24.5158518Z [1652/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:29:24.5311679Z [1653/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-sse2-c24.c.obj 2024-11-01T16:29:24.5447440Z [1654/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-sse2-c16.c.obj 2024-11-01T16:29:24.5490805Z [1655/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u24.c.obj 2024-11-01T16:29:24.5742077Z [1656/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-sse2-c8.c.obj 2024-11-01T16:29:24.5803010Z [1657/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u32.c.obj 2024-11-01T16:29:24.6075563Z [1658/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-sse2-c16.c.obj 2024-11-01T16:29:24.6154113Z [1659/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p8c-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:29:24.6285858Z [1660/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-sse2-c24.c.obj 2024-11-01T16:29:24.6398502Z [1661/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-sse2-c8.c.obj 2024-11-01T16:29:24.6869393Z [1662/7391] 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 2024-11-01T16:29:24.6881087Z [1663/7391] 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 2024-11-01T16:29:24.6972863Z [1664/7391] 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 2024-11-01T16:29:24.7273052Z [1665/7391] 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 2024-11-01T16:29:24.7325259Z [1666/7391] 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 2024-11-01T16:29:24.7439420Z [1667/7391] 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 2024-11-01T16:29:24.7520599Z [1668/7391] 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 2024-11-01T16:29:24.8068257Z [1669/7391] 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 2024-11-01T16:29:24.8134339Z [1670/7391] 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 2024-11-01T16:29:24.8246057Z [1671/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:29:24.8328998Z [1672/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:29:24.8383498Z [1673/7391] 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 2024-11-01T16:29:24.8396868Z [1674/7391] 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 2024-11-01T16:29:24.8409698Z [1675/7391] 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 2024-11-01T16:29:24.9010991Z [1676/7391] 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 2024-11-01T16:29:24.9086654Z [1677/7391] 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 2024-11-01T16:29:24.9145639Z [1678/7391] 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 2024-11-01T16:29:24.9197483Z [1679/7391] 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 2024-11-01T16:29:24.9248391Z [1680/7391] 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 2024-11-01T16:29:24.9262148Z [1681/7391] 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 2024-11-01T16:29:24.9674755Z [1682/7391] 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 2024-11-01T16:29:24.9735996Z [1683/7391] 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 2024-11-01T16:29:25.0416522Z [1684/7391] 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 2024-11-01T16:29:25.0491966Z [1685/7391] 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 2024-11-01T16:29:25.0541835Z [1686/7391] 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 2024-11-01T16:29:25.0620797Z [1687/7391] 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 2024-11-01T16:29:25.0637506Z [1688/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:29:25.0721613Z [1689/7391] 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 2024-11-01T16:29:25.0977124Z [1690/7391] 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 2024-11-01T16:29:25.0992878Z [1691/7391] 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 2024-11-01T16:29:25.1713270Z [1692/7391] 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 2024-11-01T16:29:25.1869949Z [1693/7391] 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 2024-11-01T16:29:25.1944661Z [1694/7391] 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 2024-11-01T16:29:25.1993937Z [1695/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:29:25.2150768Z [1696/7391] 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 2024-11-01T16:29:25.2265684Z [1697/7391] 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 2024-11-01T16:29:25.2331102Z [1698/7391] 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 2024-11-01T16:29:25.2815829Z [1699/7391] 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 2024-11-01T16:29:25.2914650Z [1700/7391] 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 2024-11-01T16:29:25.3244069Z [1701/7391] 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 2024-11-01T16:29:25.3348089Z [1702/7391] 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 2024-11-01T16:29:25.3526371Z [1703/7391] 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 2024-11-01T16:29:25.3570119Z [1704/7391] 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 2024-11-01T16:29:25.3783949Z [1705/7391] 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 2024-11-01T16:29:25.3830343Z [1706/7391] 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 2024-11-01T16:29:25.3907019Z [1707/7391] 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 2024-11-01T16:29:25.4041712Z [1708/7391] 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 2024-11-01T16:29:25.4540969Z [1709/7391] 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 2024-11-01T16:29:25.4591649Z [1710/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:29:25.4662484Z [1711/7391] 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 2024-11-01T16:29:25.4708528Z [1712/7391] 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 2024-11-01T16:29:25.4896334Z [1713/7391] 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 2024-11-01T16:29:25.4949158Z [1714/7391] 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 2024-11-01T16:29:25.5237039Z [1715/7391] 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 2024-11-01T16:29:25.5387932Z [1716/7391] 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 2024-11-01T16:29:25.5817959Z [1717/7391] 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 2024-11-01T16:29:25.5858914Z [1718/7391] 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 2024-11-01T16:29:25.5941021Z [1719/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:29:25.6006351Z [1720/7391] 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 2024-11-01T16:29:25.6185367Z [1721/7391] 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 2024-11-01T16:29:25.6242099Z [1722/7391] 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 2024-11-01T16:29:25.6574980Z [1723/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-fp32-sse2.c.obj 2024-11-01T16:29:25.6759936Z [1724/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u8.c.obj 2024-11-01T16:29:25.6862880Z [1725/7391] 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 2024-11-01T16:29:25.6987325Z [1726/7391] 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 2024-11-01T16:29:25.7038766Z [1727/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u32.c.obj 2024-11-01T16:29:25.7193901Z [1728/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-sse2.c.obj 2024-11-01T16:29:25.7237333Z [1729/7391] 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 2024-11-01T16:29:25.7408653Z [1730/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u24.c.obj 2024-11-01T16:29:25.7586633Z [1731/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u16.c.obj 2024-11-01T16:29:25.7597760Z [1732/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u24.c.obj 2024-11-01T16:29:25.7651725Z [1733/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-gemmlowp-sse2.c.obj 2024-11-01T16:29:25.7877382Z [1734/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u16.c.obj 2024-11-01T16:29:25.8058580Z [1735/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse2-u32.c.obj 2024-11-01T16:29:25.8203433Z [1736/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse2-u16.c.obj 2024-11-01T16:29:25.8245770Z [1737/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u32.c.obj 2024-11-01T16:29:25.8285845Z [1738/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u16.c.obj 2024-11-01T16:29:25.8374847Z [1739/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u16.c.obj 2024-11-01T16:29:25.8454794Z [1740/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u32.c.obj 2024-11-01T16:29:25.8499845Z [1741/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.obj 2024-11-01T16:29:25.8954188Z [1742/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u32.c.obj 2024-11-01T16:29:25.8967098Z [1743/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.obj 2024-11-01T16:29:25.9013047Z [1744/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.obj 2024-11-01T16:29:25.9036585Z [1745/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse2-u8.c.obj 2024-11-01T16:29:25.9088968Z [1746/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse2-u4.c.obj 2024-11-01T16:29:25.9406134Z [1747/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse2-u16.c.obj 2024-11-01T16:29:25.9491942Z [1748/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u16.c.obj 2024-11-01T16:29:25.9550894Z [1749/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-sse2-mul16-ld64-u16.c.obj 2024-11-01T16:29:25.9718039Z [1750/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-avgpool\qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.obj 2024-11-01T16:29:25.9768529Z [1751/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-avgpool\qu8-avgpool-9x-minmax-fp32-sse2-c8.c.obj 2024-11-01T16:29:25.9861976Z [1752/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-mov-sse2.c.obj 2024-11-01T16:29:26.0043847Z [1753/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-multi-mov-sse2.c.obj 2024-11-01T16:29:26.0096368Z [1754/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:29:26.0323649Z [1755/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-xm-sse2.c.obj 2024-11-01T16:29:26.0509660Z [1756/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-multi-switch-sse2.c.obj 2024-11-01T16:29:26.0623484Z [1757/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-multi-sse2.c.obj 2024-11-01T16:29:26.0795691Z [1758/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:29:26.1093726Z [1759/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:29:26.1296767Z [1760/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:29:26.1308728Z [1761/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:29:26.1390898Z [1762/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:29:26.1442910Z [1763/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:29:26.1563863Z [1764/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:29:26.1645997Z [1765/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:29:26.1700217Z [1766/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u16.c.obj 2024-11-01T16:29:26.2222032Z [1767/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u24.c.obj 2024-11-01T16:29:26.2233256Z [1768/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u8.c.obj 2024-11-01T16:29:26.2285376Z [1769/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u32.c.obj 2024-11-01T16:29:26.2296612Z [1770/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-sse2-c24.c.obj 2024-11-01T16:29:26.2339014Z [1771/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-sse2-c16.c.obj 2024-11-01T16:29:26.2467098Z [1772/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.obj 2024-11-01T16:29:26.2549995Z [1773/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-sse2-c8.c.obj 2024-11-01T16:29:26.2564455Z [1774/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-sse2-c24.c.obj 2024-11-01T16:29:26.3023607Z [1775/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-sse2-c8.c.obj 2024-11-01T16:29:26.3147584Z [1776/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-sse2-c16.c.obj 2024-11-01T16:29:26.3588676Z [1777/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:29:26.3604874Z [1778/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:29:26.3671643Z [1779/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:29:26.3753066Z [1780/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:29:26.3803398Z [1781/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:29:26.3902490Z [1782/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:29:26.4856269Z [1783/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:29:26.4972003Z [1784/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:29:26.4986036Z [1785/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:29:26.5049022Z [1786/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:29:26.5145958Z [1787/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:29:26.5211131Z [1788/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:29:26.5337955Z [1789/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:29:26.5767413Z [1790/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:29:26.6214765Z [1791/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:29:26.6265087Z [1792/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:29:26.6402577Z [1793/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:29:26.6415514Z [1794/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:29:26.6427881Z [1795/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:29:26.6484036Z [1796/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:29:26.6973331Z [1797/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:29:26.7029016Z [1798/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:29:26.7591395Z [1799/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:29:26.7603335Z [1800/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:29:26.7660424Z [1801/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:29:26.7674583Z [1802/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:29:26.7725810Z [1803/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:29:26.8042771Z [1804/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:29:26.8057258Z [1805/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:29:26.8216856Z [1806/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:29:26.8754673Z [1807/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:29:26.8864353Z [1808/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:29:26.9096907Z [1809/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:29:26.9111891Z [1810/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:29:26.9256614Z [1811/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:29:26.9271533Z [1812/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:29:26.9495282Z [1813/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:29:26.9724323Z [1814/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-fp32-sse2.c.obj 2024-11-01T16:29:26.9930425Z [1815/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:29:27.0188141Z [1816/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:29:27.0244431Z [1817/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:29:27.0257683Z [1818/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:29:27.0336978Z [1819/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-11-01T16:29:27.0395924Z [1820/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:29:27.0670352Z [1821/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse2-mul16-ld64-u8.c.obj 2024-11-01T16:29:27.0724648Z [1822/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-gemmlowp-sse2.c.obj 2024-11-01T16:29:27.0920020Z [1823/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse2-mul16-ld64-u16.c.obj 2024-11-01T16:29:27.1148602Z [1824/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2024-11-01T16:29:27.1208737Z [1825/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.obj 2024-11-01T16:29:27.1220571Z [1826/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse2-mul16-ld64-u16.c.obj 2024-11-01T16:29:27.1322291Z [1827/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse2-u16.c.obj 2024-11-01T16:29:27.1338760Z [1828/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-sse2.c.obj 2024-11-01T16:29:27.1386156Z [1829/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u32.c.obj 2024-11-01T16:29:27.1441069Z [1830/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse2-u32.c.obj 2024-11-01T16:29:27.1776121Z [1831/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse2-u16.c.obj 2024-11-01T16:29:27.1868712Z [1832/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse2-u32.c.obj 2024-11-01T16:29:27.1999346Z [1833/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u16.c.obj 2024-11-01T16:29:27.2041335Z [1834/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-sse2-mul16-ld64-u16.c.obj 2024-11-01T16:29:27.2088329Z [1835/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u16.c.obj 2024-11-01T16:29:27.2209110Z [1836/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.obj 2024-11-01T16:29:27.2271881Z [1837/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-sse2-c16.c.obj 2024-11-01T16:29:27.2517069Z [1838/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-vclamp\s8-vclamp-sse2-u64.c.obj 2024-11-01T16:29:27.2622464Z [1839/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c8.c.obj 2024-11-01T16:29:27.2669227Z [1840/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c16.c.obj 2024-11-01T16:29:27.2715125Z [1841/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c8.c.obj 2024-11-01T16:29:27.2886946Z [1842/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c16.c.obj 2024-11-01T16:29:27.2978930Z [1843/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-rmax\u8-rmax-sse2-u16.c.obj 2024-11-01T16:29:27.3076685Z [1844/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-vclamp\u8-vclamp-sse2-u64.c.obj 2024-11-01T16:29:27.3124771Z [1845/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.obj 2024-11-01T16:29:27.3309135Z [1846/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x2-sse2.c.obj 2024-11-01T16:29:27.3448667Z [1847/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x3-sse2.c.obj 2024-11-01T16:29:27.3494912Z [1848/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-maxpool\u8-maxpool-9p8x-minmax-sse2-c16.c.obj 2024-11-01T16:29:27.3626638Z [1849/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-16x16-reuse-mov-sse2.c.obj 2024-11-01T16:29:27.3825925Z [1850/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x4-sse2.c.obj 2024-11-01T16:29:27.4023133Z [1851/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-16x16-reuse-switch-sse2.c.obj 2024-11-01T16:29:27.4077278Z [1852/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u4-prfm.c.obj 2024-11-01T16:29:27.4204916Z [1853/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\x16-transposec-4x8-sse2.c.obj 2024-11-01T16:29:27.4528652Z [1854/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x2c4-gemm-goi-sse2-u4-prfm.c.obj 2024-11-01T16:29:27.4571241Z [1855/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x2c4-gemm-goi-sse2-u4.c.obj 2024-11-01T16:29:27.4643581Z [1856/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u8.c.obj 2024-11-01T16:29:27.5015396Z [1857/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u4.c.obj 2024-11-01T16:29:27.5142821Z [1858/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u4.c.obj 2024-11-01T16:29:27.5223370Z [1859/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u4-prfm.c.obj 2024-11-01T16:29:27.5339004Z [1860/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u8.c.obj 2024-11-01T16:29:27.5350867Z [1861/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u8-prfm.c.obj 2024-11-01T16:29:27.5514889Z [1862/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u4-prfm.c.obj 2024-11-01T16:29:27.5563031Z [1863/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u8-prfm.c.obj 2024-11-01T16:29:27.5905872Z [1864/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u8-prfm.c.obj 2024-11-01T16:29:27.6127976Z [1865/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u8.c.obj 2024-11-01T16:29:27.6213930Z [1866/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u4.c.obj 2024-11-01T16:29:27.6259170Z [1867/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u8-prfm.c.obj 2024-11-01T16:29:27.6308737Z [1868/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u8.c.obj 2024-11-01T16:29:27.6323988Z [1869/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u4.c.obj 2024-11-01T16:29:27.6535367Z [1870/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u4-prfm.c.obj 2024-11-01T16:29:27.6953864Z [1871/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-mov-sse2.c.obj 2024-11-01T16:29:27.7000405Z [1872/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-unpool\x32-unpool-sse2.c.obj 2024-11-01T16:29:27.7022882Z [1873/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-switch-sse2.c.obj 2024-11-01T16:29:27.7349432Z [1874/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-mov-sse2.c.obj 2024-11-01T16:29:27.7399654Z [1875/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-switch-sse2.c.obj 2024-11-01T16:29:27.7450061Z [1876/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-switch-sse2.c.obj 2024-11-01T16:29:27.7526820Z [1877/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-multi-sse2.c.obj 2024-11-01T16:29:27.7538549Z [1878/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-multi-sse2.c.obj 2024-11-01T16:29:27.7789431Z [1879/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-xm-sse2.c.obj 2024-11-01T16:29:27.7804516Z [1880/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x2-sse2.c.obj 2024-11-01T16:29:27.7851443Z [1881/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x4-sse2.c.obj 2024-11-01T16:29:27.8031230Z [1882/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x3-sse2.c.obj 2024-11-01T16:29:27.8384154Z [1883/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-switch-sse2.c.obj 2024-11-01T16:29:27.8628641Z [1884/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-multi-sse2.c.obj 2024-11-01T16:29:27.8640798Z [1885/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-mov-sse2.c.obj 2024-11-01T16:29:27.8688964Z [1886/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-fill\xx-fill-sse2-u64.c.obj 2024-11-01T16:29:27.8799443Z [1887/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-multi-sse2.c.obj 2024-11-01T16:29:27.8971709Z [1888/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-mov-sse2.c.obj 2024-11-01T16:29:27.9026454Z [1889/7391] 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 2024-11-01T16:29:27.9489934Z [1890/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-switch-sse2.c.obj 2024-11-01T16:29:27.9656169Z [1891/7391] 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 2024-11-01T16:29:27.9732795Z [1892/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-pad\xx-pad-p16-sse2-u16.c.obj 2024-11-01T16:29:27.9821646Z [1893/7391] 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 2024-11-01T16:29:27.9900022Z [1894/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4.c.obj 2024-11-01T16:29:27.9914333Z [1895/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4.c.obj 2024-11-01T16:29:28.0003444Z [1896/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-3x4.c.obj 2024-11-01T16:29:28.0057094Z [1897/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-4x4.c.obj 2024-11-01T16:29:28.0706344Z [1898/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4-acc2.c.obj 2024-11-01T16:29:28.0748125Z [1899/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-ssse3.c.obj 2024-11-01T16:29:28.0920391Z [1900/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u16.c.obj 2024-11-01T16:29:28.0968976Z [1901/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u32-acc2.c.obj 2024-11-01T16:29:28.0980786Z [1902/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-6x4.c.obj 2024-11-01T16:29:28.0991604Z [1903/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u64-acc2.c.obj 2024-11-01T16:29:28.1037165Z [1904/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-gemmlowp-ssse3.c.obj 2024-11-01T16:29:28.1441935Z [1905/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-5x4.c.obj 2024-11-01T16:29:28.1519106Z [1906/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u32.c.obj 2024-11-01T16:29:28.1638437Z [1907/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-ssse3-u16.c.obj 2024-11-01T16:29:28.1683142Z [1908/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u64.c.obj 2024-11-01T16:29:28.1819370Z [1909/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-ssse3-u32.c.obj 2024-11-01T16:29:28.1872192Z [1910/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u32.c.obj 2024-11-01T16:29:28.1883389Z [1911/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u64-acc4.c.obj 2024-11-01T16:29:28.2215570Z [1912/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u16.c.obj 2024-11-01T16:29:28.2333613Z [1913/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-ssse3-u8.c.obj 2024-11-01T16:29:28.2593364Z [1914/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-gemmlowp-ssse3.c.obj 2024-11-01T16:29:28.2637011Z [1915/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u32.c.obj 2024-11-01T16:29:28.2694852Z [1916/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-ssse3-u4.c.obj 2024-11-01T16:29:28.2751016Z [1917/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u16.c.obj 2024-11-01T16:29:28.2763151Z [1918/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-ssse3-u16.c.obj 2024-11-01T16:29:28.2897123Z [1919/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-ssse3.c.obj 2024-11-01T16:29:28.2942808Z [1920/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u16.c.obj 2024-11-01T16:29:28.3210616Z [1921/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u16.c.obj 2024-11-01T16:29:28.3259349Z [1922/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u32.c.obj 2024-11-01T16:29:28.3452784Z [1923/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-ssse3-u16.c.obj 2024-11-01T16:29:28.3552818Z [1924/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u32.c.obj 2024-11-01T16:29:28.3572120Z [1925/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u16.c.obj 2024-11-01T16:29:28.3623146Z [1926/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\x24-transposec-4x4-ssse3.c.obj 2024-11-01T16:29:28.3723247Z [1927/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-ssse3-u32.c.obj 2024-11-01T16:29:28.3835300Z [1928/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u32.c.obj 2024-11-01T16:29:28.3851091Z [1929/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u8.c.obj 2024-11-01T16:29:28.4045483Z [1930/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u16.c.obj 2024-11-01T16:29:28.4128709Z [1931/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u16.c.obj 2024-11-01T16:29:28.4316725Z [1932/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u24.c.obj 2024-11-01T16:29:28.4508190Z [1933/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u8.c.obj 2024-11-01T16:29:28.4518849Z [1934/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u8.c.obj 2024-11-01T16:29:28.4562112Z [1935/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u32.c.obj 2024-11-01T16:29:28.4656833Z [1936/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u24.c.obj 2024-11-01T16:29:28.4707214Z [1937/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u32.c.obj 2024-11-01T16:29:28.4770970Z [1938/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u24.c.obj 2024-11-01T16:29:28.4821970Z [1939/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u16.c.obj 2024-11-01T16:29:28.4954163Z [1940/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u32.c.obj 2024-11-01T16:29:28.5589887Z [1941/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse41-2x4.c.obj 2024-11-01T16:29:28.5632578Z [1942/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x8-minmax-sse41-dup.c.obj 2024-11-01T16:29:28.5729587Z [1943/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse41-2x8.c.obj 2024-11-01T16:29:28.5874597Z [1944/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x8-minmax-sse41-dup.c.obj 2024-11-01T16:29:28.5922879Z [1945/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-6x8-minmax-sse41-dup.c.obj 2024-11-01T16:29:28.6007611Z [1946/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-5x8-minmax-sse41-dup.c.obj 2024-11-01T16:29:28.6065020Z [1947/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-3x8-minmax-sse41-dup.c.obj 2024-11-01T16:29:28.6662683Z [1948/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:29:28.6735385Z [1949/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:29:28.6845603Z [1950/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:29:28.6980609Z [1951/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2024-11-01T16:29:28.7040310Z [1952/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2024-11-01T16:29:28.7168097Z [1953/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x8-minmax-sse41-dup.c.obj 2024-11-01T16:29:28.7219002Z [1954/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8-minmax-sse41-load1.c.obj 2024-11-01T16:29:28.7233890Z [1955/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:29:28.7619583Z [1956/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8-minmax-sse41-dup.c.obj 2024-11-01T16:29:28.7818605Z [1957/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8s4-minmax-sse41.c.obj 2024-11-01T16:29:28.7892022Z [1958/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x8-minmax-sse41-load1.c.obj 2024-11-01T16:29:28.7953924Z [1959/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8-minmax-sse41-load1.c.obj 2024-11-01T16:29:28.8192239Z [1960/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2c4-minmax-sse41.c.obj 2024-11-01T16:29:28.8307511Z [1961/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8s4-minmax-sse41.c.obj 2024-11-01T16:29:28.8468213Z [1962/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x8s4-minmax-sse41.c.obj 2024-11-01T16:29:28.8485073Z [1963/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8-minmax-sse41-dup.c.obj 2024-11-01T16:29:28.8843081Z [1964/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8-minmax-sse41-load1.c.obj 2024-11-01T16:29:28.8949173Z [1965/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8-minmax-sse41-dup.c.obj 2024-11-01T16:29:28.9185083Z [1966/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8s4-minmax-sse41.c.obj 2024-11-01T16:29:28.9266055Z [1967/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8-minmax-sse41-load1.c.obj 2024-11-01T16:29:28.9409605Z [1968/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8s4-minmax-sse41.c.obj 2024-11-01T16:29:28.9420485Z [1969/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u16.c.obj 2024-11-01T16:29:28.9605364Z [1970/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8-minmax-sse41-dup.c.obj 2024-11-01T16:29:28.9758417Z [1971/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u8.c.obj 2024-11-01T16:29:28.9876776Z [1972/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x2c4-minmax-sse41.c.obj 2024-11-01T16:29:28.9970889Z [1973/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u16.c.obj 2024-11-01T16:29:29.0012528Z [1974/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u24.c.obj 2024-11-01T16:29:29.0118729Z [1975/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u12.c.obj 2024-11-01T16:29:29.0253748Z [1976/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u32.c.obj 2024-11-01T16:29:29.0437414Z [1977/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u4.c.obj 2024-11-01T16:29:29.0626077Z [1978/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u8.c.obj 2024-11-01T16:29:29.0666720Z [1979/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u20.c.obj 2024-11-01T16:29:29.0711195Z [1980/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u20.c.obj 2024-11-01T16:29:29.0838767Z [1981/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u16.c.obj 2024-11-01T16:29:29.1023020Z [1982/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u12.c.obj 2024-11-01T16:29:29.1078732Z [1983/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u8.c.obj 2024-11-01T16:29:29.1224064Z [1984/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u4.c.obj 2024-11-01T16:29:29.1238310Z [1985/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u24.c.obj 2024-11-01T16:29:29.1474730Z [1986/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u8.c.obj 2024-11-01T16:29:29.1627526Z [1987/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u4.c.obj 2024-11-01T16:29:29.1639992Z [1988/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u8.c.obj 2024-11-01T16:29:29.1799546Z [1989/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u24.c.obj 2024-11-01T16:29:29.2124504Z [1990/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u8.c.obj 2024-11-01T16:29:29.2309492Z [1991/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u4.c.obj 2024-11-01T16:29:29.2322185Z [1992/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u4.c.obj 2024-11-01T16:29:29.2451659Z [1993/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u8.c.obj 2024-11-01T16:29:29.2530022Z [1994/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-lut64-p2-div-u4.c.obj 2024-11-01T16:29:29.2584301Z [1995/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u4.c.obj 2024-11-01T16:29:29.2599487Z [1996/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-lut64-p2-div-u12.c.obj 2024-11-01T16:29:29.2677860Z [1997/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u4.c.obj 2024-11-01T16:29:29.2923327Z [1998/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-lut64-p2-div-u16.c.obj 2024-11-01T16:29:29.3060970Z [1999/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c.obj 2024-11-01T16:29:29.3247638Z [2000/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u16.c.obj 2024-11-01T16:29:29.3328628Z [2001/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u8.c.obj 2024-11-01T16:29:29.3339234Z [2002/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u8.c.obj 2024-11-01T16:29:29.3566544Z [2003/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-lut64-p2-div-u24.c.obj 2024-11-01T16:29:29.3661363Z [2004/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u4.c.obj 2024-11-01T16:29:29.3676217Z [2005/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-lut64-p2-div-u20.c.obj 2024-11-01T16:29:29.3857658Z [2006/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u12.c.obj 2024-11-01T16:29:29.4044207Z [2007/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u20.c.obj 2024-11-01T16:29:29.4057127Z [2008/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u24.c.obj 2024-11-01T16:29:29.4213605Z [2009/7391] 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 2024-11-01T16:29:29.4902682Z [2010/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-sse41-ld128.c.obj 2024-11-01T16:29:29.4945955Z [2011/7391] 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 2024-11-01T16:29:29.5099104Z [2012/7391] 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 2024-11-01T16:29:29.5155884Z [2013/7391] 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 2024-11-01T16:29:29.5172999Z [2014/7391] 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 2024-11-01T16:29:29.5497121Z [2015/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-sse41-ld128.c.obj 2024-11-01T16:29:29.5850047Z [2016/7391] 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 2024-11-01T16:29:29.5944951Z [2017/7391] 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 2024-11-01T16:29:29.6003078Z [2018/7391] 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 2024-11-01T16:29:29.6064082Z [2019/7391] 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 2024-11-01T16:29:29.6535320Z [2020/7391] 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 2024-11-01T16:29:29.6661890Z [2021/7391] 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 2024-11-01T16:29:29.6724484Z [2022/7391] 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 2024-11-01T16:29:29.6798650Z [2023/7391] 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 2024-11-01T16:29:29.7229824Z [2024/7391] 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 2024-11-01T16:29:29.7282549Z [2025/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld64.c.obj 2024-11-01T16:29:29.7362877Z [2026/7391] 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 2024-11-01T16:29:29.7687304Z [2027/7391] 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 2024-11-01T16:29:29.7699667Z [2028/7391] 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 2024-11-01T16:29:29.7780793Z [2029/7391] 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 2024-11-01T16:29:29.8079318Z [2030/7391] 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 2024-11-01T16:29:29.8253734Z [2031/7391] 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 2024-11-01T16:29:29.8521483Z [2032/7391] 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 2024-11-01T16:29:29.8602300Z [2033/7391] 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 2024-11-01T16:29:29.8723276Z [2034/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld64.c.obj 2024-11-01T16:29:29.8776412Z [2035/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld64.c.obj 2024-11-01T16:29:29.8884696Z [2036/7391] 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 2024-11-01T16:29:29.8958669Z [2037/7391] 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 2024-11-01T16:29:29.9221855Z [2038/7391] 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 2024-11-01T16:29:29.9396983Z [2039/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld64.c.obj 2024-11-01T16:29:29.9767229Z [2040/7391] 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 2024-11-01T16:29:29.9818384Z [2041/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:29:29.9868362Z [2042/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:29:30.0045197Z [2043/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:29:30.0302742Z [2044/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:29:30.0504685Z [2045/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2024-11-01T16:29:30.0854889Z [2046/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2024-11-01T16:29:30.0920935Z [2047/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:29:30.1045422Z [2048/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:29:30.1143569Z [2049/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:29:30.1243641Z [2050/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:29:30.1383080Z [2051/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.obj 2024-11-01T16:29:30.1434551Z [2052/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2024-11-01T16:29:30.1847983Z [2053/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2024-11-01T16:29:30.1863193Z [2054/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:29:30.1877072Z [2055/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:29:30.1931953Z [2056/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul16-add16.c.obj 2024-11-01T16:29:30.2235480Z [2057/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:29:30.2329178Z [2058/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:29:30.2459953Z [2059/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:29:30.2765691Z [2060/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:29:30.2779111Z [2061/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul16-add16.c.obj 2024-11-01T16:29:30.2825574Z [2062/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.obj 2024-11-01T16:29:30.2951168Z [2063/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:29:30.3161706Z [2064/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u32.c.obj 2024-11-01T16:29:30.3333665Z [2065/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:29:30.3413267Z [2066/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u16.c.obj 2024-11-01T16:29:30.3458248Z [2067/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u24.c.obj 2024-11-01T16:29:30.3512520Z [2068/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-sse41-c8.c.obj 2024-11-01T16:29:30.3615414Z [2069/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u8.c.obj 2024-11-01T16:29:30.3838811Z [2070/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-sse41-c16.c.obj 2024-11-01T16:29:30.4083905Z [2071/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-sse41-c8.c.obj 2024-11-01T16:29:30.4144922Z [2072/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-sse41-c16.c.obj 2024-11-01T16:29:30.4281909Z [2073/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-sse41-c24.c.obj 2024-11-01T16:29:30.4508238Z [2074/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p8c-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:29:30.4696103Z [2075/7391] 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 2024-11-01T16:29:30.4748438Z [2076/7391] 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 2024-11-01T16:29:30.4765262Z [2077/7391] 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 2024-11-01T16:29:30.4815092Z [2078/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-sse41-c24.c.obj 2024-11-01T16:29:30.4869969Z [2079/7391] 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 2024-11-01T16:29:30.5330615Z [2080/7391] 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 2024-11-01T16:29:30.5419370Z [2081/7391] 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 2024-11-01T16:29:30.5897910Z [2082/7391] 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 2024-11-01T16:29:30.5949009Z [2083/7391] 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 2024-11-01T16:29:30.6047174Z [2084/7391] 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 2024-11-01T16:29:30.6061713Z [2085/7391] 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 2024-11-01T16:29:30.6151972Z [2086/7391] 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 2024-11-01T16:29:30.6406812Z [2087/7391] 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 2024-11-01T16:29:30.6458500Z [2088/7391] 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 2024-11-01T16:29:30.6514180Z [2089/7391] 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 2024-11-01T16:29:30.7000120Z [2090/7391] 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 2024-11-01T16:29:30.7181072Z [2091/7391] 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 2024-11-01T16:29:30.7326924Z [2092/7391] 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 2024-11-01T16:29:30.7422866Z [2093/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:29:30.7553556Z [2094/7391] 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 2024-11-01T16:29:30.7679027Z [2095/7391] 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 2024-11-01T16:29:30.7824553Z [2096/7391] 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 2024-11-01T16:29:30.7988319Z [2097/7391] 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 2024-11-01T16:29:30.8036884Z [2098/7391] 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 2024-11-01T16:29:30.8282355Z [2099/7391] 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 2024-11-01T16:29:30.8643960Z [2100/7391] 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 2024-11-01T16:29:30.8657685Z [2101/7391] 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 2024-11-01T16:29:30.8713325Z [2102/7391] 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 2024-11-01T16:29:30.8905177Z [2103/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:29:30.8994733Z [2104/7391] 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 2024-11-01T16:29:30.9122096Z [2105/7391] 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 2024-11-01T16:29:30.9493029Z [2106/7391] 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 2024-11-01T16:29:30.9948991Z [2107/7391] 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 2024-11-01T16:29:31.0012165Z [2108/7391] 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 2024-11-01T16:29:31.0027932Z [2109/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:29:31.0073451Z [2110/7391] 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 2024-11-01T16:29:31.0133060Z [2111/7391] 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 2024-11-01T16:29:31.0185568Z [2112/7391] 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 2024-11-01T16:29:31.0648819Z [2113/7391] 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 2024-11-01T16:29:31.0711055Z [2114/7391] 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 2024-11-01T16:29:31.1311106Z [2115/7391] 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 2024-11-01T16:29:31.1394057Z [2116/7391] 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 2024-11-01T16:29:31.1406843Z [2117/7391] 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 2024-11-01T16:29:31.1456560Z [2118/7391] 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 2024-11-01T16:29:31.1569221Z [2119/7391] 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 2024-11-01T16:29:31.1632939Z [2120/7391] 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 2024-11-01T16:29:31.2150412Z [2121/7391] 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 2024-11-01T16:29:31.2201540Z [2122/7391] 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 2024-11-01T16:29:31.2658610Z [2123/7391] 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 2024-11-01T16:29:31.2705126Z [2124/7391] 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 2024-11-01T16:29:31.2770407Z [2125/7391] 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 2024-11-01T16:29:31.2834850Z [2126/7391] 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 2024-11-01T16:29:31.2888185Z [2127/7391] 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 2024-11-01T16:29:31.2941489Z [2128/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:29:31.3201001Z [2129/7391] 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 2024-11-01T16:29:31.3304197Z [2130/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:29:31.3935275Z [2131/7391] 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 2024-11-01T16:29:31.3998509Z [2132/7391] 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 2024-11-01T16:29:31.4039381Z [2133/7391] 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 2024-11-01T16:29:31.4098736Z [2134/7391] 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 2024-11-01T16:29:31.4190362Z [2135/7391] 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 2024-11-01T16:29:31.4310984Z [2136/7391] 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 2024-11-01T16:29:31.4407233Z [2137/7391] 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 2024-11-01T16:29:31.4785032Z [2138/7391] 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 2024-11-01T16:29:31.5087708Z [2139/7391] 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 2024-11-01T16:29:31.5230239Z [2140/7391] 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 2024-11-01T16:29:31.5279424Z [2141/7391] 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 2024-11-01T16:29:31.5474961Z [2142/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:29:31.5592221Z [2143/7391] 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 2024-11-01T16:29:31.5648538Z [2144/7391] 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 2024-11-01T16:29:31.6340757Z [2145/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:29:31.6393338Z [2146/7391] 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 2024-11-01T16:29:31.6435689Z [2147/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:29:31.6637399Z [2148/7391] 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 2024-11-01T16:29:31.6680756Z [2149/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:29:31.6731715Z [2150/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:29:31.7247865Z [2151/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:29:31.7302295Z [2152/7391] 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 2024-11-01T16:29:31.7475905Z [2153/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c32.c.obj 2024-11-01T16:29:31.7518869Z [2154/7391] 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 2024-11-01T16:29:31.7657454Z [2155/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndnu-sse41-srl.c.obj 2024-11-01T16:29:31.7757144Z [2156/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c64.c.obj 2024-11-01T16:29:31.7806812Z [2157/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c16.c.obj 2024-11-01T16:29:31.8055754Z [2158/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u8.c.obj 2024-11-01T16:29:31.8248987Z [2159/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-fp32-sse41.c.obj 2024-11-01T16:29:31.8302723Z [2160/7391] 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 2024-11-01T16:29:31.8316518Z [2161/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-gemmlowp-sse41.c.obj 2024-11-01T16:29:31.8538282Z [2162/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-sse41.c.obj 2024-11-01T16:29:31.8615058Z [2163/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndnu-sse41-sra.c.obj 2024-11-01T16:29:31.8659085Z [2164/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u24.c.obj 2024-11-01T16:29:31.8715579Z [2165/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u8.c.obj 2024-11-01T16:29:31.9044268Z [2166/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.obj 2024-11-01T16:29:31.9121994Z [2167/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u16.c.obj 2024-11-01T16:29:31.9329212Z [2168/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u16.c.obj 2024-11-01T16:29:31.9372942Z [2169/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u32.c.obj 2024-11-01T16:29:31.9417833Z [2170/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u32.c.obj 2024-11-01T16:29:31.9472554Z [2171/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u24.c.obj 2024-11-01T16:29:31.9487237Z [2172/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u24.c.obj 2024-11-01T16:29:31.9727936Z [2173/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u16.c.obj 2024-11-01T16:29:32.0087582Z [2174/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u16.c.obj 2024-11-01T16:29:32.0154435Z [2175/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u32.c.obj 2024-11-01T16:29:32.0339368Z [2176/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u32.c.obj 2024-11-01T16:29:32.0444405Z [2177/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u8.c.obj 2024-11-01T16:29:32.0491459Z [2178/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse41-u8.c.obj 2024-11-01T16:29:32.0576716Z [2179/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse41-u16.c.obj 2024-11-01T16:29:32.0590334Z [2180/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse41-u32.c.obj 2024-11-01T16:29:32.0866919Z [2181/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u32.c.obj 2024-11-01T16:29:32.1031854Z [2182/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u24.c.obj 2024-11-01T16:29:32.1086943Z [2183/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u8.c.obj 2024-11-01T16:29:32.1308252Z [2184/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u8.c.obj 2024-11-01T16:29:32.1320926Z [2185/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u16.c.obj 2024-11-01T16:29:32.1367915Z [2186/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u16.c.obj 2024-11-01T16:29:32.1417277Z [2187/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-sse41-mul16-ld64-u8.c.obj 2024-11-01T16:29:32.1470422Z [2188/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u32.c.obj 2024-11-01T16:29:32.1764521Z [2189/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.obj 2024-11-01T16:29:32.1967804Z [2190/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse41-u4.c.obj 2024-11-01T16:29:32.2021965Z [2191/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse41-u16.c.obj 2024-11-01T16:29:32.2116671Z [2192/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.obj 2024-11-01T16:29:32.2251097Z [2193/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u8.c.obj 2024-11-01T16:29:32.2423655Z [2194/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse41-u8.c.obj 2024-11-01T16:29:32.2679354Z [2195/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:29:32.2694459Z [2196/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:29:32.2956996Z [2197/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:29:32.3251679Z [2198/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:29:32.3567863Z [2199/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:29:32.3587156Z [2200/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:29:32.3629700Z [2201/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:29:32.3747950Z [2202/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:29:32.3862225Z [2203/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:29:32.4018834Z [2204/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:29:32.4237254Z [2205/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:29:32.4673887Z [2206/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:29:32.4715269Z [2207/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:29:32.4831506Z [2208/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:29:32.4872204Z [2209/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:29:32.5089076Z [2210/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:29:32.5297049Z [2211/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u8.c.obj 2024-11-01T16:29:32.5443134Z [2212/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u16.c.obj 2024-11-01T16:29:32.5555349Z [2213/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:29:32.5620648Z [2214/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:29:32.5631758Z [2215/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u24.c.obj 2024-11-01T16:29:32.5715184Z [2216/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.obj 2024-11-01T16:29:32.6098780Z [2217/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-sse41-c8.c.obj 2024-11-01T16:29:32.6287427Z [2218/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u32.c.obj 2024-11-01T16:29:32.6330044Z [2219/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-sse41-c16.c.obj 2024-11-01T16:29:32.6492367Z [2220/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-sse41-c16.c.obj 2024-11-01T16:29:32.6540585Z [2221/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.obj 2024-11-01T16:29:32.6751255Z [2222/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-sse41-c24.c.obj 2024-11-01T16:29:32.6811721Z [2223/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-sse41-c24.c.obj 2024-11-01T16:29:32.6900582Z [2224/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:29:32.7520255Z [2225/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:29:32.7536399Z [2226/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:29:32.7840243Z [2227/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:29:32.7885397Z [2228/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:29:32.8022484Z [2229/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:29:32.8070527Z [2230/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:29:32.8367087Z [2231/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:29:32.8763282Z [2232/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:29:32.8775265Z [2233/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:29:32.9187093Z [2234/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:29:32.9199282Z [2235/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:29:32.9293833Z [2236/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:29:32.9579264Z [2237/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:29:32.9975065Z [2238/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:29:33.0019929Z [2239/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:29:33.0215952Z [2240/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:29:33.0274225Z [2241/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:29:33.0489880Z [2242/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:29:33.0627465Z [2243/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:29:33.0763195Z [2244/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-sse41-c8.c.obj 2024-11-01T16:29:33.0933464Z [2245/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:29:33.1452339Z [2246/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:29:33.1464522Z [2247/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-avx-broadcast.c.obj 2024-11-01T16:29:33.1514992Z [2248/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-avx-broadcast.c.obj 2024-11-01T16:29:33.1657780Z [2249/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16-minmax-avx-broadcast.c.obj 2024-11-01T16:29:33.1823859Z [2250/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-avx-broadcast.c.obj 2024-11-01T16:29:33.1871027Z [2251/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-avx-broadcast.c.obj 2024-11-01T16:29:33.1923832Z [2252/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:29:33.1974826Z [2253/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-avx-broadcast.c.obj 2024-11-01T16:29:33.2577241Z [2254/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:29:33.2689404Z [2255/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:29:33.2774104Z [2256/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:29:33.2829059Z [2257/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:29:33.2878726Z [2258/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:29:33.3227619Z [2259/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:29:33.3242609Z [2260/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:29:33.3764423Z [2261/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:29:33.4788765Z [2262/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:29:33.4800081Z [2263/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:29:33.4811254Z [2264/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:29:33.4823093Z [2265/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:29:33.4835344Z [2266/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:29:33.4847084Z [2267/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:29:33.4859560Z [2268/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2024-11-01T16:29:33.4913516Z [2269/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-11-01T16:29:33.5661919Z [2270/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul16-ld64-u16.c.obj 2024-11-01T16:29:33.5779820Z [2271/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul16-ld64-u8.c.obj 2024-11-01T16:29:33.5791911Z [2272/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.obj 2024-11-01T16:29:33.5836329Z [2273/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul32-ld32-u8.c.obj 2024-11-01T16:29:33.5881025Z [2274/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-sse41.c.obj 2024-11-01T16:29:33.5933924Z [2275/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-gemmlowp-sse41.c.obj 2024-11-01T16:29:33.5991152Z [2276/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul16-ld64-u16.c.obj 2024-11-01T16:29:33.6230152Z [2277/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul32-ld32-u16.c.obj 2024-11-01T16:29:33.6735789Z [2278/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u8.c.obj 2024-11-01T16:29:33.6775721Z [2279/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse41-u32.c.obj 2024-11-01T16:29:33.6945965Z [2280/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse41-u8.c.obj 2024-11-01T16:29:33.7150525Z [2281/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse41-u16.c.obj 2024-11-01T16:29:33.7280008Z [2282/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul32-ld32-u8.c.obj 2024-11-01T16:29:33.7291352Z [2283/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u32.c.obj 2024-11-01T16:29:33.7336905Z [2284/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul32-ld32-u16.c.obj 2024-11-01T16:29:33.7426418Z [2285/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u16.c.obj 2024-11-01T16:29:33.7451503Z [2286/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.obj 2024-11-01T16:29:33.7594281Z [2287/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u8.c.obj 2024-11-01T16:29:33.7747862Z [2288/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u16.c.obj 2024-11-01T16:29:33.8010373Z [2289/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-sse41-mul16-ld64-u8.c.obj 2024-11-01T16:29:33.8021770Z [2290/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u8.c.obj 2024-11-01T16:29:33.8087538Z [2291/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c16.c.obj 2024-11-01T16:29:33.8158683Z [2292/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u32.c.obj 2024-11-01T16:29:33.8237138Z [2293/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c8.c.obj 2024-11-01T16:29:33.8309396Z [2294/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-sse41-c16.c.obj 2024-11-01T16:29:33.8417082Z [2295/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.obj 2024-11-01T16:29:33.8566563Z [2296/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-vclamp\s8-vclamp-sse41-u64.c.obj 2024-11-01T16:29:33.8789654Z [2297/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c8.c.obj 2024-11-01T16:29:33.8913749Z [2298/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c16.c.obj 2024-11-01T16:29:33.8962134Z [2299/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u32.c.obj 2024-11-01T16:29:33.8971902Z [2300/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmul-sse41.c.obj 2024-11-01T16:29:33.9016679Z [2301/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u24.c.obj 2024-11-01T16:29:33.9028652Z [2302/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmulc-sse41.c.obj 2024-11-01T16:29:33.9229365Z [2303/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u8.c.obj 2024-11-01T16:29:33.9470311Z [2304/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u8.c.obj 2024-11-01T16:29:33.9885792Z [2305/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u16.c.obj 2024-11-01T16:29:33.9960611Z [2306/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx-acc2.c.obj 2024-11-01T16:29:34.0005861Z [2307/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u24.c.obj 2024-11-01T16:29:34.0119736Z [2308/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u16.c.obj 2024-11-01T16:29:34.0132241Z [2309/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-avx.c.obj 2024-11-01T16:29:34.0180384Z [2310/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx.c.obj 2024-11-01T16:29:34.0370860Z [2311/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u32.c.obj 2024-11-01T16:29:34.0422814Z [2312/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-avx-acc2.c.obj 2024-11-01T16:29:34.1091050Z [2313/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-avx-acc2.c.obj 2024-11-01T16:29:34.1137975Z [2314/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx-acc2.c.obj 2024-11-01T16:29:34.1318391Z [2315/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c8s4r-minmax-avx-acc2.c.obj 2024-11-01T16:29:34.1360660Z [2316/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx.c.obj 2024-11-01T16:29:34.1380051Z [2317/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-avx-acc2.c.obj 2024-11-01T16:29:34.1434990Z [2318/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-avx.c.obj 2024-11-01T16:29:34.1742455Z [2319/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-avx.c.obj 2024-11-01T16:29:34.1836465Z [2320/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-avx-acc2.c.obj 2024-11-01T16:29:34.2279094Z [2321/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c8s4r-minmax-avx-acc2.c.obj 2024-11-01T16:29:34.2293499Z [2322/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-avx.c.obj 2024-11-01T16:29:34.2738126Z [2323/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c8s4r-minmax-avx.c.obj 2024-11-01T16:29:34.2783595Z [2324/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c8s4r-minmax-avx-acc2.c.obj 2024-11-01T16:29:34.2881668Z [2325/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c8s4r-minmax-avx.c.obj 2024-11-01T16:29:34.3005419Z [2326/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.obj 2024-11-01T16:29:34.3190181Z [2327/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c8s4r-minmax-avx.c.obj 2024-11-01T16:29:34.3245962Z [2328/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c8s4r-minmax-avx-acc2.c.obj 2024-11-01T16:29:34.3257524Z [2329/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-avx-acc2.c.obj 2024-11-01T16:29:34.3336865Z [2330/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-avx-acc2.c.obj 2024-11-01T16:29:34.3734049Z [2331/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx-acc2.c.obj 2024-11-01T16:29:34.3924889Z [2332/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx-acc2.c.obj 2024-11-01T16:29:34.4018170Z [2333/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u16.c.obj 2024-11-01T16:29:34.4084020Z [2334/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u32.c.obj 2024-11-01T16:29:34.4142861Z [2335/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-avx.c.obj 2024-11-01T16:29:34.4283927Z [2336/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-avx.c.obj 2024-11-01T16:29:34.4337148Z [2337/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-avx-broadcast.c.obj 2024-11-01T16:29:34.4399428Z [2338/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx.c.obj 2024-11-01T16:29:34.4758015Z [2339/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx.c.obj 2024-11-01T16:29:34.4825981Z [2340/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u8.c.obj 2024-11-01T16:29:34.4873231Z [2341/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u24.c.obj 2024-11-01T16:29:34.5248579Z [2342/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-avx-broadcast.c.obj 2024-11-01T16:29:34.5384723Z [2343/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-avx-broadcast.c.obj 2024-11-01T16:29:34.5496165Z [2344/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-avx-broadcast.c.obj 2024-11-01T16:29:34.5509072Z [2345/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16-minmax-avx-broadcast.c.obj 2024-11-01T16:29:34.5869487Z [2346/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-avx-broadcast.c.obj 2024-11-01T16:29:34.5945889Z [2347/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-avx-broadcast.c.obj 2024-11-01T16:29:34.6014530Z [2348/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-avx-broadcast.c.obj 2024-11-01T16:29:34.6098349Z [2349/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x8-minmax-avx-broadcast.c.obj 2024-11-01T16:29:34.6418244Z [2350/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-avx-broadcast.c.obj 2024-11-01T16:29:34.6472346Z [2351/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut4-p4-perm-u40.c.obj 2024-11-01T16:29:34.6576889Z [2352/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-avx-broadcast.c.obj 2024-11-01T16:29:34.6590383Z [2353/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u16.c.obj 2024-11-01T16:29:34.6895835Z [2354/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u8.c.obj 2024-11-01T16:29:34.6979267Z [2355/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut4-p4-perm-u48.c.obj 2024-11-01T16:29:34.7262572Z [2356/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u24.c.obj 2024-11-01T16:29:34.7347703Z [2357/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut4-p4-perm-u32.c.obj 2024-11-01T16:29:34.7538728Z [2358/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-avx-broadcast.c.obj 2024-11-01T16:29:34.7658274Z [2359/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16-minmax-avx-broadcast.c.obj 2024-11-01T16:29:34.7903417Z [2360/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-avx-broadcast.c.obj 2024-11-01T16:29:34.8371963Z [2361/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-avx-broadcast.c.obj 2024-11-01T16:29:34.8654073Z [2362/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x8-minmax-avx-broadcast.c.obj 2024-11-01T16:29:34.8665672Z [2363/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-avx-broadcast.c.obj 2024-11-01T16:29:34.8676015Z [2364/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-avx-broadcast.c.obj 2024-11-01T16:29:34.8686158Z [2365/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-avx-broadcast.c.obj 2024-11-01T16:29:34.8733490Z [2366/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-avx-broadcast.c.obj 2024-11-01T16:29:34.8954152Z [2367/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-avx-broadcast.c.obj 2024-11-01T16:29:34.9379047Z [2368/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-avx-broadcast.c.obj 2024-11-01T16:29:34.9475871Z [2369/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-avx-broadcast.c.obj 2024-11-01T16:29:34.9599513Z [2370/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx-2x8.c.obj 2024-11-01T16:29:34.9920540Z [2371/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x16-minmax-avx-broadcast.c.obj 2024-11-01T16:29:34.9989021Z [2372/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-2x16-minmax-avx-broadcast.c.obj 2024-11-01T16:29:35.0154335Z [2373/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x8-minmax-avx-broadcast.c.obj 2024-11-01T16:29:35.0394750Z [2374/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx-2x16.c.obj 2024-11-01T16:29:35.0441689Z [2375/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-7x16-minmax-avx-broadcast.c.obj 2024-11-01T16:29:35.0610222Z [2376/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x16-minmax-avx-broadcast.c.obj 2024-11-01T16:29:35.0699667Z [2377/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-5x16-minmax-avx-broadcast.c.obj 2024-11-01T16:29:35.0818156Z [2378/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-3x16-minmax-avx-broadcast.c.obj 2024-11-01T16:29:35.0992675Z [2379/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-6x16-minmax-avx-broadcast.c.obj 2024-11-01T16:29:35.1047933Z [2380/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-8x16-minmax-avx-broadcast.c.obj 2024-11-01T16:29:35.1578444Z [2381/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x16-minmax-avx-broadcast.c.obj 2024-11-01T16:29:35.1593253Z [2382/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x16-minmax-avx-broadcast.c.obj 2024-11-01T16:29:35.1657868Z [2383/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x16-minmax-avx-broadcast.c.obj 2024-11-01T16:29:35.1803104Z [2384/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x16-minmax-avx-broadcast.c.obj 2024-11-01T16:29:35.1854109Z [2385/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u16.c.obj 2024-11-01T16:29:35.1907659Z [2386/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.obj 2024-11-01T16:29:35.1920507Z [2387/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u24.c.obj 2024-11-01T16:29:35.2023392Z [2388/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16-minmax-avx-broadcast.c.obj 2024-11-01T16:29:35.2707568Z [2389/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u32.c.obj 2024-11-01T16:29:35.2719878Z [2390/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u16.c.obj 2024-11-01T16:29:35.2841575Z [2391/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u8.c.obj 2024-11-01T16:29:35.2895523Z [2392/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u8.c.obj 2024-11-01T16:29:35.2974583Z [2393/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u24.c.obj 2024-11-01T16:29:35.3016580Z [2394/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x16-minmax-avx-broadcast.c.obj 2024-11-01T16:29:35.3250387Z [2395/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x16-minmax-avx-broadcast.c.obj 2024-11-01T16:29:35.3388179Z [2396/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u32.c.obj 2024-11-01T16:29:35.3664973Z [2397/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c32.c.obj 2024-11-01T16:29:35.3757946Z [2398/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c16.c.obj 2024-11-01T16:29:35.3830058Z [2399/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u8.c.obj 2024-11-01T16:29:35.3845906Z [2400/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u16-acc2.c.obj 2024-11-01T16:29:35.4102722Z [2401/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u24-acc3.c.obj 2024-11-01T16:29:35.4118483Z [2402/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c64.c.obj 2024-11-01T16:29:35.4183846Z [2403/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u32-acc4.c.obj 2024-11-01T16:29:35.4569058Z [2404/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u32-acc2.c.obj 2024-11-01T16:29:35.4809254Z [2405/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u32-acc2.c.obj 2024-11-01T16:29:35.4819956Z [2406/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u24-acc3.c.obj 2024-11-01T16:29:35.4955968Z [2407/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u8.c.obj 2024-11-01T16:29:35.4976214Z [2408/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u32-acc4.c.obj 2024-11-01T16:29:35.5054898Z [2409/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u8.c.obj 2024-11-01T16:29:35.5067821Z [2410/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u32-acc4.c.obj 2024-11-01T16:29:35.5121093Z [2411/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u16-acc2.c.obj 2024-11-01T16:29:35.5600489Z [2412/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u32-acc2.c.obj 2024-11-01T16:29:35.5920328Z [2413/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u32-acc2.c.obj 2024-11-01T16:29:35.6068030Z [2414/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-avx-u8.c.obj 2024-11-01T16:29:35.6113558Z [2415/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u24-acc3.c.obj 2024-11-01T16:29:35.6128444Z [2416/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u8.c.obj 2024-11-01T16:29:35.6180537Z [2417/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u32-acc4.c.obj 2024-11-01T16:29:35.6216113Z [2418/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u16-acc2.c.obj 2024-11-01T16:29:35.6345446Z [2419/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u16-acc2.c.obj 2024-11-01T16:29:35.6797996Z [2420/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-avx-u16.c.obj 2024-11-01T16:29:35.6898842Z [2421/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u24-acc3.c.obj 2024-11-01T16:29:35.6981130Z [2422/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-avx-u8.c.obj 2024-11-01T16:29:35.7024598Z [2423/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-avx-u16.c.obj 2024-11-01T16:29:35.7126601Z [2424/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-avx-u8.c.obj 2024-11-01T16:29:35.7203464Z [2425/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-avx-u8.c.obj 2024-11-01T16:29:35.7394407Z [2426/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-avx-u16.c.obj 2024-11-01T16:29:35.7517292Z [2427/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-avx-u16.c.obj 2024-11-01T16:29:35.7774401Z [2428/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx-u16.c.obj 2024-11-01T16:29:35.7793211Z [2429/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx-u8.c.obj 2024-11-01T16:29:35.7865183Z [2430/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u8.c.obj 2024-11-01T16:29:35.7994772Z [2431/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u16.c.obj 2024-11-01T16:29:35.8333570Z [2432/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx-u16.c.obj 2024-11-01T16:29:35.8387301Z [2433/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-avx-u16.c.obj 2024-11-01T16:29:35.8519063Z [2434/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx-u16.c.obj 2024-11-01T16:29:35.8597371Z [2435/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx-u8.c.obj 2024-11-01T16:29:35.8648178Z [2436/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx-u8.c.obj 2024-11-01T16:29:35.8698848Z [2437/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-avx-u8.c.obj 2024-11-01T16:29:35.8826765Z [2438/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-avx-u16.c.obj 2024-11-01T16:29:35.9218482Z [2439/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-avx-u8.c.obj 2024-11-01T16:29:35.9267764Z [2440/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-avx-u16.c.obj 2024-11-01T16:29:35.9366114Z [2441/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-avx-u8.c.obj 2024-11-01T16:29:35.9619304Z [2442/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-avx-u8.c.obj 2024-11-01T16:29:35.9675371Z [2443/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx-u16.c.obj 2024-11-01T16:29:35.9687486Z [2444/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-avx-u16.c.obj 2024-11-01T16:29:35.9699059Z [2445/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx-u8.c.obj 2024-11-01T16:29:35.9781118Z [2446/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-avx-u8.c.obj 2024-11-01T16:29:36.0244031Z [2447/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-avx-u16.c.obj 2024-11-01T16:29:36.0325982Z [2448/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u8.c.obj 2024-11-01T16:29:36.0514237Z [2449/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u16.c.obj 2024-11-01T16:29:36.0682726Z [2450/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysign-avx.c.obj 2024-11-01T16:29:36.0729792Z [2451/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-avx-u8.c.obj 2024-11-01T16:29:36.0742564Z [2452/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-avx-u16.c.obj 2024-11-01T16:29:36.0790334Z [2453/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx-u16.c.obj 2024-11-01T16:29:36.1168242Z [2454/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx-u8.c.obj 2024-11-01T16:29:36.1332397Z [2455/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut4-p4-perm-u8.c.obj 2024-11-01T16:29:36.1413707Z [2456/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut4-p4-perm-u24.c.obj 2024-11-01T16:29:36.1652718Z [2457/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysignc-avx.c.obj 2024-11-01T16:29:36.1701001Z [2458/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul16.c.obj 2024-11-01T16:29:36.1829849Z [2459/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vrcopysignc-avx.c.obj 2024-11-01T16:29:36.2015725Z [2460/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul16.c.obj 2024-11-01T16:29:36.2149765Z [2461/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut4-p4-perm-u16.c.obj 2024-11-01T16:29:36.2284046Z [2462/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.obj 2024-11-01T16:29:36.2387837Z [2463/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:29:36.2580089Z [2464/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul16-add16.c.obj 2024-11-01T16:29:36.2591683Z [2465/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u8.c.obj 2024-11-01T16:29:36.2639679Z [2466/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:29:36.2806812Z [2467/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u40.c.obj 2024-11-01T16:29:36.3038240Z [2468/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u32.c.obj 2024-11-01T16:29:36.3305295Z [2469/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u48.c.obj 2024-11-01T16:29:36.3347705Z [2470/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u48.c.obj 2024-11-01T16:29:36.3440862Z [2471/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u40.c.obj 2024-11-01T16:29:36.3504361Z [2472/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-avx-rational-12-10-div.c.obj 2024-11-01T16:29:36.3630816Z [2473/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u32.c.obj 2024-11-01T16:29:36.3731994Z [2474/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u16.c.obj 2024-11-01T16:29:36.4135092Z [2475/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u24.c.obj 2024-11-01T16:29:36.4240007Z [2476/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u16.c.obj 2024-11-01T16:29:36.4376164Z [2477/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u16.c.obj 2024-11-01T16:29:36.4550780Z [2478/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u8.c.obj 2024-11-01T16:29:36.4756225Z [2479/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx-u16.c.obj 2024-11-01T16:29:36.4771661Z [2480/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u8.c.obj 2024-11-01T16:29:36.4817863Z [2481/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx-u8.c.obj 2024-11-01T16:29:36.5066487Z [2482/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx-u8.c.obj 2024-11-01T16:29:36.5228285Z [2483/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx-u8.c.obj 2024-11-01T16:29:36.5329478Z [2484/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx-u16.c.obj 2024-11-01T16:29:36.5500598Z [2485/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx-u8.c.obj 2024-11-01T16:29:36.5630991Z [2486/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u8.c.obj 2024-11-01T16:29:36.6039150Z [2487/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u16.c.obj 2024-11-01T16:29:36.6388562Z [2488/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u32.c.obj 2024-11-01T16:29:36.6499100Z [2489/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u16.c.obj 2024-11-01T16:29:36.6510370Z [2490/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx-u16.c.obj 2024-11-01T16:29:36.6521178Z [2491/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx-u16.c.obj 2024-11-01T16:29:36.6531450Z [2492/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx-u16.c.obj 2024-11-01T16:29:36.6544810Z [2493/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u32.c.obj 2024-11-01T16:29:36.6559108Z [2494/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx-u8.c.obj 2024-11-01T16:29:36.7165712Z [2495/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u8.c.obj 2024-11-01T16:29:36.7397777Z [2496/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u40.c.obj 2024-11-01T16:29:36.7408943Z [2497/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u48.c.obj 2024-11-01T16:29:36.7489235Z [2498/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u64.c.obj 2024-11-01T16:29:36.7533108Z [2499/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u56.c.obj 2024-11-01T16:29:36.7581806Z [2500/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u80.c.obj 2024-11-01T16:29:36.7645649Z [2501/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u72.c.obj 2024-11-01T16:29:36.7694285Z [2502/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u24.c.obj 2024-11-01T16:29:36.8095171Z [2503/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u8.c.obj 2024-11-01T16:29:36.8509453Z [2504/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u16.c.obj 2024-11-01T16:29:36.8692812Z [2505/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u40.c.obj 2024-11-01T16:29:36.8732604Z [2506/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u24.c.obj 2024-11-01T16:29:36.8847483Z [2507/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u64.c.obj 2024-11-01T16:29:36.9009103Z [2508/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u32.c.obj 2024-11-01T16:29:36.9053402Z [2509/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u48.c.obj 2024-11-01T16:29:36.9132752Z [2510/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u56.c.obj 2024-11-01T16:29:36.9543002Z [2511/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u80.c.obj 2024-11-01T16:29:36.9594557Z [2512/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u72.c.obj 2024-11-01T16:29:36.9606047Z [2513/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u32.c.obj 2024-11-01T16:29:36.9723510Z [2514/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u8.c.obj 2024-11-01T16:29:36.9737788Z [2515/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u16.c.obj 2024-11-01T16:29:36.9885245Z [2516/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-rational-9-6-div.c.obj 2024-11-01T16:29:36.9989112Z [2517/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-rational-9-6-nr.c.obj 2024-11-01T16:29:37.0036278Z [2518/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u16.c.obj 2024-11-01T16:29:37.0764434Z [2519/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u8.c.obj 2024-11-01T16:29:37.0841379Z [2520/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-avx.c.obj 2024-11-01T16:29:37.0890973Z [2521/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u32.c.obj 2024-11-01T16:29:37.1014902Z [2522/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-avx.c.obj 2024-11-01T16:29:37.1080611Z [2523/7391] 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 2024-11-01T16:29:37.1129059Z [2524/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-avx.c.obj 2024-11-01T16:29:37.1196521Z [2525/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-avx-ld128.c.obj 2024-11-01T16:29:37.1797401Z [2526/7391] 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 2024-11-01T16:29:37.2139855Z [2527/7391] 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 2024-11-01T16:29:37.2246045Z [2528/7391] 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 2024-11-01T16:29:37.2373725Z [2529/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-avx-ld128.c.obj 2024-11-01T16:29:37.2436248Z [2530/7391] 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 2024-11-01T16:29:37.2497451Z [2531/7391] 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 2024-11-01T16:29:37.2564481Z [2532/7391] 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 2024-11-01T16:29:37.2615529Z [2533/7391] 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 2024-11-01T16:29:37.3216673Z [2534/7391] 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 2024-11-01T16:29:37.3520864Z [2535/7391] 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 2024-11-01T16:29:37.3698279Z [2536/7391] 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 2024-11-01T16:29:37.3763809Z [2537/7391] 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 2024-11-01T16:29:37.3925773Z [2538/7391] 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 2024-11-01T16:29:37.3976593Z [2539/7391] 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 2024-11-01T16:29:37.4025695Z [2540/7391] 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 2024-11-01T16:29:37.4561899Z [2541/7391] 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 2024-11-01T16:29:37.4611494Z [2542/7391] 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 2024-11-01T16:29:37.4703939Z [2543/7391] 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 2024-11-01T16:29:37.4951581Z [2544/7391] 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 2024-11-01T16:29:37.5063620Z [2545/7391] 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 2024-11-01T16:29:37.5131596Z [2546/7391] 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 2024-11-01T16:29:37.5190937Z [2547/7391] 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 2024-11-01T16:29:37.5203970Z [2548/7391] 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 2024-11-01T16:29:37.5703562Z [2549/7391] 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 2024-11-01T16:29:37.5823829Z [2550/7391] 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 2024-11-01T16:29:37.6147360Z [2551/7391] 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 2024-11-01T16:29:37.6972734Z [2552/7391] 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 2024-11-01T16:29:37.6983849Z [2553/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:29:37.6994946Z [2554/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:29:37.7005645Z [2555/7391] 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 2024-11-01T16:29:37.7016370Z [2556/7391] 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 2024-11-01T16:29:37.7028389Z [2557/7391] 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 2024-11-01T16:29:37.7792119Z [2558/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:29:37.7912147Z [2559/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul16-add16.c.obj 2024-11-01T16:29:37.7982859Z [2560/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul16.c.obj 2024-11-01T16:29:37.8028455Z [2561/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:29:37.8039782Z [2562/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.obj 2024-11-01T16:29:37.8091911Z [2563/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:29:37.8147353Z [2564/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:29:37.8217270Z [2565/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:29:37.8928068Z [2566/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul16.c.obj 2024-11-01T16:29:37.9076370Z [2567/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:29:37.9196088Z [2568/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:29:37.9365710Z [2569/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:29:37.9378646Z [2570/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx-mul16.c.obj 2024-11-01T16:29:37.9395019Z [2571/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:29:37.9407681Z [2572/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.obj 2024-11-01T16:29:37.9483456Z [2573/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:29:37.9895027Z [2574/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u8.c.obj 2024-11-01T16:29:37.9988325Z [2575/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u24.c.obj 2024-11-01T16:29:38.0412211Z [2576/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p16c-minmax-fp32-avx-mul16-add16.c.obj 2024-11-01T16:29:38.0531294Z [2577/7391] 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 2024-11-01T16:29:38.0621615Z [2578/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u32.c.obj 2024-11-01T16:29:38.0637072Z [2579/7391] 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 2024-11-01T16:29:38.0693141Z [2580/7391] 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 2024-11-01T16:29:38.0705414Z [2581/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u16.c.obj 2024-11-01T16:29:38.1087731Z [2582/7391] 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 2024-11-01T16:29:38.1140835Z [2583/7391] 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 2024-11-01T16:29:38.1472234Z [2584/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.obj 2024-11-01T16:29:38.1670041Z [2585/7391] 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 2024-11-01T16:29:38.1684081Z [2586/7391] 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 2024-11-01T16:29:38.1931481Z [2587/7391] 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 2024-11-01T16:29:38.2000930Z [2588/7391] 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 2024-11-01T16:29:38.2169918Z [2589/7391] 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 2024-11-01T16:29:38.2249528Z [2590/7391] 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 2024-11-01T16:29:38.2299040Z [2591/7391] 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 2024-11-01T16:29:38.2729298Z [2592/7391] 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 2024-11-01T16:29:38.2944435Z [2593/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.obj 2024-11-01T16:29:38.3016713Z [2594/7391] 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 2024-11-01T16:29:38.3029738Z [2595/7391] 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 2024-11-01T16:29:38.3414396Z [2596/7391] 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 2024-11-01T16:29:38.3556814Z [2597/7391] 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 2024-11-01T16:29:38.3569967Z [2598/7391] 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 2024-11-01T16:29:38.3630928Z [2599/7391] 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 2024-11-01T16:29:38.3935296Z [2600/7391] 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 2024-11-01T16:29:38.4276725Z [2601/7391] 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 2024-11-01T16:29:38.4443049Z [2602/7391] 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 2024-11-01T16:29:38.4653928Z [2603/7391] 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 2024-11-01T16:29:38.4849250Z [2604/7391] 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 2024-11-01T16:29:38.4902372Z [2605/7391] 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 2024-11-01T16:29:38.4992159Z [2606/7391] 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 2024-11-01T16:29:38.5045675Z [2607/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:29:38.5132670Z [2608/7391] 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 2024-11-01T16:29:38.5450253Z [2609/7391] 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 2024-11-01T16:29:38.5740307Z [2610/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:29:38.6216321Z [2611/7391] 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 2024-11-01T16:29:38.6228145Z [2612/7391] 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 2024-11-01T16:29:38.6556621Z [2613/7391] 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 2024-11-01T16:29:38.6630376Z [2614/7391] 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 2024-11-01T16:29:38.6680284Z [2615/7391] 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 2024-11-01T16:29:38.6694906Z [2616/7391] 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 2024-11-01T16:29:38.6803335Z [2617/7391] 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 2024-11-01T16:29:38.6979358Z [2618/7391] 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 2024-11-01T16:29:38.7526109Z [2619/7391] 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 2024-11-01T16:29:38.7673463Z [2620/7391] 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 2024-11-01T16:29:38.7785226Z [2621/7391] 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 2024-11-01T16:29:38.7838216Z [2622/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:29:38.7936826Z [2623/7391] 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 2024-11-01T16:29:38.8140764Z [2624/7391] 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 2024-11-01T16:29:38.8152800Z [2625/7391] 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 2024-11-01T16:29:38.8206711Z [2626/7391] 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 2024-11-01T16:29:38.8774918Z [2627/7391] 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 2024-11-01T16:29:38.8938351Z [2628/7391] 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 2024-11-01T16:29:38.9010481Z [2629/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:29:38.9210071Z [2630/7391] 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 2024-11-01T16:29:38.9221867Z [2631/7391] 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 2024-11-01T16:29:38.9270940Z [2632/7391] 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 2024-11-01T16:29:38.9343110Z [2633/7391] 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 2024-11-01T16:29:38.9448484Z [2634/7391] 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 2024-11-01T16:29:39.0074246Z [2635/7391] 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 2024-11-01T16:29:39.0112248Z [2636/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u16.c.obj 2024-11-01T16:29:39.0160326Z [2637/7391] 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 2024-11-01T16:29:39.0227496Z [2638/7391] 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 2024-11-01T16:29:39.0318997Z [2639/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u8.c.obj 2024-11-01T16:29:39.0608119Z [2640/7391] 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 2024-11-01T16:29:39.0864438Z [2641/7391] 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 2024-11-01T16:29:39.1004521Z [2642/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u32.c.obj 2024-11-01T16:29:39.1045631Z [2643/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u32.c.obj 2024-11-01T16:29:39.1132988Z [2644/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u16.c.obj 2024-11-01T16:29:39.1357457Z [2645/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u8.c.obj 2024-11-01T16:29:39.1420193Z [2646/7391] 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 2024-11-01T16:29:39.1565748Z [2647/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u24.c.obj 2024-11-01T16:29:39.1633092Z [2648/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u24.c.obj 2024-11-01T16:29:39.1786473Z [2649/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u8.c.obj 2024-11-01T16:29:39.1833472Z [2650/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u32.c.obj 2024-11-01T16:29:39.1951607Z [2651/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u24.c.obj 2024-11-01T16:29:39.2258645Z [2652/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u24.c.obj 2024-11-01T16:29:39.2367531Z [2653/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u8.c.obj 2024-11-01T16:29:39.2496920Z [2654/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u16.c.obj 2024-11-01T16:29:39.2692781Z [2655/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u16.c.obj 2024-11-01T16:29:39.2736254Z [2656/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u8.c.obj 2024-11-01T16:29:39.2900979Z [2657/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u32.c.obj 2024-11-01T16:29:39.3085137Z [2658/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u16.c.obj 2024-11-01T16:29:39.3130456Z [2659/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u16.c.obj 2024-11-01T16:29:39.3252752Z [2660/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-avx-u16.c.obj 2024-11-01T16:29:39.3296696Z [2661/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-avx-u8.c.obj 2024-11-01T16:29:39.3352554Z [2662/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u32.c.obj 2024-11-01T16:29:39.3731816Z [2663/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-avx-u32.c.obj 2024-11-01T16:29:39.3742919Z [2664/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-avx-mul16-ld64-u8.c.obj 2024-11-01T16:29:39.3921034Z [2665/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u32.c.obj 2024-11-01T16:29:39.3933014Z [2666/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.obj 2024-11-01T16:29:39.3981074Z [2667/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u8.c.obj 2024-11-01T16:29:39.4123867Z [2668/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-avx-mul16-ld64-u8.c.obj 2024-11-01T16:29:39.4173454Z [2669/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.obj 2024-11-01T16:29:39.4222041Z [2670/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-avx-u4.c.obj 2024-11-01T16:29:39.4679945Z [2671/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-avx-u16.c.obj 2024-11-01T16:29:39.4695336Z [2672/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-avx-u8.c.obj 2024-11-01T16:29:39.5070356Z [2673/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u8.c.obj 2024-11-01T16:29:39.5122260Z [2674/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:29:39.5168615Z [2675/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c64.c.obj 2024-11-01T16:29:39.5531960Z [2676/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c32.c.obj 2024-11-01T16:29:39.5729667Z [2677/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:29:39.5741874Z [2678/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c128.c.obj 2024-11-01T16:29:39.5787581Z [2679/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:29:39.5869391Z [2680/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u16-acc2.c.obj 2024-11-01T16:29:39.6196135Z [2681/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:29:39.6261626Z [2682/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx-mul16.c.obj 2024-11-01T16:29:39.6616891Z [2683/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.obj 2024-11-01T16:29:39.6727604Z [2684/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:29:39.6871823Z [2685/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx-mul32.c.obj 2024-11-01T16:29:39.6883512Z [2686/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c16.c.obj 2024-11-01T16:29:39.7047827Z [2687/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u16.c.obj 2024-11-01T16:29:39.7059806Z [2688/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:29:39.7106025Z [2689/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u8.c.obj 2024-11-01T16:29:39.7539512Z [2690/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:29:39.7634717Z [2691/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u32.c.obj 2024-11-01T16:29:39.7685622Z [2692/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u24.c.obj 2024-11-01T16:29:39.8099194Z [2693/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:29:39.8147810Z [2694/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:29:39.8282630Z [2695/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:29:39.8576914Z [2696/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:29:39.8622223Z [2697/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:29:39.8956810Z [2698/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:29:39.8970121Z [2699/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:29:39.8986029Z [2700/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:29:39.9395629Z [2701/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:29:39.9465909Z [2702/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:29:39.9544200Z [2703/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:29:39.9966319Z [2704/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:29:40.0036463Z [2705/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:29:40.0258235Z [2706/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:29:40.0619893Z [2707/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:29:40.0782549Z [2708/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:29:40.0831978Z [2709/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:29:40.0929615Z [2710/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:29:40.1109041Z [2711/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:29:40.1234295Z [2712/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:29:40.1336711Z [2713/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:29:40.1419559Z [2714/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:29:40.1904527Z [2715/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:29:40.2049981Z [2716/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:29:40.2347689Z [2717/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:29:40.2412377Z [2718/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:29:40.2497610Z [2719/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:29:40.2773739Z [2720/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:29:40.2820932Z [2721/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:29:40.2873407Z [2722/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:29:40.3144700Z [2723/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:29:40.3364487Z [2724/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:29:40.3630672Z [2725/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:29:40.3693130Z [2726/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:29:40.3754527Z [2727/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:29:40.3884518Z [2728/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:29:40.4154159Z [2729/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:29:40.4165919Z [2730/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:29:40.4385596Z [2731/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:29:40.4400258Z [2732/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:29:40.4497992Z [2733/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul16-ld64-u8.c.obj 2024-11-01T16:29:40.4605375Z [2734/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul16-ld64-u8.c.obj 2024-11-01T16:29:40.4680527Z [2735/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2024-11-01T16:29:40.4868872Z [2736/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-11-01T16:29:40.5070116Z [2737/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul32-ld32-u8.c.obj 2024-11-01T16:29:40.5203259Z [2738/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul16-ld64-u16.c.obj 2024-11-01T16:29:40.5551115Z [2739/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u16.c.obj 2024-11-01T16:29:40.5565545Z [2740/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul16-ld64-u16.c.obj 2024-11-01T16:29:40.5613894Z [2741/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul32-ld32-u16.c.obj 2024-11-01T16:29:40.5624857Z [2742/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul32-ld32-u8.c.obj 2024-11-01T16:29:40.5793876Z [2743/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul32-ld32-u16.c.obj 2024-11-01T16:29:40.5842467Z [2744/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-avx-u32.c.obj 2024-11-01T16:29:40.5976890Z [2745/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u8.c.obj 2024-11-01T16:29:40.6118047Z [2746/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-avx-u16.c.obj 2024-11-01T16:29:40.6451754Z [2747/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u16.c.obj 2024-11-01T16:29:40.6505262Z [2748/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-avx-u8.c.obj 2024-11-01T16:29:40.6517457Z [2749/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u8.c.obj 2024-11-01T16:29:40.6585425Z [2750/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u32.c.obj 2024-11-01T16:29:40.6654851Z [2751/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.obj 2024-11-01T16:29:40.6770726Z [2752/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.obj 2024-11-01T16:29:40.6872234Z [2753/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u32.c.obj 2024-11-01T16:29:40.6928203Z [2754/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-avx-mul16-ld64-u8.c.obj 2024-11-01T16:29:40.7323659Z [2755/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-avx-mul16-ld64-u8.c.obj 2024-11-01T16:29:40.7443585Z [2756/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u64.c.obj 2024-11-01T16:29:40.7488268Z [2757/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u32.c.obj 2024-11-01T16:29:40.7590759Z [2758/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-avx-u4-prfm.c.obj 2024-11-01T16:29:40.7637366Z [2759/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u48.c.obj 2024-11-01T16:29:40.7693025Z [2760/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-avx-u4.c.obj 2024-11-01T16:29:40.7707825Z [2761/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u16.c.obj 2024-11-01T16:29:40.8009235Z [2762/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-avx-u4-prfm.c.obj 2024-11-01T16:29:40.8372776Z [2763/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-avx-u4-prfm.c.obj 2024-11-01T16:29:40.8597436Z [2764/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-multi-avx.c.obj 2024-11-01T16:29:40.8643035Z [2765/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx-u4.c.obj 2024-11-01T16:29:40.8806753Z [2766/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-multi-mov-avx.c.obj 2024-11-01T16:29:40.8819873Z [2767/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx-u4-prfm.c.obj 2024-11-01T16:29:40.8955773Z [2768/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-mov-avx.c.obj 2024-11-01T16:29:40.8968180Z [2769/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-switch-avx.c.obj 2024-11-01T16:29:40.9022185Z [2770/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-avx-u4.c.obj 2024-11-01T16:29:40.9344704Z [2771/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-avx-u4.c.obj 2024-11-01T16:29:40.9494149Z [2772/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-multi-switch-avx.c.obj 2024-11-01T16:29:40.9683786Z [2773/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-switch-avx.c.obj 2024-11-01T16:29:40.9798255Z [2774/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-switch-avx.c.obj 2024-11-01T16:29:40.9932747Z [2775/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-mov-avx.c.obj 2024-11-01T16:29:40.9976948Z [2776/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-multi-avx.c.obj 2024-11-01T16:29:41.0051698Z [2777/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-multi-avx.c.obj 2024-11-01T16:29:41.0360960Z [2778/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-f16c-u8.c.obj 2024-11-01T16:29:41.0425126Z [2779/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-mov-avx.c.obj 2024-11-01T16:29:41.0442311Z [2780/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-avgpool\f16-avgpool-9x-minmax-f16c-c8.c.obj 2024-11-01T16:29:41.0539533Z [2781/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-avgpool\f16-avgpool-9p8x-minmax-f16c-c8.c.obj 2024-11-01T16:29:41.0619539Z [2782/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-f16c-u16.c.obj 2024-11-01T16:29:41.0933673Z [2783/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u24-acc3.c.obj 2024-11-01T16:29:41.0950489Z [2784/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7p7x-minmax-f16c-c8.c.obj 2024-11-01T16:29:41.1008897Z [2785/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7p7x-minmax-f16c-c16.c.obj 2024-11-01T16:29:41.1263211Z [2786/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7p7x-minmax-f16c-c24.c.obj 2024-11-01T16:29:41.1345100Z [2787/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-maxpool\f16-maxpool-9p8x-minmax-f16c-c8.c.obj 2024-11-01T16:29:41.1420767Z [2788/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u32-acc4.c.obj 2024-11-01T16:29:41.1794390Z [2789/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7x-minmax-f16c-c8.c.obj 2024-11-01T16:29:41.1805463Z [2790/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7x-minmax-f16c-c32.c.obj 2024-11-01T16:29:41.2138215Z [2791/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7x-minmax-f16c-c24.c.obj 2024-11-01T16:29:41.2487714Z [2792/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7x-minmax-f16c-c16.c.obj 2024-11-01T16:29:41.2598117Z [2793/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7p7x-minmax-f16c-c32.c.obj 2024-11-01T16:29:41.2610529Z [2794/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-prelu\gen\f16-prelu-f16c-2x16.c.obj 2024-11-01T16:29:41.2752956Z [2795/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u32-acc2.c.obj 2024-11-01T16:29:41.2906211Z [2796/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vadd-minmax-f16c-u16.c.obj 2024-11-01T16:29:41.2955211Z [2797/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\f16-rmax-f16c-u32.c.obj 2024-11-01T16:29:41.3328464Z [2798/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-prelu\gen\f16-prelu-f16c-2x8.c.obj 2024-11-01T16:29:41.3538800Z [2799/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdiv-minmax-f16c-u8.c.obj 2024-11-01T16:29:41.3636307Z [2800/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vadd-minmax-f16c-u8.c.obj 2024-11-01T16:29:41.3647850Z [2801/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vaddc-minmax-f16c-u16.c.obj 2024-11-01T16:29:41.3699034Z [2802/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vaddc-minmax-f16c-u8.c.obj 2024-11-01T16:29:41.3781583Z [2803/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdivc-minmax-f16c-u8.c.obj 2024-11-01T16:29:41.3793200Z [2804/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdiv-minmax-f16c-u16.c.obj 2024-11-01T16:29:41.4418547Z [2805/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdivc-minmax-f16c-u16.c.obj 2024-11-01T16:29:41.4531514Z [2806/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmax-f16c-u8.c.obj 2024-11-01T16:29:41.4589458Z [2807/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u8.c.obj 2024-11-01T16:29:41.4684694Z [2808/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmin-f16c-u8.c.obj 2024-11-01T16:29:41.4729915Z [2809/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmax-f16c-u16.c.obj 2024-11-01T16:29:41.4857180Z [2810/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmin-f16c-u16.c.obj 2024-11-01T16:29:41.4921379Z [2811/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmul-minmax-f16c-u16.c.obj 2024-11-01T16:29:41.5163847Z [2812/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u16.c.obj 2024-11-01T16:29:41.5579931Z [2813/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vminc-f16c-u8.c.obj 2024-11-01T16:29:41.5622333Z [2814/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vminc-f16c-u16.c.obj 2024-11-01T16:29:41.5728440Z [2815/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmul-minmax-f16c-u8.c.obj 2024-11-01T16:29:41.5945913Z [2816/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u8.c.obj 2024-11-01T16:29:41.6035949Z [2817/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmulc-minmax-f16c-u8.c.obj 2024-11-01T16:29:41.6153330Z [2818/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmulc-minmax-f16c-u16.c.obj 2024-11-01T16:29:41.6323775Z [2819/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrsubc-minmax-f16c-u8.c.obj 2024-11-01T16:29:41.6507238Z [2820/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrdivc-minmax-f16c-u8.c.obj 2024-11-01T16:29:41.6556602Z [2821/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrdivc-minmax-f16c-u16.c.obj 2024-11-01T16:29:41.6609678Z [2822/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrsubc-minmax-f16c-u16.c.obj 2024-11-01T16:29:41.6698336Z [2823/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsub-minmax-f16c-u16.c.obj 2024-11-01T16:29:41.6965648Z [2824/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsubc-minmax-f16c-u8.c.obj 2024-11-01T16:29:41.7238214Z [2825/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsub-minmax-f16c-u8.c.obj 2024-11-01T16:29:41.7374303Z [2826/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u16.c.obj 2024-11-01T16:29:41.7427751Z [2827/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u8.c.obj 2024-11-01T16:29:41.7573719Z [2828/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u16.c.obj 2024-11-01T16:29:41.7781500Z [2829/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u8.c.obj 2024-11-01T16:29:41.7827564Z [2830/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsubc-minmax-f16c-u16.c.obj 2024-11-01T16:29:41.7878194Z [2831/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u16.c.obj 2024-11-01T16:29:41.9066480Z [2832/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vclamp\gen\f16-vclamp-f16c-u16.c.obj 2024-11-01T16:29:41.9082341Z [2833/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vclamp\gen\f16-vclamp-f16c-u8.c.obj 2024-11-01T16:29:41.9145975Z [2834/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u16.c.obj 2024-11-01T16:29:42.0226043Z [2835/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u8.c.obj 2024-11-01T16:29:42.0719848Z [2836/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u16.c.obj 2024-11-01T16:29:42.1233151Z [2837/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u8.c.obj 2024-11-01T16:29:42.1584344Z [2838/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u16.c.obj 2024-11-01T16:29:42.1895693Z [2839/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u8.c.obj 2024-11-01T16:29:45.6408663Z [2840/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u8.c.obj 2024-11-01T16:29:45.6760892Z [2841/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u16.c.obj 2024-11-01T16:29:45.7151679Z [2842/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u8.c.obj 2024-11-01T16:29:45.7407335Z [2843/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u16.c.obj 2024-11-01T16:29:45.7464538Z [2844/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u32.c.obj 2024-11-01T16:29:45.7574520Z [2845/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u8.c.obj 2024-11-01T16:29:45.7661463Z [2846/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u8.c.obj 2024-11-01T16:29:45.7960416Z [2847/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u16.c.obj 2024-11-01T16:29:45.7972504Z [2848/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u32.c.obj 2024-11-01T16:29:45.8112077Z [2849/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u8.c.obj 2024-11-01T16:29:45.8172559Z [2850/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u16.c.obj 2024-11-01T16:29:45.8405846Z [2851/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u32.c.obj 2024-11-01T16:29:45.8454686Z [2852/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u24.c.obj 2024-11-01T16:29:45.8658111Z [2853/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u8.c.obj 2024-11-01T16:29:45.8958307Z [2854/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u32.c.obj 2024-11-01T16:29:45.9181219Z [2855/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u16.c.obj 2024-11-01T16:29:45.9253192Z [2856/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u16.c.obj 2024-11-01T16:29:45.9398813Z [2857/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u56.c.obj 2024-11-01T16:29:45.9412251Z [2858/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u64.c.obj 2024-11-01T16:29:45.9457528Z [2859/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u72.c.obj 2024-11-01T16:29:45.9701763Z [2860/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u80.c.obj 2024-11-01T16:29:45.9781982Z [2861/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u40.c.obj 2024-11-01T16:29:46.0306608Z [2862/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u16.c.obj 2024-11-01T16:29:46.0433961Z [2863/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u32.c.obj 2024-11-01T16:29:46.0528614Z [2864/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u80.c.obj 2024-11-01T16:29:46.0598496Z [2865/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u8.c.obj 2024-11-01T16:29:46.0650154Z [2866/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u24.c.obj 2024-11-01T16:29:46.0662742Z [2867/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u40.c.obj 2024-11-01T16:29:46.0823020Z [2868/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u8.c.obj 2024-11-01T16:29:46.0911254Z [2869/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u48.c.obj 2024-11-01T16:29:46.1312201Z [2870/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u72.c.obj 2024-11-01T16:29:46.1450301Z [2871/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u48.c.obj 2024-11-01T16:29:46.1520438Z [2872/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u56.c.obj 2024-11-01T16:29:46.1689239Z [2873/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u32.c.obj 2024-11-01T16:29:46.1739955Z [2874/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u24.c.obj 2024-11-01T16:29:46.1918091Z [2875/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u64.c.obj 2024-11-01T16:29:46.2125250Z [2876/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u56.c.obj 2024-11-01T16:29:46.2321959Z [2877/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vsqr-f16c-u16.c.obj 2024-11-01T16:29:46.2335017Z [2878/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u16.c.obj 2024-11-01T16:29:46.2506643Z [2879/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u40.c.obj 2024-11-01T16:29:46.2555405Z [2880/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u48.c.obj 2024-11-01T16:29:46.2628994Z [2881/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-f16c-u8.c.obj 2024-11-01T16:29:46.2879006Z [2882/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vsqr-f16c-u8.c.obj 2024-11-01T16:29:46.3014346Z [2883/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u64.c.obj 2024-11-01T16:29:46.3264980Z [2884/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u72.c.obj 2024-11-01T16:29:46.3400277Z [2885/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u80.c.obj 2024-11-01T16:29:46.3660330Z [2886/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p16c-minmax-fma3-acc2.c.obj 2024-11-01T16:29:46.3941823Z [2887/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p8c-minmax-fma3.c.obj 2024-11-01T16:29:46.4097004Z [2888/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:46.4253456Z [2889/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p8c-minmax-fma3-acc2.c.obj 2024-11-01T16:29:46.4377310Z [2890/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:46.4421746Z [2891/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-f16c-u16.c.obj 2024-11-01T16:29:46.4560829Z [2892/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16s4-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:46.4699078Z [2893/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:46.4750053Z [2894/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:46.5101004Z [2895/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p8c-minmax-fma3-acc2.c.obj 2024-11-01T16:29:46.5285803Z [2896/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16s4-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:46.5347759Z [2897/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p16c-minmax-fma3-acc2.c.obj 2024-11-01T16:29:46.5633356Z [2898/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p32c-minmax-fma3.c.obj 2024-11-01T16:29:46.5815999Z [2899/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p32c-minmax-fma3-acc2.c.obj 2024-11-01T16:29:46.5982714Z [2900/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p16c-minmax-fma3.c.obj 2024-11-01T16:29:46.6082107Z [2901/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p8c-minmax-fma3.c.obj 2024-11-01T16:29:46.6128592Z [2902/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l8c8s4r-minmax-fma3.c.obj 2024-11-01T16:29:46.6180395Z [2903/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p16c-minmax-fma3.c.obj 2024-11-01T16:29:46.6567712Z [2904/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p32c-minmax-fma3-acc2.c.obj 2024-11-01T16:29:46.6995090Z [2905/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.obj 2024-11-01T16:29:46.7278676Z [2906/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l8c8s4r-minmax-fma3.c.obj 2024-11-01T16:29:46.7293268Z [2907/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l8c8s4r-minmax-fma3-acc2.c.obj 2024-11-01T16:29:46.7467366Z [2908/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l16c8s4r-minmax-fma3.c.obj 2024-11-01T16:29:46.7561019Z [2909/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p32c-minmax-fma3.c.obj 2024-11-01T16:29:46.7839881Z [2910/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l32c8s4r-minmax-fma3.c.obj 2024-11-01T16:29:46.8082722Z [2911/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l16c8s4r-minmax-fma3-acc2.c.obj 2024-11-01T16:29:46.8094069Z [2912/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.obj 2024-11-01T16:29:46.8286347Z [2913/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.obj 2024-11-01T16:29:46.8365687Z [2914/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l32c8s4r-minmax-fma3-acc2.c.obj 2024-11-01T16:29:46.8510969Z [2915/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l16c8s4r-minmax-fma3.c.obj 2024-11-01T16:29:46.8701832Z [2916/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l32c8s4r-minmax-fma3.c.obj 2024-11-01T16:29:46.8851111Z [2917/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l8c8s4r-minmax-fma3-acc2.c.obj 2024-11-01T16:29:46.9181432Z [2918/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l8c8s4r-minmax-fma3.c.obj 2024-11-01T16:29:46.9293964Z [2919/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p16c-minmax-fma3-acc2.c.obj 2024-11-01T16:29:46.9647867Z [2920/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l16c8s4r-minmax-fma3-acc2.c.obj 2024-11-01T16:29:46.9758471Z [2921/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p8c-minmax-fma3-acc2.c.obj 2024-11-01T16:29:46.9771270Z [2922/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l32c8s4r-minmax-fma3.c.obj 2024-11-01T16:29:46.9899146Z [2923/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l32c8s4r-minmax-fma3-acc2.c.obj 2024-11-01T16:29:47.0023521Z [2924/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p8c-minmax-fma3.c.obj 2024-11-01T16:29:47.0076850Z [2925/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l16c8s4r-minmax-fma3.c.obj 2024-11-01T16:29:47.0157537Z [2926/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p32c-minmax-fma3-acc2.c.obj 2024-11-01T16:29:47.0422849Z [2927/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p16c-minmax-fma3.c.obj 2024-11-01T16:29:47.0797875Z [2928/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p8c-minmax-fma3.c.obj 2024-11-01T16:29:47.1042072Z [2929/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p8c-minmax-fma3-acc2.c.obj 2024-11-01T16:29:47.1055502Z [2930/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p32c-minmax-fma3-acc2.c.obj 2024-11-01T16:29:47.1203609Z [2931/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p32c-minmax-fma3.c.obj 2024-11-01T16:29:47.1253238Z [2932/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p32c-minmax-fma3.c.obj 2024-11-01T16:29:47.1309535Z [2933/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p16c-minmax-fma3-acc2.c.obj 2024-11-01T16:29:47.1419849Z [2934/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p16c-minmax-fma3.c.obj 2024-11-01T16:29:47.1520342Z [2935/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c8.c.obj 2024-11-01T16:29:47.1627933Z [2936/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c16.c.obj 2024-11-01T16:29:47.2229767Z [2937/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vmulcaddc\gen\f16-vmulcaddc-c16-minmax-fma3-2x.c.obj 2024-11-01T16:29:47.2407066Z [2938/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u72.c.obj 2024-11-01T16:29:47.2463143Z [2939/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u8.c.obj 2024-11-01T16:29:47.2477341Z [2940/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vmulcaddc\gen\f16-vmulcaddc-c8-minmax-fma3-2x.c.obj 2024-11-01T16:29:47.2524616Z [2941/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u80.c.obj 2024-11-01T16:29:47.2538092Z [2942/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u16.c.obj 2024-11-01T16:29:47.2550779Z [2943/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u24.c.obj 2024-11-01T16:29:47.2687706Z [2944/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u32.c.obj 2024-11-01T16:29:47.3120689Z [2945/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u56.c.obj 2024-11-01T16:29:47.3410290Z [2946/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u40.c.obj 2024-11-01T16:29:47.3457666Z [2947/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u24.c.obj 2024-11-01T16:29:47.3535753Z [2948/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u64.c.obj 2024-11-01T16:29:47.3566536Z [2949/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u16.c.obj 2024-11-01T16:29:47.3803326Z [2950/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u8.c.obj 2024-11-01T16:29:47.3815564Z [2951/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u48.c.obj 2024-11-01T16:29:47.3943710Z [2952/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u32.c.obj 2024-11-01T16:29:47.4096782Z [2953/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u40.c.obj 2024-11-01T16:29:47.4423102Z [2954/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u72.c.obj 2024-11-01T16:29:47.4469843Z [2955/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u48.c.obj 2024-11-01T16:29:47.4482908Z [2956/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u8.c.obj 2024-11-01T16:29:47.4640199Z [2957/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u64.c.obj 2024-11-01T16:29:47.4835648Z [2958/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u56.c.obj 2024-11-01T16:29:47.5055735Z [2959/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u56.c.obj 2024-11-01T16:29:47.5102449Z [2960/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u40.c.obj 2024-11-01T16:29:47.5149136Z [2961/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u80.c.obj 2024-11-01T16:29:47.5361817Z [2962/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u24.c.obj 2024-11-01T16:29:47.5464764Z [2963/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u32.c.obj 2024-11-01T16:29:47.5478466Z [2964/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u48.c.obj 2024-11-01T16:29:47.5788683Z [2965/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u80.c.obj 2024-11-01T16:29:47.5998188Z [2966/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u72.c.obj 2024-11-01T16:29:47.6145870Z [2967/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u16.c.obj 2024-11-01T16:29:47.6207091Z [2968/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-fma3-acc2.c.obj 2024-11-01T16:29:47.6257242Z [2969/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-fma3.c.obj 2024-11-01T16:29:47.6342662Z [2970/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-fma3-acc2.c.obj 2024-11-01T16:29:47.6438503Z [2971/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u64.c.obj 2024-11-01T16:29:47.6676864Z [2972/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-fma3.c.obj 2024-11-01T16:29:47.7197907Z [2973/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.obj 2024-11-01T16:29:47.7211427Z [2974/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-fma3.c.obj 2024-11-01T16:29:47.7338942Z [2975/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-fma3-acc2.c.obj 2024-11-01T16:29:47.7355275Z [2976/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-fma3-acc2.c.obj 2024-11-01T16:29:47.7517482Z [2977/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-fma3.c.obj 2024-11-01T16:29:47.7745922Z [2978/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l8c8s4r-minmax-fma3-acc2.c.obj 2024-11-01T16:29:47.7761523Z [2979/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-fma3.c.obj 2024-11-01T16:29:47.7995731Z [2980/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.obj 2024-11-01T16:29:47.8295342Z [2981/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.obj 2024-11-01T16:29:47.8421285Z [2982/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.obj 2024-11-01T16:29:47.8470868Z [2983/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c8s4r-minmax-fma3.c.obj 2024-11-01T16:29:47.8576196Z [2984/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-fma3-acc2.c.obj 2024-11-01T16:29:47.8631397Z [2985/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l32c8s4r-minmax-fma3.c.obj 2024-11-01T16:29:47.9004717Z [2986/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l8c8s4r-minmax-fma3.c.obj 2024-11-01T16:29:47.9134839Z [2987/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l16c8s4r-minmax-fma3-acc2.c.obj 2024-11-01T16:29:47.9424103Z [2988/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l32c8s4r-minmax-fma3-acc2.c.obj 2024-11-01T16:29:47.9563112Z [2989/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-fma3.c.obj 2024-11-01T16:29:47.9608794Z [2990/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-fma3-acc2.c.obj 2024-11-01T16:29:47.9701983Z [2991/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-fma3-acc2.c.obj 2024-11-01T16:29:47.9934547Z [2992/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l16c8s4r-minmax-fma3.c.obj 2024-11-01T16:29:47.9981076Z [2993/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-fma3.c.obj 2024-11-01T16:29:48.0083279Z [2994/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-fma3.c.obj 2024-11-01T16:29:48.0703350Z [2995/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.0755457Z [2996/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-fma3.c.obj 2024-11-01T16:29:48.0912641Z [2997/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.1103289Z [2998/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-fma3-acc2.c.obj 2024-11-01T16:29:48.1188456Z [2999/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.1199651Z [3000/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16s4-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.1298133Z [3001/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.1349402Z [3002/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.1886644Z [3003/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16s4-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.1980225Z [3004/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.2427330Z [3005/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16s4-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.2530360Z [3006/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.2694645Z [3007/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.2707873Z [3008/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16s4-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.2757897Z [3009/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16s4-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.2890948Z [3010/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.2987878Z [3011/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.3332012Z [3012/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.3649713Z [3013/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16s4-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.3700273Z [3014/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.3892431Z [3015/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.3964222Z [3016/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-8x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.4036956Z [3017/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.4180289Z [3018/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.4226086Z [3019/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16s4-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.4528354Z [3020/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.4846363Z [3021/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16s4-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.4971917Z [3022/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.5041219Z [3023/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.5320164Z [3024/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.5332833Z [3025/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16s4-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.5343862Z [3026/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.5460399Z [3027/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16s4-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.5473072Z [3028/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.5810178Z [3029/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.6103455Z [3030/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.obj 2024-11-01T16:29:48.6341092Z [3031/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.6473285Z [3032/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16s4-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.6524005Z [3033/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.6540484Z [3034/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.6799389Z [3035/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-fma3-broadcast-prfm.c.obj 2024-11-01T16:29:48.6852416Z [3036/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.6961557Z [3037/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x8-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.7123659Z [3038/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16s4-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.7300016Z [3039/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16s4-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.7492374Z [3040/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.7601444Z [3041/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-3x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.7852476Z [3042/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-2x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.7900086Z [3043/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.7993479Z [3044/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.8432200Z [3045/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.8487034Z [3046/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-5x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.8701879Z [3047/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-8x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.8786319Z [3048/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-7x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.9015000Z [3049/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.9027232Z [3050/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-6x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.9128610Z [3051/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.9180713Z [3052/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.9719617Z [3053/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.9837925Z [3054/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.9980392Z [3055/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:48.9991683Z [3056/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u16.c.obj 2024-11-01T16:29:49.0042274Z [3057/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u8.c.obj 2024-11-01T16:29:49.0108820Z [3058/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u16.c.obj 2024-11-01T16:29:49.0200780Z [3059/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-fma3-rational-12-10-div.c.obj 2024-11-01T16:29:49.0552852Z [3060/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x16-minmax-fma3-broadcast.c.obj 2024-11-01T16:29:49.0702619Z [3061/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-fma3-rational-3-3-nr.c.obj 2024-11-01T16:29:49.1011592Z [3062/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u8.c.obj 2024-11-01T16:29:49.1105453Z [3063/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-rational-9-6-div.c.obj 2024-11-01T16:29:49.1188994Z [3064/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-fma3-rational-3-3-div.c.obj 2024-11-01T16:29:49.1276705Z [3065/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u16.c.obj 2024-11-01T16:29:49.1291233Z [3066/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u32.c.obj 2024-11-01T16:29:49.1329259Z [3067/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u32.c.obj 2024-11-01T16:29:49.1397117Z [3068/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-rational-9-6-nr.c.obj 2024-11-01T16:29:49.1471967Z [3069/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u8.c.obj 2024-11-01T16:29:49.2279379Z [3070/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-5x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.2292325Z [3071/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.2410744Z [3072/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.2571101Z [3073/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-1x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.2586083Z [3074/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.2706520Z [3075/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-3x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.2719409Z [3076/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-5x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.3122200Z [3077/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-4x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.3381125Z [3078/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-6x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.3482140Z [3079/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-1x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.3568797Z [3080/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-7x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.3689539Z [3081/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-3x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.3754979Z [3082/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.3861199Z [3083/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-6x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.4034455Z [3084/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-4x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.4083179Z [3085/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-5x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.4522027Z [3086/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-5x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.4800835Z [3087/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-4x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.4885447Z [3088/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-3x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.5104581Z [3089/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-4x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.5232708Z [3090/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-1x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.5287864Z [3091/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-7x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.5300149Z [3092/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-7x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.5310954Z [3093/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-1x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.5673963Z [3094/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-6x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.6037363Z [3095/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-5x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.6316312Z [3096/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-1x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.6361836Z [3097/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-6x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.6377320Z [3098/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-4x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.6658159Z [3099/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-5x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.6672567Z [3100/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-5x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.6781726Z [3101/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-1x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.6797822Z [3102/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-4x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.6909503Z [3103/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-5x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.7431582Z [3104/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-pavgpool\f16-pavgpool-9x-minmax-avx2-c8.c.obj 2024-11-01T16:29:49.7486329Z [3105/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-3x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.7530178Z [3106/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u16-acc2.c.obj 2024-11-01T16:29:49.7577405Z [3107/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc2.c.obj 2024-11-01T16:29:49.7590807Z [3108/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-7x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:49.7680239Z [3109/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-pavgpool\f16-pavgpool-9p8x-minmax-avx2-c8.c.obj 2024-11-01T16:29:49.7730071Z [3110/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80-acc2.c.obj 2024-11-01T16:29:49.8070911Z [3111/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u72-acc3.c.obj 2024-11-01T16:29:49.8313881Z [3112/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80-acc5.c.obj 2024-11-01T16:29:49.8359823Z [3113/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80.c.obj 2024-11-01T16:29:49.8588409Z [3114/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u72.c.obj 2024-11-01T16:29:49.8601153Z [3115/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc2.c.obj 2024-11-01T16:29:49.8706979Z [3116/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.obj 2024-11-01T16:29:49.8752922Z [3117/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc2.c.obj 2024-11-01T16:29:49.8868823Z [3118/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u16.c.obj 2024-11-01T16:29:49.8966536Z [3119/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc4.c.obj 2024-11-01T16:29:49.9324700Z [3120/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc5.c.obj 2024-11-01T16:29:49.9379732Z [3121/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc3.c.obj 2024-11-01T16:29:49.9471892Z [3122/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc2.c.obj 2024-11-01T16:29:49.9518662Z [3123/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40.c.obj 2024-11-01T16:29:49.9577598Z [3124/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48.c.obj 2024-11-01T16:29:49.9896666Z [3125/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc2.c.obj 2024-11-01T16:29:49.9941334Z [3126/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u72.c.obj 2024-11-01T16:29:50.0076909Z [3127/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc4.c.obj 2024-11-01T16:29:50.0090373Z [3128/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64.c.obj 2024-11-01T16:29:50.0322644Z [3129/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u72-acc3.c.obj 2024-11-01T16:29:50.0372747Z [3130/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc5.c.obj 2024-11-01T16:29:50.0385349Z [3131/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc6.c.obj 2024-11-01T16:29:50.0435132Z [3132/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc2.c.obj 2024-11-01T16:29:50.0713065Z [3133/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80.c.obj 2024-11-01T16:29:50.1030050Z [3134/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc2.c.obj 2024-11-01T16:29:50.1202126Z [3135/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc3.c.obj 2024-11-01T16:29:50.1330940Z [3136/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u16.c.obj 2024-11-01T16:29:50.1381394Z [3137/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-velu\gen\f16-velu-avx2-rr1-p3-u16.c.obj 2024-11-01T16:29:50.1458268Z [3138/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u8.c.obj 2024-11-01T16:29:50.1506098Z [3139/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96.c.obj 2024-11-01T16:29:50.1652744Z [3140/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u24.c.obj 2024-11-01T16:29:50.1888808Z [3141/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u32.c.obj 2024-11-01T16:29:50.1999012Z [3142/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-velu\gen\f16-velu-avx2-rr1-p3-u8.c.obj 2024-11-01T16:29:50.2135307Z [3143/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u40.c.obj 2024-11-01T16:29:50.2382021Z [3144/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u64.c.obj 2024-11-01T16:29:50.2454332Z [3145/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u48.c.obj 2024-11-01T16:29:50.2506086Z [3146/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u48.c.obj 2024-11-01T16:29:50.2600635Z [3147/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u8.c.obj 2024-11-01T16:29:50.2711244Z [3148/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u56.c.obj 2024-11-01T16:29:50.2785740Z [3149/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.obj 2024-11-01T16:29:50.3012829Z [3150/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u56.c.obj 2024-11-01T16:29:50.3363687Z [3151/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u16.c.obj 2024-11-01T16:29:50.3496454Z [3152/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u16.c.obj 2024-11-01T16:29:50.3508289Z [3153/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u24.c.obj 2024-11-01T16:29:50.3572921Z [3154/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u40.c.obj 2024-11-01T16:29:50.3584993Z [3155/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u32.c.obj 2024-11-01T16:29:50.3631551Z [3156/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u64.c.obj 2024-11-01T16:29:50.3842464Z [3157/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u24.c.obj 2024-11-01T16:29:50.4057687Z [3158/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u40.c.obj 2024-11-01T16:29:50.4251558Z [3159/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u8.c.obj 2024-11-01T16:29:50.4448292Z [3160/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u72.c.obj 2024-11-01T16:29:50.4523138Z [3161/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u56.c.obj 2024-11-01T16:29:50.4579274Z [3162/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u64.c.obj 2024-11-01T16:29:50.4630441Z [3163/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u80.c.obj 2024-11-01T16:29:50.4724192Z [3164/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u48.c.obj 2024-11-01T16:29:50.4769358Z [3165/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u8.c.obj 2024-11-01T16:29:50.5480894Z [3166/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u16.c.obj 2024-11-01T16:29:50.5521264Z [3167/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u24.c.obj 2024-11-01T16:29:50.5565358Z [3168/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u32.c.obj 2024-11-01T16:29:50.5739978Z [3169/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u56.c.obj 2024-11-01T16:29:50.5753712Z [3170/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-2x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:50.5767492Z [3171/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u40.c.obj 2024-11-01T16:29:50.5815048Z [3172/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u64.c.obj 2024-11-01T16:29:50.5883370Z [3173/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u48.c.obj 2024-11-01T16:29:50.6574658Z [3174/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u72.c.obj 2024-11-01T16:29:50.6662174Z [3175/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:50.6810386Z [3176/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u80.c.obj 2024-11-01T16:29:50.6823462Z [3177/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-8x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:50.6969950Z [3178/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-7x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:50.7084508Z [3179/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-6x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:50.7145134Z [3180/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-5x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:50.7197509Z [3181/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-3x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:50.7784892Z [3182/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:50.8007820Z [3183/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:50.8021174Z [3184/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16s4-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:50.8031779Z [3185/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:50.8118985Z [3186/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:50.8310684Z [3187/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x16s4-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:50.8600195Z [3188/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:50.8954995Z [3189/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x16s4-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:50.9004595Z [3190/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:50.9213663Z [3191/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:50.9225676Z [3192/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:50.9840299Z [3193/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:50.9942482Z [3194/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x16s4-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:51.0119957Z [3195/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:51.0235607Z [3196/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x16s4-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:51.0333641Z [3197/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:51.0510315Z [3198/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:51.0558834Z [3199/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16s4-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:51.0709012Z [3200/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:51.0771601Z [3201/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u48.c.obj 2024-11-01T16:29:51.0844104Z [3202/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u16.c.obj 2024-11-01T16:29:51.1305057Z [3203/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x16-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:51.1354334Z [3204/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u32.c.obj 2024-11-01T16:29:51.1443772Z [3205/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x8-minmax-avx2-broadcast.c.obj 2024-11-01T16:29:51.1678727Z [3206/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32-acc2.c.obj 2024-11-01T16:29:51.1749678Z [3207/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u64.c.obj 2024-11-01T16:29:51.1803510Z [3208/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u16.c.obj 2024-11-01T16:29:51.1815885Z [3209/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u64.c.obj 2024-11-01T16:29:51.2117828Z [3210/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u32.c.obj 2024-11-01T16:29:51.2381552Z [3211/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u48.c.obj 2024-11-01T16:29:51.2396671Z [3212/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32-acc4.c.obj 2024-11-01T16:29:51.2511170Z [3213/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64-acc4.c.obj 2024-11-01T16:29:51.2739544Z [3214/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u48.c.obj 2024-11-01T16:29:51.2826434Z [3215/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32.c.obj 2024-11-01T16:29:51.2985278Z [3216/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64-acc2.c.obj 2024-11-01T16:29:51.3217288Z [3217/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u32.c.obj 2024-11-01T16:29:51.3231779Z [3218/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64.c.obj 2024-11-01T16:29:51.3296458Z [3219/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u40.c.obj 2024-11-01T16:29:51.3310055Z [3220/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u64.c.obj 2024-11-01T16:29:51.3489016Z [3221/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u56.c.obj 2024-11-01T16:29:51.3568873Z [3222/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u72.c.obj 2024-11-01T16:29:51.3747250Z [3223/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc3.c.obj 2024-11-01T16:29:51.3867454Z [3224/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32-acc2.c.obj 2024-11-01T16:29:51.4108572Z [3225/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32-acc4.c.obj 2024-11-01T16:29:51.4188622Z [3226/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32.c.obj 2024-11-01T16:29:51.4395764Z [3227/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64-acc2.c.obj 2024-11-01T16:29:51.4615451Z [3228/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u72-acc3.c.obj 2024-11-01T16:29:51.4665443Z [3229/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64.c.obj 2024-11-01T16:29:51.4725689Z [3230/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96.c.obj 2024-11-01T16:29:51.4932534Z [3231/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc6.c.obj 2024-11-01T16:29:51.4943501Z [3232/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64-acc4.c.obj 2024-11-01T16:29:51.5083731Z [3233/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc3.c.obj 2024-11-01T16:29:51.5292277Z [3234/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80-acc5.c.obj 2024-11-01T16:29:51.5373621Z [3235/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u72.c.obj 2024-11-01T16:29:51.5424600Z [3236/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80-acc2.c.obj 2024-11-01T16:29:51.5495136Z [3237/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc2.c.obj 2024-11-01T16:29:51.5538567Z [3238/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80.c.obj 2024-11-01T16:29:51.5719284Z [3239/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc6.c.obj 2024-11-01T16:29:51.5736242Z [3240/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96.c.obj 2024-11-01T16:29:51.6139587Z [3241/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u64-acc2.c.obj 2024-11-01T16:29:51.6394485Z [3242/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u72.c.obj 2024-11-01T16:29:51.6435785Z [3243/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u32-acc4.c.obj 2024-11-01T16:29:51.6565878Z [3244/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u32.c.obj 2024-11-01T16:29:51.6620158Z [3245/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u32-acc2.c.obj 2024-11-01T16:29:51.6670496Z [3246/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u80-acc2.c.obj 2024-11-01T16:29:51.6769624Z [3247/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u64-acc4.c.obj 2024-11-01T16:29:51.6878327Z [3248/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u72-acc3.c.obj 2024-11-01T16:29:51.6928882Z [3249/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u80-acc5.c.obj 2024-11-01T16:29:51.7247183Z [3250/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u96.c.obj 2024-11-01T16:29:51.7355445Z [3251/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc6.c.obj 2024-11-01T16:29:51.7398796Z [3252/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u64.c.obj 2024-11-01T16:29:51.7448322Z [3253/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc3.c.obj 2024-11-01T16:29:51.7679878Z [3254/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc2.c.obj 2024-11-01T16:29:51.7864656Z [3255/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u32.c.obj 2024-11-01T16:29:51.7878577Z [3256/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u40.c.obj 2024-11-01T16:29:51.7928810Z [3257/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u80.c.obj 2024-11-01T16:29:51.8133747Z [3258/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u48.c.obj 2024-11-01T16:29:51.8427194Z [3259/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u16.c.obj 2024-11-01T16:29:51.8695456Z [3260/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u24.c.obj 2024-11-01T16:29:51.8706976Z [3261/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u8.c.obj 2024-11-01T16:29:51.8759628Z [3262/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u16.c.obj 2024-11-01T16:29:51.8771445Z [3263/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u72.c.obj 2024-11-01T16:29:51.8865355Z [3264/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u80.c.obj 2024-11-01T16:29:51.8917522Z [3265/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u8.c.obj 2024-11-01T16:29:51.9151709Z [3266/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u56.c.obj 2024-11-01T16:29:51.9327392Z [3267/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u64.c.obj 2024-11-01T16:29:51.9693992Z [3268/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u40.c.obj 2024-11-01T16:29:51.9723077Z [3269/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u64.c.obj 2024-11-01T16:29:51.9777225Z [3270/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u48.c.obj 2024-11-01T16:29:51.9789480Z [3271/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u56.c.obj 2024-11-01T16:29:51.9834219Z [3272/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u24.c.obj 2024-11-01T16:29:52.0148455Z [3273/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u32.c.obj 2024-11-01T16:29:52.0282915Z [3274/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u72.c.obj 2024-11-01T16:29:52.0337141Z [3275/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u16.c.obj 2024-11-01T16:29:52.0754761Z [3276/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u32.c.obj 2024-11-01T16:29:52.0909329Z [3277/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u80.c.obj 2024-11-01T16:29:52.0960004Z [3278/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u56.c.obj 2024-11-01T16:29:52.0973310Z [3279/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u8.c.obj 2024-11-01T16:29:52.1018516Z [3280/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u24.c.obj 2024-11-01T16:29:52.1130246Z [3281/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u48.c.obj 2024-11-01T16:29:52.1182649Z [3282/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u72.c.obj 2024-11-01T16:29:52.1297945Z [3283/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u64.c.obj 2024-11-01T16:29:52.1806451Z [3284/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u40.c.obj 2024-11-01T16:29:52.1945668Z [3285/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u80.c.obj 2024-11-01T16:29:52.1987291Z [3286/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u8.c.obj 2024-11-01T16:29:52.2063647Z [3287/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u24.c.obj 2024-11-01T16:29:52.2074746Z [3288/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u32.c.obj 2024-11-01T16:29:52.2233708Z [3289/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u56.c.obj 2024-11-01T16:29:52.2553094Z [3290/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u40.c.obj 2024-11-01T16:29:52.2720413Z [3291/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u80.c.obj 2024-11-01T16:29:52.2793039Z [3292/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u16.c.obj 2024-11-01T16:29:52.2804074Z [3293/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u48.c.obj 2024-11-01T16:29:52.3050743Z [3294/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u64.c.obj 2024-11-01T16:29:52.3099991Z [3295/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-avx2-rational-3-3-div.c.obj 2024-11-01T16:29:52.3112069Z [3296/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u24.c.obj 2024-11-01T16:29:52.3306235Z [3297/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u32.c.obj 2024-11-01T16:29:52.3577746Z [3298/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u16.c.obj 2024-11-01T16:29:52.3637620Z [3299/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u72.c.obj 2024-11-01T16:29:52.3728844Z [3300/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u40.c.obj 2024-11-01T16:29:52.3774677Z [3301/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u8.c.obj 2024-11-01T16:29:52.3877250Z [3302/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u64.c.obj 2024-11-01T16:29:52.4159786Z [3303/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u48.c.obj 2024-11-01T16:29:52.4203976Z [3304/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u80.c.obj 2024-11-01T16:29:52.4262793Z [3305/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u72.c.obj 2024-11-01T16:29:52.4441449Z [3306/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u56.c.obj 2024-11-01T16:29:52.4486609Z [3307/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u32.c.obj 2024-11-01T16:29:52.4624568Z [3308/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u8.c.obj 2024-11-01T16:29:52.4695840Z [3309/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u88.c.obj 2024-11-01T16:29:52.4756434Z [3310/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u96.c.obj 2024-11-01T16:29:52.4999889Z [3311/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u24.c.obj 2024-11-01T16:29:52.5163207Z [3312/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u48.c.obj 2024-11-01T16:29:52.5176115Z [3313/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u16.c.obj 2024-11-01T16:29:52.5274010Z [3314/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u56.c.obj 2024-11-01T16:29:52.5384783Z [3315/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u80.c.obj 2024-11-01T16:29:52.5427660Z [3316/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u40.c.obj 2024-11-01T16:29:52.5878414Z [3317/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u72.c.obj 2024-11-01T16:29:52.5924764Z [3318/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u16.c.obj 2024-11-01T16:29:52.6020270Z [3319/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u96.c.obj 2024-11-01T16:29:52.6168687Z [3320/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u8.c.obj 2024-11-01T16:29:52.6179838Z [3321/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u88.c.obj 2024-11-01T16:29:52.6191895Z [3322/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u64.c.obj 2024-11-01T16:29:52.6499960Z [3323/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u24.c.obj 2024-11-01T16:29:52.6511823Z [3324/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u40.c.obj 2024-11-01T16:29:52.6841180Z [3325/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u8.c.obj 2024-11-01T16:29:52.6904136Z [3326/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u24.c.obj 2024-11-01T16:29:52.7039636Z [3327/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u32.c.obj 2024-11-01T16:29:52.7144560Z [3328/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u72.c.obj 2024-11-01T16:29:52.7156232Z [3329/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u80.c.obj 2024-11-01T16:29:52.7367095Z [3330/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u16.c.obj 2024-11-01T16:29:52.7662690Z [3331/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u80.c.obj 2024-11-01T16:29:52.7814998Z [3332/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u64.c.obj 2024-11-01T16:29:52.7957519Z [3333/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u16.c.obj 2024-11-01T16:29:52.8000206Z [3334/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u8.c.obj 2024-11-01T16:29:52.8049902Z [3335/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u48.c.obj 2024-11-01T16:29:52.8062357Z [3336/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u56.c.obj 2024-11-01T16:29:52.8644037Z [3337/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u32.c.obj 2024-11-01T16:29:52.8714360Z [3338/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u48.c.obj 2024-11-01T16:29:52.8761487Z [3339/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u40.c.obj 2024-11-01T16:29:52.8773894Z [3340/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u24.c.obj 2024-11-01T16:29:52.9045500Z [3341/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u72.c.obj 2024-11-01T16:29:52.9194158Z [3342/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-1x8c8-minmax-avx2.c.obj 2024-11-01T16:29:52.9208886Z [3343/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u56.c.obj 2024-11-01T16:29:52.9755177Z [3344/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u80.c.obj 2024-11-01T16:29:52.9804041Z [3345/7391] 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 2024-11-01T16:29:52.9905204Z [3346/7391] 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 2024-11-01T16:29:53.0065134Z [3347/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.obj 2024-11-01T16:29:53.0181267Z [3348/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u64.c.obj 2024-11-01T16:29:53.0400231Z [3349/7391] 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 2024-11-01T16:29:53.0811739Z [3350/7391] 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 2024-11-01T16:29:53.0955138Z [3351/7391] 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 2024-11-01T16:29:53.1008240Z [3352/7391] 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 2024-11-01T16:29:53.1093846Z [3353/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-3x8c8-minmax-avx2.c.obj 2024-11-01T16:29:53.1290978Z [3354/7391] 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 2024-11-01T16:29:53.1306822Z [3355/7391] 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 2024-11-01T16:29:53.1439594Z [3356/7391] 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 2024-11-01T16:29:53.1684566Z [3357/7391] 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 2024-11-01T16:29:53.2274516Z [3358/7391] 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 2024-11-01T16:29:53.2321010Z [3359/7391] 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 2024-11-01T16:29:53.2439328Z [3360/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.obj 2024-11-01T16:29:53.2547819Z [3361/7391] 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 2024-11-01T16:29:53.2603546Z [3362/7391] 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 2024-11-01T16:29:53.2679086Z [3363/7391] 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 2024-11-01T16:29:53.2735512Z [3364/7391] 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 2024-11-01T16:29:53.2967177Z [3365/7391] 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 2024-11-01T16:29:53.3482314Z [3366/7391] 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 2024-11-01T16:29:53.3618110Z [3367/7391] 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 2024-11-01T16:29:53.3879249Z [3368/7391] 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 2024-11-01T16:29:53.3939620Z [3369/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-3x8c8-minmax-avx2.c.obj 2024-11-01T16:29:53.3956338Z [3370/7391] 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 2024-11-01T16:29:53.4020597Z [3371/7391] 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 2024-11-01T16:29:53.4165835Z [3372/7391] 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 2024-11-01T16:29:53.4318483Z [3373/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx2.c.obj 2024-11-01T16:29:53.4841940Z [3374/7391] 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 2024-11-01T16:29:53.4929074Z [3375/7391] 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 2024-11-01T16:29:53.5037697Z [3376/7391] 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 2024-11-01T16:29:53.5160741Z [3377/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx2.c.obj 2024-11-01T16:29:53.5483532Z [3378/7391] 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 2024-11-01T16:29:53.5528297Z [3379/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-3x8c8-minmax-avx2.c.obj 2024-11-01T16:29:53.5585849Z [3380/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x8c8-minmax-avx2.c.obj 2024-11-01T16:29:53.5829280Z [3381/7391] 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 2024-11-01T16:29:53.6166237Z [3382/7391] 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 2024-11-01T16:29:53.6222703Z [3383/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.obj 2024-11-01T16:29:53.6611739Z [3384/7391] 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 2024-11-01T16:29:53.6656795Z [3385/7391] 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 2024-11-01T16:29:53.6874729Z [3386/7391] 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 2024-11-01T16:29:53.6888161Z [3387/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x8c8-minmax-avx2.c.obj 2024-11-01T16:29:53.6953477Z [3388/7391] 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 2024-11-01T16:29:53.7173183Z [3389/7391] 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 2024-11-01T16:29:53.7503232Z [3390/7391] 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 2024-11-01T16:29:53.7572047Z [3391/7391] 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 2024-11-01T16:29:53.7860449Z [3392/7391] 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 2024-11-01T16:29:53.8121136Z [3393/7391] 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 2024-11-01T16:29:53.8191762Z [3394/7391] 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 2024-11-01T16:29:53.8339898Z [3395/7391] 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 2024-11-01T16:29:53.8483958Z [3396/7391] 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 2024-11-01T16:29:53.8629240Z [3397/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.obj 2024-11-01T16:29:53.8801175Z [3398/7391] 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 2024-11-01T16:29:53.8885963Z [3399/7391] 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 2024-11-01T16:29:53.9304830Z [3400/7391] 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 2024-11-01T16:29:53.9406030Z [3401/7391] 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 2024-11-01T16:29:53.9608729Z [3402/7391] 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 2024-11-01T16:29:53.9807083Z [3403/7391] 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 2024-11-01T16:29:53.9819123Z [3404/7391] 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 2024-11-01T16:29:53.9991863Z [3405/7391] 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 2024-11-01T16:29:54.0107383Z [3406/7391] 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 2024-11-01T16:29:54.0305382Z [3407/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8c8-minmax-avx2.c.obj 2024-11-01T16:29:54.0842965Z [3408/7391] 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 2024-11-01T16:29:54.0890669Z [3409/7391] 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 2024-11-01T16:29:54.1015470Z [3410/7391] 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 2024-11-01T16:29:54.1152973Z [3411/7391] 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 2024-11-01T16:29:54.1232824Z [3412/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8c8-minmax-avx2.c.obj 2024-11-01T16:29:54.1371443Z [3413/7391] 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 2024-11-01T16:29:54.1655377Z [3414/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x8c8-minmax-avx2.c.obj 2024-11-01T16:29:54.1714887Z [3415/7391] 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 2024-11-01T16:29:54.2015817Z [3416/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x8c8-minmax-avx2.c.obj 2024-11-01T16:29:54.2136848Z [3417/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:54.2186378Z [3418/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:54.2425359Z [3419/7391] 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 2024-11-01T16:29:54.2559164Z [3420/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:54.3059634Z [3421/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2024-11-01T16:29:54.3107855Z [3422/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2024-11-01T16:29:54.3155479Z [3423/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2024-11-01T16:29:54.3215001Z [3424/7391] 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 2024-11-01T16:29:54.3277578Z [3425/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2024-11-01T16:29:54.3670802Z [3426/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:54.3685372Z [3427/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:54.3880336Z [3428/7391] 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 2024-11-01T16:29:54.4171183Z [3429/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2024-11-01T16:29:54.4258340Z [3430/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2024-11-01T16:29:54.4314043Z [3431/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:54.4370951Z [3432/7391] 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 2024-11-01T16:29:54.4547565Z [3433/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2024-11-01T16:29:54.5088210Z [3434/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2024-11-01T16:29:54.5140927Z [3435/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:54.5186539Z [3436/7391] 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 2024-11-01T16:29:54.5453581Z [3437/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2024-11-01T16:29:54.5501274Z [3438/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:54.5541752Z [3439/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:54.5646011Z [3440/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:54.6264715Z [3441/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2024-11-01T16:29:54.6351678Z [3442/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2024-11-01T16:29:54.6476511Z [3443/7391] 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 2024-11-01T16:29:54.6557763Z [3444/7391] 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 2024-11-01T16:29:54.6569409Z [3445/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:54.6697829Z [3446/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2024-11-01T16:29:54.7004108Z [3447/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2024-11-01T16:29:54.7021108Z [3448/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2024-11-01T16:29:54.7504791Z [3449/7391] 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 2024-11-01T16:29:54.7609919Z [3450/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2024-11-01T16:29:54.7671016Z [3451/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:54.7717036Z [3452/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2024-11-01T16:29:54.7838494Z [3453/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2024-11-01T16:29:54.7891047Z [3454/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:54.8081220Z [3455/7391] 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 2024-11-01T16:29:54.8656832Z [3456/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2024-11-01T16:29:54.8747865Z [3457/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:54.8963609Z [3458/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u32.c.obj 2024-11-01T16:29:54.8978597Z [3459/7391] 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 2024-11-01T16:29:54.9072827Z [3460/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u64.c.obj 2024-11-01T16:29:54.9118173Z [3461/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:54.9183805Z [3462/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2024-11-01T16:29:54.9235293Z [3463/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2024-11-01T16:29:54.9570176Z [3464/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u24.c.obj 2024-11-01T16:29:54.9837955Z [3465/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u16.c.obj 2024-11-01T16:29:54.9904986Z [3466/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u16.c.obj 2024-11-01T16:29:54.9982404Z [3467/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u8.c.obj 2024-11-01T16:29:55.0061554Z [3468/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u24.c.obj 2024-11-01T16:29:55.0233284Z [3469/7391] 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 2024-11-01T16:29:55.0327017Z [3470/7391] 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 2024-11-01T16:29:55.0543760Z [3471/7391] 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 2024-11-01T16:29:55.0604181Z [3472/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u32.c.obj 2024-11-01T16:29:55.1163439Z [3473/7391] 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 2024-11-01T16:29:55.1207280Z [3474/7391] 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 2024-11-01T16:29:55.1338908Z [3475/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p16c-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:55.1431356Z [3476/7391] 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 2024-11-01T16:29:55.1497754Z [3477/7391] 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 2024-11-01T16:29:55.1647153Z [3478/7391] 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 2024-11-01T16:29:55.1661806Z [3479/7391] 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 2024-11-01T16:29:55.1800221Z [3480/7391] 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 2024-11-01T16:29:55.2298801Z [3481/7391] 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 2024-11-01T16:29:55.2430190Z [3482/7391] 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 2024-11-01T16:29:55.2740176Z [3483/7391] 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 2024-11-01T16:29:55.2806537Z [3484/7391] 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 2024-11-01T16:29:55.2960881Z [3485/7391] 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 2024-11-01T16:29:55.3157433Z [3486/7391] 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 2024-11-01T16:29:55.3440690Z [3487/7391] 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 2024-11-01T16:29:55.3454274Z [3488/7391] 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 2024-11-01T16:29:55.3643559Z [3489/7391] 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 2024-11-01T16:29:55.3876097Z [3490/7391] 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 2024-11-01T16:29:55.3927465Z [3491/7391] 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 2024-11-01T16:29:55.3983909Z [3492/7391] 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 2024-11-01T16:29:55.4337639Z [3493/7391] 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 2024-11-01T16:29:55.4350294Z [3494/7391] 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 2024-11-01T16:29:55.4661023Z [3495/7391] 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 2024-11-01T16:29:55.4763065Z [3496/7391] 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 2024-11-01T16:29:55.4810414Z [3497/7391] 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 2024-11-01T16:29:55.5008709Z [3498/7391] 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 2024-11-01T16:29:55.5141458Z [3499/7391] 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 2024-11-01T16:29:55.5348544Z [3500/7391] 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 2024-11-01T16:29:55.5401058Z [3501/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:55.5479232Z [3502/7391] 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 2024-11-01T16:29:55.5802518Z [3503/7391] 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 2024-11-01T16:29:55.6197436Z [3504/7391] 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 2024-11-01T16:29:55.6265569Z [3505/7391] 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 2024-11-01T16:29:55.6416288Z [3506/7391] 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 2024-11-01T16:29:55.6554903Z [3507/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:55.6618921Z [3508/7391] 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 2024-11-01T16:29:55.6707346Z [3509/7391] 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 2024-11-01T16:29:55.6759936Z [3510/7391] 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 2024-11-01T16:29:55.6923315Z [3511/7391] 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 2024-11-01T16:29:55.7346825Z [3512/7391] 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 2024-11-01T16:29:55.7475357Z [3513/7391] 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 2024-11-01T16:29:55.7656654Z [3514/7391] 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 2024-11-01T16:29:55.7882218Z [3515/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x8c8-minmax-fp32-avx2.c.obj 2024-11-01T16:29:55.7973430Z [3516/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx2.c.obj 2024-11-01T16:29:55.8216409Z [3517/7391] 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 2024-11-01T16:29:55.8333043Z [3518/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x8c8-minmax-fp32-avx2.c.obj 2024-11-01T16:29:55.8393044Z [3519/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx2-c32.c.obj 2024-11-01T16:29:55.8443947Z [3520/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x8c8-minmax-fp32-avx2.c.obj 2024-11-01T16:29:55.8620675Z [3521/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx2.c.obj 2024-11-01T16:29:55.8757745Z [3522/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x8c8-minmax-fp32-avx2.c.obj 2024-11-01T16:29:55.9239705Z [3523/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x8c8-minmax-fp32-avx2.c.obj 2024-11-01T16:29:55.9308844Z [3524/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x8c8-minmax-fp32-avx2.c.obj 2024-11-01T16:29:55.9350052Z [3525/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u64-acc2.c.obj 2024-11-01T16:29:55.9442846Z [3526/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u128-acc2.c.obj 2024-11-01T16:29:55.9454682Z [3527/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx2-c64.c.obj 2024-11-01T16:29:55.9608952Z [3528/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u64.c.obj 2024-11-01T16:29:55.9700233Z [3529/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u128.c.obj 2024-11-01T16:29:55.9774862Z [3530/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u32.c.obj 2024-11-01T16:29:56.0004662Z [3531/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u128-acc4.c.obj 2024-11-01T16:29:56.0233038Z [3532/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.obj 2024-11-01T16:29:56.0465336Z [3533/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u24.c.obj 2024-11-01T16:29:56.0549617Z [3534/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u8.c.obj 2024-11-01T16:29:56.0633820Z [3535/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u8.c.obj 2024-11-01T16:29:56.0677436Z [3536/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u32.c.obj 2024-11-01T16:29:56.0751792Z [3537/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u32.c.obj 2024-11-01T16:29:56.0805653Z [3538/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u16.c.obj 2024-11-01T16:29:56.1153633Z [3539/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u16.c.obj 2024-11-01T16:29:56.1386774Z [3540/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u32.c.obj 2024-11-01T16:29:56.1455599Z [3541/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u24.c.obj 2024-11-01T16:29:56.1523968Z [3542/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u64.c.obj 2024-11-01T16:29:56.1569607Z [3543/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u16.c.obj 2024-11-01T16:29:56.1730514Z [3544/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u32.c.obj 2024-11-01T16:29:56.1745155Z [3545/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:56.1823276Z [3546/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:56.2156763Z [3547/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u64.c.obj 2024-11-01T16:29:56.2641976Z [3548/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:56.2738079Z [3549/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:56.2914139Z [3550/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:56.3011732Z [3551/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:56.3062359Z [3552/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:56.3076602Z [3553/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:56.3461853Z [3554/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:56.3513623Z [3555/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:56.3864986Z [3556/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:56.4056464Z [3557/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u16.c.obj 2024-11-01T16:29:56.4101551Z [3558/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:56.4338829Z [3559/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u24.c.obj 2024-11-01T16:29:56.4470713Z [3560/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u32.c.obj 2024-11-01T16:29:56.4518687Z [3561/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:56.4686922Z [3562/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:56.4702111Z [3563/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-11-01T16:29:56.4787886Z [3564/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u8.c.obj 2024-11-01T16:29:56.5403011Z [3565/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x8c8-minmax-fp32-avx2.c.obj 2024-11-01T16:29:56.5457862Z [3566/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x8c8-minmax-fp32-avx2.c.obj 2024-11-01T16:29:56.5507205Z [3567/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x8c8-minmax-fp32-avx2.c.obj 2024-11-01T16:29:56.5763390Z [3568/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x8c8-minmax-fp32-avx2.c.obj 2024-11-01T16:29:56.5810697Z [3569/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x8c8-minmax-fp32-avx2.c.obj 2024-11-01T16:29:56.5876002Z [3570/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x8c8-minmax-fp32-avx2.c.obj 2024-11-01T16:29:56.5972501Z [3571/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx2-mul32-ld64-u8.c.obj 2024-11-01T16:29:56.5986019Z [3572/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x8c8-minmax-fp32-avx2.c.obj 2024-11-01T16:29:56.6346787Z [3573/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx2-mul32-ld64-u8.c.obj 2024-11-01T16:29:56.6458333Z [3574/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x8c8-minmax-fp32-avx2.c.obj 2024-11-01T16:29:56.6581114Z [3575/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx2-mul32-ld64-u16.c.obj 2024-11-01T16:29:56.6803999Z [3576/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.obj 2024-11-01T16:29:56.6852188Z [3577/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u32.c.obj 2024-11-01T16:29:56.6930927Z [3578/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u16.c.obj 2024-11-01T16:29:56.6979191Z [3579/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u32.c.obj 2024-11-01T16:29:56.7091420Z [3580/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u64.c.obj 2024-11-01T16:29:56.7187831Z [3581/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u64.c.obj 2024-11-01T16:29:56.7233891Z [3582/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u16.c.obj 2024-11-01T16:29:56.7534718Z [3583/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmulc-avx2.c.obj 2024-11-01T16:29:56.7730708Z [3584/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u64.c.obj 2024-11-01T16:29:56.7784889Z [3585/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmul-avx2.c.obj 2024-11-01T16:29:56.7991521Z [3586/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u96.c.obj 2024-11-01T16:29:56.8082636Z [3587/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x8-gemm-goi-avx2-u16-prfm.c.obj 2024-11-01T16:29:56.8094265Z [3588/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u32.c.obj 2024-11-01T16:29:56.8445577Z [3589/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-32x32-reuse-mov-avx2.c.obj 2024-11-01T16:29:56.8512602Z [3590/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-32x32-reuse-switch-avx2.c.obj 2024-11-01T16:29:56.8526789Z [3591/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u128.c.obj 2024-11-01T16:29:56.8684657Z [3592/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x8-gemm-goi-avx2-u16.c.obj 2024-11-01T16:29:56.9000328Z [3593/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x16-gemm-goi-avx2-u16.c.obj 2024-11-01T16:29:56.9050870Z [3594/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-16x16-reuse-switch-avx2.c.obj 2024-11-01T16:29:56.9106580Z [3595/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-16x16-reuse-mov-avx2.c.obj 2024-11-01T16:29:56.9184524Z [3596/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx512f-acc2.c.obj 2024-11-01T16:29:56.9321912Z [3597/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x16-gemm-goi-avx2-u16-prfm.c.obj 2024-11-01T16:29:56.9577114Z [3598/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p32c-minmax-avx512f.c.obj 2024-11-01T16:29:56.9734603Z [3599/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p32c-minmax-avx512f-acc2.c.obj 2024-11-01T16:29:57.0018392Z [3600/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx512f.c.obj 2024-11-01T16:29:57.0117372Z [3601/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx512f-acc2.c.obj 2024-11-01T16:29:57.0349905Z [3602/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx512f-acc2.c.obj 2024-11-01T16:29:57.0362920Z [3603/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx512f.c.obj 2024-11-01T16:29:57.0480842Z [3604/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c16s1r-minmax-avx512f-acc2.c.obj 2024-11-01T16:29:57.0537304Z [3605/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p32c-minmax-avx512f-acc2.c.obj 2024-11-01T16:29:57.0861227Z [3606/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c16s1r-minmax-avx512f-acc2.c.obj 2024-11-01T16:29:57.1201039Z [3607/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c16s1r-minmax-avx512f.c.obj 2024-11-01T16:29:57.1330712Z [3608/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p32c-minmax-avx512f.c.obj 2024-11-01T16:29:57.1377703Z [3609/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx512f-acc2.c.obj 2024-11-01T16:29:57.1427448Z [3610/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx512f.c.obj 2024-11-01T16:29:57.1680197Z [3611/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.obj 2024-11-01T16:29:57.1694479Z [3612/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p32c-minmax-avx512f-acc2.c.obj 2024-11-01T16:29:57.1896361Z [3613/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p32c-minmax-avx512f.c.obj 2024-11-01T16:29:57.1967966Z [3614/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx512f.c.obj 2024-11-01T16:29:57.2334045Z [3615/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p32c-minmax-avx512f-acc2.c.obj 2024-11-01T16:29:57.2597878Z [3616/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:29:57.2641878Z [3617/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:29:57.2867826Z [3618/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:29:57.2919382Z [3619/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:29:57.3038409Z [3620/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:29:57.3354486Z [3621/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:29:57.3369270Z [3622/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:29:57.3671422Z [3623/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:29:57.3683576Z [3624/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p32c-minmax-avx512f.c.obj 2024-11-01T16:29:57.3881629Z [3625/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:29:57.4162498Z [3626/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:29:57.4282922Z [3627/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:29:57.4348527Z [3628/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:29:57.4401587Z [3629/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:29:57.4489040Z [3630/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:29:57.4676113Z [3631/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:29:57.4766263Z [3632/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:29:57.5120018Z [3633/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-8x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:29:57.5274601Z [3634/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64-acc4.c.obj 2024-11-01T16:29:57.5365972Z [3635/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64-acc2.c.obj 2024-11-01T16:29:57.5546994Z [3636/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx512f-2x32.c.obj 2024-11-01T16:29:57.5598007Z [3637/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x16-minmax-avx512f-broadcast.c.obj 2024-11-01T16:29:57.5698358Z [3638/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64.c.obj 2024-11-01T16:29:57.5714493Z [3639/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u144.c.obj 2024-11-01T16:29:57.5923994Z [3640/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx512f-2x16.c.obj 2024-11-01T16:29:57.5970808Z [3641/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128-acc2.c.obj 2024-11-01T16:29:57.6123182Z [3642/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128-acc4.c.obj 2024-11-01T16:29:57.6214668Z [3643/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128.c.obj 2024-11-01T16:29:57.6369831Z [3644/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u144-acc3.c.obj 2024-11-01T16:29:57.6612323Z [3645/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160.c.obj 2024-11-01T16:29:57.6691235Z [3646/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160-acc2.c.obj 2024-11-01T16:29:57.6772230Z [3647/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160-acc5.c.obj 2024-11-01T16:29:57.6904707Z [3648/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u32.c.obj 2024-11-01T16:29:57.7076648Z [3649/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u80.c.obj 2024-11-01T16:29:57.7089627Z [3650/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u48.c.obj 2024-11-01T16:29:57.7143245Z [3651/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u128.c.obj 2024-11-01T16:29:57.7296257Z [3652/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u64.c.obj 2024-11-01T16:29:57.7577256Z [3653/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc6.c.obj 2024-11-01T16:29:57.7678015Z [3654/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192.c.obj 2024-11-01T16:29:57.7726738Z [3655/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64-acc4.c.obj 2024-11-01T16:29:57.7787088Z [3656/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u16.c.obj 2024-11-01T16:29:57.7919456Z [3657/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc2.c.obj 2024-11-01T16:29:57.8059145Z [3658/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64-acc2.c.obj 2024-11-01T16:29:57.8455216Z [3659/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc3.c.obj 2024-11-01T16:29:57.8499422Z [3660/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128-acc4.c.obj 2024-11-01T16:29:57.8514197Z [3661/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128-acc2.c.obj 2024-11-01T16:29:57.8584980Z [3662/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64.c.obj 2024-11-01T16:29:57.8599191Z [3663/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128.c.obj 2024-11-01T16:29:57.8855275Z [3664/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160-acc5.c.obj 2024-11-01T16:29:57.9009489Z [3665/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160-acc2.c.obj 2024-11-01T16:29:57.9241169Z [3666/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u144-acc3.c.obj 2024-11-01T16:29:57.9321458Z [3667/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc3.c.obj 2024-11-01T16:29:57.9419744Z [3668/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc2.c.obj 2024-11-01T16:29:57.9473460Z [3669/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160.c.obj 2024-11-01T16:29:57.9488550Z [3670/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u64-acc4.c.obj 2024-11-01T16:29:57.9503330Z [3671/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u144.c.obj 2024-11-01T16:29:57.9675148Z [3672/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u128-acc2.c.obj 2024-11-01T16:29:58.0071872Z [3673/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192.c.obj 2024-11-01T16:29:58.0221967Z [3674/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc6.c.obj 2024-11-01T16:29:58.0365588Z [3675/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u160-acc2.c.obj 2024-11-01T16:29:58.0406876Z [3676/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u144-acc3.c.obj 2024-11-01T16:29:58.0540552Z [3677/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u64-acc2.c.obj 2024-11-01T16:29:58.0598269Z [3678/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u64.c.obj 2024-11-01T16:29:58.0614145Z [3679/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u144.c.obj 2024-11-01T16:29:58.0665254Z [3680/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u128-acc4.c.obj 2024-11-01T16:29:58.1075103Z [3681/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192-acc2.c.obj 2024-11-01T16:29:58.1193512Z [3682/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u160.c.obj 2024-11-01T16:29:58.1244737Z [3683/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192-acc3.c.obj 2024-11-01T16:29:58.1529061Z [3684/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u128.c.obj 2024-11-01T16:29:58.1640648Z [3685/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u160-acc5.c.obj 2024-11-01T16:29:58.1652315Z [3686/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c64.c.obj 2024-11-01T16:29:58.1776347Z [3687/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c128.c.obj 2024-11-01T16:29:58.2024006Z [3688/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192.c.obj 2024-11-01T16:29:58.2084964Z [3689/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u16.c.obj 2024-11-01T16:29:58.2099094Z [3690/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192-acc6.c.obj 2024-11-01T16:29:58.2151933Z [3691/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c32.c.obj 2024-11-01T16:29:58.2425951Z [3692/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c16.c.obj 2024-11-01T16:29:58.2533893Z [3693/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u64-acc4.c.obj 2024-11-01T16:29:58.2729261Z [3694/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u48-acc3.c.obj 2024-11-01T16:29:58.2750587Z [3695/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u64-acc2.c.obj 2024-11-01T16:29:58.3116930Z [3696/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u32-acc2.c.obj 2024-11-01T16:29:58.3165676Z [3697/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u16.c.obj 2024-11-01T16:29:58.3215026Z [3698/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u64-acc2.c.obj 2024-11-01T16:29:58.3277003Z [3699/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u64-acc4.c.obj 2024-11-01T16:29:58.3451499Z [3700/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u32-acc2.c.obj 2024-11-01T16:29:58.3651077Z [3701/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u32-acc2.c.obj 2024-11-01T16:29:58.3916219Z [3702/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u48-acc3.c.obj 2024-11-01T16:29:58.3967808Z [3703/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u32-acc2.c.obj 2024-11-01T16:29:58.4113927Z [3704/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u64-acc2.c.obj 2024-11-01T16:29:58.4165198Z [3705/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u48-acc3.c.obj 2024-11-01T16:29:58.4250288Z [3706/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u48-acc3.c.obj 2024-11-01T16:29:58.4373990Z [3707/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u16.c.obj 2024-11-01T16:29:58.4480924Z [3708/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u64-acc2.c.obj 2024-11-01T16:29:58.4600245Z [3709/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u16.c.obj 2024-11-01T16:29:58.4973498Z [3710/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-avx512f-u32.c.obj 2024-11-01T16:29:58.4989911Z [3711/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u64-acc4.c.obj 2024-11-01T16:29:58.5053598Z [3712/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u64-acc4.c.obj 2024-11-01T16:29:58.5438741Z [3713/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-avx512f-u16.c.obj 2024-11-01T16:29:58.5484622Z [3714/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-avx512f-u32.c.obj 2024-11-01T16:29:58.5561342Z [3715/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-avx512f-u32.c.obj 2024-11-01T16:29:58.5608461Z [3716/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-avx512f-u16.c.obj 2024-11-01T16:29:58.5670392Z [3717/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-avx512f-u32.c.obj 2024-11-01T16:29:58.5896035Z [3718/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-avx512f-u16.c.obj 2024-11-01T16:29:58.5910890Z [3719/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-avx512f-u16.c.obj 2024-11-01T16:29:58.6136182Z [3720/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u32.c.obj 2024-11-01T16:29:58.6436500Z [3721/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u16.c.obj 2024-11-01T16:29:58.6591859Z [3722/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u16.c.obj 2024-11-01T16:29:58.6650716Z [3723/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u32.c.obj 2024-11-01T16:29:58.6665797Z [3724/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u16.c.obj 2024-11-01T16:29:58.6716239Z [3725/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u16.c.obj 2024-11-01T16:29:58.6777088Z [3726/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u32.c.obj 2024-11-01T16:29:58.7057988Z [3727/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-avx512f-u32.c.obj 2024-11-01T16:29:58.7072209Z [3728/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u32.c.obj 2024-11-01T16:29:58.7498298Z [3729/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-avx512f-u32.c.obj 2024-11-01T16:29:58.7553938Z [3730/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-avx512f-u32.c.obj 2024-11-01T16:29:58.7612060Z [3731/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-avx512f-u16.c.obj 2024-11-01T16:29:58.7658248Z [3732/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-avx512f-u16.c.obj 2024-11-01T16:29:58.7709547Z [3733/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-avx512f-u16.c.obj 2024-11-01T16:29:58.7989452Z [3734/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-avx512f-u32.c.obj 2024-11-01T16:29:58.8004399Z [3735/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u32.c.obj 2024-11-01T16:29:58.8132806Z [3736/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u16.c.obj 2024-11-01T16:29:58.8446516Z [3737/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u32.c.obj 2024-11-01T16:29:58.8546699Z [3738/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u16.c.obj 2024-11-01T16:29:58.8595037Z [3739/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-avx512f-u32.c.obj 2024-11-01T16:29:58.8954887Z [3740/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-avx512f-u16.c.obj 2024-11-01T16:29:58.8966572Z [3741/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-avx512f-u16.c.obj 2024-11-01T16:29:58.9081200Z [3742/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u16.c.obj 2024-11-01T16:29:58.9220362Z [3743/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-avx512f-u16.c.obj 2024-11-01T16:29:58.9364920Z [3744/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-avx512f-u32.c.obj 2024-11-01T16:29:58.9498164Z [3745/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u32.c.obj 2024-11-01T16:29:58.9558630Z [3746/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u32.c.obj 2024-11-01T16:29:58.9611250Z [3747/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysign-avx512f.c.obj 2024-11-01T16:29:58.9919368Z [3748/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vrcopysignc-avx512f.c.obj 2024-11-01T16:29:58.9969208Z [3749/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysignc-avx512f.c.obj 2024-11-01T16:29:59.0242893Z [3750/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u96.c.obj 2024-11-01T16:29:59.0289332Z [3751/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u16.c.obj 2024-11-01T16:29:59.0301362Z [3752/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u48.c.obj 2024-11-01T16:29:59.0576569Z [3753/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u112.c.obj 2024-11-01T16:29:59.0666993Z [3754/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u64.c.obj 2024-11-01T16:29:59.0714485Z [3755/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u80.c.obj 2024-11-01T16:29:59.0992320Z [3756/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-avx512f.c.obj 2024-11-01T16:29:59.1133231Z [3757/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx512f-u4-prfm.c.obj 2024-11-01T16:29:59.1189901Z [3758/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmulc-avx512f.c.obj 2024-11-01T16:29:59.1311588Z [3759/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-avx512f.c.obj 2024-11-01T16:29:59.1407996Z [3760/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmul-avx512f.c.obj 2024-11-01T16:29:59.1557105Z [3761/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u96.c.obj 2024-11-01T16:29:59.1814320Z [3762/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-avx512f-rational-12-10-nr.c.obj 2024-11-01T16:29:59.1968228Z [3763/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u16.c.obj 2024-11-01T16:29:59.2017836Z [3764/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-avx512f-rational-12-10-div.c.obj 2024-11-01T16:29:59.2164099Z [3765/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u32.c.obj 2024-11-01T16:29:59.2408857Z [3766/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u128.c.obj 2024-11-01T16:29:59.2420559Z [3767/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-avx512f-rational-3-3-div.c.obj 2024-11-01T16:29:59.2477308Z [3768/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-avx512f-rational-3-3-nr.c.obj 2024-11-01T16:29:59.2528567Z [3769/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u112.c.obj 2024-11-01T16:29:59.2711182Z [3770/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx512f-u16.c.obj 2024-11-01T16:29:59.2895915Z [3771/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx512f-u32.c.obj 2024-11-01T16:29:59.3062823Z [3772/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u16.c.obj 2024-11-01T16:29:59.3216761Z [3773/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u16.c.obj 2024-11-01T16:29:59.3436296Z [3774/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u32.c.obj 2024-11-01T16:29:59.3626295Z [3775/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u32.c.obj 2024-11-01T16:29:59.3718539Z [3776/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u16.c.obj 2024-11-01T16:29:59.3729769Z [3777/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u32.c.obj 2024-11-01T16:29:59.3906825Z [3778/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u32.c.obj 2024-11-01T16:29:59.4039574Z [3779/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u16.c.obj 2024-11-01T16:29:59.4119453Z [3780/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u32.c.obj 2024-11-01T16:29:59.4293428Z [3781/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u16.c.obj 2024-11-01T16:29:59.4647707Z [3782/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u32.c.obj 2024-11-01T16:29:59.4698923Z [3783/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u16.c.obj 2024-11-01T16:29:59.4744563Z [3784/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u48.c.obj 2024-11-01T16:29:59.4821113Z [3785/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u64.c.obj 2024-11-01T16:29:59.4894062Z [3786/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u32.c.obj 2024-11-01T16:29:59.5145124Z [3787/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u16.c.obj 2024-11-01T16:29:59.5191371Z [3788/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u96.c.obj 2024-11-01T16:29:59.5424385Z [3789/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u80.c.obj 2024-11-01T16:29:59.5683088Z [3790/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u64.c.obj 2024-11-01T16:29:59.5696237Z [3791/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u144.c.obj 2024-11-01T16:29:59.5792633Z [3792/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u160.c.obj 2024-11-01T16:29:59.5836151Z [3793/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u112.c.obj 2024-11-01T16:29:59.5956992Z [3794/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u192.c.obj 2024-11-01T16:29:59.6191396Z [3795/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u48.c.obj 2024-11-01T16:29:59.6679945Z [3796/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u32.c.obj 2024-11-01T16:29:59.6835626Z [3797/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u128.c.obj 2024-11-01T16:29:59.6847343Z [3798/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u16.c.obj 2024-11-01T16:29:59.6858250Z [3799/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u176.c.obj 2024-11-01T16:29:59.6900575Z [3800/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u128.c.obj 2024-11-01T16:29:59.7115912Z [3801/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u64.c.obj 2024-11-01T16:29:59.7203553Z [3802/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u96.c.obj 2024-11-01T16:29:59.7258700Z [3803/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u112.c.obj 2024-11-01T16:29:59.7506293Z [3804/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u80.c.obj 2024-11-01T16:29:59.7755998Z [3805/7391] 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 2024-11-01T16:29:59.7863175Z [3806/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u144.c.obj 2024-11-01T16:29:59.7946580Z [3807/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u176.c.obj 2024-11-01T16:29:59.8003444Z [3808/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u160.c.obj 2024-11-01T16:29:59.8015471Z [3809/7391] 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 2024-11-01T16:29:59.8027750Z [3810/7391] 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 2024-11-01T16:29:59.8496947Z [3811/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u80.c.obj 2024-11-01T16:29:59.8571441Z [3812/7391] 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 2024-11-01T16:29:59.8775723Z [3813/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u112.c.obj 2024-11-01T16:29:59.8821238Z [3814/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u96.c.obj 2024-11-01T16:29:59.8866249Z [3815/7391] 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 2024-11-01T16:29:59.8877852Z [3816/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u192.c.obj 2024-11-01T16:29:59.9025404Z [3817/7391] 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 2024-11-01T16:29:59.9263910Z [3818/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u128.c.obj 2024-11-01T16:29:59.9391781Z [3819/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u80.c.obj 2024-11-01T16:29:59.9789706Z [3820/7391] 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 2024-11-01T16:29:59.9840774Z [3821/7391] 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 2024-11-01T16:29:59.9898533Z [3822/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u48.c.obj 2024-11-01T16:30:00.0021913Z [3823/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u112.c.obj 2024-11-01T16:30:00.0164434Z [3824/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u96.c.obj 2024-11-01T16:30:00.0217145Z [3825/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u64.c.obj 2024-11-01T16:30:00.0521437Z [3826/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u32.c.obj 2024-11-01T16:30:00.0797048Z [3827/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u16.c.obj 2024-11-01T16:30:00.0846516Z [3828/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u112.c.obj 2024-11-01T16:30:00.1448802Z [3829/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u128.c.obj 2024-11-01T16:30:00.1460702Z [3830/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u128.c.obj 2024-11-01T16:30:00.1472325Z [3831/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u96.c.obj 2024-11-01T16:30:00.1483527Z [3832/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u80.c.obj 2024-11-01T16:30:00.1532375Z [3833/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u32.c.obj 2024-11-01T16:30:00.1678543Z [3834/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u16.c.obj 2024-11-01T16:30:00.1733821Z [3835/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u48.c.obj 2024-11-01T16:30:00.1749013Z [3836/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u64.c.obj 2024-11-01T16:30:00.2458711Z [3837/7391] 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 2024-11-01T16:30:00.2513358Z [3838/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u112.c.obj 2024-11-01T16:30:00.2559417Z [3839/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u96.c.obj 2024-11-01T16:30:00.2570918Z [3840/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u80.c.obj 2024-11-01T16:30:00.2581850Z [3841/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u128.c.obj 2024-11-01T16:30:00.2875698Z [3842/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u80.c.obj 2024-11-01T16:30:00.2973778Z [3843/7391] 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 2024-11-01T16:30:00.3060870Z [3844/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.obj 2024-11-01T16:30:00.3492675Z [3845/7391] 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 2024-11-01T16:30:00.3539863Z [3846/7391] 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 2024-11-01T16:30:00.3551177Z [3847/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u112.c.obj 2024-11-01T16:30:00.3673994Z [3848/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u96.c.obj 2024-11-01T16:30:00.3826587Z [3849/7391] 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 2024-11-01T16:30:00.3894905Z [3850/7391] 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 2024-11-01T16:30:00.4014250Z [3851/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u128.c.obj 2024-11-01T16:30:00.4092185Z [3852/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u96.c.obj 2024-11-01T16:30:00.4422134Z [3853/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u16.c.obj 2024-11-01T16:30:00.4503938Z [3854/7391] 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 2024-11-01T16:30:00.4550982Z [3855/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u80.c.obj 2024-11-01T16:30:00.4828905Z [3856/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u128.c.obj 2024-11-01T16:30:00.4991250Z [3857/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u48.c.obj 2024-11-01T16:30:00.5036810Z [3858/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512f-rational-9-6-div.c.obj 2024-11-01T16:30:00.5117085Z [3859/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u112.c.obj 2024-11-01T16:30:00.5168533Z [3860/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512f-rational-9-6-nr.c.obj 2024-11-01T16:30:00.5334799Z [3861/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u32.c.obj 2024-11-01T16:30:00.5435614Z [3862/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-avx512f.c.obj 2024-11-01T16:30:00.5821938Z [3863/7391] 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 2024-11-01T16:30:00.6022070Z [3864/7391] 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 2024-11-01T16:30:00.6271131Z [3865/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx512skx-u16.c.obj 2024-11-01T16:30:00.6380132Z [3866/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx-prfm.c.obj 2024-11-01T16:30:00.6436623Z [3867/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-28x16c4-minmax-avx512skx-madd-prfm.c.obj 2024-11-01T16:30:00.6600955Z [3868/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-28x16c4-minmax-avx512skx-madd.c.obj 2024-11-01T16:30:00.6645886Z [3869/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx512skx-u32.c.obj 2024-11-01T16:30:00.6881442Z [3870/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c64.c.obj 2024-11-01T16:30:00.6938000Z [3871/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx512f-u4.c.obj 2024-11-01T16:30:00.7265015Z [3872/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u48-acc3.c.obj 2024-11-01T16:30:00.7278572Z [3873/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c32.c.obj 2024-11-01T16:30:00.7291104Z [3874/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c16.c.obj 2024-11-01T16:30:00.7499537Z [3875/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u64-acc2.c.obj 2024-11-01T16:30:00.7542942Z [3876/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u32-acc2.c.obj 2024-11-01T16:30:00.7726443Z [3877/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u64-acc4.c.obj 2024-11-01T16:30:00.7898119Z [3878/7391] 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 2024-11-01T16:30:00.8110584Z [3879/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u16.c.obj 2024-11-01T16:30:00.8196513Z [3880/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c128.c.obj 2024-11-01T16:30:00.8209654Z [3881/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u128-acc4.c.obj 2024-11-01T16:30:00.8275843Z [3882/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u32-acc2.c.obj 2024-11-01T16:30:00.8286740Z [3883/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u64-acc4.c.obj 2024-11-01T16:30:00.8346792Z [3884/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u48-acc3.c.obj 2024-11-01T16:30:00.8484449Z [3885/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u64-acc2.c.obj 2024-11-01T16:30:00.8696446Z [3886/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u16.c.obj 2024-11-01T16:30:00.8942540Z [3887/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u16.c.obj 2024-11-01T16:30:00.9194392Z [3888/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u48-acc3.c.obj 2024-11-01T16:30:00.9238333Z [3889/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u64-acc4.c.obj 2024-11-01T16:30:00.9316519Z [3890/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u64-acc2.c.obj 2024-11-01T16:30:00.9364697Z [3891/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u16.c.obj 2024-11-01T16:30:00.9414509Z [3892/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u32-acc2.c.obj 2024-11-01T16:30:00.9626438Z [3893/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u64-acc2.c.obj 2024-11-01T16:30:00.9765803Z [3894/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u48-acc3.c.obj 2024-11-01T16:30:00.9845558Z [3895/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u16.c.obj 2024-11-01T16:30:01.0100708Z [3896/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u64-acc4.c.obj 2024-11-01T16:30:01.0327187Z [3897/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u32.c.obj 2024-11-01T16:30:01.0338960Z [3898/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u32-acc2.c.obj 2024-11-01T16:30:01.0513384Z [3899/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx512skx-u32.c.obj 2024-11-01T16:30:01.0655898Z [3900/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u64.c.obj 2024-11-01T16:30:01.0702483Z [3901/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx512skx-u16.c.obj 2024-11-01T16:30:01.0873693Z [3902/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-2x32-minmax-avx512skx-broadcast.c.obj 2024-11-01T16:30:01.0924069Z [3903/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-1x32-minmax-avx512skx-broadcast.c.obj 2024-11-01T16:30:01.1296048Z [3904/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-6x32-minmax-avx512skx-broadcast.c.obj 2024-11-01T16:30:01.1534143Z [3905/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-3x32-minmax-avx512skx-broadcast.c.obj 2024-11-01T16:30:01.1588932Z [3906/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-5x32-minmax-avx512skx-broadcast.c.obj 2024-11-01T16:30:01.1806317Z [3907/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-8x32-minmax-avx512skx-broadcast.c.obj 2024-11-01T16:30:01.1958004Z [3908/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x16-minmax-avx512skx-broadcast.c.obj 2024-11-01T16:30:01.2070330Z [3909/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-7x32-minmax-avx512skx-broadcast.c.obj 2024-11-01T16:30:01.2124741Z [3910/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-4x32-minmax-avx512skx-broadcast.c.obj 2024-11-01T16:30:01.2140341Z [3911/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.obj 2024-11-01T16:30:01.2454892Z [3912/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x32-minmax-avx512skx-broadcast.c.obj 2024-11-01T16:30:01.2621705Z [3913/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x32-minmax-avx512skx-broadcast.c.obj 2024-11-01T16:30:01.2968678Z [3914/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16-minmax-avx512skx-broadcast.c.obj 2024-11-01T16:30:01.3016904Z [3915/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x16-minmax-avx512skx-broadcast.c.obj 2024-11-01T16:30:01.3108361Z [3916/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x16-minmax-avx512skx-broadcast.c.obj 2024-11-01T16:30:01.3249283Z [3917/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x32-minmax-avx512skx-broadcast.c.obj 2024-11-01T16:30:01.3340136Z [3918/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16-minmax-avx512skx-broadcast.c.obj 2024-11-01T16:30:01.3386793Z [3919/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x32-minmax-avx512skx-broadcast.c.obj 2024-11-01T16:30:01.3515364Z [3920/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x16-minmax-avx512skx-broadcast.c.obj 2024-11-01T16:30:01.3769600Z [3921/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x32-minmax-avx512skx-broadcast.c.obj 2024-11-01T16:30:01.4138533Z [3922/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x16-minmax-avx512skx-broadcast.c.obj 2024-11-01T16:30:01.4240480Z [3923/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u96.c.obj 2024-11-01T16:30:01.4253158Z [3924/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x32-minmax-avx512skx-broadcast.c.obj 2024-11-01T16:30:01.4383010Z [3925/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x16-minmax-avx512skx-broadcast.c.obj 2024-11-01T16:30:01.4394371Z [3926/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u32.c.obj 2024-11-01T16:30:01.4483373Z [3927/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u32.c.obj 2024-11-01T16:30:01.5014374Z [3928/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.obj 2024-11-01T16:30:01.5088479Z [3929/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u64.c.obj 2024-11-01T16:30:01.5141970Z [3930/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u96.c.obj 2024-11-01T16:30:01.5193017Z [3931/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u64.c.obj 2024-11-01T16:30:01.5493790Z [3932/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u128.c.obj 2024-11-01T16:30:01.5517948Z [3933/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-madd-prfm.c.obj 2024-11-01T16:30:01.5735971Z [3934/7391] 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 2024-11-01T16:30:01.5863054Z [3935/7391] 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 2024-11-01T16:30:01.5940895Z [3936/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u128.c.obj 2024-11-01T16:30:01.6448836Z [3937/7391] 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 2024-11-01T16:30:01.6511120Z [3938/7391] 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 2024-11-01T16:30:01.6552621Z [3939/7391] 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 2024-11-01T16:30:01.6768980Z [3940/7391] 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 2024-11-01T16:30:01.6973250Z [3941/7391] 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 2024-11-01T16:30:01.7031309Z [3942/7391] 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 2024-11-01T16:30:01.7047198Z [3943/7391] 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 2024-11-01T16:30:01.7660318Z [3944/7391] 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 2024-11-01T16:30:01.7895456Z [3945/7391] 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 2024-11-01T16:30:01.8006537Z [3946/7391] 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 2024-11-01T16:30:01.8065638Z [3947/7391] 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 2024-11-01T16:30:01.8112541Z [3948/7391] 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 2024-11-01T16:30:01.8402431Z [3949/7391] 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 2024-11-01T16:30:01.8544882Z [3950/7391] 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 2024-11-01T16:30:01.8920480Z [3951/7391] 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 2024-11-01T16:30:01.8982383Z [3952/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-madd-prfm.c.obj 2024-11-01T16:30:01.9218921Z [3953/7391] 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 2024-11-01T16:30:01.9349571Z [3954/7391] 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 2024-11-01T16:30:01.9401497Z [3955/7391] 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 2024-11-01T16:30:01.9589855Z [3956/7391] 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 2024-11-01T16:30:01.9742923Z [3957/7391] 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 2024-11-01T16:30:01.9890640Z [3958/7391] 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 2024-11-01T16:30:02.0266275Z [3959/7391] 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 2024-11-01T16:30:02.0358273Z [3960/7391] 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 2024-11-01T16:30:02.0660633Z [3961/7391] 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 2024-11-01T16:30:02.0676728Z [3962/7391] 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 2024-11-01T16:30:02.0732773Z [3963/7391] 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 2024-11-01T16:30:02.0822277Z [3964/7391] 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 2024-11-01T16:30:02.1202720Z [3965/7391] 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 2024-11-01T16:30:02.1389618Z [3966/7391] 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 2024-11-01T16:30:02.1528673Z [3967/7391] 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 2024-11-01T16:30:02.1590016Z [3968/7391] 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 2024-11-01T16:30:02.1671153Z [3969/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u128.c.obj 2024-11-01T16:30:02.1869243Z [3970/7391] 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 2024-11-01T16:30:02.1972417Z [3971/7391] 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 2024-11-01T16:30:02.2260697Z [3972/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u192.c.obj 2024-11-01T16:30:02.2276929Z [3973/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u256.c.obj 2024-11-01T16:30:02.2329849Z [3974/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u128.c.obj 2024-11-01T16:30:02.2933936Z [3975/7391] 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 2024-11-01T16:30:02.2946169Z [3976/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u192.c.obj 2024-11-01T16:30:02.3112359Z [3977/7391] 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 2024-11-01T16:30:02.3279219Z [3978/7391] 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 2024-11-01T16:30:02.3389013Z [3979/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u64.c.obj 2024-11-01T16:30:02.3476836Z [3980/7391] 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 2024-11-01T16:30:02.3862315Z [3981/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx-prfm.c.obj 2024-11-01T16:30:02.3922175Z [3982/7391] 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 2024-11-01T16:30:02.3935596Z [3983/7391] 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 2024-11-01T16:30:02.4385533Z [3984/7391] 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 2024-11-01T16:30:02.4432680Z [3985/7391] 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 2024-11-01T16:30:02.4500426Z [3986/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx-prfm.c.obj 2024-11-01T16:30:02.4525319Z [3987/7391] 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 2024-11-01T16:30:02.4533881Z [3988/7391] 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 2024-11-01T16:30:02.4905963Z [3989/7391] 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 2024-11-01T16:30:02.5037589Z [3990/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:30:02.5089067Z [3991/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx-prfm.c.obj 2024-11-01T16:30:02.5680867Z [3992/7391] 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 2024-11-01T16:30:02.5732000Z [3993/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:30:02.5917776Z [3994/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:30:02.6153979Z [3995/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:30:02.6210056Z [3996/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:30:02.6227799Z [3997/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:30:02.6283260Z [3998/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:30:02.6351080Z [3999/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:30:02.6425477Z [4000/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u16.c.obj 2024-11-01T16:30:02.7050368Z [4001/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:30:02.7061488Z [4002/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u48.c.obj 2024-11-01T16:30:02.7103862Z [4003/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u32.c.obj 2024-11-01T16:30:02.7167633Z [4004/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u64.c.obj 2024-11-01T16:30:02.7225713Z [4005/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:30:02.7366018Z [4006/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:30:02.9747648Z [4007/7391] 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 2024-11-01T16:30:02.9765049Z [4008/7391] 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 2024-11-01T16:30:02.9777763Z [4009/7391] 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 2024-11-01T16:30:02.9794403Z [4010/7391] 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 2024-11-01T16:30:02.9809734Z [4011/7391] 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 2024-11-01T16:30:02.9824797Z [4012/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:30:02.9842026Z [4013/7391] 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 2024-11-01T16:30:03.0929355Z [4014/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:30:03.0972533Z [4015/7391] 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 2024-11-01T16:30:03.1104314Z [4016/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-11-01T16:30:03.1116488Z [4017/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx.c.obj 2024-11-01T16:30:03.1197214Z [4018/7391] 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 2024-11-01T16:30:03.1255602Z [4019/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512skx.c.obj 2024-11-01T16:30:03.1303494Z [4020/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-11-01T16:30:03.2156059Z [4021/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-11-01T16:30:03.2363928Z [4022/7391] 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 2024-11-01T16:30:03.2426427Z [4023/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx.c.obj 2024-11-01T16:30:03.2477284Z [4024/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512skx.c.obj 2024-11-01T16:30:03.2629488Z [4025/7391] 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 2024-11-01T16:30:03.2679421Z [4026/7391] 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 2024-11-01T16:30:03.2692303Z [4027/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c8-minmax-fp32-avx512skx.c.obj 2024-11-01T16:30:03.2750260Z [4028/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx.c.obj 2024-11-01T16:30:03.3242960Z [4029/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-11-01T16:30:03.3583470Z [4030/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u64.c.obj 2024-11-01T16:30:03.3628465Z [4031/7391] 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 2024-11-01T16:30:03.3673556Z [4032/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx512skx-c128.c.obj 2024-11-01T16:30:03.3687628Z [4033/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u128-acc2.c.obj 2024-11-01T16:30:03.3752117Z [4034/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx.c.obj 2024-11-01T16:30:03.3802477Z [4035/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c8-minmax-fp32-avx512skx.c.obj 2024-11-01T16:30:03.3956615Z [4036/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx512skx-c64.c.obj 2024-11-01T16:30:03.4081803Z [4037/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u256-acc4.c.obj 2024-11-01T16:30:03.4641226Z [4038/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u128.c.obj 2024-11-01T16:30:03.4653526Z [4039/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u256-acc2.c.obj 2024-11-01T16:30:03.4697620Z [4040/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.obj 2024-11-01T16:30:03.4740612Z [4041/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u256.c.obj 2024-11-01T16:30:03.4906340Z [4042/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx512skx-mul32-ld128-u32.c.obj 2024-11-01T16:30:03.4995674Z [4043/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.obj 2024-11-01T16:30:03.5133948Z [4044/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.obj 2024-11-01T16:30:03.5155012Z [4045/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:30:03.5662379Z [4046/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:30:03.5820573Z [4047/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:30:03.5880294Z [4048/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:30:03.5895796Z [4049/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:30:03.6006616Z [4050/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:30:03.6113740Z [4051/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:30:03.6167915Z [4052/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:30:03.6217527Z [4053/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u16.c.obj 2024-11-01T16:30:03.6740879Z [4054/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:30:03.6829252Z [4055/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u32.c.obj 2024-11-01T16:30:03.7006521Z [4056/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-11-01T16:30:03.7084294Z [4057/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u48.c.obj 2024-11-01T16:30:03.7231675Z [4058/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u64.c.obj 2024-11-01T16:30:03.7323402Z [4059/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-11-01T16:30:03.7648455Z [4060/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-11-01T16:30:03.7698067Z [4061/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x16c8-minmax-fp32-avx512skx.c.obj 2024-11-01T16:30:03.8068320Z [4062/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-5x16c8-minmax-fp32-avx512skx.c.obj 2024-11-01T16:30:03.8346742Z [4063/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-11-01T16:30:03.8443287Z [4064/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-11-01T16:30:03.8459540Z [4065/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x16c8-minmax-fp32-avx512skx.c.obj 2024-11-01T16:30:03.8535013Z [4066/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-11-01T16:30:03.8629965Z [4067/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-7x16c8-minmax-fp32-avx512skx.c.obj 2024-11-01T16:30:03.8868943Z [4068/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-11-01T16:30:03.8886045Z [4069/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-8x16c8-minmax-fp32-avx512skx.c.obj 2024-11-01T16:30:03.9093412Z [4070/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-11-01T16:30:03.9454524Z [4071/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.obj 2024-11-01T16:30:03.9611971Z [4072/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-11-01T16:30:03.9656645Z [4073/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-5x16c8-minmax-fp32-avx512skx.c.obj 2024-11-01T16:30:03.9789848Z [4074/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.obj 2024-11-01T16:30:03.9843303Z [4075/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.obj 2024-11-01T16:30:04.0190350Z [4076/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-8x16c8-minmax-fp32-avx512skx.c.obj 2024-11-01T16:30:04.0246751Z [4077/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-7x16c8-minmax-fp32-avx512skx.c.obj 2024-11-01T16:30:04.0297781Z [4078/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx512skx-mul32-ld128-u32.c.obj 2024-11-01T16:30:04.0395336Z [4079/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u64.c.obj 2024-11-01T16:30:04.0655126Z [4080/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u256.c.obj 2024-11-01T16:30:04.0898106Z [4081/7391] 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 2024-11-01T16:30:04.0997291Z [4082/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2024-11-01T16:30:04.1012818Z [4083/7391] 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 2024-11-01T16:30:04.1386298Z [4084/7391] 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 2024-11-01T16:30:04.1535789Z [4085/7391] 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 2024-11-01T16:30:04.1626116Z [4086/7391] 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 2024-11-01T16:30:04.1677993Z [4087/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.obj 2024-11-01T16:30:04.1998331Z [4088/7391] 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 2024-11-01T16:30:04.2057154Z [4089/7391] 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 2024-11-01T16:30:04.2287992Z [4090/7391] 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 2024-11-01T16:30:04.2340407Z [4091/7391] 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 2024-11-01T16:30:04.2629418Z [4092/7391] 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 2024-11-01T16:30:04.2805361Z [4093/7391] 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 2024-11-01T16:30:04.3214184Z [4094/7391] 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 2024-11-01T16:30:04.3260036Z [4095/7391] 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 2024-11-01T16:30:04.3400666Z [4096/7391] 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 2024-11-01T16:30:04.3481585Z [4097/7391] 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 2024-11-01T16:30:04.3544141Z [4098/7391] 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 2024-11-01T16:30:04.3638176Z [4099/7391] 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 2024-11-01T16:30:04.3722811Z [4100/7391] 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 2024-11-01T16:30:04.4149251Z [4101/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2024-11-01T16:30:04.4722099Z [4102/7391] 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 2024-11-01T16:30:04.4764953Z [4103/7391] 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 2024-11-01T16:30:04.4822295Z [4104/7391] 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 2024-11-01T16:30:04.4867414Z [4105/7391] 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 2024-11-01T16:30:04.4920296Z [4106/7391] 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 2024-11-01T16:30:04.5183249Z [4107/7391] 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 2024-11-01T16:30:04.5309450Z [4108/7391] 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 2024-11-01T16:30:04.5382174Z [4109/7391] 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 2024-11-01T16:30:04.5938197Z [4110/7391] 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 2024-11-01T16:30:04.6201099Z [4111/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.obj 2024-11-01T16:30:04.6246640Z [4112/7391] 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 2024-11-01T16:30:04.6463148Z [4113/7391] 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 2024-11-01T16:30:04.6477760Z [4114/7391] 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 2024-11-01T16:30:04.6492391Z [4115/7391] 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 2024-11-01T16:30:04.6547906Z [4116/7391] 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 2024-11-01T16:30:04.6838729Z [4117/7391] 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 2024-11-01T16:30:04.7158363Z [4118/7391] 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 2024-11-01T16:30:04.7534419Z [4119/7391] 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 2024-11-01T16:30:04.7608111Z [4120/7391] 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 2024-11-01T16:30:04.7732637Z [4121/7391] 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 2024-11-01T16:30:04.7784868Z [4122/7391] 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 2024-11-01T16:30:04.7937473Z [4123/7391] 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 2024-11-01T16:30:04.8061707Z [4124/7391] 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 2024-11-01T16:30:04.8469625Z [4125/7391] 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 2024-11-01T16:30:04.8873332Z [4126/7391] 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 2024-11-01T16:30:04.8919411Z [4127/7391] 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 2024-11-01T16:30:04.8972021Z [4128/7391] 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 2024-11-01T16:30:04.8984281Z [4129/7391] 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 2024-11-01T16:30:04.9109068Z [4130/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-28x16c4-minmax-avx512vnni.c.obj 2024-11-01T16:30:04.9171020Z [4131/7391] 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 2024-11-01T16:30:04.9187118Z [4132/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-28x16c4-minmax-avx512vnni-prfm.c.obj 2024-11-01T16:30:05.0105022Z [4133/7391] 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 2024-11-01T16:30:05.0208581Z [4134/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2024-11-01T16:30:05.0280676Z [4135/7391] 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 2024-11-01T16:30:05.0439046Z [4136/7391] 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 2024-11-01T16:30:05.0525682Z [4137/7391] 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 2024-11-01T16:30:05.0544928Z [4138/7391] 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 2024-11-01T16:30:05.0554924Z [4139/7391] 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 2024-11-01T16:30:05.0605493Z [4140/7391] 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 2024-11-01T16:30:05.1515120Z [4141/7391] 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 2024-11-01T16:30:05.1589615Z [4142/7391] 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 2024-11-01T16:30:05.1793540Z [4143/7391] 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 2024-11-01T16:30:05.1837823Z [4144/7391] 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 2024-11-01T16:30:05.1883688Z [4145/7391] 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 2024-11-01T16:30:05.1935281Z [4146/7391] 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 2024-11-01T16:30:05.1999259Z [4147/7391] 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 2024-11-01T16:30:05.2133083Z [4148/7391] 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 2024-11-01T16:30:05.2953905Z [4149/7391] 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 2024-11-01T16:30:05.3160352Z [4150/7391] 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 2024-11-01T16:30:05.3309577Z [4151/7391] 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 2024-11-01T16:30:05.3396678Z [4152/7391] 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 2024-11-01T16:30:05.3578439Z [4153/7391] 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 2024-11-01T16:30:05.3590030Z [4154/7391] 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 2024-11-01T16:30:05.3686588Z [4155/7391] 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 2024-11-01T16:30:05.3791723Z [4156/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x16c8-minmax-avx512vnni-prfm.c.obj 2024-11-01T16:30:05.4465398Z [4157/7391] 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 2024-11-01T16:30:05.4552530Z [4158/7391] 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 2024-11-01T16:30:05.4600265Z [4159/7391] 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 2024-11-01T16:30:05.4858115Z [4160/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-28x16c4-minmax-avx512vnni-prfm.c.obj 2024-11-01T16:30:05.4904957Z [4161/7391] 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 2024-11-01T16:30:05.4951925Z [4162/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-28x16c4-minmax-avx512vnni.c.obj 2024-11-01T16:30:05.5155378Z [4163/7391] 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 2024-11-01T16:30:05.5211597Z [4164/7391] 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 2024-11-01T16:30:05.5964729Z [4165/7391] 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 2024-11-01T16:30:05.6057129Z [4166/7391] 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 2024-11-01T16:30:05.6072902Z [4167/7391] 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 2024-11-01T16:30:05.6193374Z [4168/7391] 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 2024-11-01T16:30:05.6424005Z [4169/7391] 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 2024-11-01T16:30:05.6563840Z [4170/7391] 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 2024-11-01T16:30:05.6767942Z [4171/7391] 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 2024-11-01T16:30:05.6830944Z [4172/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2024-11-01T16:30:05.7369722Z [4173/7391] 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 2024-11-01T16:30:05.7382873Z [4174/7391] 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 2024-11-01T16:30:05.7513191Z [4175/7391] 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 2024-11-01T16:30:05.7565080Z [4176/7391] 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 2024-11-01T16:30:05.7923367Z [4177/7391] 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 2024-11-01T16:30:05.7996945Z [4178/7391] 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 2024-11-01T16:30:05.8093289Z [4179/7391] 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 2024-11-01T16:30:05.8507186Z [4180/7391] 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 2024-11-01T16:30:05.8709242Z [4181/7391] 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 2024-11-01T16:30:05.8758629Z [4182/7391] 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 2024-11-01T16:30:05.9131604Z [4183/7391] 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 2024-11-01T16:30:05.9145449Z [4184/7391] 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 2024-11-01T16:30:05.9240626Z [4185/7391] 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 2024-11-01T16:30:05.9310871Z [4186/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c.obj 2024-11-01T16:30:05.9622410Z [4187/7391] 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 2024-11-01T16:30:05.9939417Z [4188/7391] 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 2024-11-01T16:30:06.0281829Z [4189/7391] 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 2024-11-01T16:30:06.0381308Z [4190/7391] 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 2024-11-01T16:30:06.0519251Z [4191/7391] 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 2024-11-01T16:30:06.0617056Z [4192/7391] 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 2024-11-01T16:30:06.0871046Z [4193/7391] 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 2024-11-01T16:30:06.0888087Z [4194/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-28x16c4-minmax-avx512vnni-prfm.c.obj 2024-11-01T16:30:06.1328612Z [4195/7391] 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 2024-11-01T16:30:06.1683765Z [4196/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c4-minmax-fp32-avx512vnni.c.obj 2024-11-01T16:30:06.1919228Z [4197/7391] 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 2024-11-01T16:30:06.1933535Z [4198/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x16c4-minmax-fp32-avx512vnni.c.obj 2024-11-01T16:30:06.2293793Z [4199/7391] 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 2024-11-01T16:30:06.2309732Z [4200/7391] 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 2024-11-01T16:30:06.2326650Z [4201/7391] 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 2024-11-01T16:30:06.2340490Z [4202/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-28x16c4-minmax-avx512vnni.c.obj 2024-11-01T16:30:06.2797766Z [4203/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-11-01T16:30:06.2912783Z [4204/7391] 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 2024-11-01T16:30:06.3258987Z [4205/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512vnni.c.obj 2024-11-01T16:30:06.3309810Z [4206/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni.c.obj 2024-11-01T16:30:06.3598369Z [4207/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x16c4-minmax-fp32-avx512vnni.c.obj 2024-11-01T16:30:06.3810488Z [4208/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-11-01T16:30:06.3823884Z [4209/7391] 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 2024-11-01T16:30:06.4065291Z [4210/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni.c.obj 2024-11-01T16:30:06.4158628Z [4211/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c4-minmax-fp32-avx512vnni.c.obj 2024-11-01T16:30:06.4232564Z [4212/7391] 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 2024-11-01T16:30:06.4823381Z [4213/7391] 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 2024-11-01T16:30:06.5119807Z [4214/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512vnni.c.obj 2024-11-01T16:30:06.5252357Z [4215/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x16c8-minmax-fp32-avx512vnni.c.obj 2024-11-01T16:30:06.5362838Z [4216/7391] 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 2024-11-01T16:30:06.5498660Z [4217/7391] 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 2024-11-01T16:30:06.5513521Z [4218/7391] 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 2024-11-01T16:30:06.5670876Z [4219/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x16c4-minmax-fp32-avx512vnni.c.obj 2024-11-01T16:30:06.6002428Z [4220/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x16c4-minmax-fp32-avx512vnni.c.obj 2024-11-01T16:30:06.6351131Z [4221/7391] 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 2024-11-01T16:30:06.6618100Z [4222/7391] 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 2024-11-01T16:30:06.6664953Z [4223/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x16c8-minmax-fp32-avx512vnni.c.obj 2024-11-01T16:30:06.6863909Z [4224/7391] 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 2024-11-01T16:30:06.6916784Z [4225/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x16c8-minmax-fp32-avx512vnni.c.obj 2024-11-01T16:30:06.6968937Z [4226/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x16c4-minmax-fp32-avx512vnni.c.obj 2024-11-01T16:30:06.7727030Z [4227/7391] 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 2024-11-01T16:30:06.7738921Z [4228/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x16c4-minmax-fp32-avx512vnni.c.obj 2024-11-01T16:30:06.7751400Z [4229/7391] 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 2024-11-01T16:30:06.7953518Z [4230/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2024-11-01T16:30:06.7967485Z [4231/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c4-minmax-avx512vnni.c.obj 2024-11-01T16:30:06.8019637Z [4232/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c4-minmax-avx512vnni-prfm.c.obj 2024-11-01T16:30:06.8273073Z [4233/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-28x16c4-minmax-fp32-avx512vnni.c.obj 2024-11-01T16:30:06.8555941Z [4234/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-28x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2024-11-01T16:30:06.8965450Z [4235/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c4-minmax-avx512vnni.c.obj 2024-11-01T16:30:06.9076993Z [4236/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c8-minmax-avx512vnni.c.obj 2024-11-01T16:30:06.9215415Z [4237/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c4-minmax-avx512vnni-prfm.c.obj 2024-11-01T16:30:06.9271483Z [4238/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x16c8-minmax-fp32-avx512vnni.c.obj 2024-11-01T16:30:06.9285714Z [4239/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-avx512vnni.c.obj 2024-11-01T16:30:06.9401104Z [4240/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c4-minmax-avx512vnni-prfm.c.obj 2024-11-01T16:30:06.9664835Z [4241/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c8-minmax-avx512vnni-prfm.c.obj 2024-11-01T16:30:06.9780879Z [4242/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c4-minmax-avx512vnni-prfm.c.obj 2024-11-01T16:30:07.0485249Z [4243/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-avx512vnni.c.obj 2024-11-01T16:30:07.0565212Z [4244/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c8-minmax-avx512vnni-prfm.c.obj 2024-11-01T16:30:07.0652339Z [4245/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c4-minmax-avx512vnni.c.obj 2024-11-01T16:30:07.1041920Z [4246/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c4-minmax-avx512vnni-prfm.c.obj 2024-11-01T16:30:07.1061839Z [4247/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.obj 2024-11-01T16:30:07.1256301Z [4248/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c8-minmax-avx512vnni.c.obj 2024-11-01T16:30:07.1479008Z [4249/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c8-minmax-avx512vnni-prfm.c.obj 2024-11-01T16:30:07.1801655Z [4250/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c8-minmax-avx512vnni.c.obj 2024-11-01T16:30:07.1877540Z [4251/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c4-minmax-avx512vnni.c.obj 2024-11-01T16:30:07.1931791Z [4252/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c4-minmax-avx512vnni.c.obj 2024-11-01T16:30:07.2198414Z [4253/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c4-minmax-avx512vnni-prfm.c.obj 2024-11-01T16:30:07.2211703Z [4254/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c4-minmax-avx512vnni.c.obj 2024-11-01T16:30:07.2418978Z [4255/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c4-minmax-avx512vnni-prfm.c.obj 2024-11-01T16:30:07.2659380Z [4256/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c8-minmax-avx512vnni.c.obj 2024-11-01T16:30:07.2810496Z [4257/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c4-minmax-avx512vnni.c.obj 2024-11-01T16:30:07.3381517Z [4258/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c8-minmax-avx512vnni-prfm.c.obj 2024-11-01T16:30:07.3395412Z [4259/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c8-minmax-avx512vnni.c.obj 2024-11-01T16:30:07.3407162Z [4260/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c.obj 2024-11-01T16:30:07.3497940Z [4261/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c4-minmax-avx512vnni.c.obj 2024-11-01T16:30:07.3511556Z [4262/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c8-minmax-avx512vnni.c.obj 2024-11-01T16:30:07.3942234Z [4263/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c4-minmax-avx512vnni-prfm.c.obj 2024-11-01T16:30:07.4099326Z [4264/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c8-minmax-avx512vnni-prfm.c.obj 2024-11-01T16:30:07.4114218Z [4265/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-28x16c4-minmax-avx512vnni-prfm.c.obj 2024-11-01T16:30:07.4293420Z [4266/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u128.c.obj 2024-11-01T16:30:07.4515600Z [4267/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u256-acc2.c.obj 2024-11-01T16:30:07.4560907Z [4268/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u128-acc2.c.obj 2024-11-01T16:30:07.4629764Z [4269/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-28x16c4-minmax-avx512vnni.c.obj 2024-11-01T16:30:07.4707499Z [4270/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u64.c.obj 2024-11-01T16:30:07.5264580Z [4271/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u256-acc4.c.obj 2024-11-01T16:30:07.5316644Z [4272/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u256.c.obj 2024-11-01T16:30:07.5478166Z [4273/7391] 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 2024-11-01T16:30:07.5674478Z [4274/7391] 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 2024-11-01T16:30:07.5867399Z [4275/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256skx-madd-prfm.c.obj 2024-11-01T16:30:07.5879874Z [4276/7391] 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 2024-11-01T16:30:07.5963592Z [4277/7391] 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 2024-11-01T16:30:07.6194889Z [4278/7391] 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 2024-11-01T16:30:07.6583250Z [4279/7391] 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 2024-11-01T16:30:07.6913607Z [4280/7391] 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 2024-11-01T16:30:07.7058493Z [4281/7391] 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 2024-11-01T16:30:07.7154012Z [4282/7391] 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 2024-11-01T16:30:07.7317917Z [4283/7391] 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 2024-11-01T16:30:07.7334088Z [4284/7391] 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 2024-11-01T16:30:07.7458182Z [4285/7391] 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 2024-11-01T16:30:07.7512662Z [4286/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256skx-madd-prfm.c.obj 2024-11-01T16:30:07.8068779Z [4287/7391] 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 2024-11-01T16:30:07.8175762Z [4288/7391] 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 2024-11-01T16:30:07.8563714Z [4289/7391] 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 2024-11-01T16:30:07.8586450Z [4290/7391] 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 2024-11-01T16:30:07.8951738Z [4291/7391] 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 2024-11-01T16:30:07.9095165Z [4292/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-5x8c8-minmax-avx256skx.c.obj 2024-11-01T16:30:07.9109174Z [4293/7391] 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 2024-11-01T16:30:07.9140784Z [4294/7391] 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 2024-11-01T16:30:07.9353135Z [4295/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx256skx.c.obj 2024-11-01T16:30:07.9584183Z [4296/7391] 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 2024-11-01T16:30:07.9750357Z [4297/7391] 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 2024-11-01T16:30:07.9978328Z [4298/7391] 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 2024-11-01T16:30:08.0278690Z [4299/7391] 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 2024-11-01T16:30:08.0388002Z [4300/7391] 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 2024-11-01T16:30:08.0475670Z [4301/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx256skx.c.obj 2024-11-01T16:30:08.0488124Z [4302/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-5x8c8-minmax-avx256skx.c.obj 2024-11-01T16:30:08.0646407Z [4303/7391] 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 2024-11-01T16:30:08.0702061Z [4304/7391] 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 2024-11-01T16:30:08.1153485Z [4305/7391] 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 2024-11-01T16:30:08.1237894Z [4306/7391] 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 2024-11-01T16:30:08.1517829Z [4307/7391] 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 2024-11-01T16:30:08.1734328Z [4308/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256skx-madd-prfm.c.obj 2024-11-01T16:30:08.1751154Z [4309/7391] 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 2024-11-01T16:30:08.1929973Z [4310/7391] 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 2024-11-01T16:30:08.1989428Z [4311/7391] 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 2024-11-01T16:30:08.2005650Z [4312/7391] 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 2024-11-01T16:30:08.2712400Z [4313/7391] 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 2024-11-01T16:30:08.2777863Z [4314/7391] 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 2024-11-01T16:30:08.3104256Z [4315/7391] 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 2024-11-01T16:30:08.3154899Z [4316/7391] 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 2024-11-01T16:30:08.3215141Z [4317/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256skx-madd-prfm.c.obj 2024-11-01T16:30:08.3234128Z [4318/7391] 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 2024-11-01T16:30:08.3296879Z [4319/7391] 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 2024-11-01T16:30:08.3313205Z [4320/7391] 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 2024-11-01T16:30:08.3923898Z [4321/7391] 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 2024-11-01T16:30:08.4334120Z [4322/7391] 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 2024-11-01T16:30:08.4425320Z [4323/7391] 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 2024-11-01T16:30:08.4501308Z [4324/7391] 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 2024-11-01T16:30:08.4596150Z [4325/7391] 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 2024-11-01T16:30:08.4611299Z [4326/7391] 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 2024-11-01T16:30:08.4960537Z [4327/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x8c8-minmax-avx256skx.c.obj 2024-11-01T16:30:08.5502423Z [4328/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8c8-minmax-avx256skx.c.obj 2024-11-01T16:30:08.5546830Z [4329/7391] 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 2024-11-01T16:30:08.5594294Z [4330/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8c8-minmax-avx256skx.c.obj 2024-11-01T16:30:08.5720730Z [4331/7391] 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 2024-11-01T16:30:08.5826464Z [4332/7391] 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 2024-11-01T16:30:08.5896622Z [4333/7391] 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 2024-11-01T16:30:08.6152630Z [4334/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x8c8-minmax-avx256skx.c.obj 2024-11-01T16:30:08.6227417Z [4335/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x8c8-minmax-fp32-avx256skx.c.obj 2024-11-01T16:30:08.6695002Z [4336/7391] 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 2024-11-01T16:30:08.6889219Z [4337/7391] 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 2024-11-01T16:30:08.7017818Z [4338/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x8c8-minmax-fp32-avx256skx.c.obj 2024-11-01T16:30:08.7149356Z [4339/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x8c8-minmax-fp32-avx256skx.c.obj 2024-11-01T16:30:08.7160768Z [4340/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx256skx.c.obj 2024-11-01T16:30:08.7246485Z [4341/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx256skx.c.obj 2024-11-01T16:30:08.7458920Z [4342/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x8c8-minmax-fp32-avx256skx.c.obj 2024-11-01T16:30:08.7523335Z [4343/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x8c8-minmax-fp32-avx256skx.c.obj 2024-11-01T16:30:08.7748265Z [4344/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x8c8-minmax-fp32-avx256skx.c.obj 2024-11-01T16:30:08.8168775Z [4345/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u128-acc4.c.obj 2024-11-01T16:30:08.8180480Z [4346/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u128.c.obj 2024-11-01T16:30:08.8263594Z [4347/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u32.c.obj 2024-11-01T16:30:08.8502957Z [4348/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u128-acc2.c.obj 2024-11-01T16:30:08.8680937Z [4349/7391] 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 2024-11-01T16:30:08.8948808Z [4350/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u64.c.obj 2024-11-01T16:30:08.9004292Z [4351/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256vnni.c.obj 2024-11-01T16:30:08.9113197Z [4352/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u64-acc2.c.obj 2024-11-01T16:30:08.9322984Z [4353/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x8c8-minmax-fp32-avx256skx.c.obj 2024-11-01T16:30:08.9463493Z [4354/7391] 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 2024-11-01T16:30:08.9636370Z [4355/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x8c8-minmax-fp32-avx256skx.c.obj 2024-11-01T16:30:08.9749437Z [4356/7391] 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 2024-11-01T16:30:08.9858225Z [4357/7391] 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 2024-11-01T16:30:09.0386590Z [4358/7391] 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 2024-11-01T16:30:09.0441528Z [4359/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256vnni.c.obj 2024-11-01T16:30:09.0507785Z [4360/7391] 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 2024-11-01T16:30:09.0780485Z [4361/7391] 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 2024-11-01T16:30:09.0840124Z [4362/7391] 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 2024-11-01T16:30:09.1009735Z [4363/7391] 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 2024-11-01T16:30:09.1083920Z [4364/7391] 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 2024-11-01T16:30:09.1244792Z [4365/7391] 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 2024-11-01T16:30:09.1627761Z [4366/7391] 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 2024-11-01T16:30:09.1792579Z [4367/7391] 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 2024-11-01T16:30:09.1805558Z [4368/7391] 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 2024-11-01T16:30:09.2071670Z [4369/7391] 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 2024-11-01T16:30:09.2299740Z [4370/7391] 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 2024-11-01T16:30:09.2913843Z [4371/7391] 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 2024-11-01T16:30:09.2982675Z [4372/7391] 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 2024-11-01T16:30:09.2996033Z [4373/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx256vnni.c.obj 2024-11-01T16:30:09.3286817Z [4374/7391] 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 2024-11-01T16:30:09.3299332Z [4375/7391] 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 2024-11-01T16:30:09.3382381Z [4376/7391] 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 2024-11-01T16:30:09.3537187Z [4377/7391] 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 2024-11-01T16:30:09.4114732Z [4378/7391] 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 2024-11-01T16:30:09.4347102Z [4379/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-8x8c8-minmax-avx256vnni.c.obj 2024-11-01T16:30:09.4414372Z [4380/7391] 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 2024-11-01T16:30:09.4557864Z [4381/7391] 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 2024-11-01T16:30:09.4718210Z [4382/7391] 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 2024-11-01T16:30:09.4821481Z [4383/7391] 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 2024-11-01T16:30:09.4876094Z [4384/7391] 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 2024-11-01T16:30:09.5275871Z [4385/7391] 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 2024-11-01T16:30:09.5577766Z [4386/7391] 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 2024-11-01T16:30:09.5596568Z [4387/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx256vnni.c.obj 2024-11-01T16:30:09.5790457Z [4388/7391] 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 2024-11-01T16:30:09.6077096Z [4389/7391] 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 2024-11-01T16:30:09.6131299Z [4390/7391] 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 2024-11-01T16:30:09.6181228Z [4391/7391] 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 2024-11-01T16:30:09.6231167Z [4392/7391] 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 2024-11-01T16:30:09.6509340Z [4393/7391] 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 2024-11-01T16:30:09.6838025Z [4394/7391] 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 2024-11-01T16:30:09.7084167Z [4395/7391] 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 2024-11-01T16:30:09.7184520Z [4396/7391] 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 2024-11-01T16:30:09.7415080Z [4397/7391] 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 2024-11-01T16:30:09.7507007Z [4398/7391] 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 2024-11-01T16:30:09.7629362Z [4399/7391] 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 2024-11-01T16:30:09.7710208Z [4400/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-8x8c8-minmax-avx256vnni.c.obj 2024-11-01T16:30:09.8067072Z [4401/7391] 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 2024-11-01T16:30:09.8162336Z [4402/7391] 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 2024-11-01T16:30:09.8591604Z [4403/7391] 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 2024-11-01T16:30:09.8774569Z [4404/7391] 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 2024-11-01T16:30:09.8822072Z [4405/7391] 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 2024-11-01T16:30:09.9011473Z [4406/7391] 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 2024-11-01T16:30:09.9023518Z [4407/7391] 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 2024-11-01T16:30:09.9490036Z [4408/7391] 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 2024-11-01T16:30:09.9503142Z [4409/7391] 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 2024-11-01T16:30:09.9745290Z [4410/7391] 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 2024-11-01T16:30:09.9762354Z [4411/7391] 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 2024-11-01T16:30:09.9947283Z [4412/7391] 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 2024-11-01T16:30:10.0189508Z [4413/7391] 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 2024-11-01T16:30:10.0350196Z [4414/7391] 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 2024-11-01T16:30:10.0959873Z [4415/7391] 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 2024-11-01T16:30:10.1009281Z [4416/7391] 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 2024-11-01T16:30:10.1058774Z [4417/7391] 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 2024-11-01T16:30:10.1123518Z [4418/7391] 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 2024-11-01T16:30:10.1403059Z [4419/7391] 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 2024-11-01T16:30:10.1455372Z [4420/7391] 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 2024-11-01T16:30:10.1704803Z [4421/7391] 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 2024-11-01T16:30:10.1799196Z [4422/7391] 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 2024-11-01T16:30:10.2187349Z [4423/7391] 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 2024-11-01T16:30:10.2358140Z [4424/7391] 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 2024-11-01T16:30:10.2410540Z [4425/7391] 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 2024-11-01T16:30:10.2425531Z [4426/7391] 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 2024-11-01T16:30:10.2746440Z [4427/7391] 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 2024-11-01T16:30:10.2837789Z [4428/7391] 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 2024-11-01T16:30:10.3075517Z [4429/7391] 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 2024-11-01T16:30:10.3134938Z [4430/7391] 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 2024-11-01T16:30:10.3683438Z [4431/7391] 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 2024-11-01T16:30:10.4174496Z [4432/7391] 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 2024-11-01T16:30:10.4187075Z [4433/7391] 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 2024-11-01T16:30:10.4199396Z [4434/7391] 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 2024-11-01T16:30:10.4210249Z [4435/7391] 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 2024-11-01T16:30:10.4258861Z [4436/7391] 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 2024-11-01T16:30:10.4307948Z [4437/7391] 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 2024-11-01T16:30:10.4563689Z [4438/7391] 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 2024-11-01T16:30:10.5534879Z [4439/7391] 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 2024-11-01T16:30:10.5548014Z [4440/7391] 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 2024-11-01T16:30:10.5596448Z [4441/7391] 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 2024-11-01T16:30:10.5607375Z [4442/7391] 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 2024-11-01T16:30:10.5703252Z [4443/7391] 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 2024-11-01T16:30:10.5985744Z [4444/7391] 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 2024-11-01T16:30:10.6045080Z [4445/7391] 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 2024-11-01T16:30:10.6094092Z [4446/7391] 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 2024-11-01T16:30:10.6849013Z [4447/7391] 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 2024-11-01T16:30:10.6895472Z [4448/7391] 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 2024-11-01T16:30:10.7034890Z [4449/7391] 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 2024-11-01T16:30:10.7081405Z [4450/7391] 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 2024-11-01T16:30:10.7095337Z [4451/7391] 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 2024-11-01T16:30:10.7350642Z [4452/7391] 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 2024-11-01T16:30:10.7650726Z [4453/7391] 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 2024-11-01T16:30:10.7701272Z [4454/7391] 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 2024-11-01T16:30:10.8249913Z [4455/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx256vnni.c.obj 2024-11-01T16:30:10.8263043Z [4456/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x8c8-minmax-fp32-avx256vnni.c.obj 2024-11-01T16:30:10.8364607Z [4457/7391] 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 2024-11-01T16:30:10.8415797Z [4458/7391] 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 2024-11-01T16:30:10.8530049Z [4459/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x8c8-minmax-fp32-avx256vnni.c.obj 2024-11-01T16:30:10.8807009Z [4460/7391] 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 2024-11-01T16:30:10.8861720Z [4461/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x8c8-minmax-fp32-avx256vnni.c.obj 2024-11-01T16:30:10.8880876Z [4462/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x8c8-minmax-fp32-avx256vnni.c.obj 2024-11-01T16:30:10.9517067Z [4463/7391] 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 2024-11-01T16:30:10.9661860Z [4464/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x8c8-minmax-fp32-avx256vnni.c.obj 2024-11-01T16:30:10.9715044Z [4465/7391] 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 2024-11-01T16:30:10.9726726Z [4466/7391] 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 2024-11-01T16:30:11.0104640Z [4467/7391] 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 2024-11-01T16:30:11.0315300Z [4468/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx256vnni.c.obj 2024-11-01T16:30:11.0370655Z [4469/7391] 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 2024-11-01T16:30:11.0471864Z [4470/7391] 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 2024-11-01T16:30:11.0658325Z [4471/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x8c8-minmax-fp32-avx256vnni.c.obj 2024-11-01T16:30:11.0858089Z [4472/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x8c8-minmax-fp32-avx256vnni.c.obj 2024-11-01T16:30:11.1104700Z [4473/7391] 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 2024-11-01T16:30:11.1439536Z [4474/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x8c8-minmax-fp32-avx256vnni.c.obj 2024-11-01T16:30:11.1498598Z [4475/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x8c8-minmax-fp32-avx256vnni.c.obj 2024-11-01T16:30:11.1726418Z [4476/7391] 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 2024-11-01T16:30:11.1739769Z [4477/7391] 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 2024-11-01T16:30:11.2054433Z [4478/7391] 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 2024-11-01T16:30:11.2233763Z [4479/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x8c8-minmax-fp32-avx256vnni.c.obj 2024-11-01T16:30:11.2305592Z [4480/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x8c8-minmax-fp32-avx256vnni.c.obj 2024-11-01T16:30:11.2373675Z [4481/7391] 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 2024-11-01T16:30:11.2693948Z [4482/7391] 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 2024-11-01T16:30:11.2845699Z [4483/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x8c8-minmax-fp32-avx256vnni.c.obj 2024-11-01T16:30:11.2987814Z [4484/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u32.c.obj 2024-11-01T16:30:11.3175780Z [4485/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u64.c.obj 2024-11-01T16:30:11.3273729Z [4486/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u64-acc2.c.obj 2024-11-01T16:30:11.3436866Z [4487/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x8c8-minmax-fp32-avx256vnni.c.obj 2024-11-01T16:30:11.3659274Z [4488/7391] 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 2024-11-01T16:30:11.3927245Z [4489/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x8c8-minmax-fp32-avx256vnni.c.obj 2024-11-01T16:30:11.3985716Z [4490/7391] 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 2024-11-01T16:30:11.4219363Z [4491/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u128.c.obj 2024-11-01T16:30:11.4235575Z [4492/7391] 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 2024-11-01T16:30:11.4297081Z [4493/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u128-acc4.c.obj 2024-11-01T16:30:11.4413880Z [4494/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u128-acc2.c.obj 2024-11-01T16:30:11.4495618Z [4495/7391] 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 2024-11-01T16:30:11.4849687Z [4496/7391] 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 2024-11-01T16:30:11.5246816Z [4497/7391] 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 2024-11-01T16:30:11.5498799Z [4498/7391] 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 2024-11-01T16:30:11.5544882Z [4499/7391] 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 2024-11-01T16:30:11.5784334Z [4500/7391] 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 2024-11-01T16:30:11.6078008Z [4501/7391] 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 2024-11-01T16:30:11.6377079Z [4502/7391] 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 2024-11-01T16:30:11.6439574Z [4503/7391] 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 2024-11-01T16:30:11.6578194Z [4504/7391] 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 2024-11-01T16:30:11.6646635Z [4505/7391] 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 2024-11-01T16:30:11.6793126Z [4506/7391] 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 2024-11-01T16:30:11.7031547Z [4507/7391] 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 2024-11-01T16:30:11.7188661Z [4508/7391] 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 2024-11-01T16:30:11.7458378Z [4509/7391] 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 2024-11-01T16:30:11.7631207Z [4510/7391] 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 2024-11-01T16:30:11.7993169Z [4511/7391] 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 2024-11-01T16:30:11.8084334Z [4512/7391] 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 2024-11-01T16:30:11.8165632Z [4513/7391] 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 2024-11-01T16:30:11.8317573Z [4514/7391] 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 2024-11-01T16:30:11.8457608Z [4515/7391] 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 2024-11-01T16:30:11.8732067Z [4516/7391] 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 2024-11-01T16:30:11.8855133Z [4517/7391] 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 2024-11-01T16:30:11.9107674Z [4518/7391] 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 2024-11-01T16:30:11.9167887Z [4519/7391] 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 2024-11-01T16:30:11.9286672Z [4520/7391] 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 2024-11-01T16:30:11.9352632Z [4521/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.obj 2024-11-01T16:30:11.9634426Z [4522/7391] 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 2024-11-01T16:30:11.9783302Z [4523/7391] 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 2024-11-01T16:30:12.0022230Z [4524/7391] 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 2024-11-01T16:30:12.0379684Z [4525/7391] 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 2024-11-01T16:30:12.0406259Z [4526/7391] 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 2024-11-01T16:30:12.0576045Z [4527/7391] 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 2024-11-01T16:30:12.0661358Z [4528/7391] 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 2024-11-01T16:30:12.0881093Z [4529/7391] 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 2024-11-01T16:30:12.0981755Z [4530/7391] 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 2024-11-01T16:30:12.1233671Z [4531/7391] 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 2024-11-01T16:30:12.1475394Z [4532/7391] 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 2024-11-01T16:30:12.1629922Z [4533/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.obj 2024-11-01T16:30:12.1693603Z [4534/7391] 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 2024-11-01T16:30:12.1791338Z [4535/7391] 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 2024-11-01T16:30:12.2545319Z [4536/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.obj 2024-11-01T16:30:12.2723769Z [4537/7391] 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 2024-11-01T16:30:12.3631116Z [4538/7391] 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 2024-11-01T16:30:12.3644717Z [4539/7391] 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 2024-11-01T16:30:12.3657255Z [4540/7391] 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 2024-11-01T16:30:12.3701922Z [4541/7391] 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 2024-11-01T16:30:12.3800129Z [4542/7391] 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 2024-11-01T16:30:12.3945172Z [4543/7391] 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 2024-11-01T16:30:12.4151502Z [4544/7391] 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 2024-11-01T16:30:12.4252166Z [4545/7391] 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 2024-11-01T16:30:12.5196434Z [4546/7391] 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 2024-11-01T16:30:12.5492925Z [4547/7391] 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 2024-11-01T16:30:12.6101833Z [4548/7391] 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 2024-11-01T16:30:12.6143788Z [4549/7391] 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 2024-11-01T16:30:12.6698810Z [4550/7391] 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 2024-11-01T16:30:12.6711057Z [4551/7391] 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 2024-11-01T16:30:12.6912591Z [4552/7391] 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 2024-11-01T16:30:12.7209161Z [4553/7391] 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 2024-11-01T16:30:12.7618223Z [4554/7391] 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 2024-11-01T16:30:12.7895982Z [4555/7391] 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 2024-11-01T16:30:12.7908506Z [4556/7391] 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 2024-11-01T16:30:12.8669761Z [4557/7391] 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 2024-11-01T16:30:12.8828110Z [4558/7391] 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 2024-11-01T16:30:12.9064725Z [4559/7391] 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 2024-11-01T16:30:12.9113919Z [4560/7391] 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 2024-11-01T16:30:12.9372294Z [4561/7391] 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 2024-11-01T16:30:12.9625539Z [4562/7391] 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 2024-11-01T16:30:12.9638437Z [4563/7391] 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 2024-11-01T16:30:12.9878092Z [4564/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2-k-over-2048.c.obj 2024-11-01T16:30:13.0083124Z [4565/7391] 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 2024-11-01T16:30:13.0494215Z [4566/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.obj 2024-11-01T16:30:13.0599273Z [4567/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2-k-over-64.c.obj 2024-11-01T16:30:13.0855201Z [4568/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-28x16c4-minmax-avx512vnnigfni-prfm.c.obj 2024-11-01T16:30:13.1110111Z [4569/7391] 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 2024-11-01T16:30:13.1182304Z [4570/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-32.c.obj 2024-11-01T16:30:13.1290670Z [4571/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-28x16c4-minmax-avx512vnnigfni.c.obj 2024-11-01T16:30:13.1346522Z [4572/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-4.c.obj 2024-11-01T16:30:13.1545005Z [4573/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-8.c.obj 2024-11-01T16:30:13.1592963Z [4574/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx256skx.c.obj 2024-11-01T16:30:13.1870778Z [4575/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-16.c.obj 2024-11-01T16:30:13.1916314Z [4576/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-2048.c.obj 2024-11-01T16:30:13.2169954Z [4577/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx256vnnigfni.c.obj 2024-11-01T16:30:13.2287457Z [4578/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-64.c.obj 2024-11-01T16:30:13.2329608Z [4579/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\vlog.c.obj 2024-11-01T16:30:13.2438439Z [4580/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx256vnni.c.obj 2024-11-01T16:30:13.2596382Z [4581/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-8.c.obj 2024-11-01T16:30:13.2762653Z [4582/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-2048.c.obj 2024-11-01T16:30:13.3068913Z [4583/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-4.c.obj 2024-11-01T16:30:13.3215355Z [4584/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-64.c.obj 2024-11-01T16:30:13.3343032Z [4585/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-16.c.obj 2024-11-01T16:30:13.3434030Z [4586/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-32.c.obj 2024-11-01T16:30:13.3650126Z [4587/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512vnnigfni.c.obj 2024-11-01T16:30:13.3931511Z [4588/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\vlog.c.obj 2024-11-01T16:30:13.4359954Z [4589/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-64.c.obj 2024-11-01T16:30:13.4645316Z [4590/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-2048.c.obj 2024-11-01T16:30:13.4818395Z [4591/7391] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\allocation-type.c.obj 2024-11-01T16:30:13.5493337Z [4592/7391] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\datatype-strings.c.obj 2024-11-01T16:30:13.6497831Z [4593/7391] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\node-type.c.obj 2024-11-01T16:30:13.6508248Z [4594/7391] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\microkernel-type.c.obj 2024-11-01T16:30:13.6517827Z [4595/7391] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\operator-type.c.obj 2024-11-01T16:30:13.6668387Z [4596/7391] Building C object confu-deps\XNNPACK\CMakeFiles\indirection.dir\src\indirection.c.obj 2024-11-01T16:30:13.7163941Z [4597/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\ssse3.c.obj 2024-11-01T16:30:13.7423893Z [4598/7391] Building C object confu-deps\XNNPACK\CMakeFiles\hardware-config.dir\src\configs\hardware-config.c.obj 2024-11-01T16:30:13.7594509Z [4599/7391] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\log.c.obj 2024-11-01T16:30:13.7775363Z [4600/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\sse2.c.obj 2024-11-01T16:30:13.8080154Z [4601/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microparams-init.dir\src\microparams-init.c.obj 2024-11-01T16:30:13.8564656Z [4602/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\sse.c.obj 2024-11-01T16:30:13.8978498Z [4603/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\sse41.c.obj 2024-11-01T16:30:13.9375803Z [4604/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\f16c.c.obj 2024-11-01T16:30:14.0177409Z [4605/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\scalar.c.obj 2024-11-01T16:30:14.0627912Z [4606/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx2.c.obj 2024-11-01T16:30:14.0871290Z [4607/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512f.c.obj 2024-11-01T16:30:14.1259873Z [4608/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx.c.obj 2024-11-01T16:30:14.1689528Z [4609/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512vbmi.c.obj 2024-11-01T16:30:14.1842286Z [4610/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\fma3.c.obj 2024-11-01T16:30:14.2550067Z [4611/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512skx.c.obj 2024-11-01T16:30:14.2918041Z [4612/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512vnni.c.obj 2024-11-01T16:30:14.3442338Z [4613/7391] Building C object confu-deps\XNNPACK\CMakeFiles\normalization.dir\src\normalization.c.obj 2024-11-01T16:30:14.3443262Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:14.4356176Z [4614/7391] Building C object confu-deps\XNNPACK\CMakeFiles\packing.dir\src\packing.c.obj 2024-11-01T16:30:14.4357824Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\packing.c(1557): warning C4098: 'xnn_pack_qs8_weights_and_biases': 'void' function returning a value 2024-11-01T16:30:14.4359850Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\packing.c(1588): warning C4098: 'xnn_pack_qs4_weights_and_biases': 'void' function returning a value 2024-11-01T16:30:14.4361870Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\packing.c(1619): warning C4098: 'xnn_pack_qu8_weights_and_biases': 'void' function returning a value 2024-11-01T16:30:14.4932282Z [4615/7391] Building C object confu-deps\XNNPACK\CMakeFiles\allocator.dir\src\allocator.c.obj 2024-11-01T16:30:14.5127667Z [4616/7391] Building C object confu-deps\XNNPACK\CMakeFiles\microkernel-utils.dir\src\microkernel-utils.c.obj 2024-11-01T16:30:14.5417755Z [4617/7391] Building C object confu-deps\XNNPACK\CMakeFiles\cache.dir\src\cache.c.obj 2024-11-01T16:30:14.5418790Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:14.6695477Z [4618/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operator-delete.c.obj 2024-11-01T16:30:14.6696866Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-delete.c(29): warning C4090: 'function': different 'const' qualifiers 2024-11-01T16:30:14.6697977Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:14.6856076Z [4619/7391] Building C object confu-deps\XNNPACK\CMakeFiles\mutex.dir\src\mutex.c.obj 2024-11-01T16:30:14.6857021Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:14.7660427Z [4620/7391] Building C object confu-deps\XNNPACK\CMakeFiles\memory.dir\src\memory.c.obj 2024-11-01T16:30:14.8444182Z [4621/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\channel-shuffle-nc.c.obj 2024-11-01T16:30:14.8445175Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:14.8809909Z [4622/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\average-pooling-nhwc.c.obj 2024-11-01T16:30:14.8811478Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\average-pooling-nhwc.c(615): warning C4090: 'function': different 'const' qualifiers 2024-11-01T16:30:14.8812809Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:14.8995170Z [4623/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\batch-matrix-multiply-nc.c.obj 2024-11-01T16:30:14.8996636Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:15.4963572Z [4624/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\argmax-pooling-nhwc.c.obj 2024-11-01T16:30:15.4965152Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\argmax-pooling-nhwc.c(252): warning C4090: 'function': different 'const' qualifiers 2024-11-01T16:30:15.4966381Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:15.5858619Z [4625/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nchw.c.obj 2024-11-01T16:30:15.5859594Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:15.5913203Z [4626/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\dynamic-fully-connected-nc.c.obj 2024-11-01T16:30:15.5915216Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:15.6050938Z [4627/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\binary-elementwise-nd.c.obj 2024-11-01T16:30:15.6052747Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:15.6063541Z [4628/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nhwc.c.obj 2024-11-01T16:30:15.6065074Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\convolution-nhwc.c(2178): warning C4090: 'function': different 'const' qualifiers 2024-11-01T16:30:15.6066261Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:15.6126968Z [4629/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\global-average-pooling-nwc.c.obj 2024-11-01T16:30:15.6127997Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:15.6298807Z [4630/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\deconvolution-nhwc.c.obj 2024-11-01T16:30:15.6301558Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\deconvolution-nhwc.c(1133): warning C4090: 'function': different 'const' qualifiers 2024-11-01T16:30:15.6304835Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\deconvolution-nhwc.c(1421): warning C4090: 'function': different 'const' qualifiers 2024-11-01T16:30:15.6306953Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:15.7522078Z [4631/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\constant-pad-nd.c.obj 2024-11-01T16:30:15.7523884Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:15.7582403Z [4632/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\global-average-pooling-ncw.c.obj 2024-11-01T16:30:15.7583571Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:15.8353320Z [4633/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\fully-connected-nc.c.obj 2024-11-01T16:30:15.8354459Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:15.8563765Z [4634/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\lut-elementwise-nc.c.obj 2024-11-01T16:30:15.8564807Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:15.8635738Z [4635/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\prelu-nc.c.obj 2024-11-01T16:30:15.8636723Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:15.8701123Z [4636/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nhwc.c.obj 2024-11-01T16:30:15.8703876Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\resize-bilinear-nhwc.c(272): warning C4090: 'function': different 'const' qualifiers 2024-11-01T16:30:15.8762348Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:15.8763574Z [4637/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\reduce-nd.c.obj 2024-11-01T16:30:15.8764554Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:15.9059894Z [4638/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nchw.c.obj 2024-11-01T16:30:15.9061706Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\resize-bilinear-nchw.c(206): warning C4090: 'function': different 'const' qualifiers 2024-11-01T16:30:15.9062989Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:16.0140109Z [4639/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\max-pooling-nhwc.c.obj 2024-11-01T16:30:16.0142931Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\max-pooling-nhwc.c(492): warning C4090: 'function': different 'const' qualifiers 2024-11-01T16:30:16.0145178Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:16.0155467Z [4640/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\transpose-nd.c.obj 2024-11-01T16:30:16.0156906Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:16.0879520Z [4641/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\scaled-dot-product-attention-nhtc.c.obj 2024-11-01T16:30:16.0880785Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:16.1099527Z [4642/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\rope-nthc.c.obj 2024-11-01T16:30:16.1100960Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:16.1202100Z [4643/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\softmax-nc.c.obj 2024-11-01T16:30:16.1203717Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:16.1220022Z [4644/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\slice-nd.c.obj 2024-11-01T16:30:16.1221956Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:16.1300315Z [4645/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operator-utils.dir\src\operator-utils.c.obj 2024-11-01T16:30:16.1604002Z [4646/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operator-run.dir\src\operator-run.c.obj 2024-11-01T16:30:16.1606757Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(562): warning C4098: 'xnn_compute_dqgemm_bl': 'void' function returning a value 2024-11-01T16:30:16.1609537Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(1545): warning C4090: 'initializing': different 'const' qualifiers 2024-11-01T16:30:16.2784376Z [4647/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unary-elementwise-nc.c.obj 2024-11-01T16:30:16.2786498Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:16.2933808Z [4648/7391] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unpooling-nhwc.c.obj 2024-11-01T16:30:16.2936652Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\unpooling-nhwc.c(208): warning C4090: 'function': different 'const' qualifiers 2024-11-01T16:30:16.2938325Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:16.3414191Z [4649/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\memory-planner.c.obj 2024-11-01T16:30:16.3415868Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:16.3667179Z [4650/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph.c.obj 2024-11-01T16:30:16.3668092Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:16.3978694Z [4651/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\argmax-pooling-2d.c.obj 2024-11-01T16:30:16.3979932Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:16.3991742Z [4652/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\abs.c.obj 2024-11-01T16:30:16.3992642Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:16.4043403Z [4653/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\add2.c.obj 2024-11-01T16:30:16.4044975Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:16.4419209Z [4654/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\runtime.c.obj 2024-11-01T16:30:16.4420068Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:16.5486571Z [4655/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\batch-matrix-multiply.c.obj 2024-11-01T16:30:16.5487699Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:16.5975763Z [4656/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\average-pooling-2d.c.obj 2024-11-01T16:30:16.5977506Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:16.6307624Z [4657/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\bankers-rounding.c.obj 2024-11-01T16:30:16.6308595Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:16.6446472Z [4658/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\copy.c.obj 2024-11-01T16:30:16.6447409Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:16.6709598Z [4659/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\convolution-2d.c.obj 2024-11-01T16:30:16.6710542Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:16.6774737Z [4660/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\clamp.c.obj 2024-11-01T16:30:16.6776250Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:16.7156184Z [4661/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\concatenate.c.obj 2024-11-01T16:30:16.7157182Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:16.7305548Z [4662/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\ceiling.c.obj 2024-11-01T16:30:16.7306537Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:16.7922421Z [4663/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\convert.c.obj 2024-11-01T16:30:16.7924115Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:16.8686779Z [4664/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depth-to-space-2d.c.obj 2024-11-01T16:30:16.8687781Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:16.8748178Z [4665/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\deconvolution-2d.c.obj 2024-11-01T16:30:16.8749970Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:16.9112131Z [4666/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\copysign.c.obj 2024-11-01T16:30:16.9113803Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:16.9167233Z [4667/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depthwise-convolution-2d.c.obj 2024-11-01T16:30:16.9169140Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:16.9739963Z [4668/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\divide.c.obj 2024-11-01T16:30:16.9741135Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:16.9931319Z [4669/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\floor.c.obj 2024-11-01T16:30:16.9932884Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:17.0036526Z [4670/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\exp.c.obj 2024-11-01T16:30:17.0037740Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:17.0552708Z [4671/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected-sparse.c.obj 2024-11-01T16:30:17.0554249Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:17.0936932Z [4672/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\even-split.c.obj 2024-11-01T16:30:17.0938429Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:17.1334679Z [4673/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\elu.c.obj 2024-11-01T16:30:17.1335650Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:17.1788430Z [4674/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\global-sum-pooling.c.obj 2024-11-01T16:30:17.1789547Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:17.1943132Z [4675/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\gelu.c.obj 2024-11-01T16:30:17.1944921Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:17.2558089Z [4676/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\hardswish.c.obj 2024-11-01T16:30:17.2559130Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:17.2722474Z [4677/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\global-average-pooling.c.obj 2024-11-01T16:30:17.2724282Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:17.3059183Z [4678/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected.c.obj 2024-11-01T16:30:17.3060288Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:17.3134244Z [4679/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\leaky-relu.c.obj 2024-11-01T16:30:17.3136008Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:17.3694134Z [4680/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\minimum2.c.obj 2024-11-01T16:30:17.3695219Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:17.4090802Z [4681/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\log.c.obj 2024-11-01T16:30:17.4091723Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:17.4168852Z [4682/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\maximum2.c.obj 2024-11-01T16:30:17.4170393Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:17.4778933Z [4683/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\max-pooling-2d.c.obj 2024-11-01T16:30:17.4780040Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:17.5037636Z [4684/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\multiply2.c.obj 2024-11-01T16:30:17.5039266Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:17.5638158Z [4685/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\reciprocal-square-root.c.obj 2024-11-01T16:30:17.5639198Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:17.5712214Z [4686/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\prelu.c.obj 2024-11-01T16:30:17.5713183Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:17.6006164Z [4687/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\negate.c.obj 2024-11-01T16:30:17.6007723Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:17.6121002Z [4688/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\reshape-helpers.c.obj 2024-11-01T16:30:17.6122062Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:17.6572309Z [4689/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\scaled-dot-product-attention.c.obj 2024-11-01T16:30:17.6573477Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:17.7040172Z [4690/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\softmax.c.obj 2024-11-01T16:30:17.7041275Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:17.7126264Z [4691/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\sigmoid.c.obj 2024-11-01T16:30:17.7127270Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:17.7596300Z [4692/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\square-root.c.obj 2024-11-01T16:30:17.7598700Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:17.8506503Z [4693/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\squared-difference.c.obj 2024-11-01T16:30:17.8508293Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:17.8575773Z [4694/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\space-to-depth-2d.c.obj 2024-11-01T16:30:17.8577641Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:17.8736578Z [4695/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\square.c.obj 2024-11-01T16:30:17.8737601Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:17.9089050Z [4696/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-reshape.c.obj 2024-11-01T16:30:17.9092052Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:17.9580735Z [4697/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-resize-bilinear-2d.c.obj 2024-11-01T16:30:17.9581817Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:17.9671841Z [4698/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-mean.c.obj 2024-11-01T16:30:17.9672805Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:17.9813922Z [4699/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-constant-pad.c.obj 2024-11-01T16:30:17.9815177Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:18.0084115Z [4700/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-slice.c.obj 2024-11-01T16:30:18.0085662Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:18.1432633Z [4701/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-transpose.c.obj 2024-11-01T16:30:18.1434264Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:18.1650952Z [4702/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\subtract.c.obj 2024-11-01T16:30:18.1652462Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:18.2066190Z [4703/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\json_reporter.cc.obj 2024-11-01T16:30:18.2121059Z [4704/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\reporter.cc.obj 2024-11-01T16:30:18.2581685Z [4705/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\string_util.cc.obj 2024-11-01T16:30:18.2699709Z [4706/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\statistics.cc.obj 2024-11-01T16:30:18.2760740Z [4707/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\perf_counters.cc.obj 2024-11-01T16:30:18.4297507Z [4708/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\tanh.c.obj 2024-11-01T16:30:18.4298404Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:18.4606492Z [4709/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\tensor.c.obj 2024-11-01T16:30:18.4608157Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:18.4621824Z [4710/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\unpooling-2d.c.obj 2024-11-01T16:30:18.4623530Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:18.4966287Z [4711/7391] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\validation.c.obj 2024-11-01T16:30:18.4968439Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:18.6066304Z [4712/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\sleep.cc.obj 2024-11-01T16:30:18.6165561Z [4713/7391] Generating build_identifier.c 2024-11-01T16:30:18.7097447Z [4714/7391] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\src\gmock-all.cc.obj 2024-11-01T16:30:18.7764093Z [4715/7391] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock_main.cc.obj 2024-11-01T16:30:18.8480962Z [4716/7391] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock-all.cc.obj 2024-11-01T16:30:19.0134084Z [4717/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\argmaxpool-config.c.obj 2024-11-01T16:30:19.0135189Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:19.0319798Z [4718/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\avgpool-config.c.obj 2024-11-01T16:30:19.0321150Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:19.0744564Z [4719/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\binary-elementwise-config.c.obj 2024-11-01T16:30:19.0745728Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:19.0884085Z [4720/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\timers.cc.obj 2024-11-01T16:30:19.1042219Z [4721/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\sysinfo.cc.obj 2024-11-01T16:30:19.1324163Z [4722/7391] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\__\googletest\src\gtest-all.cc.obj 2024-11-01T16:30:19.1372441Z [4723/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\experiments-config.c.obj 2024-11-01T16:30:19.1374171Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:19.1511826Z [4724/7391] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\__\googletest\src\gtest-all.cc.obj 2024-11-01T16:30:19.1625468Z [4725/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\conv-hwc2chw-config.c.obj 2024-11-01T16:30:19.1627057Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:19.4190611Z [4726/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\cmul-config.c.obj 2024-11-01T16:30:19.4192463Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:19.4515320Z [4727/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv-config.c.obj 2024-11-01T16:30:19.4516346Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:19.4872315Z [4728/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\gavgpool-config.c.obj 2024-11-01T16:30:19.4873257Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:19.5002157Z [4729/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\maxpool-config.c.obj 2024-11-01T16:30:19.5004101Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:19.5019505Z [4730/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv2d-chw-config.c.obj 2024-11-01T16:30:19.5028889Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:19.5266357Z [4731/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\lut32norm-config.c.obj 2024-11-01T16:30:19.5267622Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:19.5286689Z [4732/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\gavgpool-cw-config.c.obj 2024-11-01T16:30:19.5288295Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:19.5590373Z [4733/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-chw-config.c.obj 2024-11-01T16:30:19.5592410Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:19.8152657Z [4734/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-config.c.obj 2024-11-01T16:30:19.8153780Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:19.8337271Z [4735/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\gemm-config.c.obj 2024-11-01T16:30:19.8338976Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:19.8939846Z [4736/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\rmax-config.c.obj 2024-11-01T16:30:19.8940788Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:19.9127047Z [4737/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\raddstoreexpminusmax-config.c.obj 2024-11-01T16:30:19.9128065Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:19.9192299Z [4738/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\pavgpool-config.c.obj 2024-11-01T16:30:19.9193282Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:19.9281025Z [4739/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unpool-config.c.obj 2024-11-01T16:30:19.9283255Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:19.9535467Z [4740/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\prelu-config.c.obj 2024-11-01T16:30:19.9536777Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:19.9663994Z [4741/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\reduce-config.c.obj 2024-11-01T16:30:19.9665578Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:20.1855373Z [4742/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\transpose-config.c.obj 2024-11-01T16:30:20.1857371Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:20.2177251Z [4743/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\spmm-config.c.obj 2024-11-01T16:30:20.2178312Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:20.2858602Z [4744/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\zip-config.c.obj 2024-11-01T16:30:20.2859548Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:20.2874940Z [4745/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\vmulcaddc-config.c.obj 2024-11-01T16:30:20.2875887Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:20.2944113Z [4746/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\x8-lut-config.c.obj 2024-11-01T16:30:20.2945695Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:20.3034045Z [4747/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\build_identifier.c.obj 2024-11-01T16:30:20.3035243Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:20.3050669Z [4748/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-fill-config.c.obj 2024-11-01T16:30:20.3052212Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:20.3423547Z [4749/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-pad-config.c.obj 2024-11-01T16:30:20.3424494Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:20.3666113Z [4750/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unary-elementwise-config.c.obj 2024-11-01T16:30:20.3667118Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:20.3790891Z [4751/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\params.c.obj 2024-11-01T16:30:20.3791757Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:20.3802857Z [4752/7391] Linking CXX static library lib\gmock_main.lib 2024-11-01T16:30:20.4032284Z [4753/7391] Linking CXX static library lib\gmock.lib 2024-11-01T16:30:20.5770771Z [4754/7391] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\init.c.obj 2024-11-01T16:30:20.5771695Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-11-01T16:30:20.5955136Z [4755/7391] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest_main.dir\src\gtest_main.cc.obj 2024-11-01T16:30:20.6239177Z [4756/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_name.cc.obj 2024-11-01T16:30:20.6509699Z [4757/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_api_internal.cc.obj 2024-11-01T16:30:20.6518249Z [4758/7391] Linking C static library lib\XNNPACK.lib 2024-11-01T16:30:20.7206134Z [4759/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark.cc.obj 2024-11-01T16:30:20.7354835Z [4760/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_runner.cc.obj 2024-11-01T16:30:20.8317123Z [4761/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\counter.cc.obj 2024-11-01T16:30:20.8520115Z [4762/7391] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest.dir\src\gtest-all.cc.obj 2024-11-01T16:30:20.9085001Z [4763/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\console_reporter.cc.obj 2024-11-01T16:30:20.9149445Z [4764/7391] Linking CXX static library lib\gtest.lib 2024-11-01T16:30:20.9207489Z [4765/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\complexity.cc.obj 2024-11-01T16:30:20.9436813Z [4766/7391] Linking CXX static library lib\gtest_main.lib 2024-11-01T16:30:20.9505675Z [4767/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_register.cc.obj 2024-11-01T16:30:20.9674134Z [4768/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\commandlineflags.cc.obj 2024-11-01T16:30:20.9687487Z [4769/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\csv_reporter.cc.obj 2024-11-01T16:30:20.9868766Z [4770/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\colorprint.cc.obj 2024-11-01T16:30:21.0502980Z [4771/7391] Linking CXX static library lib\benchmark.lib 2024-11-01T16:30:21.1887213Z [4772/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonehash.cpp.obj 2024-11-01T16:30:21.1955587Z [4773/7391] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark_main.dir\benchmark_main.cc.obj 2024-11-01T16:30:21.2227447Z [4774/7391] Linking CXX static library lib\benchmark_main.lib 2024-11-01T16:30:21.2303635Z [4775/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zone.cpp.obj 2024-11-01T16:30:21.2599697Z [4776/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\support.cpp.obj 2024-11-01T16:30:21.2800972Z [4777/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\virtmem.cpp.obj 2024-11-01T16:30:21.2869300Z [4778/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\ExecuteKernel.cc.obj 2024-11-01T16:30:21.2922482Z [4779/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\target.cpp.obj 2024-11-01T16:30:21.3084310Z [4780/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\type.cpp.obj 2024-11-01T16:30:21.4939451Z [4781/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFloat16Convert.cc.obj 2024-11-01T16:30:21.5319624Z [4782/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmBfloat16Convert.cc.obj 2024-11-01T16:30:21.5487378Z [4783/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\EmbeddingSpMDM.cc.obj 2024-11-01T16:30:21.6168403Z [4784/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFPCommon.cc.obj 2024-11-01T16:30:21.6288169Z [4785/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmConv.cc.obj 2024-11-01T16:30:21.6292625Z 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 2024-11-01T16:30:21.6296317Z with 2024-11-01T16:30:21.6297088Z [ 2024-11-01T16:30:21.6297550Z T=uint8_t, 2024-11-01T16:30:21.6298073Z accT=int32_t, 2024-11-01T16:30:21.6298639Z inpType=uint8_t 2024-11-01T16:30:21.6300334Z ] 2024-11-01T16:30:21.6302747Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:21.6305287Z with 2024-11-01T16:30:21.6305725Z [ 2024-11-01T16:30:21.6306132Z T=uint8_t, 2024-11-01T16:30:21.6306651Z accT=int32_t 2024-11-01T16:30:21.6307142Z ] 2024-11-01T16:30:21.6310537Z 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 2024-11-01T16:30:21.6315222Z with 2024-11-01T16:30:21.6315667Z [ 2024-11-01T16:30:21.6316088Z T=uint8_t, 2024-11-01T16:30:21.6316719Z accT=int32_t 2024-11-01T16:30:21.6317252Z ] 2024-11-01T16:30:21.6319499Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:21.6321989Z with 2024-11-01T16:30:21.6322427Z [ 2024-11-01T16:30:21.6322848Z T=uint8_t, 2024-11-01T16:30:21.6323371Z accT=int32_t 2024-11-01T16:30:21.6323906Z ] 2024-11-01T16:30:21.6327257Z 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 2024-11-01T16:30:21.6330733Z with 2024-11-01T16:30:21.6331174Z [ 2024-11-01T16:30:21.6331602Z T=int8_t, 2024-11-01T16:30:21.6332105Z accT=int32_t, 2024-11-01T16:30:21.6332664Z inpType=int8_t 2024-11-01T16:30:21.6333175Z ] 2024-11-01T16:30:21.6335494Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:21.6337798Z with 2024-11-01T16:30:21.6338243Z [ 2024-11-01T16:30:21.6338667Z T=int8_t, 2024-11-01T16:30:21.6339164Z accT=int32_t 2024-11-01T16:30:21.6339696Z ] 2024-11-01T16:30:21.6342926Z 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 2024-11-01T16:30:21.6346320Z with 2024-11-01T16:30:21.6346986Z [ 2024-11-01T16:30:21.6347347Z T=int8_t, 2024-11-01T16:30:21.6348119Z accT=int32_t 2024-11-01T16:30:21.6348658Z ] 2024-11-01T16:30:21.6350681Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:21.6352850Z with 2024-11-01T16:30:21.6353263Z [ 2024-11-01T16:30:21.6353676Z T=int8_t, 2024-11-01T16:30:21.6354157Z accT=int32_t 2024-11-01T16:30:21.6354654Z ] 2024-11-01T16:30:21.6358253Z 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 2024-11-01T16:30:21.6362699Z with 2024-11-01T16:30:21.6363058Z [ 2024-11-01T16:30:21.6363736Z ACC_T=int32_t, 2024-11-01T16:30:21.6365520Z T=uint8_t, 2024-11-01T16:30:21.6366773Z accT=int32_t, 2024-11-01T16:30:21.6367342Z inpType=uint8_t 2024-11-01T16:30:21.6367892Z ] 2024-11-01T16:30:21.6369816Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:21.6371837Z with 2024-11-01T16:30:21.6372276Z [ 2024-11-01T16:30:21.6372776Z ACC_T=int32_t, 2024-11-01T16:30:21.6373309Z T=uint8_t, 2024-11-01T16:30:21.6374124Z accT=int32_t 2024-11-01T16:30:21.6374610Z ] 2024-11-01T16:30:21.6377889Z 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 2024-11-01T16:30:21.6381441Z with 2024-11-01T16:30:21.6381914Z [ 2024-11-01T16:30:21.6382408Z ACC_T=int32_t, 2024-11-01T16:30:21.6382958Z T=uint8_t, 2024-11-01T16:30:21.6383518Z accT=int32_t 2024-11-01T16:30:21.6384071Z ] 2024-11-01T16:30:21.6386429Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:21.6389001Z with 2024-11-01T16:30:21.6389472Z [ 2024-11-01T16:30:21.6389913Z ACC_T=int32_t, 2024-11-01T16:30:21.6390492Z T=uint8_t, 2024-11-01T16:30:21.6390979Z accT=int32_t 2024-11-01T16:30:21.6391542Z ] 2024-11-01T16:30:21.6395124Z 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 2024-11-01T16:30:21.6398715Z with 2024-11-01T16:30:21.6399171Z [ 2024-11-01T16:30:21.6399663Z ACC_T=int32_t, 2024-11-01T16:30:21.6400201Z T=uint8_t, 2024-11-01T16:30:21.6400715Z accT=int32_t, 2024-11-01T16:30:21.6401250Z inpType=uint8_t 2024-11-01T16:30:21.6401800Z ] 2024-11-01T16:30:21.6403579Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:21.6404994Z with 2024-11-01T16:30:21.6405282Z [ 2024-11-01T16:30:21.6405554Z ACC_T=int32_t, 2024-11-01T16:30:21.6405914Z T=uint8_t, 2024-11-01T16:30:21.6406240Z accT=int32_t 2024-11-01T16:30:21.6406554Z ] 2024-11-01T16:30:21.6408366Z 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 2024-11-01T16:30:21.6410311Z with 2024-11-01T16:30:21.6410543Z [ 2024-11-01T16:30:21.6410785Z ACC_T=int32_t, 2024-11-01T16:30:21.6411092Z T=uint8_t, 2024-11-01T16:30:21.6411368Z accT=int32_t 2024-11-01T16:30:21.6411666Z ] 2024-11-01T16:30:21.6413069Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:21.6414366Z with 2024-11-01T16:30:21.6414593Z [ 2024-11-01T16:30:21.6414846Z ACC_T=int32_t, 2024-11-01T16:30:21.6415280Z T=uint8_t, 2024-11-01T16:30:21.6415578Z accT=int32_t 2024-11-01T16:30:21.6415859Z ] 2024-11-01T16:30:21.6417735Z 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 2024-11-01T16:30:21.6419714Z with 2024-11-01T16:30:21.6419954Z [ 2024-11-01T16:30:21.6420194Z ACC_T=int32_t, 2024-11-01T16:30:21.6420667Z T=uint8_t, 2024-11-01T16:30:21.6420959Z accT=int32_t, 2024-11-01T16:30:21.6421267Z inpType=uint8_t 2024-11-01T16:30:21.6421558Z ] 2024-11-01T16:30:21.6422766Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:21.6424160Z with 2024-11-01T16:30:21.6424394Z [ 2024-11-01T16:30:21.6424689Z ACC_T=int32_t, 2024-11-01T16:30:21.6425041Z T=uint8_t, 2024-11-01T16:30:21.6425319Z accT=int32_t 2024-11-01T16:30:21.6425646Z ] 2024-11-01T16:30:21.6427493Z 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 2024-11-01T16:30:21.6429328Z with 2024-11-01T16:30:21.6429621Z [ 2024-11-01T16:30:21.6429934Z ACC_T=int32_t, 2024-11-01T16:30:21.6430272Z T=uint8_t, 2024-11-01T16:30:21.6430609Z accT=int32_t 2024-11-01T16:30:21.6430936Z ] 2024-11-01T16:30:21.6432253Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:21.6433517Z with 2024-11-01T16:30:21.6433769Z [ 2024-11-01T16:30:21.6434038Z ACC_T=int32_t, 2024-11-01T16:30:21.6434351Z T=uint8_t, 2024-11-01T16:30:21.6434688Z accT=int32_t 2024-11-01T16:30:21.6435030Z ] 2024-11-01T16:30:21.6438000Z 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 2024-11-01T16:30:21.6442709Z 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 2024-11-01T16:30:21.6445824Z 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 2024-11-01T16:30:21.6448936Z 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 2024-11-01T16:30:21.6452064Z 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 2024-11-01T16:30:21.6454222Z [4786/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\EmbeddingSpMDMNBit.cc.obj 2024-11-01T16:30:21.6961111Z [4787/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\Fbgemm.cc.obj 2024-11-01T16:30:21.6966909Z 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 2024-11-01T16:30:21.6970878Z with 2024-11-01T16:30:21.6971323Z [ 2024-11-01T16:30:21.6971758Z inpType=uint8_t 2024-11-01T16:30:21.6972309Z ] 2024-11-01T16:30:21.6974550Z 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' 2024-11-01T16:30:21.6980039Z 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 2024-11-01T16:30:21.6985653Z 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' 2024-11-01T16:30:21.6991083Z 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 2024-11-01T16:30:21.6994714Z with 2024-11-01T16:30:21.6995155Z [ 2024-11-01T16:30:21.6995597Z inpType=int8_t 2024-11-01T16:30:21.6996141Z ] 2024-11-01T16:30:21.6998592Z 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' 2024-11-01T16:30:21.7003953Z 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 2024-11-01T16:30:21.7009565Z 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' 2024-11-01T16:30:21.7015225Z 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 2024-11-01T16:30:21.7018816Z with 2024-11-01T16:30:21.7019236Z [ 2024-11-01T16:30:21.7019648Z inpType=uint8_t 2024-11-01T16:30:21.7020185Z ] 2024-11-01T16:30:21.7022332Z 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' 2024-11-01T16:30:21.7027604Z 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 2024-11-01T16:30:21.7033002Z 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' 2024-11-01T16:30:21.7038393Z 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 2024-11-01T16:30:21.7041955Z with 2024-11-01T16:30:21.7042591Z [ 2024-11-01T16:30:21.7043019Z inpType=int8_t 2024-11-01T16:30:21.7043787Z ] 2024-11-01T16:30:21.7046066Z 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' 2024-11-01T16:30:21.7050229Z 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 2024-11-01T16:30:21.7053406Z 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' 2024-11-01T16:30:21.7056816Z 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 2024-11-01T16:30:21.7058994Z with 2024-11-01T16:30:21.7059266Z [ 2024-11-01T16:30:21.7059554Z inpType=uint8_t 2024-11-01T16:30:21.7060105Z ] 2024-11-01T16:30:21.7061676Z 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' 2024-11-01T16:30:21.7064809Z 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 2024-11-01T16:30:21.7067953Z 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' 2024-11-01T16:30:21.7071278Z 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 2024-11-01T16:30:21.7073470Z with 2024-11-01T16:30:21.7073777Z [ 2024-11-01T16:30:21.7074022Z inpType=uint8_t 2024-11-01T16:30:21.7074335Z ] 2024-11-01T16:30:21.7075682Z 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' 2024-11-01T16:30:21.7078765Z 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 2024-11-01T16:30:21.7083284Z 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' 2024-11-01T16:30:21.7087606Z 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 2024-11-01T16:30:21.7090810Z with 2024-11-01T16:30:21.7091276Z [ 2024-11-01T16:30:21.7091707Z inpType=uint8_t 2024-11-01T16:30:21.7092270Z ] 2024-11-01T16:30:21.7094483Z 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' 2024-11-01T16:30:21.7100520Z 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 2024-11-01T16:30:21.7105423Z 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' 2024-11-01T16:30:21.7110594Z 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 2024-11-01T16:30:21.7114011Z with 2024-11-01T16:30:21.7114396Z [ 2024-11-01T16:30:21.7114853Z inpType=uint8_t 2024-11-01T16:30:21.7115313Z ] 2024-11-01T16:30:21.7116756Z 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' 2024-11-01T16:30:21.7119750Z 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 2024-11-01T16:30:21.7122876Z 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' 2024-11-01T16:30:21.7125920Z 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 2024-11-01T16:30:21.7128001Z with 2024-11-01T16:30:21.7128233Z [ 2024-11-01T16:30:21.7128477Z inpType=uint8_t 2024-11-01T16:30:21.7128786Z ] 2024-11-01T16:30:21.7130124Z 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' 2024-11-01T16:30:21.7134939Z 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 2024-11-01T16:30:21.7140255Z 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' 2024-11-01T16:30:21.7143820Z 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 2024-11-01T16:30:21.7145949Z with 2024-11-01T16:30:21.7146184Z [ 2024-11-01T16:30:21.7146443Z inpType=uint8_t 2024-11-01T16:30:21.7146754Z ] 2024-11-01T16:30:21.7148024Z 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' 2024-11-01T16:30:21.7151123Z 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 2024-11-01T16:30:21.7155177Z 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' 2024-11-01T16:30:21.7159253Z 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 2024-11-01T16:30:21.7161635Z with 2024-11-01T16:30:21.7161995Z [ 2024-11-01T16:30:21.7162400Z inpType=uint8_t 2024-11-01T16:30:21.7163080Z ] 2024-11-01T16:30:21.7164674Z 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' 2024-11-01T16:30:21.7167729Z 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 2024-11-01T16:30:21.7170735Z 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' 2024-11-01T16:30:21.7173909Z 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 2024-11-01T16:30:21.7175942Z with 2024-11-01T16:30:21.7176251Z [ 2024-11-01T16:30:21.7176511Z inpType=uint8_t 2024-11-01T16:30:21.7176861Z ] 2024-11-01T16:30:21.7178072Z 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' 2024-11-01T16:30:21.7181027Z 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 2024-11-01T16:30:21.7184104Z 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' 2024-11-01T16:30:21.7187993Z 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 2024-11-01T16:30:21.7190169Z with 2024-11-01T16:30:21.7190405Z [ 2024-11-01T16:30:21.7190659Z inpType=uint8_t 2024-11-01T16:30:21.7191009Z ] 2024-11-01T16:30:21.7192226Z 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' 2024-11-01T16:30:21.7195396Z 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 2024-11-01T16:30:21.7198424Z 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' 2024-11-01T16:30:21.7201460Z 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 2024-11-01T16:30:21.7203325Z with 2024-11-01T16:30:21.7203553Z [ 2024-11-01T16:30:21.7203951Z inpType=uint8_t 2024-11-01T16:30:21.7204263Z ] 2024-11-01T16:30:21.7205405Z 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' 2024-11-01T16:30:21.7208228Z 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 2024-11-01T16:30:21.7211184Z 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' 2024-11-01T16:30:21.7214039Z 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 2024-11-01T16:30:21.7215975Z with 2024-11-01T16:30:21.7216317Z [ 2024-11-01T16:30:21.7216575Z inpType=int8_t 2024-11-01T16:30:21.7216879Z ] 2024-11-01T16:30:21.7218135Z 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' 2024-11-01T16:30:21.7220974Z 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 2024-11-01T16:30:21.7223954Z 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' 2024-11-01T16:30:21.7227217Z 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 2024-11-01T16:30:21.7230185Z with 2024-11-01T16:30:21.7230642Z [ 2024-11-01T16:30:21.7231066Z inpType=uint8_t 2024-11-01T16:30:21.7231593Z ] 2024-11-01T16:30:21.7233390Z 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' 2024-11-01T16:30:21.7237631Z 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 2024-11-01T16:30:21.7241909Z 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' 2024-11-01T16:30:21.7247134Z 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 2024-11-01T16:30:21.7250488Z with 2024-11-01T16:30:21.7250910Z [ 2024-11-01T16:30:21.7251367Z inpType=int8_t 2024-11-01T16:30:21.7251870Z ] 2024-11-01T16:30:21.7254491Z 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' 2024-11-01T16:30:21.7259513Z 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 2024-11-01T16:30:21.7264965Z 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' 2024-11-01T16:30:21.7270319Z 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 2024-11-01T16:30:21.7273767Z with 2024-11-01T16:30:21.7274193Z [ 2024-11-01T16:30:21.7274653Z inpType=uint8_t 2024-11-01T16:30:21.7275220Z ] 2024-11-01T16:30:21.7277358Z 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' 2024-11-01T16:30:21.7282833Z 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 2024-11-01T16:30:21.7288322Z 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' 2024-11-01T16:30:21.7293691Z 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 2024-11-01T16:30:21.7297532Z with 2024-11-01T16:30:21.7297970Z [ 2024-11-01T16:30:21.7298425Z inpType=uint8_t 2024-11-01T16:30:21.7298987Z ] 2024-11-01T16:30:21.7301277Z 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' 2024-11-01T16:30:21.7306362Z 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 2024-11-01T16:30:21.7311579Z 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' 2024-11-01T16:30:21.7316651Z 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 2024-11-01T16:30:21.7319698Z with 2024-11-01T16:30:21.7320124Z [ 2024-11-01T16:30:21.7320770Z inpType=uint8_t 2024-11-01T16:30:21.7321161Z ] 2024-11-01T16:30:21.7323439Z 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' 2024-11-01T16:30:21.7330079Z 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 2024-11-01T16:30:21.7337910Z 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' 2024-11-01T16:30:21.7359927Z 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 2024-11-01T16:30:21.7362052Z with 2024-11-01T16:30:21.7362378Z [ 2024-11-01T16:30:21.7362662Z inpType=uint8_t 2024-11-01T16:30:21.7363053Z ] 2024-11-01T16:30:21.7364514Z 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' 2024-11-01T16:30:21.7367950Z 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 2024-11-01T16:30:21.7370997Z 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' 2024-11-01T16:30:21.7374137Z 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 2024-11-01T16:30:21.7376451Z with 2024-11-01T16:30:21.7376738Z [ 2024-11-01T16:30:21.7377000Z inpType=uint8_t 2024-11-01T16:30:21.7377355Z ] 2024-11-01T16:30:21.7378531Z 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' 2024-11-01T16:30:21.7381534Z 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 2024-11-01T16:30:21.7384527Z 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' 2024-11-01T16:30:21.7387476Z 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 2024-11-01T16:30:21.7389465Z with 2024-11-01T16:30:21.7389712Z [ 2024-11-01T16:30:21.7389960Z inpType=uint8_t 2024-11-01T16:30:21.7390301Z ] 2024-11-01T16:30:21.7391675Z 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' 2024-11-01T16:30:21.7394536Z 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 2024-11-01T16:30:21.7397462Z 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' 2024-11-01T16:30:21.7400416Z 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 2024-11-01T16:30:21.7402528Z with 2024-11-01T16:30:21.7402839Z [ 2024-11-01T16:30:21.7403101Z inpType=uint8_t 2024-11-01T16:30:21.7403396Z ] 2024-11-01T16:30:21.7404732Z 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' 2024-11-01T16:30:21.7407779Z 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 2024-11-01T16:30:21.7410827Z 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' 2024-11-01T16:30:21.7414787Z 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 2024-11-01T16:30:21.7418534Z with 2024-11-01T16:30:21.7418971Z [ 2024-11-01T16:30:21.7419415Z inpType=uint8_t 2024-11-01T16:30:21.7419931Z ] 2024-11-01T16:30:21.7422382Z 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' 2024-11-01T16:30:21.7427833Z 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 2024-11-01T16:30:21.7431668Z 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' 2024-11-01T16:30:21.7436141Z 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 2024-11-01T16:30:21.7438285Z with 2024-11-01T16:30:21.7438539Z [ 2024-11-01T16:30:21.7438793Z inpType=uint8_t 2024-11-01T16:30:21.7439092Z ] 2024-11-01T16:30:21.7441568Z 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' 2024-11-01T16:30:21.7446485Z 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 2024-11-01T16:30:21.7451805Z 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' 2024-11-01T16:30:21.7455765Z 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 2024-11-01T16:30:21.7461370Z 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 2024-11-01T16:30:21.7467799Z 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 2024-11-01T16:30:21.7472240Z 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 2024-11-01T16:30:21.7475766Z 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 2024-11-01T16:30:21.7479154Z 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 2024-11-01T16:30:21.7484407Z 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 2024-11-01T16:30:21.7489333Z 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 2024-11-01T16:30:21.7493478Z 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 2024-11-01T16:30:21.7499588Z 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 2024-11-01T16:30:21.7504826Z 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 2024-11-01T16:30:21.7509653Z 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 2024-11-01T16:30:21.7515308Z 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 2024-11-01T16:30:21.7583548Z [4788/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\ExecuteKernelU8S8.cc.obj 2024-11-01T16:30:21.8116136Z [4789/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFP16.cc.obj 2024-11-01T16:30:21.8179528Z [4790/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmI8Spmdm.cc.obj 2024-11-01T16:30:21.8667785Z [4791/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmSparseDense.cc.obj 2024-11-01T16:30:21.9436801Z [4792/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelDirectConvU8S8S32ACC32.cc.obj 2024-11-01T16:30:21.9667496Z [4793/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmI64.cc.obj 2024-11-01T16:30:22.0606386Z [4794/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernel.cc.obj 2024-11-01T16:30:22.0723633Z [4795/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16.cc.obj 2024-11-01T16:30:22.1968491Z [4796/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16Avx512.cc.obj 2024-11-01T16:30:22.2089912Z [4797/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConvAcc32Avx512.cc.obj 2024-11-01T16:30:22.2093945Z 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 2024-11-01T16:30:22.2098868Z 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' 2024-11-01T16:30:22.2102744Z 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 2024-11-01T16:30:22.2105984Z 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' 2024-11-01T16:30:22.2110763Z 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 2024-11-01T16:30:22.2115444Z 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' 2024-11-01T16:30:22.2118800Z 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 2024-11-01T16:30:22.2123787Z 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' 2024-11-01T16:30:22.2128037Z 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 2024-11-01T16:30:22.2131634Z 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' 2024-11-01T16:30:22.2135185Z 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 2024-11-01T16:30:22.2140020Z 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' 2024-11-01T16:30:22.2144841Z 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 2024-11-01T16:30:22.2149691Z 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' 2024-11-01T16:30:22.2154233Z 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 2024-11-01T16:30:22.2158173Z 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' 2024-11-01T16:30:22.2160969Z 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 2024-11-01T16:30:22.2163929Z 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' 2024-11-01T16:30:22.2168176Z 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 2024-11-01T16:30:22.2171921Z 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' 2024-11-01T16:30:22.2177229Z 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 2024-11-01T16:30:22.2181712Z 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' 2024-11-01T16:30:22.2186941Z 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 2024-11-01T16:30:22.2191918Z 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' 2024-11-01T16:30:22.2196862Z 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 2024-11-01T16:30:22.2201269Z 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' 2024-11-01T16:30:22.2205590Z 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 2024-11-01T16:30:22.2208656Z 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' 2024-11-01T16:30:22.2211917Z 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 2024-11-01T16:30:22.2215058Z 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' 2024-11-01T16:30:22.2219261Z 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 2024-11-01T16:30:22.2224053Z 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' 2024-11-01T16:30:22.2228899Z 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 2024-11-01T16:30:22.2234868Z 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' 2024-11-01T16:30:22.2238990Z 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 2024-11-01T16:30:22.2242519Z 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' 2024-11-01T16:30:22.2246249Z 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 2024-11-01T16:30:22.2251109Z 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' 2024-11-01T16:30:22.2255946Z 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 2024-11-01T16:30:22.2260962Z 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' 2024-11-01T16:30:22.2265812Z 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 2024-11-01T16:30:22.2270564Z 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' 2024-11-01T16:30:22.2275434Z 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 2024-11-01T16:30:22.2280454Z 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' 2024-11-01T16:30:22.2285250Z 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 2024-11-01T16:30:22.2290001Z 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' 2024-11-01T16:30:22.2294797Z 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 2024-11-01T16:30:22.2301747Z 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' 2024-11-01T16:30:22.2306733Z 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 2024-11-01T16:30:22.2311972Z 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' 2024-11-01T16:30:22.2316513Z 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 2024-11-01T16:30:22.2321366Z 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' 2024-11-01T16:30:22.2326668Z 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 2024-11-01T16:30:22.2330793Z 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' 2024-11-01T16:30:22.2333383Z 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 2024-11-01T16:30:22.2336042Z 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' 2024-11-01T16:30:22.2338742Z 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 2024-11-01T16:30:22.2341425Z 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' 2024-11-01T16:30:22.2344291Z 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 2024-11-01T16:30:22.2347062Z 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' 2024-11-01T16:30:22.2349915Z 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 2024-11-01T16:30:22.2352441Z 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' 2024-11-01T16:30:22.2355432Z 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 2024-11-01T16:30:22.2358207Z 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' 2024-11-01T16:30:22.2361042Z 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 2024-11-01T16:30:22.2363637Z 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' 2024-11-01T16:30:22.2366359Z 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 2024-11-01T16:30:22.2369111Z 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' 2024-11-01T16:30:22.2371999Z 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 2024-11-01T16:30:22.2374748Z 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' 2024-11-01T16:30:22.2377540Z 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 2024-11-01T16:30:22.2380149Z 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' 2024-11-01T16:30:22.2383105Z 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 2024-11-01T16:30:22.2388831Z 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' 2024-11-01T16:30:22.2394145Z 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 2024-11-01T16:30:22.2399365Z 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' 2024-11-01T16:30:22.2404606Z 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 2024-11-01T16:30:22.2410505Z 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' 2024-11-01T16:30:22.2415845Z 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 2024-11-01T16:30:22.2420603Z 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' 2024-11-01T16:30:22.2425974Z 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 2024-11-01T16:30:22.2430905Z 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' 2024-11-01T16:30:22.2436374Z 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 2024-11-01T16:30:22.2439630Z 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' 2024-11-01T16:30:22.2444060Z 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 2024-11-01T16:30:22.2449062Z 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' 2024-11-01T16:30:22.2453502Z 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 2024-11-01T16:30:22.2459323Z 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' 2024-11-01T16:30:22.2464575Z 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 2024-11-01T16:30:22.2469163Z 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' 2024-11-01T16:30:22.2479865Z 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 2024-11-01T16:30:22.2485672Z 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' 2024-11-01T16:30:22.2491585Z 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 2024-11-01T16:30:22.2496308Z 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' 2024-11-01T16:30:22.2499894Z 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 2024-11-01T16:30:22.2504540Z 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' 2024-11-01T16:30:22.2510049Z 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 2024-11-01T16:30:22.2514926Z 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' 2024-11-01T16:30:22.2520111Z 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 2024-11-01T16:30:22.2523963Z 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' 2024-11-01T16:30:22.2528607Z 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 2024-11-01T16:30:22.2531634Z 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' 2024-11-01T16:30:22.2536076Z 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 2024-11-01T16:30:22.2540835Z 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' 2024-11-01T16:30:22.2545574Z 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 2024-11-01T16:30:22.2548408Z 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' 2024-11-01T16:30:22.2551561Z 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 2024-11-01T16:30:22.2555564Z 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' 2024-11-01T16:30:22.2559149Z 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 2024-11-01T16:30:22.2563647Z 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' 2024-11-01T16:30:22.2567499Z 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 2024-11-01T16:30:22.2571338Z 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' 2024-11-01T16:30:22.2577430Z 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 2024-11-01T16:30:22.2582047Z 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' 2024-11-01T16:30:22.2585537Z 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 2024-11-01T16:30:22.2588798Z 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' 2024-11-01T16:30:22.2592052Z 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 2024-11-01T16:30:22.2594853Z 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' 2024-11-01T16:30:22.2597766Z 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 2024-11-01T16:30:22.2600978Z 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' 2024-11-01T16:30:22.2603038Z [4798/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConvAcc32Avx2.cc.obj 2024-11-01T16:30:22.2605189Z 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 2024-11-01T16:30:22.2608529Z 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' 2024-11-01T16:30:22.2612490Z 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 2024-11-01T16:30:22.2617984Z 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' 2024-11-01T16:30:22.2623006Z 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 2024-11-01T16:30:22.2627746Z 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' 2024-11-01T16:30:22.2632450Z 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 2024-11-01T16:30:22.2637181Z 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' 2024-11-01T16:30:22.2641229Z 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 2024-11-01T16:30:22.2645153Z 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' 2024-11-01T16:30:22.2649920Z 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 2024-11-01T16:30:22.2653378Z 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' 2024-11-01T16:30:22.2657803Z 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 2024-11-01T16:30:22.2662022Z 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' 2024-11-01T16:30:22.2667190Z 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 2024-11-01T16:30:22.2672351Z 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' 2024-11-01T16:30:22.2677229Z 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 2024-11-01T16:30:22.2681992Z 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' 2024-11-01T16:30:22.2686990Z 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 2024-11-01T16:30:22.2692175Z 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' 2024-11-01T16:30:22.2695914Z 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 2024-11-01T16:30:22.2701005Z 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' 2024-11-01T16:30:22.2705812Z 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 2024-11-01T16:30:22.2710632Z 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' 2024-11-01T16:30:22.2714857Z 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 2024-11-01T16:30:22.2719455Z 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' 2024-11-01T16:30:22.2723548Z 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 2024-11-01T16:30:22.2728421Z 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' 2024-11-01T16:30:22.2734216Z 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 2024-11-01T16:30:22.2739167Z 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' 2024-11-01T16:30:22.2743520Z 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 2024-11-01T16:30:22.2748716Z 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' 2024-11-01T16:30:22.2753398Z 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 2024-11-01T16:30:22.2758914Z 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' 2024-11-01T16:30:22.2762690Z 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 2024-11-01T16:30:22.2766614Z 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' 2024-11-01T16:30:22.2770595Z 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 2024-11-01T16:30:22.2775048Z 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' 2024-11-01T16:30:22.2779875Z 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 2024-11-01T16:30:22.2785301Z 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' 2024-11-01T16:30:22.2790199Z 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 2024-11-01T16:30:22.2795084Z 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' 2024-11-01T16:30:22.2799960Z 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 2024-11-01T16:30:22.2805177Z 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' 2024-11-01T16:30:22.2810184Z 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 2024-11-01T16:30:22.2814984Z 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' 2024-11-01T16:30:22.2819780Z 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 2024-11-01T16:30:22.2823984Z 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' 2024-11-01T16:30:22.2827180Z 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 2024-11-01T16:30:22.2830214Z 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' 2024-11-01T16:30:22.2833217Z 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 2024-11-01T16:30:22.2837184Z 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' 2024-11-01T16:30:22.2842336Z 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 2024-11-01T16:30:22.2846966Z 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' 2024-11-01T16:30:22.2851305Z 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 2024-11-01T16:30:22.2854028Z 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' 2024-11-01T16:30:22.2856949Z 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 2024-11-01T16:30:22.2860157Z 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' 2024-11-01T16:30:22.2865320Z 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 2024-11-01T16:30:22.2870307Z 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' 2024-11-01T16:30:22.2873629Z [4799/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16Avx512VNNI.cc.obj 2024-11-01T16:30:22.3259853Z [4800/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackBMatrix.cc.obj 2024-11-01T16:30:22.3264067Z 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 2024-11-01T16:30:22.3266332Z with 2024-11-01T16:30:22.3266707Z [ 2024-11-01T16:30:22.3267118Z T=int8_t, 2024-11-01T16:30:22.3267629Z accT=int32_t, 2024-11-01T16:30:22.3268175Z inpType=int8_t 2024-11-01T16:30:22.3268705Z ] 2024-11-01T16:30:22.3271011Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:22.3272422Z with 2024-11-01T16:30:22.3272659Z [ 2024-11-01T16:30:22.3272939Z T=int8_t, 2024-11-01T16:30:22.3273218Z accT=int32_t 2024-11-01T16:30:22.3273514Z ] 2024-11-01T16:30:22.3276394Z 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 2024-11-01T16:30:22.3279772Z with 2024-11-01T16:30:22.3280196Z [ 2024-11-01T16:30:22.3280621Z T=int8_t, 2024-11-01T16:30:22.3281130Z accT=int32_t 2024-11-01T16:30:22.3281580Z ] 2024-11-01T16:30:22.3283329Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:22.3284933Z with 2024-11-01T16:30:22.3285178Z [ 2024-11-01T16:30:22.3285415Z T=int8_t, 2024-11-01T16:30:22.3285700Z accT=int32_t 2024-11-01T16:30:22.3285974Z ] 2024-11-01T16:30:22.3289066Z 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 2024-11-01T16:30:22.3292645Z with 2024-11-01T16:30:22.3293086Z [ 2024-11-01T16:30:22.3293507Z T=int8_t, 2024-11-01T16:30:22.3294039Z accT=int16_t, 2024-11-01T16:30:22.3294627Z inpType=int8_t 2024-11-01T16:30:22.3295209Z ] 2024-11-01T16:30:22.3297392Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:22.3299714Z with 2024-11-01T16:30:22.3300134Z [ 2024-11-01T16:30:22.3300585Z T=int8_t, 2024-11-01T16:30:22.3301135Z accT=int16_t 2024-11-01T16:30:22.3301669Z ] 2024-11-01T16:30:22.3305132Z 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 2024-11-01T16:30:22.3308688Z with 2024-11-01T16:30:22.3309121Z [ 2024-11-01T16:30:22.3309558Z T=int8_t, 2024-11-01T16:30:22.3310084Z accT=int16_t 2024-11-01T16:30:22.3310591Z ] 2024-11-01T16:30:22.3312831Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:22.3315229Z with 2024-11-01T16:30:22.3315655Z [ 2024-11-01T16:30:22.3316084Z T=int8_t, 2024-11-01T16:30:22.3316613Z accT=int16_t 2024-11-01T16:30:22.3317303Z ] 2024-11-01T16:30:22.3320725Z 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 2024-11-01T16:30:22.3324246Z with 2024-11-01T16:30:22.3324701Z [ 2024-11-01T16:30:22.3325153Z T=int8_t, 2024-11-01T16:30:22.3325681Z accT=int32_t, 2024-11-01T16:30:22.3326256Z inpType=int8_t 2024-11-01T16:30:22.3326795Z ] 2024-11-01T16:30:22.3328914Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:22.3331287Z with 2024-11-01T16:30:22.3331692Z [ 2024-11-01T16:30:22.3332122Z T=int8_t, 2024-11-01T16:30:22.3332653Z accT=int32_t 2024-11-01T16:30:22.3333165Z ] 2024-11-01T16:30:22.3336465Z 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 2024-11-01T16:30:22.3339987Z with 2024-11-01T16:30:22.3340404Z [ 2024-11-01T16:30:22.3340830Z T=int8_t, 2024-11-01T16:30:22.3341494Z accT=int32_t 2024-11-01T16:30:22.3342018Z ] 2024-11-01T16:30:22.3344273Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:22.3346660Z with 2024-11-01T16:30:22.3347087Z [ 2024-11-01T16:30:22.3347499Z T=int8_t, 2024-11-01T16:30:22.3348023Z accT=int32_t 2024-11-01T16:30:22.3348573Z ] 2024-11-01T16:30:22.3351950Z 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 2024-11-01T16:30:22.3355523Z with 2024-11-01T16:30:22.3355968Z [ 2024-11-01T16:30:22.3356390Z T=int8_t, 2024-11-01T16:30:22.3356907Z accT=int16_t, 2024-11-01T16:30:22.3357472Z inpType=int8_t 2024-11-01T16:30:22.3357999Z ] 2024-11-01T16:30:22.3360131Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:22.3362486Z with 2024-11-01T16:30:22.3362915Z [ 2024-11-01T16:30:22.3363339Z T=int8_t, 2024-11-01T16:30:22.3363859Z accT=int16_t 2024-11-01T16:30:22.3364369Z ] 2024-11-01T16:30:22.3367696Z 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 2024-11-01T16:30:22.3371123Z with 2024-11-01T16:30:22.3371556Z [ 2024-11-01T16:30:22.3371971Z T=int8_t, 2024-11-01T16:30:22.3372520Z accT=int16_t 2024-11-01T16:30:22.3373060Z ] 2024-11-01T16:30:22.3375255Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:22.3377708Z with 2024-11-01T16:30:22.3378280Z [ 2024-11-01T16:30:22.3378747Z T=int8_t, 2024-11-01T16:30:22.3379296Z accT=int16_t 2024-11-01T16:30:22.3379812Z ] 2024-11-01T16:30:22.3382878Z 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 2024-11-01T16:30:22.3388729Z 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 2024-11-01T16:30:22.3934540Z [4801/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC32Avx512VNNI.cc.obj 2024-11-01T16:30:22.4533542Z [4802/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC32.cc.obj 2024-11-01T16:30:22.4795618Z [4803/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackMatrix.cc.obj 2024-11-01T16:30:22.4799458Z 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 2024-11-01T16:30:22.4805207Z 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 2024-11-01T16:30:22.4810840Z 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 2024-11-01T16:30:22.4816510Z 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 2024-11-01T16:30:22.4822225Z 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 2024-11-01T16:30:22.4827825Z 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 2024-11-01T16:30:22.4833537Z 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 2024-11-01T16:30:22.4841559Z 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 2024-11-01T16:30:22.4847082Z 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 2024-11-01T16:30:22.4850512Z 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 2024-11-01T16:30:22.4854101Z 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 2024-11-01T16:30:22.4859585Z 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 2024-11-01T16:30:22.4864338Z 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 2024-11-01T16:30:22.4868262Z [4804/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithQuantRowOffset.cc.obj 2024-11-01T16:30:22.4872510Z 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 2024-11-01T16:30:22.4874700Z with 2024-11-01T16:30:22.4875140Z [ 2024-11-01T16:30:22.4875555Z T=uint8_t, 2024-11-01T16:30:22.4876062Z accT=int32_t, 2024-11-01T16:30:22.4876589Z inpType=uint8_t 2024-11-01T16:30:22.4877123Z ] 2024-11-01T16:30:22.4879203Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:22.4881457Z with 2024-11-01T16:30:22.4881879Z [ 2024-11-01T16:30:22.4882242Z T=uint8_t, 2024-11-01T16:30:22.4882722Z accT=int32_t 2024-11-01T16:30:22.4883154Z ] 2024-11-01T16:30:22.4886260Z 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 2024-11-01T16:30:22.4889630Z with 2024-11-01T16:30:22.4890032Z [ 2024-11-01T16:30:22.4890391Z T=uint8_t, 2024-11-01T16:30:22.4890862Z accT=int32_t 2024-11-01T16:30:22.4891308Z ] 2024-11-01T16:30:22.4892894Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:22.4894443Z with 2024-11-01T16:30:22.4894798Z [ 2024-11-01T16:30:22.4895134Z T=uint8_t, 2024-11-01T16:30:22.4895523Z accT=int32_t 2024-11-01T16:30:22.4895813Z ] 2024-11-01T16:30:22.4897861Z 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 2024-11-01T16:30:22.4900226Z with 2024-11-01T16:30:22.4900653Z [ 2024-11-01T16:30:22.4916682Z T=uint8_t, 2024-11-01T16:30:22.4917044Z accT=int32_t, 2024-11-01T16:30:22.4917730Z inpType=uint8_t 2024-11-01T16:30:22.4918224Z ] 2024-11-01T16:30:22.4920086Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:22.4922371Z with 2024-11-01T16:30:22.4922709Z [ 2024-11-01T16:30:22.4923579Z T=uint8_t, 2024-11-01T16:30:22.4924318Z accT=int32_t 2024-11-01T16:30:22.4925121Z ] 2024-11-01T16:30:22.4928365Z 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 2024-11-01T16:30:22.4931838Z with 2024-11-01T16:30:22.4932253Z [ 2024-11-01T16:30:22.4933085Z T=uint8_t, 2024-11-01T16:30:22.4933620Z accT=int32_t 2024-11-01T16:30:22.4934125Z ] 2024-11-01T16:30:22.4936888Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:22.4938996Z with 2024-11-01T16:30:22.4939397Z [ 2024-11-01T16:30:22.4939787Z T=uint8_t, 2024-11-01T16:30:22.4940245Z accT=int32_t 2024-11-01T16:30:22.4941168Z ] 2024-11-01T16:30:22.4944613Z 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 2024-11-01T16:30:22.4948661Z [4805/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithRowOffset.cc.obj 2024-11-01T16:30:22.4952911Z 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 2024-11-01T16:30:22.4956458Z with 2024-11-01T16:30:22.4956860Z [ 2024-11-01T16:30:22.4957277Z T=uint8_t, 2024-11-01T16:30:22.4957791Z accT=int32_t, 2024-11-01T16:30:22.4958290Z inpType=uint8_t 2024-11-01T16:30:22.4958794Z ] 2024-11-01T16:30:22.4960785Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:22.4962975Z with 2024-11-01T16:30:22.4963389Z [ 2024-11-01T16:30:22.4963781Z T=uint8_t, 2024-11-01T16:30:22.4964257Z accT=int32_t 2024-11-01T16:30:22.4964742Z ] 2024-11-01T16:30:22.4967881Z 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 2024-11-01T16:30:22.4970993Z with 2024-11-01T16:30:22.4971251Z [ 2024-11-01T16:30:22.4971565Z T=uint8_t, 2024-11-01T16:30:22.4971963Z accT=int32_t 2024-11-01T16:30:22.4972375Z ] 2024-11-01T16:30:22.4974100Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:22.4977009Z with 2024-11-01T16:30:22.4977387Z [ 2024-11-01T16:30:22.4977894Z T=uint8_t, 2024-11-01T16:30:22.4978296Z accT=int32_t 2024-11-01T16:30:22.4978831Z ] 2024-11-01T16:30:22.4981394Z 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 2024-11-01T16:30:22.4985001Z with 2024-11-01T16:30:22.4985433Z [ 2024-11-01T16:30:22.4985870Z T=uint8_t, 2024-11-01T16:30:22.4986409Z accT=int16_t, 2024-11-01T16:30:22.4987133Z inpType=uint8_t 2024-11-01T16:30:22.4987839Z ] 2024-11-01T16:30:22.4990143Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:22.4992511Z with 2024-11-01T16:30:22.4992953Z [ 2024-11-01T16:30:22.4993391Z T=uint8_t, 2024-11-01T16:30:22.4993908Z accT=int16_t 2024-11-01T16:30:22.4994441Z ] 2024-11-01T16:30:22.4998110Z 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 2024-11-01T16:30:22.5001675Z with 2024-11-01T16:30:22.5002473Z [ 2024-11-01T16:30:22.5002911Z T=uint8_t, 2024-11-01T16:30:22.5003398Z accT=int16_t 2024-11-01T16:30:22.5003859Z ] 2024-11-01T16:30:22.5005698Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:22.5007117Z with 2024-11-01T16:30:22.5007475Z [ 2024-11-01T16:30:22.5007841Z T=uint8_t, 2024-11-01T16:30:22.5008295Z accT=int16_t 2024-11-01T16:30:22.5008728Z ] 2024-11-01T16:30:22.5011398Z 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 2024-11-01T16:30:22.5014053Z with 2024-11-01T16:30:22.5014394Z [ 2024-11-01T16:30:22.5014771Z T=uint8_t, 2024-11-01T16:30:22.5015218Z accT=int32_t, 2024-11-01T16:30:22.5015660Z inpType=uint8_t 2024-11-01T16:30:22.5016167Z ] 2024-11-01T16:30:22.5018161Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:22.5020060Z with 2024-11-01T16:30:22.5020434Z [ 2024-11-01T16:30:22.5020744Z T=uint8_t, 2024-11-01T16:30:22.5021134Z accT=int32_t 2024-11-01T16:30:22.5021507Z ] 2024-11-01T16:30:22.5024094Z 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 2024-11-01T16:30:22.5027422Z with 2024-11-01T16:30:22.5027821Z [ 2024-11-01T16:30:22.5028183Z T=uint8_t, 2024-11-01T16:30:22.5028634Z accT=int32_t 2024-11-01T16:30:22.5029411Z ] 2024-11-01T16:30:22.5031454Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:22.5034464Z with 2024-11-01T16:30:22.5034827Z [ 2024-11-01T16:30:22.5035155Z T=uint8_t, 2024-11-01T16:30:22.5035799Z accT=int32_t 2024-11-01T16:30:22.5036157Z ] 2024-11-01T16:30:22.5039878Z 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 2024-11-01T16:30:22.5043592Z with 2024-11-01T16:30:22.5043994Z [ 2024-11-01T16:30:22.5044414Z T=uint8_t, 2024-11-01T16:30:22.5044917Z accT=int16_t, 2024-11-01T16:30:22.5045322Z inpType=uint8_t 2024-11-01T16:30:22.5045630Z ] 2024-11-01T16:30:22.5047858Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:22.5050219Z with 2024-11-01T16:30:22.5050592Z [ 2024-11-01T16:30:22.5050942Z T=uint8_t, 2024-11-01T16:30:22.5052722Z accT=int16_t 2024-11-01T16:30:22.5054673Z ] 2024-11-01T16:30:22.5060959Z 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 2024-11-01T16:30:22.5064836Z with 2024-11-01T16:30:22.5065242Z [ 2024-11-01T16:30:22.5065635Z T=uint8_t, 2024-11-01T16:30:22.5066187Z accT=int16_t 2024-11-01T16:30:22.5066685Z ] 2024-11-01T16:30:22.5068900Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:22.5071233Z with 2024-11-01T16:30:22.5071668Z [ 2024-11-01T16:30:22.5072107Z T=uint8_t, 2024-11-01T16:30:22.5072642Z accT=int16_t 2024-11-01T16:30:22.5073122Z ] 2024-11-01T16:30:22.5076161Z 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 2024-11-01T16:30:22.5081890Z 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 2024-11-01T16:30:22.5085854Z [4806/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAMatrix.cc.obj 2024-11-01T16:30:22.5090471Z 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 2024-11-01T16:30:22.5093792Z with 2024-11-01T16:30:22.5094205Z [ 2024-11-01T16:30:22.5094598Z T=uint8_t, 2024-11-01T16:30:22.5095077Z accT=int32_t, 2024-11-01T16:30:22.5095955Z inpType=uint8_t 2024-11-01T16:30:22.5096845Z ] 2024-11-01T16:30:22.5098800Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:22.5101950Z with 2024-11-01T16:30:22.5102378Z [ 2024-11-01T16:30:22.5102771Z T=uint8_t, 2024-11-01T16:30:22.5103276Z accT=int32_t 2024-11-01T16:30:22.5103770Z ] 2024-11-01T16:30:22.5106566Z 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 2024-11-01T16:30:22.5117631Z with 2024-11-01T16:30:22.5118065Z [ 2024-11-01T16:30:22.5118488Z T=uint8_t, 2024-11-01T16:30:22.5118977Z accT=int32_t 2024-11-01T16:30:22.5119440Z ] 2024-11-01T16:30:22.5121481Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:22.5123023Z with 2024-11-01T16:30:22.5123288Z [ 2024-11-01T16:30:22.5123595Z T=uint8_t, 2024-11-01T16:30:22.5124003Z accT=int32_t 2024-11-01T16:30:22.5124377Z ] 2024-11-01T16:30:22.5126934Z 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 2024-11-01T16:30:22.5130486Z with 2024-11-01T16:30:22.5130928Z [ 2024-11-01T16:30:22.5131338Z T=uint8_t, 2024-11-01T16:30:22.5131846Z accT=int16_t, 2024-11-01T16:30:22.5132403Z inpType=uint8_t 2024-11-01T16:30:22.5132947Z ] 2024-11-01T16:30:22.5135000Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:22.5137386Z with 2024-11-01T16:30:22.5137829Z [ 2024-11-01T16:30:22.5138255Z T=uint8_t, 2024-11-01T16:30:22.5138760Z accT=int16_t 2024-11-01T16:30:22.5139277Z ] 2024-11-01T16:30:22.5142637Z 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 2024-11-01T16:30:22.5146131Z with 2024-11-01T16:30:22.5146524Z [ 2024-11-01T16:30:22.5147126Z T=uint8_t, 2024-11-01T16:30:22.5147691Z accT=int16_t 2024-11-01T16:30:22.5148233Z ] 2024-11-01T16:30:22.5149840Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:22.5151519Z with 2024-11-01T16:30:22.5151834Z [ 2024-11-01T16:30:22.5152077Z T=uint8_t, 2024-11-01T16:30:22.5152499Z accT=int16_t 2024-11-01T16:30:22.5153350Z ] 2024-11-01T16:30:22.5155982Z 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 2024-11-01T16:30:22.5158338Z with 2024-11-01T16:30:22.5158910Z [ 2024-11-01T16:30:22.5159805Z T=uint8_t, 2024-11-01T16:30:22.5160352Z accT=int32_t, 2024-11-01T16:30:22.5160876Z inpType=uint8_t 2024-11-01T16:30:22.5161392Z ] 2024-11-01T16:30:22.5163382Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:22.5165705Z with 2024-11-01T16:30:22.5166121Z [ 2024-11-01T16:30:22.5166521Z T=uint8_t, 2024-11-01T16:30:22.5166999Z accT=int32_t 2024-11-01T16:30:22.5167495Z ] 2024-11-01T16:30:22.5170508Z 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 2024-11-01T16:30:22.5173704Z with 2024-11-01T16:30:22.5174121Z [ 2024-11-01T16:30:22.5174526Z T=uint8_t, 2024-11-01T16:30:22.5175003Z accT=int32_t 2024-11-01T16:30:22.5175500Z ] 2024-11-01T16:30:22.5177609Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:22.5179959Z with 2024-11-01T16:30:22.5180762Z [ 2024-11-01T16:30:22.5181215Z T=uint8_t, 2024-11-01T16:30:22.5181735Z accT=int32_t 2024-11-01T16:30:22.5182262Z ] 2024-11-01T16:30:22.5185329Z 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 2024-11-01T16:30:22.5188297Z with 2024-11-01T16:30:22.5188687Z [ 2024-11-01T16:30:22.5189063Z T=uint8_t, 2024-11-01T16:30:22.5189519Z accT=int16_t, 2024-11-01T16:30:22.5189981Z inpType=uint8_t 2024-11-01T16:30:22.5190300Z ] 2024-11-01T16:30:22.5191529Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:22.5192916Z with 2024-11-01T16:30:22.5193197Z [ 2024-11-01T16:30:22.5193434Z T=uint8_t, 2024-11-01T16:30:22.5193711Z accT=int16_t 2024-11-01T16:30:22.5194010Z ] 2024-11-01T16:30:22.5195787Z 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 2024-11-01T16:30:22.5197631Z with 2024-11-01T16:30:22.5197884Z [ 2024-11-01T16:30:22.5198182Z T=uint8_t, 2024-11-01T16:30:22.5198462Z accT=int16_t 2024-11-01T16:30:22.5198755Z ] 2024-11-01T16:30:22.5200123Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:22.5202236Z with 2024-11-01T16:30:22.5202586Z [ 2024-11-01T16:30:22.5203015Z T=uint8_t, 2024-11-01T16:30:22.5203454Z accT=int16_t 2024-11-01T16:30:22.5204072Z ] 2024-11-01T16:30:22.5206516Z 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 2024-11-01T16:30:22.5210921Z 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 2024-11-01T16:30:22.5214180Z [4807/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConv.cc.obj 2024-11-01T16:30:22.6021918Z [4808/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithIm2Col.cc.obj 2024-11-01T16:30:22.6026057Z 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 2024-11-01T16:30:22.6028991Z with 2024-11-01T16:30:22.6029332Z [ 2024-11-01T16:30:22.6029670Z T=uint8_t, 2024-11-01T16:30:22.6030090Z accT=int32_t, 2024-11-01T16:30:22.6030437Z inpType=uint8_t 2024-11-01T16:30:22.6030864Z ] 2024-11-01T16:30:22.6032267Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:22.6033705Z with 2024-11-01T16:30:22.6034085Z [ 2024-11-01T16:30:22.6034425Z T=uint8_t, 2024-11-01T16:30:22.6034744Z accT=int32_t 2024-11-01T16:30:22.6035032Z ] 2024-11-01T16:30:22.6038186Z 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 2024-11-01T16:30:22.6041940Z with 2024-11-01T16:30:22.6042360Z [ 2024-11-01T16:30:22.6042769Z T=uint8_t, 2024-11-01T16:30:22.6043299Z accT=int32_t 2024-11-01T16:30:22.6043804Z ] 2024-11-01T16:30:22.6046069Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:22.6048507Z with 2024-11-01T16:30:22.6048925Z [ 2024-11-01T16:30:22.6049351Z T=uint8_t, 2024-11-01T16:30:22.6049860Z accT=int32_t 2024-11-01T16:30:22.6050409Z ] 2024-11-01T16:30:22.6053927Z 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 2024-11-01T16:30:22.6057908Z with 2024-11-01T16:30:22.6058173Z [ 2024-11-01T16:30:22.6058420Z T=uint8_t, 2024-11-01T16:30:22.6058791Z accT=int16_t, 2024-11-01T16:30:22.6059535Z inpType=uint8_t 2024-11-01T16:30:22.6060141Z ] 2024-11-01T16:30:22.6062699Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:22.6065336Z with 2024-11-01T16:30:22.6065780Z [ 2024-11-01T16:30:22.6066215Z T=uint8_t, 2024-11-01T16:30:22.6066737Z accT=int16_t 2024-11-01T16:30:22.6067579Z ] 2024-11-01T16:30:22.6071039Z 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 2024-11-01T16:30:22.6073731Z with 2024-11-01T16:30:22.6074115Z [ 2024-11-01T16:30:22.6074505Z T=uint8_t, 2024-11-01T16:30:22.6075231Z accT=int16_t 2024-11-01T16:30:22.6075658Z ] 2024-11-01T16:30:22.6077671Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:22.6079621Z with 2024-11-01T16:30:22.6079947Z [ 2024-11-01T16:30:22.6080242Z T=uint8_t, 2024-11-01T16:30:22.6080621Z accT=int16_t 2024-11-01T16:30:22.6080900Z ] 2024-11-01T16:30:22.6084020Z 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 2024-11-01T16:30:22.6088056Z with 2024-11-01T16:30:22.6088735Z [ 2024-11-01T16:30:22.6089016Z T=uint8_t, 2024-11-01T16:30:22.6089341Z accT=int32_t, 2024-11-01T16:30:22.6089726Z inpType=uint8_t 2024-11-01T16:30:22.6090170Z ] 2024-11-01T16:30:22.6091853Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:22.6093974Z with 2024-11-01T16:30:22.6094458Z [ 2024-11-01T16:30:22.6094711Z T=uint8_t, 2024-11-01T16:30:22.6095172Z accT=int32_t 2024-11-01T16:30:22.6095568Z ] 2024-11-01T16:30:22.6098828Z 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 2024-11-01T16:30:22.6102696Z with 2024-11-01T16:30:22.6102957Z [ 2024-11-01T16:30:22.6103204Z T=uint8_t, 2024-11-01T16:30:22.6103503Z accT=int32_t 2024-11-01T16:30:22.6103903Z ] 2024-11-01T16:30:22.6106218Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:22.6109084Z with 2024-11-01T16:30:22.6109565Z [ 2024-11-01T16:30:22.6109983Z T=uint8_t, 2024-11-01T16:30:22.6110751Z accT=int32_t 2024-11-01T16:30:22.6111244Z ] 2024-11-01T16:30:22.6114706Z 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 2024-11-01T16:30:22.6118519Z with 2024-11-01T16:30:22.6118969Z [ 2024-11-01T16:30:22.6119380Z T=uint8_t, 2024-11-01T16:30:22.6119906Z accT=int16_t, 2024-11-01T16:30:22.6120468Z inpType=uint8_t 2024-11-01T16:30:22.6121083Z ] 2024-11-01T16:30:22.6123596Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:22.6126061Z with 2024-11-01T16:30:22.6126508Z [ 2024-11-01T16:30:22.6126936Z T=uint8_t, 2024-11-01T16:30:22.6127475Z accT=int16_t 2024-11-01T16:30:22.6127985Z ] 2024-11-01T16:30:22.6131416Z 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 2024-11-01T16:30:22.6135204Z with 2024-11-01T16:30:22.6135630Z [ 2024-11-01T16:30:22.6136065Z T=uint8_t, 2024-11-01T16:30:22.6136591Z accT=int16_t 2024-11-01T16:30:22.6137183Z ] 2024-11-01T16:30:22.6139132Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:22.6140494Z with 2024-11-01T16:30:22.6140743Z [ 2024-11-01T16:30:22.6141206Z T=uint8_t, 2024-11-01T16:30:22.6141560Z accT=int16_t 2024-11-01T16:30:22.6141841Z ] 2024-11-01T16:30:22.6144170Z 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 2024-11-01T16:30:22.6147930Z with 2024-11-01T16:30:22.6148507Z [ 2024-11-01T16:30:22.6148765Z T=uint8_t, 2024-11-01T16:30:22.6149149Z accT=int32_t, 2024-11-01T16:30:22.6149519Z inpType=uint8_t 2024-11-01T16:30:22.6149812Z ] 2024-11-01T16:30:22.6151680Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:22.6154138Z with 2024-11-01T16:30:22.6154567Z [ 2024-11-01T16:30:22.6154997Z T=uint8_t, 2024-11-01T16:30:22.6155517Z accT=int32_t 2024-11-01T16:30:22.6156024Z ] 2024-11-01T16:30:22.6158835Z 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 2024-11-01T16:30:22.6162505Z with 2024-11-01T16:30:22.6162775Z [ 2024-11-01T16:30:22.6163085Z T=uint8_t, 2024-11-01T16:30:22.6163975Z accT=int32_t 2024-11-01T16:30:22.6164940Z ] 2024-11-01T16:30:22.6166829Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:22.6169175Z with 2024-11-01T16:30:22.6169599Z [ 2024-11-01T16:30:22.6169983Z T=uint8_t, 2024-11-01T16:30:22.6170490Z accT=int32_t 2024-11-01T16:30:22.6170973Z ] 2024-11-01T16:30:22.6174220Z 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 2024-11-01T16:30:22.6177987Z with 2024-11-01T16:30:22.6178468Z [ 2024-11-01T16:30:22.6178895Z T=uint8_t, 2024-11-01T16:30:22.6179656Z accT=int16_t, 2024-11-01T16:30:22.6180188Z inpType=uint8_t 2024-11-01T16:30:22.6180668Z ] 2024-11-01T16:30:22.6182816Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:22.6184186Z with 2024-11-01T16:30:22.6184528Z [ 2024-11-01T16:30:22.6184783Z T=uint8_t, 2024-11-01T16:30:22.6185157Z accT=int16_t 2024-11-01T16:30:22.6185464Z ] 2024-11-01T16:30:22.6187490Z 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 2024-11-01T16:30:22.6189922Z with 2024-11-01T16:30:22.6190369Z [ 2024-11-01T16:30:22.6190791Z T=uint8_t, 2024-11-01T16:30:22.6191321Z accT=int16_t 2024-11-01T16:30:22.6191854Z ] 2024-11-01T16:30:22.6194282Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:22.6196797Z with 2024-11-01T16:30:22.6197295Z [ 2024-11-01T16:30:22.6197844Z T=uint8_t, 2024-11-01T16:30:22.6198341Z accT=int16_t 2024-11-01T16:30:22.6199045Z ] 2024-11-01T16:30:22.6202262Z 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 2024-11-01T16:30:22.6206420Z with 2024-11-01T16:30:22.6206944Z [ 2024-11-01T16:30:22.6207359Z T=uint8_t, 2024-11-01T16:30:22.6207871Z accT=int32_t, 2024-11-01T16:30:22.6208405Z inpType=uint8_t 2024-11-01T16:30:22.6208934Z ] 2024-11-01T16:30:22.6211387Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:22.6212835Z with 2024-11-01T16:30:22.6213189Z [ 2024-11-01T16:30:22.6213435Z T=uint8_t, 2024-11-01T16:30:22.6213845Z accT=int32_t 2024-11-01T16:30:22.6214233Z ] 2024-11-01T16:30:22.6216346Z 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 2024-11-01T16:30:22.6218688Z with 2024-11-01T16:30:22.6218974Z [ 2024-11-01T16:30:22.6219209Z T=uint8_t, 2024-11-01T16:30:22.6219489Z accT=int32_t 2024-11-01T16:30:22.6219783Z ] 2024-11-01T16:30:22.6221168Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:22.6222612Z with 2024-11-01T16:30:22.6222841Z [ 2024-11-01T16:30:22.6223076Z T=uint8_t, 2024-11-01T16:30:22.6223365Z accT=int32_t 2024-11-01T16:30:22.6223668Z ] 2024-11-01T16:30:22.6225737Z 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 2024-11-01T16:30:22.6229043Z with 2024-11-01T16:30:22.6229495Z [ 2024-11-01T16:30:22.6229930Z T=uint8_t, 2024-11-01T16:30:22.6230444Z accT=int16_t, 2024-11-01T16:30:22.6230991Z inpType=uint8_t 2024-11-01T16:30:22.6231514Z ] 2024-11-01T16:30:22.6233337Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:22.6235190Z with 2024-11-01T16:30:22.6235682Z [ 2024-11-01T16:30:22.6236135Z T=uint8_t, 2024-11-01T16:30:22.6236884Z accT=int16_t 2024-11-01T16:30:22.6237431Z ] 2024-11-01T16:30:22.6241480Z 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 2024-11-01T16:30:22.6245432Z with 2024-11-01T16:30:22.6245943Z [ 2024-11-01T16:30:22.6246338Z T=uint8_t, 2024-11-01T16:30:22.6246802Z accT=int16_t 2024-11-01T16:30:22.6247247Z ] 2024-11-01T16:30:22.6249513Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:22.6251875Z with 2024-11-01T16:30:22.6252240Z [ 2024-11-01T16:30:22.6252500Z T=uint8_t, 2024-11-01T16:30:22.6252839Z accT=int16_t 2024-11-01T16:30:22.6253252Z ] 2024-11-01T16:30:22.6255907Z 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 2024-11-01T16:30:22.6258438Z with 2024-11-01T16:30:22.6259138Z [ 2024-11-01T16:30:22.6259718Z T=uint8_t, 2024-11-01T16:30:22.6260185Z accT=int32_t, 2024-11-01T16:30:22.6260672Z inpType=uint8_t 2024-11-01T16:30:22.6261152Z ] 2024-11-01T16:30:22.6263579Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:22.6264975Z with 2024-11-01T16:30:22.6265290Z [ 2024-11-01T16:30:22.6265544Z T=uint8_t, 2024-11-01T16:30:22.6265878Z accT=int32_t 2024-11-01T16:30:22.6266194Z ] 2024-11-01T16:30:22.6268607Z 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 2024-11-01T16:30:22.6270836Z with 2024-11-01T16:30:22.6271093Z [ 2024-11-01T16:30:22.6271430Z T=uint8_t, 2024-11-01T16:30:22.6271722Z accT=int32_t 2024-11-01T16:30:22.6272108Z ] 2024-11-01T16:30:22.6273426Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:22.6275043Z with 2024-11-01T16:30:22.6275430Z [ 2024-11-01T16:30:22.6275832Z T=uint8_t, 2024-11-01T16:30:22.6276140Z accT=int32_t 2024-11-01T16:30:22.6276420Z ] 2024-11-01T16:30:22.6278369Z 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 2024-11-01T16:30:22.6280435Z with 2024-11-01T16:30:22.6280807Z [ 2024-11-01T16:30:22.6281201Z T=uint8_t, 2024-11-01T16:30:22.6281502Z accT=int16_t, 2024-11-01T16:30:22.6281867Z inpType=uint8_t 2024-11-01T16:30:22.6282157Z ] 2024-11-01T16:30:22.6283464Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:22.6284934Z with 2024-11-01T16:30:22.6285170Z [ 2024-11-01T16:30:22.6285411Z T=uint8_t, 2024-11-01T16:30:22.6285756Z accT=int16_t 2024-11-01T16:30:22.6286351Z ] 2024-11-01T16:30:22.6289024Z 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 2024-11-01T16:30:22.6291512Z with 2024-11-01T16:30:22.6293114Z [ 2024-11-01T16:30:22.6293564Z T=uint8_t, 2024-11-01T16:30:22.6294109Z accT=int16_t 2024-11-01T16:30:22.6294690Z ] 2024-11-01T16:30:22.6296254Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:22.6297910Z with 2024-11-01T16:30:22.6298223Z [ 2024-11-01T16:30:22.6298486Z T=uint8_t, 2024-11-01T16:30:22.6298933Z accT=int16_t 2024-11-01T16:30:22.6299248Z ] 2024-11-01T16:30:22.6301328Z 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 2024-11-01T16:30:22.6303878Z with 2024-11-01T16:30:22.6304680Z [ 2024-11-01T16:30:22.6305206Z T=uint8_t, 2024-11-01T16:30:22.6305832Z accT=int32_t, 2024-11-01T16:30:22.6306248Z inpType=uint8_t 2024-11-01T16:30:22.6306592Z ] 2024-11-01T16:30:22.6308007Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:22.6309324Z with 2024-11-01T16:30:22.6309865Z [ 2024-11-01T16:30:22.6310248Z T=uint8_t, 2024-11-01T16:30:22.6310662Z accT=int32_t 2024-11-01T16:30:22.6310992Z ] 2024-11-01T16:30:22.6313121Z 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 2024-11-01T16:30:22.6315195Z with 2024-11-01T16:30:22.6315459Z [ 2024-11-01T16:30:22.6315703Z T=uint8_t, 2024-11-01T16:30:22.6315998Z accT=int32_t 2024-11-01T16:30:22.6316328Z ] 2024-11-01T16:30:22.6318457Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:22.6321229Z with 2024-11-01T16:30:22.6321702Z [ 2024-11-01T16:30:22.6323312Z T=uint8_t, 2024-11-01T16:30:22.6323859Z accT=int32_t 2024-11-01T16:30:22.6324365Z ] 2024-11-01T16:30:22.6329087Z 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 2024-11-01T16:30:22.6332818Z with 2024-11-01T16:30:22.6333197Z [ 2024-11-01T16:30:22.6333428Z T=uint8_t, 2024-11-01T16:30:22.6333733Z accT=int16_t, 2024-11-01T16:30:22.6334109Z inpType=uint8_t 2024-11-01T16:30:22.6334697Z ] 2024-11-01T16:30:22.6336111Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:22.6337670Z with 2024-11-01T16:30:22.6337930Z [ 2024-11-01T16:30:22.6338256Z T=uint8_t, 2024-11-01T16:30:22.6338548Z accT=int16_t 2024-11-01T16:30:22.6338844Z ] 2024-11-01T16:30:22.6341103Z 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 2024-11-01T16:30:22.6343245Z with 2024-11-01T16:30:22.6343499Z [ 2024-11-01T16:30:22.6343747Z T=uint8_t, 2024-11-01T16:30:22.6344130Z accT=int16_t 2024-11-01T16:30:22.6344413Z ] 2024-11-01T16:30:22.6345635Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:22.6347060Z with 2024-11-01T16:30:22.6347304Z [ 2024-11-01T16:30:22.6347752Z T=uint8_t, 2024-11-01T16:30:22.6348064Z accT=int16_t 2024-11-01T16:30:22.6348429Z ] 2024-11-01T16:30:22.6350333Z 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 2024-11-01T16:30:22.6355755Z 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 2024-11-01T16:30:22.6360207Z 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 2024-11-01T16:30:22.6366762Z 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 2024-11-01T16:30:22.6373673Z 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 2024-11-01T16:30:22.6379174Z 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 2024-11-01T16:30:22.7106195Z [4809/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightsForConv.cc.obj 2024-11-01T16:30:22.7110730Z 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 2024-11-01T16:30:22.7114315Z with 2024-11-01T16:30:22.7114762Z [ 2024-11-01T16:30:22.7115175Z T=int8_t, 2024-11-01T16:30:22.7115699Z accT=int32_t, 2024-11-01T16:30:22.7116494Z inpType=int8_t 2024-11-01T16:30:22.7117060Z ] 2024-11-01T16:30:22.7119125Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-11-01T16:30:22.7121364Z with 2024-11-01T16:30:22.7121781Z [ 2024-11-01T16:30:22.7122205Z T=int8_t, 2024-11-01T16:30:22.7122756Z accT=int32_t 2024-11-01T16:30:22.7123286Z ] 2024-11-01T16:30:22.7126572Z 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 2024-11-01T16:30:22.7130407Z with 2024-11-01T16:30:22.7130701Z [ 2024-11-01T16:30:22.7130958Z T=int8_t, 2024-11-01T16:30:22.7131326Z accT=int32_t 2024-11-01T16:30:22.7131612Z ] 2024-11-01T16:30:22.7132983Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-11-01T16:30:22.7135722Z with 2024-11-01T16:30:22.7136196Z [ 2024-11-01T16:30:22.7136615Z T=int8_t, 2024-11-01T16:30:22.7137232Z accT=int32_t 2024-11-01T16:30:22.7137756Z ] 2024-11-01T16:30:22.7140982Z 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 2024-11-01T16:30:22.7318692Z [4810/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\QuantUtils.cc.obj 2024-11-01T16:30:22.8417440Z [4811/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightsForDirectConv.cc.obj 2024-11-01T16:30:22.8651355Z [4812/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightMatrixForGConv.cc.obj 2024-11-01T16:30:22.8809484Z [4813/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateI8Depthwise.cc.obj 2024-11-01T16:30:22.8873260Z [4814/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\RefImplementations.cc.obj 2024-11-01T16:30:22.8970835Z [4815/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\TransposeUtils.cc.obj 2024-11-01T16:30:22.9324455Z [4816/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\RowWiseSparseAdagradFused.cc.obj 2024-11-01T16:30:22.9471065Z [4817/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\SparseAdagrad.cc.obj 2024-11-01T16:30:22.9784377Z [4818/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\spmmUtils.cc.obj 2024-11-01T16:30:23.0756784Z [4819/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\EmbeddingSpMDMAvx2.cc.obj 2024-11-01T16:30:23.1019697Z [4820/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8DepthwisePerChannelQuantAvx2.cc.obj 2024-11-01T16:30:23.1075566Z [4821/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmBfloat16ConvertAvx2.cc.obj 2024-11-01T16:30:23.1309216Z [4822/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\OptimizedKernelsAvx2.cc.obj 2024-11-01T16:30:23.1375158Z [4823/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\Utils.cc.obj 2024-11-01T16:30:23.1850361Z [4824/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmFloat16ConvertAvx2.cc.obj 2024-11-01T16:30:23.1853482Z 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' 2024-11-01T16:30:23.1857572Z 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' 2024-11-01T16:30:23.2483431Z [4825/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8DepthwiseAvx2.cc.obj 2024-11-01T16:30:23.2785223Z [4826/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8Depthwise3DAvx2.cc.obj 2024-11-01T16:30:23.2846005Z [4827/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\spmmUtilsAvx2.cc.obj 2024-11-01T16:30:23.2866769Z [4828/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\PackDepthwiseConvMatrixAvx2.cc.obj 2024-11-01T16:30:23.3320856Z [4829/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmSparseDenseAvx2.cc.obj 2024-11-01T16:30:23.3384057Z [4830/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmSparseDenseInt8Avx2.cc.obj 2024-11-01T16:30:23.3752701Z [4831/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmBfloat16ConvertAvx512.cc.obj 2024-11-01T16:30:23.3841374Z [4832/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\QuantUtilsAvx2.cc.obj 2024-11-01T16:30:23.3844347Z 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' 2024-11-01T16:30:23.3847534Z 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' 2024-11-01T16:30:23.3850976Z 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 2024-11-01T16:30:23.3853616Z 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' 2024-11-01T16:30:23.3856000Z 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' 2024-11-01T16:30:23.3857922Z 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' 2024-11-01T16:30:23.3859946Z 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' 2024-11-01T16:30:23.3861910Z 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' 2024-11-01T16:30:23.3865137Z 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' 2024-11-01T16:30:23.3868583Z 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' 2024-11-01T16:30:23.3872135Z 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' 2024-11-01T16:30:23.3877034Z 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 2024-11-01T16:30:23.4726472Z [4833/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\UtilsAvx2.cc.obj 2024-11-01T16:30:23.5134017Z [4834/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFloat16ConvertAvx512.cc.obj 2024-11-01T16:30:23.5574108Z [4835/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\EmbeddingSpMDMAvx512.cc.obj 2024-11-01T16:30:23.5781069Z [4836/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseInt8Avx512.cc.obj 2024-11-01T16:30:23.5940035Z [4837/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseVectorInt8Avx512.cc.obj 2024-11-01T16:30:23.6242617Z [4838/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\QuantUtilsAvx512.cc.obj 2024-11-01T16:30:23.6563766Z [4839/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\UtilsAvx512.cc.obj 2024-11-01T16:30:23.7016726Z [4840/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFP16UKernelsIntrinsicAvx512.cc.obj 2024-11-01T16:30:23.7095879Z [4841/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseAvx512.cc.obj 2024-11-01T16:30:23.7531884Z [4842/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmFP16UKernelsIntrinsicAvx2.cc.obj 2024-11-01T16:30:23.8343529Z [4843/7391] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFP16UKernelsIntrinsicAvx512_256.cc.obj 2024-11-01T16:30:23.9084752Z [4844/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\builder.cpp.obj 2024-11-01T16:30:23.9302801Z [4845/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\assembler.cpp.obj 2024-11-01T16:30:23.9678917Z [4846/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\archtraits.cpp.obj 2024-11-01T16:30:24.0174018Z [4847/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\codeholder.cpp.obj 2024-11-01T16:30:24.0413344Z [4848/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\constpool.cpp.obj 2024-11-01T16:30:24.0528886Z [4849/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\cpuinfo.cpp.obj 2024-11-01T16:30:24.1062866Z [4850/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\compiler.cpp.obj 2024-11-01T16:30:24.1945555Z [4851/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\codewriter.cpp.obj 2024-11-01T16:30:24.2916238Z [4852/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emithelper.cpp.obj 2024-11-01T16:30:24.2965503Z [4853/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emitterutils.cpp.obj 2024-11-01T16:30:24.3024802Z [4854/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\environment.cpp.obj 2024-11-01T16:30:24.3455259Z [4855/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\errorhandler.cpp.obj 2024-11-01T16:30:24.3504049Z [4856/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emitter.cpp.obj 2024-11-01T16:30:24.4210004Z [4857/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\formatter.cpp.obj 2024-11-01T16:30:24.4610181Z [4858/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\func.cpp.obj 2024-11-01T16:30:24.5615969Z [4859/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\logger.cpp.obj 2024-11-01T16:30:24.6096145Z [4860/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\operand.cpp.obj 2024-11-01T16:30:24.6380460Z [4861/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\globals.cpp.obj 2024-11-01T16:30:24.6548176Z [4862/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\funcargscontext.cpp.obj 2024-11-01T16:30:24.6987849Z [4863/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\jitruntime.cpp.obj 2024-11-01T16:30:24.7461313Z [4864/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\jitallocator.cpp.obj 2024-11-01T16:30:24.7733823Z [4865/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\inst.cpp.obj 2024-11-01T16:30:24.8207961Z [4866/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\rapass.cpp.obj 2024-11-01T16:30:24.9050998Z [4867/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\string.cpp.obj 2024-11-01T16:30:24.9618218Z [4868/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\ralocal.cpp.obj 2024-11-01T16:30:25.0101719Z [4869/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\osutils.cpp.obj 2024-11-01T16:30:25.0202560Z [4870/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\rastack.cpp.obj 2024-11-01T16:30:25.0550378Z [4871/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\armformatter.cpp.obj 2024-11-01T16:30:25.1233204Z [4872/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonestack.cpp.obj 2024-11-01T16:30:25.1419927Z [4873/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonetree.cpp.obj 2024-11-01T16:30:25.1437933Z [4874/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64assembler.cpp.obj 2024-11-01T16:30:25.2919756Z [4875/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonelist.cpp.obj 2024-11-01T16:30:25.3195733Z [4876/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonevector.cpp.obj 2024-11-01T16:30:25.3795813Z [4877/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64instapi.cpp.obj 2024-11-01T16:30:25.4096671Z [4878/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64compiler.cpp.obj 2024-11-01T16:30:25.4300115Z [4879/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64formatter.cpp.obj 2024-11-01T16:30:25.4868626Z [4880/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64emithelper.cpp.obj 2024-11-01T16:30:25.4922611Z [4881/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64func.cpp.obj 2024-11-01T16:30:25.4972756Z [4882/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64builder.cpp.obj 2024-11-01T16:30:25.6974783Z [4883/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86compiler.cpp.obj 2024-11-01T16:30:25.7271994Z [4884/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64operand.cpp.obj 2024-11-01T16:30:25.7345077Z [4885/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64rapass.cpp.obj 2024-11-01T16:30:25.7798090Z [4886/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64instdb.cpp.obj 2024-11-01T16:30:25.8656414Z [4887/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86instapi.cpp.obj 2024-11-01T16:30:25.8822017Z [4888/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86builder.cpp.obj 2024-11-01T16:30:25.9234833Z [4889/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86emithelper.cpp.obj 2024-11-01T16:30:25.9552335Z [4890/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86assembler.cpp.obj 2024-11-01T16:30:26.0888593Z [4891/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86operand.cpp.obj 2024-11-01T16:30:26.1591234Z [4892/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86formatter.cpp.obj 2024-11-01T16:30:26.1828345Z [4893/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86func.cpp.obj 2024-11-01T16:30:26.1969393Z [4894/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgatherv.cc.obj 2024-11-01T16:30:26.2237923Z [4895/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86instdb.cpp.obj 2024-11-01T16:30:26.2364423Z [4896/7391] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86rapass.cpp.obj 2024-11-01T16:30:26.3438802Z [4897/7391] Linking CXX shared library bin\asmjit.dll 2024-11-01T16:30:26.4108722Z [4898/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce.cc.obj 2024-11-01T16:30:26.4331022Z [4899/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoallv.cc.obj 2024-11-01T16:30:26.4345939Z [4900/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgather.cc.obj 2024-11-01T16:30:26.4405885Z [4901/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\algorithm.cc.obj 2024-11-01T16:30:26.4834661Z [4902/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\broadcast.cc.obj 2024-11-01T16:30:26.6635842Z [4903/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\context.cc.obj 2024-11-01T16:30:26.6865764Z [4904/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\barrier.cc.obj 2024-11-01T16:30:26.6923610Z [4905/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\types.cc.obj 2024-11-01T16:30:26.7031641Z [4906/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce_local.cc.obj 2024-11-01T16:30:26.7251253Z [4907/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoall.cc.obj 2024-11-01T16:30:26.8903446Z [4908/7391] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\ittnotify_static.c.obj 2024-11-01T16:30:26.8905150Z 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 2024-11-01T16:30:26.8973442Z [4909/7391] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\jitprofiling.c.obj 2024-11-01T16:30:26.8975912Z 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 2024-11-01T16:30:26.9314043Z [4910/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gatherv.cc.obj 2024-11-01T16:30:26.9381371Z [4911/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gather.cc.obj 2024-11-01T16:30:26.9393585Z [4912/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\scatter.cc.obj 2024-11-01T16:30:26.9450177Z [4913/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\logging.cc.obj 2024-11-01T16:30:26.9500238Z [4914/7391] Linking C static library lib\libittnotify.lib 2024-11-01T16:30:26.9774088Z [4915/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\reduce.cc.obj 2024-11-01T16:30:27.0049960Z [4916/7391] Linking CXX shared library bin\fbgemm.dll 2024-11-01T16:30:27.0471046Z [4917/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\buffer.cc.obj 2024-11-01T16:30:27.1232070Z [4918/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\address.cc.obj 2024-11-01T16:30:27.1869364Z [4919/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\hash_store.cc.obj 2024-11-01T16:30:27.2397263Z [4920/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\prefix_store.cc.obj 2024-11-01T16:30:27.2454924Z [4921/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\context.cc.obj 2024-11-01T16:30:27.2468743Z [4922/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\file_store.cc.obj 2024-11-01T16:30:27.2876543Z [4923/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\store.cc.obj 2024-11-01T16:30:27.3518530Z [4924/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\context.cc.obj 2024-11-01T16:30:27.3722434Z [4925/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\unbound_buffer.cc.obj 2024-11-01T16:30:27.4662053Z [4926/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\utils.cc.obj 2024-11-01T16:30:27.4737379Z [4927/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\pair.cc.obj 2024-11-01T16:30:27.5133097Z [4928/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\win.cc.obj 2024-11-01T16:30:27.6027768Z [4929/7391] Running gen_proto.py on onnx/onnx.in.proto 2024-11-01T16:30:27.6028585Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx.in.proto 2024-11-01T16:30:27.6029621Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto 2024-11-01T16:30:27.6030885Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto3 2024-11-01T16:30:27.6033210Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-ml.pb.h 2024-11-01T16:30:27.6034178Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_pb.py 2024-11-01T16:30:27.6284199Z [4930/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\device.cc.obj 2024-11-01T16:30:27.6433836Z [4931/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\unbound_buffer.cc.obj 2024-11-01T16:30:27.7648327Z [4932/7391] Building RC object third_party\ideep\mkl-dnn\src\CMakeFiles\dnnl.dir\version.rc.res 2024-11-01T16:30:27.7649824Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-11-01T16:30:27.7650612Z 2024-11-01T16:30:27.7651038Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-11-01T16:30:27.7651758Z 2024-11-01T16:30:27.7651768Z 2024-11-01T16:30:27.9196844Z [4933/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\address.cc.obj 2024-11-01T16:30:27.9619340Z [4934/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\context.cc.obj 2024-11-01T16:30:27.9976809Z [4935/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\device.cc.obj 2024-11-01T16:30:27.9978891Z 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 2024-11-01T16:30:27.9984105Z 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 2024-11-01T16:30:27.9987999Z with 2024-11-01T16:30:27.9988295Z [ 2024-11-01T16:30:27.9988659Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:30:27.9989246Z ] 2024-11-01T16:30:27.9991900Z 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 2024-11-01T16:30:27.9995793Z with 2024-11-01T16:30:27.9996127Z [ 2024-11-01T16:30:27.9996532Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:30:27.9996985Z ] 2024-11-01T16:30:28.0000967Z 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 2024-11-01T16:30:28.0005676Z with 2024-11-01T16:30:28.0006078Z [ 2024-11-01T16:30:28.0006682Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:30:28.0007464Z ] 2024-11-01T16:30:28.0013116Z 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 2024-11-01T16:30:28.0017738Z with 2024-11-01T16:30:28.0018464Z [ 2024-11-01T16:30:28.0019195Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:30:28.0020328Z T=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:30:28.0021330Z ] 2024-11-01T16:30:28.0025431Z 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 2024-11-01T16:30:28.0030090Z with 2024-11-01T16:30:28.0030383Z [ 2024-11-01T16:30:28.0030802Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:30:28.0031473Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:30:28.0031974Z U=uv_write_t 2024-11-01T16:30:28.0032309Z ] 2024-11-01T16:30:28.0035772Z 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 2024-11-01T16:30:28.0040964Z with 2024-11-01T16:30:28.0041388Z [ 2024-11-01T16:30:28.0042028Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:30:28.0043107Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:30:28.0044008Z U=uv_write_t 2024-11-01T16:30:28.0044528Z ] 2024-11-01T16:30:28.0049063Z 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 2024-11-01T16:30:28.0053050Z with 2024-11-01T16:30:28.0053288Z [ 2024-11-01T16:30:28.0053649Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:30:28.0054105Z ] 2024-11-01T16:30:28.1070531Z [4936/7391] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-11-01T16:30:28.1581926Z [4937/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\pair.cc.obj 2024-11-01T16:30:28.1585153Z 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 2024-11-01T16:30:28.1592103Z 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 2024-11-01T16:30:28.1597029Z with 2024-11-01T16:30:28.1597694Z [ 2024-11-01T16:30:28.1598335Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:30:28.1599114Z ] 2024-11-01T16:30:28.1603946Z 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 2024-11-01T16:30:28.1608771Z with 2024-11-01T16:30:28.1609214Z [ 2024-11-01T16:30:28.1609849Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:30:28.1610614Z ] 2024-11-01T16:30:28.1615457Z 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 2024-11-01T16:30:28.1620567Z with 2024-11-01T16:30:28.1621031Z [ 2024-11-01T16:30:28.1621668Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:30:28.1622543Z ] 2024-11-01T16:30:28.1627347Z 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 2024-11-01T16:30:28.1632212Z with 2024-11-01T16:30:28.1632644Z [ 2024-11-01T16:30:28.1633306Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:30:28.1634371Z T=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:30:28.1635261Z ] 2024-11-01T16:30:28.1640231Z 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 2024-11-01T16:30:28.1645586Z with 2024-11-01T16:30:28.1646028Z [ 2024-11-01T16:30:28.1646705Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:30:28.1647799Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:30:28.1648675Z U=uv_write_t 2024-11-01T16:30:28.1649195Z ] 2024-11-01T16:30:28.1667503Z 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 2024-11-01T16:30:28.1672648Z with 2024-11-01T16:30:28.1673090Z [ 2024-11-01T16:30:28.1673725Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:30:28.1674977Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:30:28.1675838Z U=uv_write_t 2024-11-01T16:30:28.1676350Z ] 2024-11-01T16:30:28.1680826Z 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 2024-11-01T16:30:28.1685493Z with 2024-11-01T16:30:28.1685926Z [ 2024-11-01T16:30:28.1686560Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:30:28.1687375Z ] 2024-11-01T16:30:28.1823123Z [4938/7391] Running gen_proto.py on onnx/onnx-operators.in.proto 2024-11-01T16:30:28.1824783Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-operators.in.proto 2024-11-01T16:30:28.1826970Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto 2024-11-01T16:30:28.1829143Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto3 2024-11-01T16:30:28.1831203Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators-ml.pb.h 2024-11-01T16:30:28.1833130Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_operators_pb.py 2024-11-01T16:30:28.2359060Z [4939/7391] Running gen_proto.py on onnx/onnx-data.in.proto 2024-11-01T16:30:28.2360101Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-data.in.proto 2024-11-01T16:30:28.2361193Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto 2024-11-01T16:30:28.2362518Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto3 2024-11-01T16:30:28.2363668Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data.pb.h 2024-11-01T16:30:28.2364863Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_data_pb.py 2024-11-01T16:30:28.2530764Z [4940/7391] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\libuv.cc.obj 2024-11-01T16:30:28.2532509Z 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 2024-11-01T16:30:28.2536511Z 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 2024-11-01T16:30:28.2539224Z with 2024-11-01T16:30:28.2539472Z [ 2024-11-01T16:30:28.2539815Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:30:28.2540368Z ] 2024-11-01T16:30:28.2542867Z 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 2024-11-01T16:30:28.2545650Z with 2024-11-01T16:30:28.2545903Z [ 2024-11-01T16:30:28.2546376Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:30:28.2546834Z ] 2024-11-01T16:30:28.2549396Z 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 2024-11-01T16:30:28.2551945Z with 2024-11-01T16:30:28.2552192Z [ 2024-11-01T16:30:28.2552541Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:30:28.2552978Z ] 2024-11-01T16:30:28.2555480Z 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 2024-11-01T16:30:28.2557935Z with 2024-11-01T16:30:28.2558178Z [ 2024-11-01T16:30:28.2558516Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:30:28.2559088Z T=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:30:28.2559533Z ] 2024-11-01T16:30:28.2562068Z 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 2024-11-01T16:30:28.2566080Z with 2024-11-01T16:30:28.2566336Z [ 2024-11-01T16:30:28.2566702Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:30:28.2567266Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:30:28.2567725Z U=uv_write_t 2024-11-01T16:30:28.2568175Z ] 2024-11-01T16:30:28.2571323Z 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 2024-11-01T16:30:28.2574444Z with 2024-11-01T16:30:28.2574749Z [ 2024-11-01T16:30:28.2575184Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:30:28.2575749Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-11-01T16:30:28.2576206Z U=uv_write_t 2024-11-01T16:30:28.2577086Z ] 2024-11-01T16:30:28.2579747Z 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 2024-11-01T16:30:28.2582156Z with 2024-11-01T16:30:28.2583283Z [ 2024-11-01T16:30:28.2583792Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-11-01T16:30:28.2584308Z ] 2024-11-01T16:30:28.3270349Z [4941/7391] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2024-11-01T16:30:28.3935035Z [4942/7391] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-11-01T16:30:28.4570146Z [4943/7391] Linking CXX static library lib\gloo.lib 2024-11-01T16:30:28.7562693Z [4944/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\bfloat16.cpp.obj 2024-11-01T16:30:28.8018622Z [4945/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_batch_normalization_list.cpp.obj 2024-11-01T16:30:28.8305522Z [4946/7391] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-data_onnx_torch.pb.cc.obj 2024-11-01T16:30:28.8408646Z [4947/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_batch_normalization_utils.cpp.obj 2024-11-01T16:30:28.9490389Z [4948/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_concat.cpp.obj 2024-11-01T16:30:29.0541610Z [4949/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_binary_list.cpp.obj 2024-11-01T16:30:29.1868630Z [4950/7391] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-operators_onnx_torch-ml.pb.cc.obj 2024-11-01T16:30:29.2107210Z [4951/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\binary_injector_utils.cpp.obj 2024-11-01T16:30:29.2928244Z [4952/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\model_helpers.cc.obj 2024-11-01T16:30:29.3135277Z [4953/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\checker.cc.obj 2024-11-01T16:30:29.3151528Z [4954/7391] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx_onnx_torch-ml.pb.cc.obj 2024-11-01T16:30:29.3294790Z [4955/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\interned_strings.cc.obj 2024-11-01T16:30:29.3490114Z [4956/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\ir_pb_converter.cc.obj 2024-11-01T16:30:29.3630121Z [4957/7391] Linking CXX static library lib\onnx_proto.lib 2024-11-01T16:30:29.3814512Z [4958/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\assertions.cc.obj 2024-11-01T16:30:29.5171782Z [4959/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\status.cc.obj 2024-11-01T16:30:29.7127091Z [4960/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\path.cc.obj 2024-11-01T16:30:29.7225424Z [4961/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\defs.cc.obj 2024-11-01T16:30:29.7247709Z [4962/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\attr_proto_util.cc.obj 2024-11-01T16:30:29.8078984Z [4963/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\old.cc.obj 2024-11-01T16:30:29.8153098Z [4964/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\function.cc.obj 2024-11-01T16:30:29.8233109Z [4965/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\old.cc.obj 2024-11-01T16:30:29.8296176Z [4966/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\utils.cc.obj 2024-11-01T16:30:29.9058447Z [4967/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\utils.cc.obj 2024-11-01T16:30:30.1711357Z [4968/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\old.cc.obj 2024-11-01T16:30:30.2006900Z [4969/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\data_type_utils.cc.obj 2024-11-01T16:30:30.2494686Z [4970/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\defs.cc.obj 2024-11-01T16:30:30.2708848Z [4971/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\image\defs.cc.obj 2024-11-01T16:30:30.2840728Z [4972/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\defs.cc.obj 2024-11-01T16:30:30.3510931Z [4973/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\defs.cc.obj 2024-11-01T16:30:30.3667868Z [4974/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\defs.cc.obj 2024-11-01T16:30:30.4115265Z [4975/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\old.cc.obj 2024-11-01T16:30:30.6029556Z [4976/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\utils.cc.obj 2024-11-01T16:30:30.7559951Z [4977/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\old.cc.obj 2024-11-01T16:30:30.7667473Z [4978/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\printer.cc.obj 2024-11-01T16:30:30.7751406Z [4979/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\defs.cc.obj 2024-11-01T16:30:30.7935770Z [4980/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\old.cc.obj 2024-11-01T16:30:30.8558605Z [4981/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\parser.cc.obj 2024-11-01T16:30:30.8922437Z [4982/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\defs.cc.obj 2024-11-01T16:30:30.9277911Z [4983/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\old.cc.obj 2024-11-01T16:30:31.0619767Z [4984/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\defs.cc.obj 2024-11-01T16:30:31.2015164Z [4985/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\defs.cc.obj 2024-11-01T16:30:31.2140826Z [4986/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\utils.cc.obj 2024-11-01T16:30:31.2844013Z [4987/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\old.cc.obj 2024-11-01T16:30:31.2861679Z [4988/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\old.cc.obj 2024-11-01T16:30:31.3708020Z [4989/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\schema.cc.obj 2024-11-01T16:30:31.3777901Z [4990/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\shape_inference.cc.obj 2024-11-01T16:30:31.3828203Z [4991/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\defs.cc.obj 2024-11-01T16:30:31.4803340Z [4992/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\sequence\defs.cc.obj 2024-11-01T16:30:31.6495170Z [4993/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\defs.cc.obj 2024-11-01T16:30:31.6644252Z [4994/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\old.cc.obj 2024-11-01T16:30:31.6897513Z [4995/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_util.cc.obj 2024-11-01T16:30:31.7903716Z [4996/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\text\defs.cc.obj 2024-11-01T16:30:31.8163176Z [4997/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_proto_util.cc.obj 2024-11-01T16:30:31.8245240Z [4998/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\utils.cc.obj 2024-11-01T16:30:31.9016244Z [4999/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\old.cc.obj 2024-11-01T16:30:32.0727678Z [5000/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\defs.cc.obj 2024-11-01T16:30:32.0806678Z [5001/7391] Building ASM_MASM object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittptmark64.asm.obj 2024-11-01T16:30:32.0808883Z Microsoft (R) Macro Assembler (x64) Version 14.29.30154.0 2024-11-01T16:30:32.0810033Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-11-01T16:30:32.0810724Z 2024-11-01T16:30:32.0811700Z Assembling: C:\actions-runner\_work\pytorch\pytorch\third_party\ideep\mkl-dnn\src\common\ittnotify\ittptmark64.asm 2024-11-01T16:30:32.1230770Z [5002/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\training\defs.cc.obj 2024-11-01T16:30:32.1541356Z [5003/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\old.cc.obj 2024-11-01T16:30:32.2079854Z [5004/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\inliner\inliner.cc.obj 2024-11-01T16:30:32.2104114Z [5005/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\helper.cc.obj 2024-11-01T16:30:32.3894432Z [5006/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\convert.cc.obj 2024-11-01T16:30:32.5002313Z [5007/7391] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittnotify_static.c.obj 2024-11-01T16:30:32.7183971Z [5008/7391] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\shape_inference\implementation.cc.obj 2024-11-01T16:30:32.7632205Z [5009/7391] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\jitprofiling.c.obj 2024-11-01T16:30:32.9529373Z [5010/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\utils.cpp.obj 2024-11-01T16:30:33.0436022Z [5011/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\sum.cpp.obj 2024-11-01T16:30:33.0629644Z [5012/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\softmax.cpp.obj 2024-11-01T16:30:33.2612345Z [5013/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream_profiler.cpp.obj 2024-11-01T16:30:33.2764561Z [5014/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\bfloat16.cpp.obj 2024-11-01T16:30:33.4090436Z [5015/7391] Linking CXX static library lib\onnx.lib 2024-11-01T16:30:33.5077399Z [5016/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream.cpp.obj 2024-11-01T16:30:33.5566098Z [5017/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_convolution_list.cpp.obj 2024-11-01T16:30:33.5670990Z [5018/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\verbose.cpp.obj 2024-11-01T16:30:33.6330229Z [5019/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_threadpool.cpp.obj 2024-11-01T16:30:33.7570057Z [5020/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug_autogenerated.cpp.obj 2024-11-01T16:30:33.7897790Z [5021/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\broadcast_strategy.cpp.obj 2024-11-01T16:30:33.9245818Z [5022/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\batch_normalization.cpp.obj 2024-11-01T16:30:34.1792018Z [5023/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\cache_blob_id.cpp.obj 2024-11-01T16:30:34.2048506Z [5024/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\concat.cpp.obj 2024-11-01T16:30:34.3533455Z [5025/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\binary.cpp.obj 2024-11-01T16:30:34.4134772Z [5026/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug.cpp.obj 2024-11-01T16:30:34.4713492Z [5027/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\deconvolution.cpp.obj 2024-11-01T16:30:34.5004661Z [5028/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\experimental.cpp.obj 2024-11-01T16:30:34.5974344Z [5029/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\float8.cpp.obj 2024-11-01T16:30:34.6949032Z [5030/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution_pd.cpp.obj 2024-11-01T16:30:34.7448749Z [5031/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\fpmath_mode.cpp.obj 2024-11-01T16:30:34.7524038Z [5032/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution.cpp.obj 2024-11-01T16:30:34.9861286Z [5033/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\gemm.cpp.obj 2024-11-01T16:30:35.0880382Z [5034/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify.cpp.obj 2024-11-01T16:30:35.3235704Z [5035/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\eltwise.cpp.obj 2024-11-01T16:30:35.4496412Z [5036/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\inner_product.cpp.obj 2024-11-01T16:30:35.5121163Z [5037/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\engine.cpp.obj 2024-11-01T16:30:35.5898493Z [5038/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\lrn.cpp.obj 2024-11-01T16:30:35.7126594Z [5039/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\group_normalization.cpp.obj 2024-11-01T16:30:35.7769695Z [5040/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\layer_normalization.cpp.obj 2024-11-01T16:30:35.9864234Z [5041/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\kernel_cache.cpp.obj 2024-11-01T16:30:36.0825710Z [5042/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\matmul.cpp.obj 2024-11-01T16:30:36.1550665Z [5043/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_debug.cpp.obj 2024-11-01T16:30:36.4125415Z [5044/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc_wrapper.cpp.obj 2024-11-01T16:30:36.4399062Z [5045/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory.cpp.obj 2024-11-01T16:30:36.4491068Z [5046/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_storage.cpp.obj 2024-11-01T16:30:36.6712976Z [5047/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc.cpp.obj 2024-11-01T16:30:36.8794402Z [5048/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_zero_pad.cpp.obj 2024-11-01T16:30:36.9177664Z [5049/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\prelu.cpp.obj 2024-11-01T16:30:37.0045560Z [5050/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_tracking.cpp.obj 2024-11-01T16:30:37.0722858Z [5051/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\pooling.cpp.obj 2024-11-01T16:30:37.2582160Z [5052/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_attr.cpp.obj 2024-11-01T16:30:37.3204004Z [5053/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\query.cpp.obj 2024-11-01T16:30:37.4657571Z [5054/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive.cpp.obj 2024-11-01T16:30:37.5089262Z [5055/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_hashing.cpp.obj 2024-11-01T16:30:37.8109019Z [5056/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_desc_iface.cpp.obj 2024-11-01T16:30:37.8480500Z [5057/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_iface.cpp.obj 2024-11-01T16:30:38.0394389Z [5058/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_exec_types.cpp.obj 2024-11-01T16:30:38.1079639Z [5059/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_cache.cpp.obj 2024-11-01T16:30:38.1460506Z [5060/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reduction.cpp.obj 2024-11-01T16:30:38.1629819Z [5061/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad.cpp.obj 2024-11-01T16:30:38.3413319Z [5062/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rw_mutex.cpp.obj 2024-11-01T16:30:38.4922379Z [5063/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reorder.cpp.obj 2024-11-01T16:30:38.7305112Z [5064/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rnn.cpp.obj 2024-11-01T16:30:38.7811024Z [5065/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\resampling.cpp.obj 2024-11-01T16:30:38.9563200Z [5066/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\shuffle.cpp.obj 2024-11-01T16:30:38.9646265Z [5067/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad_debug.cpp.obj 2024-11-01T16:30:38.9887490Z [5068/7391] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\serialization.cpp.obj 2024-11-01T16:30:39.2539217Z [5069/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm_containers.cpp.obj 2024-11-01T16:30:39.2886909Z [5070/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\capi\brgemm_api.cpp.obj 2024-11-01T16:30:39.5712642Z [5071/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brdgmm_kernel.cpp.obj 2024-11-01T16:30:39.7418813Z [5072/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm.cpp.obj 2024-11-01T16:30:39.7668700Z [5073/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\amx_tile_configure.cpp.obj 2024-11-01T16:30:39.9317793Z [5074/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm_utils.cpp.obj 2024-11-01T16:30:40.0581571Z [5075/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_group_normalization_list.cpp.obj 2024-11-01T16:30:40.1747966Z [5076/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_inner_product_list.cpp.obj 2024-11-01T16:30:40.3860422Z [5077/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_layer_normalization_list.cpp.obj 2024-11-01T16:30:40.4196177Z [5078/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_deconvolution_list.cpp.obj 2024-11-01T16:30:40.6196524Z [5079/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_eltwise_list.cpp.obj 2024-11-01T16:30:40.6508271Z [5080/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_engine.cpp.obj 2024-11-01T16:30:40.8499269Z [5081/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_reduction_list.cpp.obj 2024-11-01T16:30:41.0658270Z [5082/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_prelu_list.cpp.obj 2024-11-01T16:30:41.0678184Z [5083/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_rnn_list.cpp.obj 2024-11-01T16:30:41.2053307Z [5084/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_resampling_list.cpp.obj 2024-11-01T16:30:41.4175882Z [5085/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_lrn_list.cpp.obj 2024-11-01T16:30:41.6598465Z [5086/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_pooling_list.cpp.obj 2024-11-01T16:30:41.7060681Z [5087/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution.cpp.obj 2024-11-01T16:30:41.8145343Z [5088/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_softmax_list.cpp.obj 2024-11-01T16:30:41.9060892Z [5089/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution_utils.cpp.obj 2024-11-01T16:30:42.0540972Z [5090/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\float16.cpp.obj 2024-11-01T16:30:42.1040102Z [5091/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_sum.cpp.obj 2024-11-01T16:30:42.2592207Z [5092/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_shuffle_list.cpp.obj 2024-11-01T16:30:42.3978643Z [5093/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_inner_product.cpp.obj 2024-11-01T16:30:42.6181464Z [5094/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product_utils.cpp.obj 2024-11-01T16:30:42.7311952Z [5095/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.obj 2024-11-01T16:30:43.0015224Z [5096/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution.cpp.obj 2024-11-01T16:30:43.0039190Z [5097/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution_utils.cpp.obj 2024-11-01T16:30:43.0991389Z [5098/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nspc_batch_normalization.cpp.obj 2024-11-01T16:30:43.2109964Z [5099/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product.cpp.obj 2024-11-01T16:30:43.2541847Z [5100/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nchw_pooling.cpp.obj 2024-11-01T16:30:43.4488145Z [5101/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_batch_normalization.cpp.obj 2024-11-01T16:30:43.4923496Z [5102/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\platform.cpp.obj 2024-11-01T16:30:43.7038467Z [5103/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nhwc_pooling.cpp.obj 2024-11-01T16:30:43.9432241Z [5104/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_group_normalization.cpp.obj 2024-11-01T16:30:44.0222057Z [5105/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution.cpp.obj 2024-11-01T16:30:44.1097346Z [5106/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_deconvolution.cpp.obj 2024-11-01T16:30:44.1432532Z [5107/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\primitive_attr_postops.cpp.obj 2024-11-01T16:30:44.1787780Z [5108/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution_int8.cpp.obj 2024-11-01T16:30:44.4406593Z [5109/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_batch_normalization.cpp.obj 2024-11-01T16:30:44.4876294Z [5110/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_binary.cpp.obj 2024-11-01T16:30:44.7458449Z [5111/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_eltwise.cpp.obj 2024-11-01T16:30:44.9506906Z [5112/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_pooling.cpp.obj 2024-11-01T16:30:44.9641754Z [5113/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_layer_normalization.cpp.obj 2024-11-01T16:30:45.0454080Z [5114/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product.cpp.obj 2024-11-01T16:30:45.0507183Z [5115/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_group_normalization.cpp.obj 2024-11-01T16:30:45.2107176Z [5116/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_lrn.cpp.obj 2024-11-01T16:30:45.4063019Z [5117/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_reduction.cpp.obj 2024-11-01T16:30:45.4466478Z [5118/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product_int8.cpp.obj 2024-11-01T16:30:45.7463815Z [5119/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_resampling.cpp.obj 2024-11-01T16:30:45.9548701Z [5120/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_prelu.cpp.obj 2024-11-01T16:30:46.0000432Z [5121/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_shuffle.cpp.obj 2024-11-01T16:30:46.0337859Z [5122/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_softmax.cpp.obj 2024-11-01T16:30:46.1053703Z [5123/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_resampling.cpp.obj 2024-11-01T16:30:46.2159748Z [5124/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_layer_normalization.cpp.obj 2024-11-01T16:30:46.2994859Z [5125/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\zero_point_utils.cpp.obj 2024-11-01T16:30:46.4806464Z [5126/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\f32\gemm_utils_f32.cpp.obj 2024-11-01T16:30:46.5362581Z [5127/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_concat.cpp.obj 2024-11-01T16:30:46.6512680Z [5128/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\scale_utils.cpp.obj 2024-11-01T16:30:46.8846624Z [5129/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\f32\ref_gemm_f32.cpp.obj 2024-11-01T16:30:46.9229940Z [5130/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\s8x8s32\ref_gemm_s8x8s32.cpp.obj 2024-11-01T16:30:46.9243814Z [5131/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\bf16\ref_gemm_bf16.cpp.obj 2024-11-01T16:30:46.9970752Z [5132/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm_pack.cpp.obj 2024-11-01T16:30:47.0175702Z [5133/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_sum.cpp.obj 2024-11-01T16:30:47.1621985Z [5134/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\s8x8s32\simple_gemm_s8s8s32.cpp.obj 2024-11-01T16:30:47.2670008Z [5135/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm.cpp.obj 2024-11-01T16:30:47.7805473Z [5136/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\cpu_matmul_list.cpp.obj 2024-11-01T16:30:47.8372928Z [5137/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul.cpp.obj 2024-11-01T16:30:47.9752944Z [5138/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul_int8.cpp.obj 2024-11-01T16:30:48.0223586Z [5139/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_bf16_matmul.cpp.obj 2024-11-01T16:30:48.0738945Z [5140/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_x8s8s32x_matmul.cpp.obj 2024-11-01T16:30:48.1229201Z [5141/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_f32_matmul.cpp.obj 2024-11-01T16:30:48.2567172Z [5142/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder.cpp.obj 2024-11-01T16:30:48.5276950Z [5143/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_s8_s8.cpp.obj 2024-11-01T16:30:48.8701678Z [5144/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_bf16.cpp.obj 2024-11-01T16:30:48.9839398Z [5145/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_sparse_matmul.cpp.obj 2024-11-01T16:30:48.9866432Z [5146/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_bf16_s8.cpp.obj 2024-11-01T16:30:49.1358236Z [5147/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_f32_s8.cpp.obj 2024-11-01T16:30:49.1965042Z [5148/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_f16.cpp.obj 2024-11-01T16:30:49.2826001Z [5149/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_fp8.cpp.obj 2024-11-01T16:30:49.3451786Z [5150/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_bf16.cpp.obj 2024-11-01T16:30:49.5981290Z [5151/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_f32.cpp.obj 2024-11-01T16:30:50.0670590Z [5152/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_s32.cpp.obj 2024-11-01T16:30:50.1092712Z [5153/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_s8.cpp.obj 2024-11-01T16:30:50.1752834Z [5154/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_u4.cpp.obj 2024-11-01T16:30:50.2184583Z [5155/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f16.cpp.obj 2024-11-01T16:30:50.3070335Z [5156/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_fp8.cpp.obj 2024-11-01T16:30:50.3897381Z [5157/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s32.cpp.obj 2024-11-01T16:30:50.4403150Z [5158/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_u8.cpp.obj 2024-11-01T16:30:50.7008367Z [5159/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s8.cpp.obj 2024-11-01T16:30:51.1963125Z [5160/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_gru.cpp.obj 2024-11-01T16:30:51.2139719Z [5161/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s4.cpp.obj 2024-11-01T16:30:51.2792155Z [5162/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_u8.cpp.obj 2024-11-01T16:30:51.3188915Z [5163/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru.cpp.obj 2024-11-01T16:30:51.3653929Z [5164/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru_lbr.cpp.obj 2024-11-01T16:30:51.4823346Z [5165/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_common.cpp.obj 2024-11-01T16:30:51.4965771Z [5166/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\brgemm_cell_common.cpp.obj 2024-11-01T16:30:51.5596792Z [5167/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\jit_utils\linux_perf\linux_perf.cpp.obj 2024-11-01T16:30:51.7749966Z [5168/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_rnn.cpp.obj 2024-11-01T16:30:52.2619975Z [5169/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_gru_lbr.cpp.obj 2024-11-01T16:30:52.3417105Z [5170/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\rnn_utils.cpp.obj 2024-11-01T16:30:52.3636222Z [5171/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_rnn.cpp.obj 2024-11-01T16:30:52.4021008Z [5172/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_lstm_projection.cpp.obj 2024-11-01T16:30:52.4070563Z [5173/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_isa_traits.cpp.obj 2024-11-01T16:30:52.4171205Z [5174/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_lstm.cpp.obj 2024-11-01T16:30:52.4345142Z [5175/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\jit_utils\jit_utils.cpp.obj 2024-11-01T16:30:52.8230489Z [5176/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brgemm_amx_uker.cpp.obj 2024-11-01T16:30:53.2793172Z [5177/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_reducer.cpp.obj 2024-11-01T16:30:53.3759180Z [5178/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brgemm_kernel.cpp.obj 2024-11-01T16:30:53.4016650Z [5179/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_barrier.cpp.obj 2024-11-01T16:30:53.4106457Z [5180/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_convolution.cpp.obj 2024-11-01T16:30:53.4499348Z [5181/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_conv_kernel.cpp.obj 2024-11-01T16:30:53.5254149Z [5182/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_conv_kernel_f32.cpp.obj 2024-11-01T16:30:53.6057885Z [5183/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_1x1_convolution.cpp.obj 2024-11-01T16:30:53.8412872Z [5184/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_1x1_conv_kernel.cpp.obj 2024-11-01T16:30:54.2465496Z [5185/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_1x1_conv_kernel_f32.cpp.obj 2024-11-01T16:30:54.4115919Z [5186/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_1x1_convolution.cpp.obj 2024-11-01T16:30:54.4377137Z [5187/7391] 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 2024-11-01T16:30:54.4683025Z [5188/7391] 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 2024-11-01T16:30:54.5086585Z [5189/7391] 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 2024-11-01T16:30:54.5087826Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:30:54.5104163Z [5190/7391] 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 2024-11-01T16:30:54.5106462Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:30:54.6076554Z [5191/7391] 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 2024-11-01T16:30:54.9322650Z [5192/7391] 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 2024-11-01T16:30:55.2996322Z [5193/7391] 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 2024-11-01T16:30:55.2998613Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:30:55.4002361Z [5194/7391] 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 2024-11-01T16:30:55.4003647Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:30:55.4474339Z [5195/7391] 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 2024-11-01T16:30:55.4475658Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:30:55.4738319Z [5196/7391] 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 2024-11-01T16:30:55.4739660Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:30:55.4903284Z [5197/7391] 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 2024-11-01T16:30:55.4904604Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:30:55.5773074Z [5198/7391] 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 2024-11-01T16:30:55.5774380Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:30:55.5977166Z [5199/7391] 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 2024-11-01T16:30:55.5978470Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:30:55.9101782Z [5200/7391] 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 2024-11-01T16:30:55.9103197Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:30:56.3284353Z [5201/7391] 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 2024-11-01T16:30:56.3770385Z [5202/7391] 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 2024-11-01T16:30:56.3771615Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:30:56.4334683Z [5203/7391] 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 2024-11-01T16:30:56.4336930Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:30:56.4583293Z [5204/7391] 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 2024-11-01T16:30:56.5498717Z [5205/7391] 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 2024-11-01T16:30:56.5499945Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:30:56.5718139Z [5206/7391] 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 2024-11-01T16:30:56.5720601Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:30:56.6299968Z [5207/7391] 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 2024-11-01T16:30:56.6301255Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:30:56.8933717Z [5208/7391] 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 2024-11-01T16:30:57.3420776Z [5209/7391] 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 2024-11-01T16:30:57.3726519Z [5210/7391] 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 2024-11-01T16:30:57.3728856Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:30:57.4593051Z [5211/7391] 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 2024-11-01T16:30:57.4594239Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:30:57.4611623Z [5212/7391] 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 2024-11-01T16:30:57.5657774Z [5213/7391] 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 2024-11-01T16:30:57.6846037Z [5214/7391] 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 2024-11-01T16:30:57.6848421Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:30:57.7148265Z [5215/7391] 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 2024-11-01T16:30:57.7150347Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:30:57.9193676Z [5216/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_gemm_f32.cpp.obj 2024-11-01T16:30:58.2923488Z [5217/7391] 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 2024-11-01T16:30:58.2924874Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:30:58.3954898Z [5218/7391] 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 2024-11-01T16:30:58.4378045Z [5219/7391] 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 2024-11-01T16:30:58.4379304Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:30:58.4395022Z [5220/7391] 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 2024-11-01T16:30:58.5484652Z [5221/7391] 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 2024-11-01T16:30:58.5485871Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:30:58.6364023Z [5222/7391] 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 2024-11-01T16:30:58.6365277Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:30:58.7877753Z [5223/7391] 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 2024-11-01T16:30:58.9200808Z [5224/7391] 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 2024-11-01T16:30:59.3014437Z [5225/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_driver.cpp.obj 2024-11-01T16:30:59.4077160Z [5226/7391] 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 2024-11-01T16:30:59.4152584Z [5227/7391] 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 2024-11-01T16:30:59.4153996Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:30:59.4225028Z [5228/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_info.cpp.obj 2024-11-01T16:30:59.6443168Z [5229/7391] 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 2024-11-01T16:30:59.7066811Z [5230/7391] 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 2024-11-01T16:30:59.7068977Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:30:59.7525509Z [5231/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_pack.cpp.obj 2024-11-01T16:30:59.9428428Z [5232/7391] 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 2024-11-01T16:30:59.9430097Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:00.2493249Z [5233/7391] 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 2024-11-01T16:31:00.2495066Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:00.3170563Z [5234/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemv_driver.cpp.obj 2024-11-01T16:31:00.3261566Z [5235/7391] 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 2024-11-01T16:31:00.4836102Z [5236/7391] 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 2024-11-01T16:31:00.4838448Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:00.6350251Z [5237/7391] 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 2024-11-01T16:31:00.6351556Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:00.7360901Z [5238/7391] 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 2024-11-01T16:31:00.7362136Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:00.7445785Z [5239/7391] 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 2024-11-01T16:31:00.7447041Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:00.9742401Z [5240/7391] 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 2024-11-01T16:31:00.9743812Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:01.3506112Z [5241/7391] 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 2024-11-01T16:31:01.3507657Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:01.4756107Z [5242/7391] 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 2024-11-01T16:31:01.4758269Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:01.6136602Z [5243/7391] 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 2024-11-01T16:31:01.6137835Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:01.6636299Z [5244/7391] 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 2024-11-01T16:31:01.6637521Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:01.7386048Z [5245/7391] 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 2024-11-01T16:31:01.7387270Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:01.7782296Z [5246/7391] 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 2024-11-01T16:31:01.7784669Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:01.7890233Z [5247/7391] 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 2024-11-01T16:31:01.7891562Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:01.9141289Z [5248/7391] 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 2024-11-01T16:31:01.9142606Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:02.4807128Z [5249/7391] 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 2024-11-01T16:31:02.4808456Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:02.5190898Z [5250/7391] 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 2024-11-01T16:31:02.5192178Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:02.5922148Z [5251/7391] 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 2024-11-01T16:31:02.6173082Z [5252/7391] 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 2024-11-01T16:31:02.6174937Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:02.8905644Z [5253/7391] 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 2024-11-01T16:31:02.8907706Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:02.9483991Z [5254/7391] 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 2024-11-01T16:31:02.9745577Z [5255/7391] 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 2024-11-01T16:31:03.0337917Z [5256/7391] 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 2024-11-01T16:31:03.0339149Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:03.3394223Z [5257/7391] 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 2024-11-01T16:31:03.3395491Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:03.4393276Z [5258/7391] 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 2024-11-01T16:31:03.4394536Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:03.7930192Z [5259/7391] 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 2024-11-01T16:31:03.7931554Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:03.8636033Z [5260/7391] 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 2024-11-01T16:31:03.8637290Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:03.9060898Z [5261/7391] 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 2024-11-01T16:31:03.9063147Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:03.9276956Z [5262/7391] 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 2024-11-01T16:31:03.9278207Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:03.9552814Z [5263/7391] 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 2024-11-01T16:31:03.9554257Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:04.2313399Z [5264/7391] 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 2024-11-01T16:31:04.2315591Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:04.2823516Z [5265/7391] 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 2024-11-01T16:31:04.2824866Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:04.3430239Z [5266/7391] 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 2024-11-01T16:31:04.3432487Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:04.7217981Z [5267/7391] 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 2024-11-01T16:31:04.7220514Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:04.9310347Z [5268/7391] 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 2024-11-01T16:31:04.9311539Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:04.9381624Z [5269/7391] 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 2024-11-01T16:31:04.9382868Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:04.9517409Z [5270/7391] 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 2024-11-01T16:31:04.9519744Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:05.0139227Z [5271/7391] 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 2024-11-01T16:31:05.0140492Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:05.1175978Z [5272/7391] 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 2024-11-01T16:31:05.1177454Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:05.2521673Z [5273/7391] 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 2024-11-01T16:31:05.2522930Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:05.4120362Z [5274/7391] 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 2024-11-01T16:31:05.4121714Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:05.7418714Z [5275/7391] 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 2024-11-01T16:31:05.7419913Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:06.0019507Z [5276/7391] 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 2024-11-01T16:31:06.0020756Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:06.0093027Z [5277/7391] 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 2024-11-01T16:31:06.0094314Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:06.1087543Z [5278/7391] 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 2024-11-01T16:31:06.1089791Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:06.1180412Z [5279/7391] 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 2024-11-01T16:31:06.1183254Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:06.2009961Z [5280/7391] 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 2024-11-01T16:31:06.2011291Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:06.2230169Z [5281/7391] 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 2024-11-01T16:31:06.2232077Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:06.2846818Z [5282/7391] 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 2024-11-01T16:31:06.2848257Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:06.6737968Z [5283/7391] 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 2024-11-01T16:31:06.6739230Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:06.9804650Z [5284/7391] 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 2024-11-01T16:31:06.9807044Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:07.0279294Z [5285/7391] 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 2024-11-01T16:31:07.0281631Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:07.0956694Z [5286/7391] 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 2024-11-01T16:31:07.0957884Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:07.1472684Z [5287/7391] 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 2024-11-01T16:31:07.1473891Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:07.1569249Z [5288/7391] 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 2024-11-01T16:31:07.1570634Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:07.3751510Z [5289/7391] 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 2024-11-01T16:31:07.3752812Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:07.4645075Z [5290/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm_bf16_inner_product.cpp.obj 2024-11-01T16:31:07.6980532Z [5291/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm_bf16_convolution.cpp.obj 2024-11-01T16:31:07.8864411Z [5292/7391] 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 2024-11-01T16:31:07.8866628Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:07.9261506Z [5293/7391] 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 2024-11-01T16:31:07.9262830Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:08.0626695Z [5294/7391] 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 2024-11-01T16:31:08.0628975Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-11-01T16:31:08.0756795Z [5295/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\ip_convolution.cpp.obj 2024-11-01T16:31:08.3744826Z [5296/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_binary_injector.cpp.obj 2024-11-01T16:31:08.4054731Z [5297/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_postops_injector.cpp.obj 2024-11-01T16:31:08.4873938Z [5298/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_eltwise_injector.cpp.obj 2024-11-01T16:31:08.6351592Z [5299/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\injector_utils.cpp.obj 2024-11-01T16:31:08.7889069Z [5300/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\allocator.cpp.obj 2024-11-01T16:31:09.0627915Z [5301/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_convolution.cpp.obj 2024-11-01T16:31:09.1760893Z [5302/7391] 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 2024-11-01T16:31:09.2090508Z [5303/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_conv_kernel.cpp.obj 2024-11-01T16:31:09.3949730Z [5304/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_deconvolution.cpp.obj 2024-11-01T16:31:09.4231316Z [5305/7391] 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 2024-11-01T16:31:09.5109681Z [5306/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_1x1_convolution.cpp.obj 2024-11-01T16:31:09.7783479Z [5307/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_convolution.cpp.obj 2024-11-01T16:31:09.8990210Z [5308/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_1x1_convolution.cpp.obj 2024-11-01T16:31:10.0304053Z [5309/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_convolution.cpp.obj 2024-11-01T16:31:10.1752555Z [5310/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_fp16cvt.cpp.obj 2024-11-01T16:31:10.3125124Z [5311/7391] 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 2024-11-01T16:31:10.6739349Z [5312/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_fp8cvt.cpp.obj 2024-11-01T16:31:10.6805903Z [5313/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_convolution.cpp.obj 2024-11-01T16:31:10.6866034Z [5314/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_resampling.cpp.obj 2024-11-01T16:31:10.6891986Z [5315/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_conv_kernel.cpp.obj 2024-11-01T16:31:10.8483659Z [5316/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_1x1_convolution.cpp.obj 2024-11-01T16:31:10.9908660Z [5317/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_conv_kernel.cpp.obj 2024-11-01T16:31:11.1147970Z [5318/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_scale_precompute.cpp.obj 2024-11-01T16:31:11.2758717Z [5319/7391] 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 2024-11-01T16:31:11.6093574Z [5320/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_sparse_decompress_kernel.cpp.obj 2024-11-01T16:31:11.7741965Z [5321/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_1x1_conv.cpp.obj 2024-11-01T16:31:11.8239811Z [5322/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_deconvolution.cpp.obj 2024-11-01T16:31:11.8373245Z [5323/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd.cpp.obj 2024-11-01T16:31:11.9140708Z [5324/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_copy_kernel.cpp.obj 2024-11-01T16:31:12.0702694Z [5325/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brdgmm_dw_conv.cpp.obj 2024-11-01T16:31:12.2880488Z [5326/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv.cpp.obj 2024-11-01T16:31:12.3135152Z [5327/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_strided.cpp.obj 2024-11-01T16:31:12.7533292Z [5328/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_w.cpp.obj 2024-11-01T16:31:12.7624086Z [5329/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_comp_pad_kernel.cpp.obj 2024-11-01T16:31:12.8544512Z [5330/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_trans_kernel.cpp.obj 2024-11-01T16:31:12.8592608Z [5331/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_utils.cpp.obj 2024-11-01T16:31:12.9690332Z [5332/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_trans_kernel.cpp.obj 2024-11-01T16:31:13.0918322Z [5333/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_transpose_utils.cpp.obj 2024-11-01T16:31:13.3326086Z [5334/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_inner_product_utils.cpp.obj 2024-11-01T16:31:13.3799231Z [5335/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_utils.cpp.obj 2024-11-01T16:31:14.0210713Z [5336/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_primitive_conf.cpp.obj 2024-11-01T16:31:14.0227945Z [5337/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_generator.cpp.obj 2024-11-01T16:31:14.0343954Z [5338/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_gemm_inner_product_utils.cpp.obj 2024-11-01T16:31:14.0362779Z [5339/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_deconv.cpp.obj 2024-11-01T16:31:14.0387558Z [5340/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_inner_product.cpp.obj 2024-11-01T16:31:14.0410194Z [5341/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_conv_kernel_f32.cpp.obj 2024-11-01T16:31:14.2773181Z [5342/7391] 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 2024-11-01T16:31:14.4178198Z [5343/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_1x1_convolution.cpp.obj 2024-11-01T16:31:15.0419803Z [5344/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_1x1_conv_kernel_f32.cpp.obj 2024-11-01T16:31:15.0438284Z [5345/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_batch_normalization_s8.cpp.obj 2024-11-01T16:31:15.1492154Z [5346/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_transpose_utils.cpp.obj 2024-11-01T16:31:15.1566514Z [5347/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_batch_normalization.cpp.obj 2024-11-01T16:31:15.2505836Z [5348/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_binary.cpp.obj 2024-11-01T16:31:15.2658636Z [5349/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_convolution.cpp.obj 2024-11-01T16:31:15.3292151Z [5350/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_gemm_x8s8s32x_convolution_utils.cpp.obj 2024-11-01T16:31:15.4122257Z [5351/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_binary_kernel.cpp.obj 2024-11-01T16:31:16.0636955Z [5352/7391] 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 2024-11-01T16:31:16.0733128Z [5353/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_dw_conv_kernel_utils.cpp.obj 2024-11-01T16:31:16.0891210Z [5354/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_convert_xf16.cpp.obj 2024-11-01T16:31:16.1998707Z [5355/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_dw_conv_kernel_f32.cpp.obj 2024-11-01T16:31:16.2882759Z [5356/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_eltwise.cpp.obj 2024-11-01T16:31:16.3253631Z [5357/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_dw_convolution.cpp.obj 2024-11-01T16:31:16.4123656Z [5358/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_eltwise_int.cpp.obj 2024-11-01T16:31:16.4142182Z [5359/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_i8i8_pooling.cpp.obj 2024-11-01T16:31:17.0843135Z [5360/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reduction.cpp.obj 2024-11-01T16:31:17.1671885Z [5361/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_pool_kernel.cpp.obj 2024-11-01T16:31:17.2323599Z [5362/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_pooling.cpp.obj 2024-11-01T16:31:17.2938745Z [5363/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_group_normalization.cpp.obj 2024-11-01T16:31:17.3176283Z [5364/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_layer_normalization.cpp.obj 2024-11-01T16:31:17.3721847Z [5365/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder_utils.cpp.obj 2024-11-01T16:31:17.4430190Z [5366/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_resampling_kernel.cpp.obj 2024-11-01T16:31:17.5144465Z [5367/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder.cpp.obj 2024-11-01T16:31:18.1125017Z [5368/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_resampling.cpp.obj 2024-11-01T16:31:18.3463426Z [5369/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reduction_kernel.cpp.obj 2024-11-01T16:31:18.3584916Z [5370/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_softmax.cpp.obj 2024-11-01T16:31:18.3758376Z [5371/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_tbb_batch_normalization.cpp.obj 2024-11-01T16:31:18.4617516Z [5372/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_convolution.cpp.obj 2024-11-01T16:31:18.4902400Z [5373/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_1x1_convolution.cpp.obj 2024-11-01T16:31:18.5336235Z [5374/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_xf16_sum.cpp.obj 2024-11-01T16:31:18.7284196Z [5375/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_deconvolution.cpp.obj 2024-11-01T16:31:19.1794861Z [5376/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_1x1_conv_kernel.cpp.obj 2024-11-01T16:31:19.2521651Z [5377/7391] 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 2024-11-01T16:31:19.2538916Z [5378/7391] 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 2024-11-01T16:31:19.3103527Z [5379/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_conv_kernel.cpp.obj 2024-11-01T16:31:19.5220438Z [5380/7391] 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 2024-11-01T16:31:19.5238762Z [5381/7391] 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 2024-11-01T16:31:19.5430445Z [5382/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn.cpp.obj 2024-11-01T16:31:19.7187455Z [5383/7391] 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 2024-11-01T16:31:20.2122224Z [5384/7391] 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 2024-11-01T16:31:20.2490118Z [5385/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_utils.cpp.obj 2024-11-01T16:31:20.4797548Z [5386/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_reorders.cpp.obj 2024-11-01T16:31:20.4889070Z [5387/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul.cpp.obj 2024-11-01T16:31:20.5443187Z [5388/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_uni_lrn_kernel.cpp.obj 2024-11-01T16:31:20.5793655Z [5389/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_copy_utils.cpp.obj 2024-11-01T16:31:20.5905550Z [5390/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_uni_lrn.cpp.obj 2024-11-01T16:31:20.6207356Z [5391/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_utils.cpp.obj 2024-11-01T16:31:21.2150209Z [5392/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_forward.cpp.obj 2024-11-01T16:31:21.2502017Z [5393/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\jit_uni_sparse_matmul.cpp.obj 2024-11-01T16:31:21.4749364Z [5394/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_base_kernel.cpp.obj 2024-11-01T16:31:21.5683465Z [5395/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_backward.cpp.obj 2024-11-01T16:31:21.6188186Z [5396/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_uni_prelu_backward_kernel.cpp.obj 2024-11-01T16:31:21.6427231Z [5397/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_brgemm_transpose_single_row.cpp.obj 2024-11-01T16:31:21.6690910Z [5398/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_uni_prelu_forward_kernel.cpp.obj 2024-11-01T16:31:21.7175351Z [5399/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_reduction_kernel.cpp.obj 2024-11-01T16:31:22.2771529Z [5400/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_bwd.cpp.obj 2024-11-01T16:31:22.2828659Z [5401/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_utils.cpp.obj 2024-11-01T16:31:22.3002589Z [5402/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_reorders.cpp.obj 2024-11-01T16:31:22.6196507Z [5403/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_fwd.cpp.obj 2024-11-01T16:31:22.6838610Z [5404/7391] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\format.cc.obj 2024-11-01T16:31:22.6881963Z [5405/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\shuffle\jit_uni_shuffle.cpp.obj 2024-11-01T16:31:22.7100594Z [5406/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\rnn_brgemm_utils.cpp.obj 2024-11-01T16:31:22.7119491Z [5407/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\shuffle\jit_uni_shuffle_kernel.cpp.obj 2024-11-01T16:31:22.7459062Z [5408/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_gates_reduction.cpp.obj 2024-11-01T16:31:23.2834398Z [5409/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\utils\jit_io_helper.cpp.obj 2024-11-01T16:31:23.3003239Z [5410/7391] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_diff_weights_peephole.cpp.obj 2024-11-01T16:31:23.6223991Z [5411/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\logical_tensor.cpp.obj 2024-11-01T16:31:23.6874788Z [5412/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\constant_tensor_cache.cpp.obj 2024-11-01T16:31:23.7065930Z [5413/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\graph.cpp.obj 2024-11-01T16:31:23.7218685Z [5414/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\backend.cpp.obj 2024-11-01T16:31:23.7387945Z [5415/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op.cpp.obj 2024-11-01T16:31:23.7405791Z [5416/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_hashing.cpp.obj 2024-11-01T16:31:24.1445439Z [5417/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op_def_constraint.cpp.obj 2024-11-01T16:31:24.3570769Z [5418/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op_schema.cpp.obj 2024-11-01T16:31:24.5898113Z [5419/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_cache.cpp.obj 2024-11-01T16:31:24.6185854Z [5420/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\shape_infer.cpp.obj 2024-11-01T16:31:24.6209889Z [5421/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\value.cpp.obj 2024-11-01T16:31:24.6293536Z [5422/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\tensor.cpp.obj 2024-11-01T16:31:24.6888007Z [5423/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_impl.cpp.obj 2024-11-01T16:31:24.7429254Z [5424/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition.cpp.obj 2024-11-01T16:31:25.1106188Z [5425/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\fake\CMakeFiles\dnnl_graph_backend_fake.dir\fake_backend.cpp.obj 2024-11-01T16:31:25.4685164Z [5426/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_shape_infer.cpp.obj 2024-11-01T16:31:25.4991758Z [5427/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\common.cpp.obj 2024-11-01T16:31:25.5754835Z [5428/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\platform.cpp.obj 2024-11-01T16:31:25.6972188Z [5429/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\layout_id_mgr.cpp.obj 2024-11-01T16:31:25.7000281Z [5430/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\layout_propagator.cpp.obj 2024-11-01T16:31:25.7846561Z [5431/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_backend.cpp.obj 2024-11-01T16:31:25.8535699Z [5432/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\op_executable.cpp.obj 2024-11-01T16:31:26.1476499Z [5433/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\fusion_info.cpp.obj 2024-11-01T16:31:26.5206465Z [5434/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\insert_ops.cpp.obj 2024-11-01T16:31:26.5616306Z [5435/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\compile_ops.cpp.obj 2024-11-01T16:31:26.6247490Z [5436/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\large_partition.cpp.obj 2024-11-01T16:31:26.7431449Z [5437/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\subgraph.cpp.obj 2024-11-01T16:31:26.8152829Z [5438/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\constant_propagation.cpp.obj 2024-11-01T16:31:26.8300854Z [5439/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\lower.cpp.obj 2024-11-01T16:31:27.1701429Z [5440/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\utils.cpp.obj 2024-11-01T16:31:27.2482017Z [5441/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\transform.cpp.obj 2024-11-01T16:31:27.5451805Z [5442/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\layout_propagation.cpp.obj 2024-11-01T16:31:27.6198508Z [5443/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\memory_planning.cpp.obj 2024-11-01T16:31:27.7005143Z [5444/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\binary_fusion.cpp.obj 2024-11-01T16:31:28.1150308Z [5445/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\bn_fusion.cpp.obj 2024-11-01T16:31:28.1169254Z [5446/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\conv_post_ops.cpp.obj 2024-11-01T16:31:28.1263942Z [5447/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\concat_fusion.cpp.obj 2024-11-01T16:31:28.1791324Z [5448/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\convtranspose_fusion.cpp.obj 2024-11-01T16:31:28.1893911Z [5449/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\conv_block_fusion.cpp.obj 2024-11-01T16:31:28.5748307Z [5450/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\layernorm_fusion.cpp.obj 2024-11-01T16:31:28.5853342Z [5451/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\matmul_post_ops.cpp.obj 2024-11-01T16:31:28.6948384Z [5452/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\eltwise_fusion.cpp.obj 2024-11-01T16:31:29.1391660Z [5453/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\pool_post_ops.cpp.obj 2024-11-01T16:31:29.2693761Z [5454/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\quantize_fusion.cpp.obj 2024-11-01T16:31:29.2908191Z [5455/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\sdp.cpp.obj 2024-11-01T16:31:29.3886355Z [5456/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\shuffle_fusion.cpp.obj 2024-11-01T16:31:29.7863759Z [5457/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\interpolate_fusion.cpp.obj 2024-11-01T16:31:29.9619338Z [5458/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\softmax_post_ops.cpp.obj 2024-11-01T16:31:30.0069068Z [5459/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\reduction_fusion.cpp.obj 2024-11-01T16:31:30.0082909Z [5460/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\id.cpp.obj 2024-11-01T16:31:30.1331958Z [5461/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\reorder_fusion.cpp.obj 2024-11-01T16:31:30.6273717Z [5462/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\ocl_usm_utils.cpp.obj 2024-11-01T16:31:30.6331087Z [5463/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\debug.cpp.obj 2024-11-01T16:31:30.6346810Z [5464/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\alloc.cpp.obj 2024-11-01T16:31:30.6403244Z [5465/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\single_op_pattern.cpp.obj 2024-11-01T16:31:31.3577211Z [5466/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\nested_matcher.cpp.obj 2024-11-01T16:31:31.3753634Z [5467/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\verbose.cpp.obj 2024-11-01T16:31:31.3766343Z [5468/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\sum_fusion.cpp.obj 2024-11-01T16:31:31.6178034Z [5469/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\utils.cpp.obj 2024-11-01T16:31:31.6571967Z [5470/7391] Building CXX object c10\CMakeFiles\c10.dir\core\impl\SizesAndStrides.cpp.obj 2024-11-01T16:31:31.6651551Z [5471/7391] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUCachingAllocator.cpp.obj 2024-11-01T16:31:31.7354332Z [5472/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pbuilder.cpp.obj 2024-11-01T16:31:31.7436326Z [5473/7391] Building CXX object c10\CMakeFiles\c10.dir\core\impl\TorchDispatchModeTLS.cpp.obj 2024-11-01T16:31:31.7897779Z [5474/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pass_base.cpp.obj 2024-11-01T16:31:31.8174589Z [5475/7391] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUProfilingAllocator.cpp.obj 2024-11-01T16:31:31.8380176Z [5476/7391] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pass_manager.cpp.obj 2024-11-01T16:31:31.9630258Z [5477/7391] Building CXX object c10\CMakeFiles\c10.dir\core\impl\alloc_cpu.cpp.obj 2024-11-01T16:31:32.0430437Z [5478/7391] Building CXX object c10\CMakeFiles\c10.dir\core\thread_pool.cpp.obj 2024-11-01T16:31:32.0506835Z [5479/7391] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\os.cc.obj 2024-11-01T16:31:32.2251740Z [5480/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\ThreadUtil.cpp.obj 2024-11-01T16:31:32.2253979Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(19): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-11-01T16:31:32.2255649Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-11-01T16:31:32.2257416Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(20): warning C4005: 'NOGDI': macro redefinition 2024-11-01T16:31:32.2258893Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp: note: see previous definition of 'NOGDI' 2024-11-01T16:31:32.2382412Z [5481/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Demangle.cpp.obj 2024-11-01T16:31:32.2443877Z [5482/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerProxy.cpp.obj 2024-11-01T16:31:32.2460542Z [5483/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerController.cpp.obj 2024-11-01T16:31:32.2926957Z [5484/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityProfiler.cpp.obj 2024-11-01T16:31:32.3254922Z [5485/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DaemonConfigLoader.cpp.obj 2024-11-01T16:31:32.4975660Z [5486/7391] Linking CXX static library lib\fmt.lib 2024-11-01T16:31:32.5062976Z [5487/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\AbstractConfig.cpp.obj 2024-11-01T16:31:32.5177647Z [5488/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityApi.cpp.obj 2024-11-01T16:31:32.5295287Z [5489/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ConfigLoader.cpp.obj 2024-11-01T16:31:32.5625800Z [5490/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\IpcFabricConfigClient.cpp.obj 2024-11-01T16:31:32.6352448Z [5491/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityType.cpp.obj 2024-11-01T16:31:32.6422214Z [5492/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Config.cpp.obj 2024-11-01T16:31:32.6909005Z [5493/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ILoggerObserver.cpp.obj 2024-11-01T16:31:32.8072063Z [5494/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceUtil.cpp.obj 2024-11-01T16:31:32.8157988Z [5495/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceProperties.cpp.obj 2024-11-01T16:31:32.8799298Z [5496/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\GenericTraceActivity.cpp.obj 2024-11-01T16:31:33.1515385Z [5497/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\libkineto_api.cpp.obj 2024-11-01T16:31:33.2377273Z [5498/7391] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc.c.obj 2024-11-01T16:31:33.2378688Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-11-01T16:31:33.2380239Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\alloc.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-11-01T16:31:33.3832240Z [5499/7391] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-posix.c.obj 2024-11-01T16:31:33.4415668Z [5500/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\LoggingAPI.cpp.obj 2024-11-01T16:31:33.4476654Z [5501/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\init.cpp.obj 2024-11-01T16:31:33.4497063Z [5502/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Logger.cpp.obj 2024-11-01T16:31:33.4513280Z [5503/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_csv.cpp.obj 2024-11-01T16:31:33.4574840Z [5504/7391] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_json.cpp.obj 2024-11-01T16:31:34.1032870Z [5505/7391] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\bitmap.c.obj 2024-11-01T16:31:34.1046216Z [5506/7391] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\arena.c.obj 2024-11-01T16:31:34.1097998Z [5507/7391] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-aligned.c.obj 2024-11-01T16:31:34.1100620Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-11-01T16:31:34.1103379Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\alloc-aligned.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-11-01T16:31:34.1115044Z [5508/7391] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\heap.c.obj 2024-11-01T16:31:34.1116437Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-11-01T16:31:34.1118086Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\heap.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-11-01T16:31:34.1129519Z [5509/7391] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\options.c.obj 2024-11-01T16:31:34.1130937Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-11-01T16:31:34.1132467Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\options.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-11-01T16:31:34.1143038Z [5510/7391] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\init.c.obj 2024-11-01T16:31:34.1144595Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-11-01T16:31:34.1146311Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\init.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-11-01T16:31:34.2986181Z [5511/7391] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment-map.c.obj 2024-11-01T16:31:34.2998867Z [5512/7391] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\page.c.obj 2024-11-01T16:31:34.3102472Z [5513/7391] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment.c.obj 2024-11-01T16:31:34.4596294Z [5514/7391] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\random.c.obj 2024-11-01T16:31:34.4597889Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-11-01T16:31:34.4599445Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\random.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-11-01T16:31:34.4611190Z [5515/7391] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\os.c.obj 2024-11-01T16:31:34.4612813Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-11-01T16:31:34.4614458Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\os.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-11-01T16:31:34.6234874Z [5516/7391] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\stats.c.obj 2024-11-01T16:31:34.6236302Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-11-01T16:31:34.6237828Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\stats.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-11-01T16:31:34.6636696Z [5517/7391] Building CXX object c10\CMakeFiles\c10.dir\core\CPUAllocator.cpp.obj 2024-11-01T16:31:34.6687406Z [5518/7391] Building CXX object c10\CMakeFiles\c10.dir\core\ConstantSymNodeImpl.cpp.obj 2024-11-01T16:31:34.7145495Z [5519/7391] Building CXX object c10\CMakeFiles\c10.dir\core\CopyBytes.cpp.obj 2024-11-01T16:31:34.7528990Z [5520/7391] Building CXX object c10\CMakeFiles\c10.dir\core\AutogradState.cpp.obj 2024-11-01T16:31:34.8039208Z [5521/7391] Building CXX object c10\CMakeFiles\c10.dir\core\GradMode.cpp.obj 2024-11-01T16:31:34.9417346Z [5522/7391] Building CXX object c10\CMakeFiles\c10.dir\core\Allocator.cpp.obj 2024-11-01T16:31:34.9661772Z [5523/7391] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKeySet.cpp.obj 2024-11-01T16:31:35.2125140Z [5524/7391] Building CXX object c10\CMakeFiles\c10.dir\core\Device.cpp.obj 2024-11-01T16:31:35.3285412Z [5525/7391] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKey.cpp.obj 2024-11-01T16:31:35.3412417Z [5526/7391] Building CXX object c10\CMakeFiles\c10.dir\core\DeviceType.cpp.obj 2024-11-01T16:31:35.5362400Z [5527/7391] Building CXX object c10\CMakeFiles\c10.dir\core\Storage.cpp.obj 2024-11-01T16:31:35.6433318Z [5528/7391] Building CXX object c10\CMakeFiles\c10.dir\core\RefcountedDeleter.cpp.obj 2024-11-01T16:31:35.9307207Z [5529/7391] Building CXX object c10\CMakeFiles\c10.dir\core\SafePyObject.cpp.obj 2024-11-01T16:31:36.1571022Z [5530/7391] Building CXX object c10\CMakeFiles\c10.dir\core\InferenceMode.cpp.obj 2024-11-01T16:31:40.2888859Z [5531/7391] Building CXX object c10\CMakeFiles\c10.dir\core\SymBool.cpp.obj 2024-11-01T16:31:40.5723432Z [5532/7391] Building CXX object c10\CMakeFiles\c10.dir\core\SymIntArrayRef.cpp.obj 2024-11-01T16:31:40.9109555Z [5533/7391] Building CXX object c10\CMakeFiles\c10.dir\core\SymFloat.cpp.obj 2024-11-01T16:31:41.2343734Z [5534/7391] Building CXX object c10\CMakeFiles\c10.dir\core\StorageImpl.cpp.obj 2024-11-01T16:31:41.5436189Z [5535/7391] Building CXX object c10\CMakeFiles\c10.dir\core\SymInt.cpp.obj 2024-11-01T16:31:41.8284840Z [5536/7391] Building CXX object c10\CMakeFiles\c10.dir\core\Stream.cpp.obj 2024-11-01T16:31:42.2102367Z [5537/7391] Building CXX object c10\CMakeFiles\c10.dir\core\SymbolicShapeMeta.cpp.obj 2024-11-01T16:31:42.6489897Z [5538/7391] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\prim\prim.c.obj 2024-11-01T16:31:42.6491332Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-11-01T16:31:42.6492892Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\prim\prim.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-11-01T16:31:44.1452323Z [5539/7391] Linking CXX static library lib\kineto.lib 2024-11-01T16:31:44.4059317Z [5540/7391] Building CXX object c10\CMakeFiles\c10.dir\core\SymNodeImpl.cpp.obj 2024-11-01T16:31:46.9991145Z [5541/7391] Linking CXX static library lib\mimalloc-static.lib 2024-11-01T16:31:47.1173177Z [5542/7391] Building CXX object c10\CMakeFiles\c10.dir\core\ScalarType.cpp.obj 2024-11-01T16:31:47.2067130Z [5543/7391] Building CXX object c10\CMakeFiles\c10.dir\core\DefaultDtype.cpp.obj 2024-11-01T16:31:51.8122838Z [5544/7391] Building CXX object c10\CMakeFiles\c10.dir\core\impl\GPUTrace.cpp.obj 2024-11-01T16:31:51.9547923Z [5545/7391] Building CXX object c10\CMakeFiles\c10.dir\core\TensorOptions.cpp.obj 2024-11-01T16:31:51.9635592Z [5546/7391] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COW.cpp.obj 2024-11-01T16:31:51.9654780Z [5547/7391] Building CXX object c10\CMakeFiles\c10.dir\core\Scalar.cpp.obj 2024-11-01T16:31:51.9669379Z [5548/7391] Building CXX object c10\CMakeFiles\c10.dir\core\TensorImpl.cpp.obj 2024-11-01T16:31:51.9687110Z [5549/7391] Building CXX object c10\CMakeFiles\c10.dir\core\UndefinedTensorImpl.cpp.obj 2024-11-01T16:31:51.9704242Z [5550/7391] Building CXX object c10\CMakeFiles\c10.dir\core\GeneratorImpl.cpp.obj 2024-11-01T16:31:52.2099749Z [5551/7391] Building CXX object c10\CMakeFiles\c10.dir\core\impl\HermeticPyObjectTLS.cpp.obj 2024-11-01T16:31:52.2393059Z [5552/7391] Building CXX object c10\CMakeFiles\c10.dir\core\impl\DeviceGuardImplInterface.cpp.obj 2024-11-01T16:31:52.3041886Z [5553/7391] Building CXX object c10\CMakeFiles\c10.dir\core\WrapDimMinimal.cpp.obj 2024-11-01T16:31:52.3319296Z [5554/7391] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COWDeleter.cpp.obj 2024-11-01T16:31:52.3656556Z [5555/7391] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyObjectSlot.cpp.obj 2024-11-01T16:31:52.3657992Z 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 2024-11-01T16:31:52.3807451Z [5556/7391] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PythonDispatcherTLS.cpp.obj 2024-11-01T16:31:52.4479202Z [5557/7391] Building CXX object c10\CMakeFiles\c10.dir\core\impl\LocalDispatchKeySet.cpp.obj 2024-11-01T16:31:52.4759988Z [5558/7391] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyInterpreter.cpp.obj 2024-11-01T16:31:52.4948645Z [5559/7391] Building CXX object c10\CMakeFiles\c10.dir\util\C++17.cpp.obj 2024-11-01T16:31:52.5889358Z [5560/7391] Building CXX object c10\CMakeFiles\c10.dir\util\DynamicCounter.cpp.obj 2024-11-01T16:32:00.5545040Z [5561/7391] Building CXX object c10\CMakeFiles\c10.dir\util\DeadlockDetection.cpp.obj 2024-11-01T16:32:00.7326953Z [5562/7391] Building CXX object c10\CMakeFiles\c10.dir\util\Bfloat16.cpp.obj 2024-11-01T16:32:01.0310237Z [5563/7391] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2fnuz.cpp.obj 2024-11-01T16:32:01.0324147Z [5564/7391] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2.cpp.obj 2024-11-01T16:32:01.0339092Z [5565/7391] Building CXX object c10\CMakeFiles\c10.dir\util\Gauge.cpp.obj 2024-11-01T16:32:01.1859799Z [5566/7391] Building CXX object c10\CMakeFiles\c10.dir\util\ApproximateClock.cpp.obj 2024-11-01T16:32:01.2693241Z [5567/7391] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fn.cpp.obj 2024-11-01T16:32:01.2705768Z [5568/7391] Building CXX object c10\CMakeFiles\c10.dir\util\Half.cpp.obj 2024-11-01T16:32:01.3344257Z [5569/7391] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fnuz.cpp.obj 2024-11-01T16:32:01.3621378Z [5570/7391] Building CXX object c10\CMakeFiles\c10.dir\util\Exception.cpp.obj 2024-11-01T16:32:01.3788960Z [5571/7391] Building CXX object c10\CMakeFiles\c10.dir\util\Metaprogramming.cpp.obj 2024-11-01T16:32:01.4636566Z [5572/7391] Building CXX object c10\CMakeFiles\c10.dir\util\NetworkFlow.cpp.obj 2024-11-01T16:32:01.4764953Z [5573/7391] Building CXX object c10\CMakeFiles\c10.dir\util\LeftRight.cpp.obj 2024-11-01T16:32:01.5128560Z [5574/7391] Building CXX object c10\CMakeFiles\c10.dir\util\Optional.cpp.obj 2024-11-01T16:32:04.5649678Z [5575/7391] Building CXX object c10\CMakeFiles\c10.dir\util\ParallelGuard.cpp.obj 2024-11-01T16:32:04.6101733Z [5576/7391] Building CXX object c10\CMakeFiles\c10.dir\util\SmallVector.cpp.obj 2024-11-01T16:32:04.6115616Z [5577/7391] Building CXX object c10\CMakeFiles\c10.dir\util\ThreadLocalDebugInfo.cpp.obj 2024-11-01T16:32:04.6897661Z [5578/7391] Linking CXX static library lib\dnnl.lib 2024-11-01T16:32:04.6954258Z [5579/7391] Building CXX object c10\CMakeFiles\c10.dir\util\Logging.cpp.obj 2024-11-01T16:32:04.7323823Z [5580/7391] Building CXX object c10\CMakeFiles\c10.dir\util\MathConstants.cpp.obj 2024-11-01T16:32:04.7591741Z [5581/7391] Building CXX object c10\CMakeFiles\c10.dir\util\StringUtil.cpp.obj 2024-11-01T16:32:04.7678636Z [5582/7391] Building CXX object c10\CMakeFiles\c10.dir\util\Type_no_demangle.cpp.obj 2024-11-01T16:32:04.8321543Z [5583/7391] Building CXX object c10\CMakeFiles\c10.dir\util\TypeTraits.cpp.obj 2024-11-01T16:32:04.8419156Z [5584/7391] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_gflags.cpp.obj 2024-11-01T16:32:04.8613172Z [5585/7391] Building CXX object c10\CMakeFiles\c10.dir\util\Type_demangle.cpp.obj 2024-11-01T16:32:04.8819555Z [5586/7391] Building CXX object c10\CMakeFiles\c10.dir\util\Backtrace.cpp.obj 2024-11-01T16:32:04.9357617Z [5587/7391] Building CXX object c10\CMakeFiles\c10.dir\util\TypeList.cpp.obj 2024-11-01T16:32:05.0220948Z [5588/7391] Building CXX object c10\CMakeFiles\c10.dir\util\UniqueVoidPtr.cpp.obj 2024-11-01T16:32:05.0366038Z [5589/7391] Building CXX object c10\CMakeFiles\c10.dir\util\WaitCounter.cpp.obj 2024-11-01T16:32:05.0432137Z [5590/7391] Building CXX object c10\CMakeFiles\c10.dir\util\TypeCast.cpp.obj 2024-11-01T16:32:05.0865079Z [5591/7391] Building CXX object c10\CMakeFiles\c10.dir\util\complex_math.cpp.obj 2024-11-01T16:32:05.1185307Z [5592/7391] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_no_gflags.cpp.obj 2024-11-01T16:32:05.1791820Z [5593/7391] Building CXX object c10\CMakeFiles\c10.dir\util\Unicode.cpp.obj 2024-11-01T16:32:05.2824826Z [5594/7391] Building CXX object c10\CMakeFiles\c10.dir\util\numa.cpp.obj 2024-11-01T16:32:05.3087871Z [5595/7391] Building CXX object c10\CMakeFiles\c10.dir\util\thread_name.cpp.obj 2024-11-01T16:32:05.3490316Z [5596/7391] Building CXX object c10\CMakeFiles\c10.dir\util\env.cpp.obj 2024-11-01T16:32:05.3745138Z [5597/7391] Building CXX object c10\CMakeFiles\c10.dir\util\intrusive_ptr.cpp.obj 2024-11-01T16:32:05.3872198Z [5598/7391] Building CXX object c10\CMakeFiles\c10.dir\util\int128.cpp.obj 2024-11-01T16:32:05.5412748Z [5599/7391] Building CXX object c10\CMakeFiles\c10.dir\util\tempfile.cpp.obj 2024-11-01T16:32:05.5837388Z [5600/7391] Building CXX object c10\test\CMakeFiles\c10_CompileTimeFunctionPointer_test.dir\core\CompileTimeFunctionPointer_test.cpp.obj 2024-11-01T16:32:05.5925225Z [5601/7391] Building CXX object c10\CMakeFiles\c10.dir\util\typeid.cpp.obj 2024-11-01T16:32:05.6525045Z [5602/7391] Building CXX object c10\test\CMakeFiles\c10_DeviceGuard_test.dir\core\DeviceGuard_test.cpp.obj 2024-11-01T16:32:05.6657805Z [5603/7391] Building CXX object c10\CMakeFiles\c10.dir\util\signal_handler.cpp.obj 2024-11-01T16:32:05.6854946Z [5604/7391] Building CXX object c10\test\CMakeFiles\c10_StreamGuard_test.dir\core\StreamGuard_test.cpp.obj 2024-11-01T16:32:05.7035071Z [5605/7391] Building CXX object c10\test\CMakeFiles\c10_Device_test.dir\core\Device_test.cpp.obj 2024-11-01T16:32:05.7901561Z [5606/7391] Building CXX object c10\test\CMakeFiles\c10_DispatchKeySet_test.dir\core\DispatchKeySet_test.cpp.obj 2024-11-01T16:32:05.8462092Z [5607/7391] Building CXX object c10\test\CMakeFiles\c10_SymInt_test.dir\core\SymInt_test.cpp.obj 2024-11-01T16:32:05.9919409Z [5608/7391] Building CXX object c10\test\CMakeFiles\c10_Scalar_test.dir\core\Scalar_test.cpp.obj 2024-11-01T16:32:06.0025161Z [5609/7391] Building CXX object c10\test\CMakeFiles\c10_InlineStreamGuard_test.dir\core\impl\InlineStreamGuard_test.cpp.obj 2024-11-01T16:32:06.0725484Z [5610/7391] Building CXX object c10\test\CMakeFiles\c10_ConstexprCrc_test.dir\util\ConstexprCrc_test.cpp.obj 2024-11-01T16:32:06.1654347Z [5611/7391] Building CXX object c10\test\CMakeFiles\c10_SizesAndStrides_test.dir\core\impl\SizesAndStrides_test.cpp.obj 2024-11-01T16:32:06.1668305Z [5612/7391] Building CXX object c10\test\CMakeFiles\c10_Bitset_test.dir\util\Bitset_test.cpp.obj 2024-11-01T16:32:06.1720122Z [5613/7391] Building CXX object c10\test\CMakeFiles\c10_InlineDeviceGuard_test.dir\core\impl\InlineDeviceGuard_test.cpp.obj 2024-11-01T16:32:06.1736526Z [5614/7391] Building CXX object c10\test\CMakeFiles\c10_cow_test.dir\core\impl\cow_test.cpp.obj 2024-11-01T16:32:06.2863964Z [5615/7391] Building CXX object c10\test\CMakeFiles\c10_DeadlockDetection_test.dir\util\DeadlockDetection_test.cpp.obj 2024-11-01T16:32:06.3804318Z [5616/7391] Building CXX object c10\test\CMakeFiles\c10_Half_test.dir\util\Half_test.cpp.obj 2024-11-01T16:32:06.4700446Z [5617/7391] Building CXX object c10\test\CMakeFiles\c10_TypeIndex_test.dir\util\TypeIndex_test.cpp.obj 2024-11-01T16:32:06.4865460Z [5618/7391] Building CXX object c10\test\CMakeFiles\c10_LeftRight_test.dir\util\LeftRight_test.cpp.obj 2024-11-01T16:32:06.5056961Z [5619/7391] Building CXX object c10\test\CMakeFiles\c10_NetworkFlow_test.dir\util\NetworkFlow_test.cpp.obj 2024-11-01T16:32:06.5959855Z [5620/7391] Building CXX object c10\test\CMakeFiles\c10_ThreadLocal_test.dir\util\ThreadLocal_test.cpp.obj 2024-11-01T16:32:06.6238658Z [5621/7391] Building CXX object c10\test\CMakeFiles\c10_Metaprogramming_test.dir\util\Metaprogramming_test.cpp.obj 2024-11-01T16:32:06.6302539Z [5622/7391] Building CXX object c10\test\CMakeFiles\c10_Synchronized_test.dir\util\Synchronized_test.cpp.obj 2024-11-01T16:32:06.6934491Z [5623/7391] Building CXX object c10\test\CMakeFiles\c10_TypeList_test.dir\util\TypeList_test.cpp.obj 2024-11-01T16:32:06.7915908Z [5624/7391] Building CXX object c10\test\CMakeFiles\c10_accumulate_test.dir\util\accumulate_test.cpp.obj 2024-11-01T16:32:06.8010738Z [5625/7391] Building CXX object c10\test\CMakeFiles\c10_TypeTraits_test.dir\util\TypeTraits_test.cpp.obj 2024-11-01T16:32:06.8223867Z [5626/7391] Building CXX object c10\test\CMakeFiles\c10_bit_cast_test.dir\util\bit_cast_test.cpp.obj 2024-11-01T16:32:06.9866149Z [5627/7391] Building CXX object c10\test\CMakeFiles\c10_complex_math_test.dir\util\complex_math_test.cpp.obj 2024-11-01T16:32:06.9964342Z [5628/7391] Building CXX object c10\test\CMakeFiles\c10_exception_test.dir\util\exception_test.cpp.obj 2024-11-01T16:32:07.0081905Z [5629/7391] Building CXX object c10\test\CMakeFiles\c10_bfloat16_test.dir\util\bfloat16_test.cpp.obj 2024-11-01T16:32:07.0968386Z [5630/7391] Building CXX object c10\test\CMakeFiles\c10_flags_test.dir\util\flags_test.cpp.obj 2024-11-01T16:32:07.1078700Z [5631/7391] Building CXX object c10\test\CMakeFiles\c10_complex_test.dir\util\complex_test.cpp.obj 2024-11-01T16:32:07.1359850Z [5632/7391] Building CXX object c10\test\CMakeFiles\c10_generic_math_test.dir\util\generic_math_test.cpp.obj 2024-11-01T16:32:07.2672202Z [5633/7391] Building CXX object c10\test\CMakeFiles\c10_intrusive_ptr_test.dir\util\intrusive_ptr_test.cpp.obj 2024-11-01T16:32:07.3689857Z [5634/7391] Building CXX object c10\test\CMakeFiles\c10_irange_test.dir\util\irange_test.cpp.obj 2024-11-01T16:32:07.3871203Z [5635/7391] Building CXX object c10\test\CMakeFiles\c10_lazy_test.dir\util\lazy_test.cpp.obj 2024-11-01T16:32:07.4135502Z [5636/7391] Building CXX object c10\test\CMakeFiles\c10_logging_test.dir\util\logging_test.cpp.obj 2024-11-01T16:32:07.4657327Z [5637/7391] Building CXX object c10\test\CMakeFiles\c10_optional_test.dir\util\optional_test.cpp.obj 2024-11-01T16:32:07.4659305Z C:\actions-runner\_work\pytorch\pytorch\c10\test\util\optional_test.cpp(70): warning C4834: discarding return value of function with 'nodiscard' attribute 2024-11-01T16:32:07.4663672Z 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)' 2024-11-01T16:32:07.4665242Z with 2024-11-01T16:32:07.4665485Z [ 2024-11-01T16:32:07.4665757Z T=Type 2024-11-01T16:32:07.4666030Z ] 2024-11-01T16:32:07.4667586Z C:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\googletest\googletest\include\gtest/internal/gtest-internal.h(515): note: see reference to class template instantiation '`anonymous-namespace'::OptionalTest_Empty_Test' being compiled 2024-11-01T16:32:07.4669171Z with 2024-11-01T16:32:07.4669435Z [ 2024-11-01T16:32:07.4669681Z T=Type 2024-11-01T16:32:07.4669937Z ] 2024-11-01T16:32:07.4671428Z C:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\googletest\googletest\include\gtest/internal/gtest-internal.h(729): note: see reference to class template instantiation 'testing::internal::SuiteApiResolver' being compiled 2024-11-01T16:32:07.4676029Z C:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\googletest\googletest\include\gtest/internal/gtest-internal.h(721): 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 *,const testing::internal::CodeLocation &,const char *,const char *,int,const std::vector> &)' 2024-11-01T16:32:07.4681939Z 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 *,const testing::internal::CodeLocation &,const char *,const char *,int,const std::vector> &)' being compiled 2024-11-01T16:32:07.4686592Z 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 2024-11-01T16:32:07.4837039Z [5638/7391] Building CXX object c10\test\CMakeFiles\c10_registry_test.dir\util\registry_test.cpp.obj 2024-11-01T16:32:07.5530051Z [5639/7391] Building CXX object c10\test\CMakeFiles\c10_ordered_preserving_dict_test.dir\util\ordered_preserving_dict_test.cpp.obj 2024-11-01T16:32:07.5758709Z [5640/7391] Building CXX object c10\test\CMakeFiles\c10_string_util_test.dir\util\string_util_test.cpp.obj 2024-11-01T16:32:07.6384848Z [5641/7391] Building C object caffe2\CMakeFiles\torch_global_deps.dir\__\torch\csrc\empty.c.obj 2024-11-01T16:32:07.7244639Z [5642/7391] Building CXX object c10\test\CMakeFiles\c10_ssize_test.dir\util\ssize_test.cpp.obj 2024-11-01T16:32:07.7931668Z [5643/7391] Building CXX object c10\test\CMakeFiles\c10_small_vector_test.dir\util\small_vector_test.cpp.obj 2024-11-01T16:32:07.8214544Z [5644/7391] Building CXX object c10\test\CMakeFiles\c10_tempfile_test.dir\util\tempfile_test.cpp.obj 2024-11-01T16:32:07.8566628Z [5645/7391] Building CXX object c10\benchmark\CMakeFiles\c10_intrusive_ptr_benchmark.dir\intrusive_ptr_benchmark.cpp.obj 2024-11-01T16:32:07.9018836Z [5646/7391] Building C object sleef\src\libm\CMakeFiles\mkrename.dir\mkrename.c.obj 2024-11-01T16:32:07.9075375Z [5647/7391] Building C object sleef\src\libm\CMakeFiles\mkrename_gnuabi.dir\mkrename_gnuabi.c.obj 2024-11-01T16:32:07.9089865Z [5648/7391] Building CXX object c10\test\CMakeFiles\c10_string_view_test.dir\util\string_view_test.cpp.obj 2024-11-01T16:32:07.9150132Z [5649/7391] Building CXX object c10\test\CMakeFiles\c10_typeid_test.dir\util\typeid_test.cpp.obj 2024-11-01T16:32:07.9504755Z [5650/7391] Building C object sleef\src\libm\CMakeFiles\mkmasked_gnuabi.dir\mkmasked_gnuabi.c.obj 2024-11-01T16:32:08.0082374Z [5651/7391] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2024-11-01T16:32:09.9804040Z [5652/7391] Linking C shared library bin\torch_global_deps.dll 2024-11-01T16:32:09.9852766Z [5653/7391] Linking C executable sleef\bin\mkrename_gnuabi.exe 2024-11-01T16:32:10.1876960Z [5654/7391] Building C object sleef\src\libm\CMakeFiles\mkalias.dir\mkalias.c.obj 2024-11-01T16:32:10.1907445Z [5655/7391] Regenerating version file... 2024-11-01T16:32:10.2835574Z [5656/7391] Building C object sleef\src\libm\CMakeFiles\mkdisp.dir\mkdisp.c.obj 2024-11-01T16:32:10.2913170Z [5657/7391] Linking C executable sleef\bin\mkrename.exe 2024-11-01T16:32:10.3797833Z [5658/7391] Generating include/renamefma4.h 2024-11-01T16:32:10.3798431Z Generating renamefma4.h: mkrename "finz_" "4" "8" "fma4" 2024-11-01T16:32:10.4074862Z [5659/7391] Linking CXX shared library bin\c10.dll 2024-11-01T16:32:10.5933905Z [5660/7391] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimdsp.c.obj 2024-11-01T16:32:10.6571634Z [5661/7391] Linking C executable sleef\bin\mkmasked_gnuabi.exe 2024-11-01T16:32:10.9308072Z [5662/7391] Linking C executable sleef\bin\mkdisp.exe 2024-11-01T16:32:11.0800731Z [5663/7391] Linking C executable sleef\bin\mkalias.exe 2024-11-01T16:32:11.4441451Z [5664/7391] Generating sources 2024-11-01T16:32:11.7014203Z [5665/7391] Linking CXX executable bin\c10_CompileTimeFunctionPointer_test.exe 2024-11-01T16:32:11.8246996Z [5666/7391] Linking CXX executable bin\c10_DeviceGuard_test.exe 2024-11-01T16:32:12.4129591Z [5667/7391] Linking CXX executable bin\c10_Device_test.exe 2024-11-01T16:32:12.4206607Z [5668/7391] Linking CXX executable bin\c10_DispatchKeySet_test.exe 2024-11-01T16:32:12.5616714Z [5669/7391] Linking CXX executable bin\c10_Scalar_test.exe 2024-11-01T16:32:12.7414258Z [5670/7391] Linking CXX executable bin\c10_StreamGuard_test.exe 2024-11-01T16:32:13.3208700Z [5671/7391] Linking CXX executable bin\c10_InlineDeviceGuard_test.exe 2024-11-01T16:32:13.3916350Z [5672/7391] Linking CXX executable bin\c10_SymInt_test.exe 2024-11-01T16:32:13.9387428Z [5673/7391] Linking CXX executable bin\c10_accumulate_test.exe 2024-11-01T16:32:14.2880286Z [5674/7391] Linking CXX executable bin\c10_InlineStreamGuard_test.exe 2024-11-01T16:32:14.2890444Z [5675/7391] Linking CXX executable bin\c10_SizesAndStrides_test.exe 2024-11-01T16:32:14.3177640Z [5676/7391] Linking CXX executable bin\c10_cow_test.exe 2024-11-01T16:32:14.6526332Z [5677/7391] Linking CXX executable bin\c10_ConstexprCrc_test.exe 2024-11-01T16:32:14.6536866Z [5678/7391] Linking CXX executable bin\c10_Bitset_test.exe 2024-11-01T16:32:15.4638854Z [5679/7391] Linking CXX executable bin\c10_DeadlockDetection_test.exe 2024-11-01T16:32:16.3385493Z [5680/7391] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2024-11-01T16:32:16.3847143Z [5681/7391] Linking CXX executable bin\c10_Half_test.exe 2024-11-01T16:32:18.6084333Z [5682/7391] Linking CXX executable bin\c10_LeftRight_test.exe 2024-11-01T16:32:18.6093868Z [5683/7391] Linking CXX executable bin\c10_NetworkFlow_test.exe 2024-11-01T16:32:18.6240340Z [5684/7391] Linking CXX executable bin\c10_Synchronized_test.exe 2024-11-01T16:32:18.6297423Z [5685/7391] Linking CXX executable bin\c10_Metaprogramming_test.exe 2024-11-01T16:32:18.7122357Z [5686/7391] Linking CXX executable bin\c10_ThreadLocal_test.exe 2024-11-01T16:32:19.0229989Z [5687/7391] Linking CXX executable bin\c10_TypeIndex_test.exe 2024-11-01T16:32:19.0242096Z [5688/7391] Linking CXX executable bin\c10_TypeList_test.exe 2024-11-01T16:32:19.0419499Z [5689/7391] Linking CXX executable bin\c10_TypeTraits_test.exe 2024-11-01T16:32:19.0431959Z [5690/7391] Linking CXX executable bin\c10_bit_cast_test.exe 2024-11-01T16:32:19.0456161Z [5691/7391] Linking CXX executable bin\c10_bfloat16_test.exe 2024-11-01T16:32:19.0603097Z [5692/7391] Linking CXX executable bin\c10_complex_test.exe 2024-11-01T16:32:19.0614854Z [5693/7391] Linking CXX executable bin\c10_complex_math_test.exe 2024-11-01T16:32:19.6949067Z [5694/7391] Linking CXX executable bin\c10_generic_math_test.exe 2024-11-01T16:32:19.6959149Z [5695/7391] Linking CXX executable bin\c10_exception_test.exe 2024-11-01T16:32:19.9299953Z [5696/7391] Linking CXX executable bin\c10_optional_test.exe 2024-11-01T16:32:19.9402713Z [5697/7391] Linking CXX executable bin\c10_intrusive_ptr_test.exe 2024-11-01T16:32:20.3932083Z [5698/7391] Linking CXX executable bin\c10_irange_test.exe 2024-11-01T16:32:20.7375281Z [5699/7391] Linking CXX executable bin\c10_logging_test.exe 2024-11-01T16:32:21.9573014Z [5700/7391] Linking CXX executable bin\c10_flags_test.exe 2024-11-01T16:32:21.9573787Z [5701/7391] Linking CXX executable bin\c10_ordered_preserving_dict_test.exe 2024-11-01T16:32:21.9574505Z [5702/7391] Linking CXX executable bin\c10_lazy_test.exe 2024-11-01T16:32:22.1493541Z [5703/7391] Linking CXX executable bin\c10_ssize_test.exe 2024-11-01T16:32:22.2651695Z [5704/7391] Linking CXX executable bin\c10_small_vector_test.exe 2024-11-01T16:32:22.5886558Z [5705/7391] 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 2024-11-01T16:32:22.9656758Z [5706/7391] Linking CXX executable bin\c10_string_view_test.exe 2024-11-01T16:32:23.1973424Z [5707/7391] Linking CXX executable bin\c10_registry_test.exe 2024-11-01T16:32:23.2107101Z [5708/7391] Generating include/renameavx2.h 2024-11-01T16:32:23.2107750Z Generating renameavx2.h: mkrename "finz_" "4" "8" "avx2" 2024-11-01T16:32:23.2217137Z [5709/7391] Generating include/renameavx512fnofma.h 2024-11-01T16:32:23.2217846Z Generating renameavx512fnofma.h: mkrename "cinz_" "8" "16" "avx512fnofma" 2024-11-01T16:32:23.3303400Z [5710/7391] Linking CXX executable bin\c10_string_util_test.exe 2024-11-01T16:32:23.4405344Z [5711/7391] Linking CXX executable bin\c10_tempfile_test.exe 2024-11-01T16:32:23.7786816Z [5712/7391] Linking CXX executable bin\c10_typeid_test.exe 2024-11-01T16:32:23.7797370Z [5713/7391] Linking CXX executable bin\c10_intrusive_ptr_benchmark.exe 2024-11-01T16:32:23.7911840Z [5714/7391] Generating include/renameavx512f.h 2024-11-01T16:32:23.7912480Z Generating renameavx512f.h: mkrename "finz_" "8" "16" "avx512f" 2024-11-01T16:32:27.4857303Z [5715/7391] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimddp.c.obj 2024-11-01T16:32:27.4997611Z [5716/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimdsp.c.obj 2024-11-01T16:32:27.5470784Z [5717/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimddp.c.obj 2024-11-01T16:32:27.5758108Z [5718/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimddp.c.obj 2024-11-01T16:32:27.5872427Z [5719/7391] Generating include/renameavx2128.h 2024-11-01T16:32:27.5873246Z Generating renameavx2128.h: mkrename "finz_" "2" "4" "avx2128" 2024-11-01T16:32:27.6093347Z [5720/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimdsp.c.obj 2024-11-01T16:32:27.6142202Z [5721/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimdsp.c.obj 2024-11-01T16:32:27.6405367Z [5722/7391] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimdsp.c.obj 2024-11-01T16:32:27.6484010Z [5723/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimddp.c.obj 2024-11-01T16:32:27.6530738Z [5724/7391] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimddp.c.obj 2024-11-01T16:32:27.6607825Z [5725/7391] Generating include/renamesse4.h 2024-11-01T16:32:27.6608534Z Generating renamesse4.h: mkrename "cinz_" "2" "4" "sse4" 2024-11-01T16:32:27.6656287Z [5726/7391] Generating include/renamesse2.h 2024-11-01T16:32:27.6656880Z Generating renamesse2.h: mkrename "cinz_" "2" "4" "sse2" 2024-11-01T16:32:27.6944725Z [5727/7391] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimdsp.c.obj 2024-11-01T16:32:27.7235378Z [5728/7391] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimddp.c.obj 2024-11-01T16:32:27.7246680Z [5729/7391] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimdsp.c.obj 2024-11-01T16:32:27.7366765Z [5730/7391] Generating include/renamepurec_scalar.h 2024-11-01T16:32:27.7367525Z Generating renamepurec_scalar.h: mkrename "cinz_" "1" "1" "purec" 2024-11-01T16:32:27.7410887Z [5731/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimddp.c.obj 2024-11-01T16:32:27.7585121Z [5732/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimdsp.c.obj 2024-11-01T16:32:27.7726703Z [5733/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimddp.c.obj 2024-11-01T16:32:27.8210134Z [5734/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimdsp.c.obj 2024-11-01T16:32:27.8224706Z [5735/7391] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimddp.c.obj 2024-11-01T16:32:27.8269852Z [5736/7391] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimdsp.c.obj 2024-11-01T16:32:27.8285537Z [5737/7391] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimddp.c.obj 2024-11-01T16:32:27.8338085Z [5738/7391] Generating include/renameavx.h 2024-11-01T16:32:27.8339368Z Generating renameavx.h: mkrename "cinz_" "4" "8" "avx" 2024-11-01T16:32:27.8373666Z [5739/7391] Generating include/renamecuda.h 2024-11-01T16:32:27.8374276Z Generating renamecuda.h: mkrename "finz_" "1" "1" "cuda" 2024-11-01T16:32:27.8391408Z [5740/7391] Generating include/renamepurecfma_scalar.h 2024-11-01T16:32:27.8392112Z Generating renamepurecfma_scalar.h: mkrename "finz_" "1" "1" "purecfma" 2024-11-01T16:32:27.8567928Z [5741/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimddp.c.obj 2024-11-01T16:32:27.8955639Z [5742/7391] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimdsp.c.obj 2024-11-01T16:32:27.8966468Z [5743/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimdsp.c.obj 2024-11-01T16:32:27.9026475Z [5744/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimdsp.c.obj 2024-11-01T16:32:27.9537152Z [5745/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimdsp.c.obj 2024-11-01T16:32:27.9581066Z [5746/7391] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimddp.c.obj 2024-11-01T16:32:27.9928079Z [5747/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimddp.c.obj 2024-11-01T16:32:28.0330123Z [5748/7391] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimdsp.c.obj 2024-11-01T16:32:28.0441530Z [5749/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimddp.c.obj 2024-11-01T16:32:28.0482601Z [5750/7391] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimdsp.c.obj 2024-11-01T16:32:28.0551827Z [5751/7391] Generating sleeflibm_AVX512F_.h.tmp 2024-11-01T16:32:28.0588533Z [5752/7391] Generating sleeflibm_AVX_.h.tmp 2024-11-01T16:32:28.0660181Z [5753/7391] Generating sleeflibm_AVX.h.tmp 2024-11-01T16:32:28.0699644Z [5754/7391] Generating sleeflibm_AVX512FNOFMA.h.tmp 2024-11-01T16:32:28.0710276Z [5755/7391] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimddp.c.obj 2024-11-01T16:32:28.0776692Z [5756/7391] Generating sleeflibm_AVX2.h.tmp 2024-11-01T16:32:28.0787589Z [5757/7391] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimddp.c.obj 2024-11-01T16:32:28.0819742Z [5758/7391] Generating sleeflibm_DSP_SCALAR.h.tmp 2024-11-01T16:32:28.0828771Z [5759/7391] Generating sleeflibm_FMA4.h.tmp 2024-11-01T16:32:28.0899523Z [5760/7391] Generating sleeflibm_AVX2128.h.tmp 2024-11-01T16:32:28.0908367Z [5761/7391] Generating sleeflibm_AVX512F.h.tmp 2024-11-01T16:32:28.0942333Z [5762/7391] Generating sleeflibm_PURECFMA_SCALAR.h.tmp 2024-11-01T16:32:28.0979974Z [5763/7391] Generating alias_AVX512F_sp.h.tmp 2024-11-01T16:32:28.1023691Z [5764/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimdsp.c.obj 2024-11-01T16:32:28.1032542Z [5765/7391] Generating alias_AVX512F_dp.h.tmp 2024-11-01T16:32:28.1041317Z [5766/7391] Generating sleeflibm_SSE4.h.tmp 2024-11-01T16:32:28.1053193Z [5767/7391] Generating sleeflibm_PUREC_SCALAR.h.tmp 2024-11-01T16:32:28.1099301Z [5768/7391] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimdsp.c.obj 2024-11-01T16:32:28.1108114Z [5769/7391] Generating sleeflibm_SSE2.h.tmp 2024-11-01T16:32:28.1140077Z [5770/7391] Generating sleeflibm_SSE_.h.tmp 2024-11-01T16:32:28.1158290Z [5771/7391] Generating include/renamedsp256.h 2024-11-01T16:32:28.1183519Z [5772/7391] Generating include/renamedsp128.h 2024-11-01T16:32:28.1231103Z [5773/7391] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimddp.c.obj 2024-11-01T16:32:28.1260462Z [5774/7391] Generating include/alias_avx512f.h 2024-11-01T16:32:28.1272448Z [5775/7391] Generating dispavx.c.tmp 2024-11-01T16:32:28.1284266Z [5776/7391] Generating dispsse.c.tmp 2024-11-01T16:32:28.1293319Z [5777/7391] Generating dispscalar.c.body 2024-11-01T16:32:28.1324677Z [5778/7391] Generating include/renamedspscalar.h 2024-11-01T16:32:28.1412163Z [5779/7391] Generating ../../../include/sleef.h 2024-11-01T16:32:28.1466534Z [5780/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimddp.c.obj 2024-11-01T16:32:28.1585366Z [5781/7391] Generating dispscalar.c 2024-11-01T16:32:28.1671825Z [5782/7391] Generating dispavx.c 2024-11-01T16:32:28.1714093Z [5783/7391] Generating dispsse.c 2024-11-01T16:32:28.2397891Z [5784/7391] Building C object sleef\src\common\CMakeFiles\common.dir\common.c.obj 2024-11-01T16:32:28.2460287Z [5785/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimddp.c.obj 2024-11-01T16:32:28.2507174Z [5786/7391] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimdsp.c.obj 2024-11-01T16:32:28.2744537Z [5787/7391] Building C object sleef\src\libm\CMakeFiles\dispscalar_obj.dir\dispscalar.c.obj 2024-11-01T16:32:28.2759898Z [5788/7391] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimdsp.c.obj 2024-11-01T16:32:28.2895757Z [5789/7391] Building C object sleef\src\libm\CMakeFiles\dispavx_obj.dir\dispavx.c.obj 2024-11-01T16:32:28.3174472Z [5790/7391] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimddp.c.obj 2024-11-01T16:32:28.7546368Z [5791/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\AccumulateType.cpp.obj 2024-11-01T16:32:29.1412708Z [5792/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedTensorImpl.cpp.obj 2024-11-01T16:32:29.1462329Z [5793/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CPUGeneratorImpl.cpp.obj 2024-11-01T16:32:29.2326945Z [5794/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalizeFallbackKernel.cpp.obj 2024-11-01T16:32:29.4856268Z [5795/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FuncTorchTLS.cpp.obj 2024-11-01T16:32:29.6738830Z [5796/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ConjugateFallback.cpp.obj 2024-11-01T16:32:29.7059575Z [5797/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Context.cpp.obj 2024-11-01T16:32:30.0209742Z [5798/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Dispatch.cpp.obj 2024-11-01T16:32:30.0226886Z [5799/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\EmptyTensor.cpp.obj 2024-11-01T16:32:30.1635541Z [5800/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DynamicLibrary.cpp.obj 2024-11-01T16:32:30.7241159Z [5801/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DeviceAccelerator.cpp.obj 2024-11-01T16:32:30.7464236Z [5802/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ExpandUtils.cpp.obj 2024-11-01T16:32:31.0873359Z [5803/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalStorageImpl.cpp.obj 2024-11-01T16:32:31.2091636Z [5804/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseTensorImpl.cpp.obj 2024-11-01T16:32:31.2957733Z [5805/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedFallback.cpp.obj 2024-11-01T16:32:31.3230384Z [5806/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CachedTensorUtils.cpp.obj 2024-11-01T16:32:31.3855452Z [5807/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DLConvertor.cpp.obj 2024-11-01T16:32:31.4744798Z [5808/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorMeta.cpp.obj 2024-11-01T16:32:31.5630686Z [5809/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalTensorWrapper.cpp.obj 2024-11-01T16:32:31.6745001Z [5810/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIterator.cpp.obj 2024-11-01T16:32:31.7941817Z [5811/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorGeometry.cpp.obj 2024-11-01T16:32:32.5617788Z [5812/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalPythonObjects.cpp.obj 2024-11-01T16:32:32.5689748Z [5813/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Version.cpp.obj 2024-11-01T16:32:32.5772573Z [5814/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIndexing.cpp.obj 2024-11-01T16:32:32.5911366Z [5815/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorNames.cpp.obj 2024-11-01T16:32:32.8932633Z [5816/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalInverses.cpp.obj 2024-11-01T16:32:32.9164370Z [5817/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CPUGuardImpl.cpp.obj 2024-11-01T16:32:33.0023122Z [5818/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\Utils.cpp.obj 2024-11-01T16:32:33.1898801Z [5819/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\StorageUtils.cpp.obj 2024-11-01T16:32:33.2359651Z [5820/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\FlushDenormal.cpp.obj 2024-11-01T16:32:33.2471577Z [5821/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Utils.cpp.obj 2024-11-01T16:32:33.5670969Z [5822/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MAIAHooksInterface.cpp.obj 2024-11-01T16:32:33.8860386Z [5823/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\VmapModeRegistrations.cpp.obj 2024-11-01T16:32:34.0786764Z [5824/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\IPUHooksInterface.cpp.obj 2024-11-01T16:32:34.0827525Z [5825/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\HIPHooksInterface.cpp.obj 2024-11-01T16:32:34.0828989Z [5826/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\HPUHooksInterface.cpp.obj 2024-11-01T16:32:34.3783917Z [5827/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorUtils.cpp.obj 2024-11-01T16:32:34.3858038Z [5828/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MTIAHooksInterface.cpp.obj 2024-11-01T16:32:34.3923617Z [5829/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CUDAHooksInterface.cpp.obj 2024-11-01T16:32:34.4040070Z [5830/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MetaGuardImpl.cpp.obj 2024-11-01T16:32:34.5096857Z [5831/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\PrivateUse1HooksInterface.cpp.obj 2024-11-01T16:32:34.8444762Z [5832/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\XPUHooksInterface.cpp.obj 2024-11-01T16:32:34.8774271Z [5833/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MPSHooksInterface.cpp.obj 2024-11-01T16:32:35.4352419Z [5834/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\ADInterpreters.cpp.obj 2024-11-01T16:32:36.1836722Z [5835/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ZeroTensorFallback.cpp.obj 2024-11-01T16:32:36.2019534Z [5836/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalState.cpp.obj 2024-11-01T16:32:36.2717029Z [5837/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\autocast_mode.cpp.obj 2024-11-01T16:32:37.5015534Z [5838/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesActivation.cpp.obj 2024-11-01T16:32:37.5563990Z [5839/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDecompositions.cpp.obj 2024-11-01T16:32:37.7760927Z [5840/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesConvolution.cpp.obj 2024-11-01T16:32:37.9031201Z [5841/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesBinaryOps.cpp.obj 2024-11-01T16:32:38.6639315Z [5842/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesIndexing.cpp.obj 2024-11-01T16:32:39.4322680Z [5843/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesFactory.cpp.obj 2024-11-01T16:32:39.4855588Z [5844/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDynamic.cpp.obj 2024-11-01T16:32:39.5191014Z [5845/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesHelper.cpp.obj 2024-11-01T16:32:40.7051350Z [5846/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesPooling.cpp.obj 2024-11-01T16:32:40.8381896Z [5847/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLinearAlgebra.cpp.obj 2024-11-01T16:32:40.9299177Z [5848/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLoss.cpp.obj 2024-11-01T16:32:41.0733742Z [5849/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesModules.cpp.obj 2024-11-01T16:32:41.7978665Z [5850/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedTensorImpl.cpp.obj 2024-11-01T16:32:41.9936755Z [5851/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesNorm.cpp.obj 2024-11-01T16:32:42.0582303Z [5852/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelNative.cpp.obj 2024-11-01T16:32:42.6530150Z [5853/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NamedTensorUtils.cpp.obj 2024-11-01T16:32:42.8801978Z [5854/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelThreadPoolNative.cpp.obj 2024-11-01T16:32:43.1390210Z [5855/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesReduceOps.cpp.obj 2024-11-01T16:32:43.1981278Z [5856/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesUnaryOps.cpp.obj 2024-11-01T16:32:43.2187177Z [5857/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesScatterOps.cpp.obj 2024-11-01T16:32:43.4159261Z [5858/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelCommon.cpp.obj 2024-11-01T16:32:43.6613932Z [5859/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\PythonTorchFunctionTLS.cpp.obj 2024-11-01T16:32:43.9384473Z [5860/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SavedTensorHooks.cpp.obj 2024-11-01T16:32:43.9660021Z [5861/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelOpenMP.cpp.obj 2024-11-01T16:32:44.0248712Z [5862/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SequenceNumber.cpp.obj 2024-11-01T16:32:44.0615601Z [5863/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesViews.cpp.obj 2024-11-01T16:32:44.0812632Z [5864/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesRandomness.cpp.obj 2024-11-01T16:32:44.1043257Z [5865/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedFallback.cpp.obj 2024-11-01T16:32:44.3001464Z [5866/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapMode.cpp.obj 2024-11-01T16:32:44.5993803Z [5867/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MemoryOverlap.cpp.obj 2024-11-01T16:32:44.6266370Z [5868/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ScalarOps.cpp.obj 2024-11-01T16:32:44.6979321Z [5869/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MapAllocator.cpp.obj 2024-11-01T16:32:45.3548590Z [5870/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\FunctionalizeInterpreter.cpp.obj 2024-11-01T16:32:45.5310761Z [5871/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\Interpreter.cpp.obj 2024-11-01T16:32:45.9918339Z [5872/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseCsrTensorImpl.cpp.obj 2024-11-01T16:32:46.0077617Z [5873/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NestedTensorImpl.cpp.obj 2024-11-01T16:32:46.3985784Z [5874/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapInterpreter.cpp.obj 2024-11-01T16:32:46.7779638Z [5875/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapTransforms.cpp.obj 2024-11-01T16:32:46.8997711Z [5876/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\TensorWrapper.cpp.obj 2024-11-01T16:32:47.0174447Z [5877/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchingRegistrations.cpp.obj 2024-11-01T16:32:47.0855328Z [5878/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyBatchingRegistrations.cpp.obj 2024-11-01T16:32:47.1904479Z [5879/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenGeneral.cpp.obj 2024-11-01T16:32:47.7937295Z [5880/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PlumbingHelper.cpp.obj 2024-11-01T16:32:48.4582870Z [5881/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\record_function.cpp.obj 2024-11-01T16:32:48.4729864Z [5882/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypeProperties.cpp.obj 2024-11-01T16:32:48.4810060Z [5883/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\BackendSelectFallbackKernel.cpp.obj 2024-11-01T16:32:48.5322931Z [5884/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyVmapTransforms.cpp.obj 2024-11-01T16:32:48.5491334Z [5885/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\DynamicLayer.cpp.obj 2024-11-01T16:32:48.5887948Z [5886/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapModeRegistrations.cpp.obj 2024-11-01T16:32:48.8523110Z [5887/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypePropertiesRegistry.cpp.obj 2024-11-01T16:32:48.8610117Z [5888/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dimname.cpp.obj 2024-11-01T16:32:48.9203119Z [5889/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\GeneratorForPrivateuseone.cpp.obj 2024-11-01T16:32:49.1752334Z [5890/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Generator.cpp.obj 2024-11-01T16:32:49.2703057Z [5891/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PyTorchOperatorHacks.cpp.obj 2024-11-01T16:32:49.3084934Z [5892/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\List.cpp.obj 2024-11-01T16:32:49.3434163Z [5893/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dict.cpp.obj 2024-11-01T16:32:49.3821962Z [5894/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Formatting.cpp.obj 2024-11-01T16:32:49.4041239Z [5895/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedTensor.cpp.obj 2024-11-01T16:32:49.5665327Z [5896/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NestedIntSymNodeImpl.cpp.obj 2024-11-01T16:32:49.6084500Z [5897/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonFallbackKernel.cpp.obj 2024-11-01T16:32:50.8305694Z [5898/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Range.cpp.obj 2024-11-01T16:32:50.8435145Z [5899/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\boxing\KernelFunction.cpp.obj 2024-11-01T16:32:50.8475423Z [5900/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\MetaFallbackKernel.cpp.obj 2024-11-01T16:32:50.8729579Z [5901/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableFallbackKernel.cpp.obj 2024-11-01T16:32:51.0490175Z [5902/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonOpRegistrationTrampoline.cpp.obj 2024-11-01T16:32:51.3489765Z [5903/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TorchDispatchUtils.cpp.obj 2024-11-01T16:32:51.3520715Z [5904/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Tensor.cpp.obj 2024-11-01T16:32:51.3550929Z [5905/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedRegistrations.cpp.obj 2024-11-01T16:32:51.3614002Z [5906/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Vitals.cpp.obj 2024-11-01T16:32:51.3631626Z [5907/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\blob.cpp.obj 2024-11-01T16:32:51.5593954Z [5908/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\adaption.cpp.obj 2024-11-01T16:32:51.6362607Z [5909/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\ObservedOperators.cpp.obj 2024-11-01T16:32:51.7231377Z [5910/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableHooksInterface.cpp.obj 2024-11-01T16:32:52.8324562Z [5911/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\OperatorEntry.cpp.obj 2024-11-01T16:32:53.2992987Z [5912/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\interned_strings.cpp.obj 2024-11-01T16:32:53.3064037Z [5913/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\DispatchKeyExtractor.cpp.obj 2024-11-01T16:32:53.3140131Z [5914/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\Dispatcher.cpp.obj 2024-11-01T16:32:53.3167800Z [5915/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\infer_schema.cpp.obj 2024-11-01T16:32:53.3194293Z [5916/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\class_type.cpp.obj 2024-11-01T16:32:53.3324466Z [5917/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ivalue.cpp.obj 2024-11-01T16:32:53.3364848Z [5918/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\custom_class.cpp.obj 2024-11-01T16:32:53.6457527Z [5919/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\operator_name.cpp.obj 2024-11-01T16:32:53.8408169Z [5920/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\register_symbols.cpp.obj 2024-11-01T16:32:54.1827328Z [5921/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\tensor_type.cpp.obj 2024-11-01T16:32:54.1918278Z [5922/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dynamic_type.cpp.obj 2024-11-01T16:32:54.1945339Z [5923/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\function_schema.cpp.obj 2024-11-01T16:32:54.2012373Z [5924/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\library.cpp.obj 2024-11-01T16:32:54.2132949Z [5925/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type.cpp.obj 2024-11-01T16:32:54.2225690Z [5926/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\error_report.cpp.obj 2024-11-01T16:32:54.2728308Z [5927/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type_factory.cpp.obj 2024-11-01T16:32:54.4833345Z [5928/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\strtod.cpp.obj 2024-11-01T16:32:54.8734732Z [5929/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\union_type.cpp.obj 2024-11-01T16:32:55.0022204Z [5930/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\lexer.cpp.obj 2024-11-01T16:32:55.0157478Z [5931/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling3d.cpp.obj 2024-11-01T16:32:55.0187663Z [5932/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\op_registration.cpp.obj 2024-11-01T16:32:55.0215861Z [5933/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlas.cpp.obj 2024-11-01T16:32:55.0367370Z [5934/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\function_schema_parser.cpp.obj 2024-11-01T16:32:55.0874499Z [5935/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Activation.cpp.obj 2024-11-01T16:32:55.2380753Z [5936/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_type_parser.cpp.obj 2024-11-01T16:32:55.8039582Z [5937/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling3d.cpp.obj 2024-11-01T16:32:55.8175939Z [5938/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling2d.cpp.obj 2024-11-01T16:32:55.8774017Z [5939/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling.cpp.obj 2024-11-01T16:32:55.9172733Z [5940/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\source_range.cpp.obj 2024-11-01T16:32:55.9199773Z [5941/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AmpKernels.cpp.obj 2024-11-01T16:32:55.9637759Z [5942/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AutogradComposite.cpp.obj 2024-11-01T16:32:56.0861311Z [5943/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AffineGridGenerator.cpp.obj 2024-11-01T16:32:56.1985568Z [5944/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BinaryOps.cpp.obj 2024-11-01T16:32:57.3401007Z [5945/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BlasKernel.cpp.obj 2024-11-01T16:32:57.3491518Z [5946/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool3d.cpp.obj 2024-11-01T16:32:57.3519788Z [5947/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool2d.cpp.obj 2024-11-01T16:32:57.3749508Z [5948/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ChanelShuffle.cpp.obj 2024-11-01T16:32:57.7391262Z [5949/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Blas.cpp.obj 2024-11-01T16:32:57.7442888Z [5950/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Bucketization.cpp.obj 2024-11-01T16:32:57.7487272Z [5951/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebraKernel.cpp.obj 2024-11-01T16:32:57.7534255Z [5952/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebra.cpp.obj 2024-11-01T16:32:58.5785199Z [5953/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ComparisonUtils.cpp.obj 2024-11-01T16:32:58.9465873Z [5954/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM2d.cpp.obj 2024-11-01T16:32:58.9810837Z [5955/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Col2Im.cpp.obj 2024-11-01T16:32:58.9838761Z [5956/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Constraints.cpp.obj 2024-11-01T16:32:58.9983811Z [5957/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUFallback.cpp.obj 2024-11-01T16:32:58.9987448Z [5958/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Convolution.cpp.obj 2024-11-01T16:32:59.0020992Z [5959/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUBlas.cpp.obj 2024-11-01T16:32:59.0053278Z [5960/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM3d.cpp.obj 2024-11-01T16:32:59.8481960Z [5961/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionTBC.cpp.obj 2024-11-01T16:32:59.8851809Z [5962/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool2d.cpp.obj 2024-11-01T16:32:59.9004333Z [5963/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Embedding.cpp.obj 2024-11-01T16:32:59.9260975Z [5964/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Dropout.cpp.obj 2024-11-01T16:32:59.9404004Z [5965/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Copy.cpp.obj 2024-11-01T16:32:59.9619049Z [5966/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Correlation.cpp.obj 2024-11-01T16:32:59.9671195Z [5967/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Cross.cpp.obj 2024-11-01T16:32:59.9716210Z [5968/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distance.cpp.obj 2024-11-01T16:33:00.1913230Z [5969/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DispatchStub.cpp.obj 2024-11-01T16:33:00.8764309Z [5970/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FunctionOfAMatrixUtils.cpp.obj 2024-11-01T16:33:00.9296453Z [5971/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distributions.cpp.obj 2024-11-01T16:33:00.9327238Z [5972/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool3d.cpp.obj 2024-11-01T16:33:00.9488027Z [5973/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool3d.cpp.obj 2024-11-01T16:33:00.9568854Z [5974/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\EmbeddingBag.cpp.obj 2024-11-01T16:33:00.9640550Z [5975/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool2d.cpp.obj 2024-11-01T16:33:00.9770914Z [5976/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Fill.cpp.obj 2024-11-01T16:33:01.0069898Z [5977/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ForeachOpsKernels.cpp.obj 2024-11-01T16:33:01.7835906Z [5978/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdagrad.cpp.obj 2024-11-01T16:33:01.8404597Z [5979/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdam.cpp.obj 2024-11-01T16:33:01.8624568Z [5980/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GatedLinearUnit.cpp.obj 2024-11-01T16:33:01.8865658Z [5981/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedSGD.cpp.obj 2024-11-01T16:33:01.8897084Z [5982/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Lerp.cpp.obj 2024-11-01T16:33:01.9012359Z [5983/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Im2Col.cpp.obj 2024-11-01T16:33:01.9178836Z [5984/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GridSampler.cpp.obj 2024-11-01T16:33:01.9214137Z [5985/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Histogram.cpp.obj 2024-11-01T16:33:02.7230594Z [5986/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Linear.cpp.obj 2024-11-01T16:33:02.7608249Z [5987/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Itertools.cpp.obj 2024-11-01T16:33:02.7736071Z [5988/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\IndexingUtils.cpp.obj 2024-11-01T16:33:02.7858598Z [5989/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LegacyBatching.cpp.obj 2024-11-01T16:33:02.7972983Z [5990/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Integration.cpp.obj 2024-11-01T16:33:02.8587932Z [5991/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossCTC.cpp.obj 2024-11-01T16:33:02.9435764Z [5992/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Loss.cpp.obj 2024-11-01T16:33:03.0361511Z [5993/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LinearAlgebra.cpp.obj 2024-11-01T16:33:03.6009142Z [5994/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MetaTensor.cpp.obj 2024-11-01T16:33:03.6727941Z [5995/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiLabelMargin.cpp.obj 2024-11-01T16:33:03.6947336Z [5996/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiMargin.cpp.obj 2024-11-01T16:33:03.7120741Z [5997/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL.cpp.obj 2024-11-01T16:33:03.7387908Z [5998/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxPooling.cpp.obj 2024-11-01T16:33:03.7772708Z [5999/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL2d.cpp.obj 2024-11-01T16:33:03.8103765Z [6000/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Memory.cpp.obj 2024-11-01T16:33:03.8938467Z [6001/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxUnpooling.cpp.obj 2024-11-01T16:33:04.5879573Z [6002/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose3d.cpp.obj 2024-11-01T16:33:04.6095738Z [6003/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NamedTensor.cpp.obj 2024-11-01T16:33:04.6708324Z [6004/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveDilatedConvolution.cpp.obj 2024-11-01T16:33:04.6998877Z [6005/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PadNd.cpp.obj 2024-11-01T16:33:04.7619035Z [6006/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NNPACK.cpp.obj 2024-11-01T16:33:04.7655641Z [6007/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose2d.cpp.obj 2024-11-01T16:33:04.8461931Z [6008/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Onehot.cpp.obj 2024-11-01T16:33:04.9092357Z [6009/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Normalization.cpp.obj 2024-11-01T16:33:05.4358357Z [6010/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PackedSequence.cpp.obj 2024-11-01T16:33:05.5072538Z [6011/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PixelShuffle.cpp.obj 2024-11-01T16:33:05.5920277Z [6012/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PointwiseOps.cpp.obj 2024-11-01T16:33:05.5966058Z [6013/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NegateFallback.cpp.obj 2024-11-01T16:33:05.6142096Z [6014/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RangeFactories.cpp.obj 2024-11-01T16:33:05.7701866Z [6015/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pooling.cpp.obj 2024-11-01T16:33:05.7897675Z [6016/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\QuantizedLinear.cpp.obj 2024-11-01T16:33:06.1526399Z [6017/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RNN.cpp.obj 2024-11-01T16:33:06.2906619Z [6018/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pow.cpp.obj 2024-11-01T16:33:06.4142901Z [6019/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceOps.cpp.obj 2024-11-01T16:33:06.4424856Z [6020/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReflectionPad.cpp.obj 2024-11-01T16:33:06.4642752Z [6021/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReplicationPadding.cpp.obj 2024-11-01T16:33:06.5001757Z [6022/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceAllOps.cpp.obj 2024-11-01T16:33:06.5880726Z [6023/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Repeat.cpp.obj 2024-11-01T16:33:06.6977199Z [6024/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Scalar.cpp.obj 2024-11-01T16:33:07.2267822Z [6025/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOpsUtils.cpp.obj 2024-11-01T16:33:07.2535339Z [6026/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RowwisePrune.cpp.obj 2024-11-01T16:33:07.2848187Z [6027/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOps.cpp.obj 2024-11-01T16:33:07.3611846Z [6028/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Resize.cpp.obj 2024-11-01T16:33:07.3770458Z [6029/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SegmentReduce.cpp.obj 2024-11-01T16:33:07.4020336Z [6030/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Sorting.cpp.obj 2024-11-01T16:33:07.5525642Z [6031/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SpectralOps.cpp.obj 2024-11-01T16:33:08.1213154Z [6032/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SoftMax.cpp.obj 2024-11-01T16:33:08.1325354Z [6033/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SummaryOps.cpp.obj 2024-11-01T16:33:08.1448411Z [6034/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorProperties.cpp.obj 2024-11-01T16:33:08.2647932Z [6035/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorIteratorReduce.cpp.obj 2024-11-01T16:33:08.2832608Z [6036/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorCompare.cpp.obj 2024-11-01T16:33:08.2866068Z [6037/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorFactories.cpp.obj 2024-11-01T16:33:09.0263104Z [6038/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TypeProperties.cpp.obj 2024-11-01T16:33:09.0772219Z [6039/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorTransformations.cpp.obj 2024-11-01T16:33:09.1281719Z [6040/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TestOps.cpp.obj 2024-11-01T16:33:09.1878910Z [6041/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorShape.cpp.obj 2024-11-01T16:33:09.2574083Z [6042/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TriangularOps.cpp.obj 2024-11-01T16:33:09.5210528Z [6043/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold2d.cpp.obj 2024-11-01T16:33:09.6550582Z [6044/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SparseTensorUtils.cpp.obj 2024-11-01T16:33:09.8923226Z [6045/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnfoldBackward.cpp.obj 2024-11-01T16:33:10.1261804Z [6046/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnaryOps.cpp.obj 2024-11-01T16:33:10.1561948Z [6047/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold3d.cpp.obj 2024-11-01T16:33:10.1592344Z [6048/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unique.cpp.obj 2024-11-01T16:33:10.3519909Z [6049/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSample.cpp.obj 2024-11-01T16:33:10.5529635Z [6050/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorAdvancedIndexing.cpp.obj 2024-11-01T16:33:10.5704190Z [6051/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest2d.cpp.obj 2024-11-01T16:33:10.7921641Z [6052/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBicubic2d.cpp.obj 2024-11-01T16:33:10.9957074Z [6053/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleLinear1d.cpp.obj 2024-11-01T16:33:11.0872089Z [6054/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBilinear2d.cpp.obj 2024-11-01T16:33:11.1197594Z [6055/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorConversions.cpp.obj 2024-11-01T16:33:11.1345519Z [6056/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest1d.cpp.obj 2024-11-01T16:33:11.2589585Z [6057/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest3d.cpp.obj 2024-11-01T16:33:11.4137975Z [6058/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleTrilinear3d.cpp.obj 2024-11-01T16:33:11.5607508Z [6059/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\VariableMethodStubs.cpp.obj 2024-11-01T16:33:11.6372540Z [6060/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\WeightNorm.cpp.obj 2024-11-01T16:33:11.8622197Z [6061/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\prim_native_functions.cpp.obj 2024-11-01T16:33:11.8777832Z [6062/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\group_norm.cpp.obj 2024-11-01T16:33:12.0854213Z [6063/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\library.cpp.obj 2024-11-01T16:33:12.1122067Z [6064/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\layer_norm.cpp.obj 2024-11-01T16:33:12.1664138Z [6065/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\verbose_wrapper.cpp.obj 2024-11-01T16:33:12.2391305Z [6066/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\fbgemm_utils.cpp.obj 2024-11-01T16:33:12.5452954Z [6067/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear.cpp.obj 2024-11-01T16:33:13.0323095Z [6068/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ParamUtils.cpp.obj 2024-11-01T16:33:13.2411777Z [6069/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_prepack.cpp.obj 2024-11-01T16:33:13.7529609Z [6070/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_unpack.cpp.obj 2024-11-01T16:33:13.7559578Z [6071/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_dynamic.cpp.obj 2024-11-01T16:33:13.7588778Z [6072/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\FlattenIndicesKernel.cpp.obj 2024-11-01T16:33:13.7769791Z [6073/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SoftMax.cpp.obj 2024-11-01T16:33:13.7802004Z [6074/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBinaryOpIntersectionKernel.cpp.obj 2024-11-01T16:33:14.3225909Z [6075/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_serialize.cpp.obj 2024-11-01T16:33:14.5701287Z [6076/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_deserialize.cpp.obj 2024-11-01T16:33:14.6171649Z [6077/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlasImpl.cpp.obj 2024-11-01T16:33:14.6524283Z [6078/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseFactories.cpp.obj 2024-11-01T16:33:14.6946555Z [6079/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ValidateCompressedIndicesKernel.cpp.obj 2024-11-01T16:33:14.7111429Z [6080/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensor.cpp.obj 2024-11-01T16:33:14.7648160Z [6081/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensorMath.cpp.obj 2024-11-01T16:33:14.8223653Z [6082/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensorMath.cpp.obj 2024-11-01T16:33:15.2498926Z [6083/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseMatMul.cpp.obj 2024-11-01T16:33:15.4450361Z [6084/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseUnaryOps.cpp.obj 2024-11-01T16:33:15.5353476Z [6085/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensor.cpp.obj 2024-11-01T16:33:16.3689653Z [6086/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUtils.cpp.obj 2024-11-01T16:33:17.6313452Z [6087/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorFactories.cpp.obj 2024-11-01T16:33:17.6972065Z [6088/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMath.cpp.obj 2024-11-01T16:33:17.7174338Z [6089/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBinaryOps.cpp.obj 2024-11-01T16:33:17.7618494Z [6090/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBackward.cpp.obj 2024-11-01T16:33:17.8023914Z [6091/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorAliases.cpp.obj 2024-11-01T16:33:18.2168245Z [6092/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMatmul.cpp.obj 2024-11-01T16:33:18.5024720Z [6093/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUnaryOps.cpp.obj 2024-11-01T16:33:18.5176338Z [6094/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizer.cpp.obj 2024-11-01T16:33:19.1017144Z [6095/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizerBase.cpp.obj 2024-11-01T16:33:19.2829619Z [6096/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorTransformerFunctions.cpp.obj 2024-11-01T16:33:19.3581225Z [6097/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool2d.cpp.obj 2024-11-01T16:33:20.3390368Z [6098/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AdaptiveAveragePooling.cpp.obj 2024-11-01T16:33:20.6432518Z [6099/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerChannelAffine.cpp.obj 2024-11-01T16:33:20.6808664Z [6100/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\QTensor.cpp.obj 2024-11-01T16:33:20.7502795Z [6101/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorAdvancedIndexing.cpp.obj 2024-11-01T16:33:20.7864230Z [6102/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerTensorAffine.cpp.obj 2024-11-01T16:33:21.2460862Z [6103/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\Copy.cpp.obj 2024-11-01T16:33:21.9193355Z [6104/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ChannelShuffle.cpp.obj 2024-11-01T16:33:21.9292199Z [6105/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\IntReprQuant.cpp.obj 2024-11-01T16:33:21.9320030Z [6106/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool3d.cpp.obj 2024-11-01T16:33:21.9347523Z [6107/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\MakePerTensorQuantizedTensor.cpp.obj 2024-11-01T16:33:21.9375402Z [6108/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\BinaryOps.cpp.obj 2024-11-01T16:33:21.9743813Z [6109/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorFactories.cpp.obj 2024-11-01T16:33:21.9981553Z [6110/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\RuyUtils.cpp.obj 2024-11-01T16:33:22.0357354Z [6111/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorCompare.cpp.obj 2024-11-01T16:33:22.7715370Z [6112/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Sorting.cpp.obj 2024-11-01T16:33:22.8015688Z [6113/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ReduceOps.cpp.obj 2024-11-01T16:33:22.8097825Z [6114/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Normalization.cpp.obj 2024-11-01T16:33:22.8649436Z [6115/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Pooling.cpp.obj 2024-11-01T16:33:22.9262814Z [6116/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorShape.cpp.obj 2024-11-01T16:33:22.9541056Z [6117/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest3d.cpp.obj 2024-11-01T16:33:23.0080501Z [6118/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\LinearUnpackImpl.cpp.obj 2024-11-01T16:33:23.0235611Z [6119/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Pooling.cpp.obj 2024-11-01T16:33:23.5432394Z [6120/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\init_qnnpack.cpp.obj 2024-11-01T16:33:23.5711330Z [6121/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorOperators.cpp.obj 2024-11-01T16:33:23.6778431Z [6122/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest2d.cpp.obj 2024-11-01T16:33:23.6850324Z [6123/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qclamp.cpp.obj 2024-11-01T16:33:23.7805062Z [6124/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleBilinear2d.cpp.obj 2024-11-01T16:33:24.0280568Z [6125/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fbgemm_utils.cpp.obj 2024-11-01T16:33:24.3687121Z [6126/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fused_obs_fake_quant.cpp.obj 2024-11-01T16:33:24.9093851Z [6127/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_prepack.cpp.obj 2024-11-01T16:33:24.9562298Z [6128/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_dynamic.cpp.obj 2024-11-01T16:33:24.9759157Z [6129/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv.cpp.obj 2024-11-01T16:33:24.9906675Z [6130/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_unpack.cpp.obj 2024-11-01T16:33:25.8310539Z [6131/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qelu.cpp.obj 2024-11-01T16:33:25.8450193Z [6132/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qgelu.cpp.obj 2024-11-01T16:33:25.8598057Z [6133/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardsigmoid.cpp.obj 2024-11-01T16:33:25.9274129Z [6134/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\XnnpackUtils.cpp.obj 2024-11-01T16:33:25.9501854Z [6135/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag.cpp.obj 2024-11-01T16:33:25.9737746Z [6136/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_prepack.cpp.obj 2024-11-01T16:33:26.4620570Z [6137/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qdropout.cpp.obj 2024-11-01T16:33:26.7501634Z [6138/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_unpack_impl.cpp.obj 2024-11-01T16:33:26.8442368Z [6139/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsigmoid.cpp.obj 2024-11-01T16:33:26.8478491Z [6140/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardswish.cpp.obj 2024-11-01T16:33:26.9449922Z [6141/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_dynamic.cpp.obj 2024-11-01T16:33:26.9806833Z [6142/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_prepack.cpp.obj 2024-11-01T16:33:27.0276004Z [6143/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear.cpp.obj 2024-11-01T16:33:27.6262828Z [6144/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmul.cpp.obj 2024-11-01T16:33:27.6750775Z [6145/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qnormalization.cpp.obj 2024-11-01T16:33:27.7060482Z [6146/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\MklAllocationHelper.cpp.obj 2024-11-01T16:33:27.8156789Z [6147/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qrelu.cpp.obj 2024-11-01T16:33:27.8250733Z [6148/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\library.cpp.obj 2024-11-01T16:33:27.8422339Z [6149/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qthreshold.cpp.obj 2024-11-01T16:33:27.9079719Z [6150/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qtanh.cpp.obj 2024-11-01T16:33:28.3469109Z [6151/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\LinearAlgebra.cpp.obj 2024-11-01T16:33:28.7619068Z [6152/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseBlasImpl.cpp.obj 2024-11-01T16:33:28.8142372Z [6153/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SpectralOps.cpp.obj 2024-11-01T16:33:28.8171164Z [6154/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Copy.cpp.obj 2024-11-01T16:33:28.8678167Z [6155/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmatmul.cpp.obj 2024-11-01T16:33:28.9543720Z [6156/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qconv_unpack.cpp.obj 2024-11-01T16:33:29.3728669Z [6157/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Conv.cpp.obj 2024-11-01T16:33:29.7763430Z [6158/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\BinaryOps.cpp.obj 2024-11-01T16:33:29.7879190Z [6159/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Gelu.cpp.obj 2024-11-01T16:33:29.9124810Z [6160/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsoftmax.cpp.obj 2024-11-01T16:33:29.9330222Z [6161/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseCsrLinearAlgebra.cpp.obj 2024-11-01T16:33:29.9936418Z [6162/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNCommon.cpp.obj 2024-11-01T16:33:30.5161979Z [6163/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\IDeepRegistration.cpp.obj 2024-11-01T16:33:30.6643194Z [6164/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNConversions.cpp.obj 2024-11-01T16:33:30.8229738Z [6165/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qlinear_unpack.cpp.obj 2024-11-01T16:33:30.8750206Z [6166/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Matmul.cpp.obj 2024-11-01T16:33:30.9317139Z [6167/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Normalization.cpp.obj 2024-11-01T16:33:31.0126933Z [6168/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Linear.cpp.obj 2024-11-01T16:33:31.3948205Z [6169/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MkldnnTensorMath.cpp.obj 2024-11-01T16:33:31.6935343Z [6170/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorFactories.cpp.obj 2024-11-01T16:33:31.7699603Z [6171/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\SoftMax.cpp.obj 2024-11-01T16:33:31.8620982Z [6172/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\ConvPrepack.cpp.obj 2024-11-01T16:33:31.9440464Z [6173/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Relu.cpp.obj 2024-11-01T16:33:32.5794441Z [6174/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\attention.cpp.obj 2024-11-01T16:33:32.6667130Z [6175/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Utils.cpp.obj 2024-11-01T16:33:32.7461738Z [6176/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\UnaryOps.cpp.obj 2024-11-01T16:33:32.8510186Z [6177/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorShape.cpp.obj 2024-11-01T16:33:33.0657771Z [6178/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\OpContext.cpp.obj 2024-11-01T16:33:33.4138911Z [6179/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\sdp_utils_cpp.cpp.obj 2024-11-01T16:33:33.4908065Z [6180/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\transformer.cpp.obj 2024-11-01T16:33:33.5879356Z [6181/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\utils\Factory.cpp.obj 2024-11-01T16:33:33.6104733Z [6182/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Activation.cpp.obj 2024-11-01T16:33:33.9154728Z [6183/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\ChannelShuffle.cpp.obj 2024-11-01T16:33:33.9529492Z [6184/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Init.cpp.obj 2024-11-01T16:33:33.9923239Z [6185/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Prelu.cpp.obj 2024-11-01T16:33:34.0442167Z [6186/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RNN.cpp.obj 2024-11-01T16:33:34.1346251Z [6187/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\AveragePooling.cpp.obj 2024-11-01T16:33:34.3431471Z [6188/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\MaxPooling.cpp.obj 2024-11-01T16:33:34.3660279Z [6189/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RegisterMkldnnOpContextClass.cpp.obj 2024-11-01T16:33:34.4880288Z [6190/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Linear.cpp.obj 2024-11-01T16:33:34.5623265Z [6191/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Shim.cpp.obj 2024-11-01T16:33:34.7454670Z [6192/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Convolution.cpp.obj 2024-11-01T16:33:34.7574319Z [6193/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\OpContext.cpp.obj 2024-11-01T16:33:34.8782708Z [6194/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\RegisterOpContextClass.cpp.obj 2024-11-01T16:33:35.7177912Z [6195/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_0.cpp.obj 2024-11-01T16:33:35.8257921Z [6196/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_1.cpp.obj 2024-11-01T16:33:36.0396444Z [6197/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CompositeViewCopyKernels.cpp.obj 2024-11-01T16:33:36.0552132Z [6198/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_3.cpp.obj 2024-11-01T16:33:36.0997497Z [6199/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_2.cpp.obj 2024-11-01T16:33:36.1681098Z [6200/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Functions.cpp.obj 2024-11-01T16:33:36.4258747Z [6201/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutograd.cpp.obj 2024-11-01T16:33:36.5995258Z [6202/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU.cpp.obj 2024-11-01T16:33:36.6259103Z [6203/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterBackendSelect.cpp.obj 2024-11-01T16:33:37.0087112Z [6204/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutogradNestedTensor.cpp.obj 2024-11-01T16:33:37.1546712Z [6205/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_4.cpp.obj 2024-11-01T16:33:37.5577965Z [6206/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutograd.cpp.obj 2024-11-01T16:33:37.5724706Z [6207/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorCPU.cpp.obj 2024-11-01T16:33:37.6304484Z [6208/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_1.cpp.obj 2024-11-01T16:33:37.7828525Z [6209/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_0.cpp.obj 2024-11-01T16:33:37.8901715Z [6210/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMkldnnCPU.cpp.obj 2024-11-01T16:33:37.9216281Z [6211/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutogradNonFunctional.cpp.obj 2024-11-01T16:33:38.1513227Z [6212/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_2.cpp.obj 2024-11-01T16:33:38.4208306Z [6213/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorMeta.cpp.obj 2024-11-01T16:33:38.4827828Z [6214/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedMeta.cpp.obj 2024-11-01T16:33:38.6581759Z [6215/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_3.cpp.obj 2024-11-01T16:33:38.7204301Z [6216/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSchema.cpp.obj 2024-11-01T16:33:38.8789585Z [6217/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedCPU.cpp.obj 2024-11-01T16:33:38.8823665Z [6218/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCPU.cpp.obj 2024-11-01T16:33:39.1312516Z [6219/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterZeroTensor.cpp.obj 2024-11-01T16:33:39.2281064Z [6220/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMeta.cpp.obj 2024-11-01T16:33:39.2950615Z [6221/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseMeta.cpp.obj 2024-11-01T16:33:39.3588026Z [6222/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrCPU.cpp.obj 2024-11-01T16:33:39.3938289Z [6223/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPU_add.cpp.obj 2024-11-01T16:33:39.6071439Z [6224/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrMeta.cpp.obj 2024-11-01T16:33:39.6163389Z [6225/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\QTensorImpl.cpp.obj 2024-11-01T16:33:39.6230206Z [6226/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenOpList.cpp.obj 2024-11-01T16:33:39.7554930Z [6227/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_wrapper.cpp.obj 2024-11-01T16:33:39.7591549Z [6228/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterXPU.cpp.obj 2024-11-01T16:33:39.9422666Z [6229/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_model_loader.cpp.obj 2024-11-01T16:33:39.9944547Z [6230/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TensorMethods.cpp.obj 2024-11-01T16:33:40.2110822Z [6231/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:40.2900823Z [6232/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:40.5588061Z [6233/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:40.5910067Z [6234/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:40.7901485Z [6235/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:41.0773565Z [6236/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:41.1283460Z [6237/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:41.1801617Z [6238/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:41.4777636Z [6239/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:41.6906908Z [6240/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:41.7370867Z [6241/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:42.0171218Z [6242/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:42.0258895Z [6243/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:42.0964959Z [6244/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:42.1540059Z [6245/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_bind.cpp.obj 2024-11-01T16:33:42.2225478Z [6246/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\Quantizer.cpp.obj 2024-11-01T16:33:42.3104610Z [6247/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:42.6416723Z [6248/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:42.7915287Z [6249/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:42.8178119Z [6250/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_register.cpp.obj 2024-11-01T16:33:42.9152203Z [6251/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:43.0675773Z [6252/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:43.0840890Z [6253/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:43.0872394Z [6254/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:43.1518501Z [6255/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:43.3649954Z [6256/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:43.4058871Z [6257/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:43.4286318Z [6258/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:43.8687561Z [6259/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:43.8774345Z [6260/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:43.8918719Z [6261/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:43.9004494Z [6262/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:43.9153228Z [6263/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:44.0331519Z [6264/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:44.0364319Z [6265/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:44.1005910Z [6266/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:44.4165971Z [6267/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:44.6604529Z [6268/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:44.6970382Z [6269/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:44.7859006Z [6270/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:44.8031618Z [6271/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:44.8202577Z [6272/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:44.9489797Z [6273/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:45.3409580Z [6274/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_resolver.cpp.obj 2024-11-01T16:33:45.4787365Z [6275/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:45.4930726Z [6276/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:45.5490929Z [6277/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:45.6063794Z [6278/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_interface.cpp.obj 2024-11-01T16:33:46.0813947Z [6279/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:46.1563922Z [6280/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:46.2872918Z [6281/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:46.3101079Z [6282/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:46.5819420Z [6283/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:46.6006754Z [6284/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:46.9348892Z [6285/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:47.1258199Z [6286/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:47.4323082Z [6287/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:47.4325773Z 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 2024-11-01T16:33:47.4329141Z 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 2024-11-01T16:33:47.4331704Z with 2024-11-01T16:33:47.4332169Z [ 2024-11-01T16:33:47.4332898Z scalar_t=float, 2024-11-01T16:33:47.4334040Z Op=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2024-11-01T16:33:47.4335361Z ] 2024-11-01T16:33:47.4337996Z 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 2024-11-01T16:33:47.4340760Z with 2024-11-01T16:33:47.4341149Z [ 2024-11-01T16:33:47.4341588Z scalar_t=float, 2024-11-01T16:33:47.4343117Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &), 2024-11-01T16:33:47.4345564Z Op=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2024-11-01T16:33:47.4346589Z ] 2024-11-01T16:33:47.4349239Z 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 2024-11-01T16:33:47.4352229Z with 2024-11-01T16:33:47.4352482Z [ 2024-11-01T16:33:47.4352790Z scalar_t=scalar_t, 2024-11-01T16:33:47.4353267Z data_t=at::vec::DEFAULT::Vectorized, 2024-11-01T16:33:47.4354353Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2024-11-01T16:33:47.4356287Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2024-11-01T16:33:47.4357127Z ] 2024-11-01T16:33:47.4359282Z 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 2024-11-01T16:33:47.4361510Z with 2024-11-01T16:33:47.4361762Z [ 2024-11-01T16:33:47.4362024Z scalar_t=scalar_t 2024-11-01T16:33:47.4362380Z ] 2024-11-01T16:33:47.4364776Z 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 2024-11-01T16:33:47.4367249Z with 2024-11-01T16:33:47.4367491Z [ 2024-11-01T16:33:47.4367791Z scalar_t=scalar_t 2024-11-01T16:33:47.4368106Z ] 2024-11-01T16:33:47.4369887Z 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)' 2024-11-01T16:33:47.4371536Z with 2024-11-01T16:33:47.4371785Z [ 2024-11-01T16:33:47.4372024Z scalar_t=scalar_t 2024-11-01T16:33:47.4372339Z ] 2024-11-01T16:33:47.4374201Z 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 2024-11-01T16:33:47.4376447Z with 2024-11-01T16:33:47.4376691Z [ 2024-11-01T16:33:47.4376944Z scalar_t=scalar_t 2024-11-01T16:33:47.4377241Z ] 2024-11-01T16:33:47.4378770Z 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 2024-11-01T16:33:47.4609995Z [6288/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:47.4642706Z [6289/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:47.6680554Z [6290/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\compiler.cpp.obj 2024-11-01T16:33:47.7318310Z [6291/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:47.7596339Z [6292/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:47.7896020Z [6293/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\codegen.cpp.obj 2024-11-01T16:33:47.9452559Z [6294/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:48.0034075Z [6295/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\executor.cpp.obj 2024-11-01T16:33:48.1359789Z [6296/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:48.2334435Z [6297/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\mkl\SparseBlas.cpp.obj 2024-11-01T16:33:48.2744096Z [6298/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:48.3614298Z [6299/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:48.3637393Z [6300/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:48.3639288Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(517): warning C4333: '>>': right shift by too large amount, data loss 2024-11-01T16:33:48.3641105Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_base.h(896): warning C4333: '>>': right shift by too large amount, data loss 2024-11-01T16:33:48.3644121Z 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 2024-11-01T16:33:48.4868206Z [6301/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\crc.cc.obj 2024-11-01T16:33:48.6150463Z [6302/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:48.6742369Z [6303/7391] Building C object caffe2\CMakeFiles\torch_cpu.dir\__\third_party\miniz-2.1.0\miniz.c.obj 2024-11-01T16:33:48.7178080Z [6304/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:48.7410311Z [6305/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\vulkan\Context.cpp.obj 2024-11-01T16:33:48.7919173Z [6306/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:48.9090720Z [6307/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\core\common.cc.obj 2024-11-01T16:33:48.9175927Z [6308/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\istream_adapter.cc.obj 2024-11-01T16:33:48.9898001Z [6309/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\metal\Context.cpp.obj 2024-11-01T16:33:49.0042274Z [6310/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:49.0309074Z [6311/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\file_adapter.cc.obj 2024-11-01T16:33:49.0420329Z [6312/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\read_adapter_interface.cc.obj 2024-11-01T16:33:49.0864584Z [6313/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\thread_pool_guard.cpp.obj 2024-11-01T16:33:49.1389819Z [6314/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.obj 2024-11-01T16:33:49.1590274Z [6315/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\inline_container.cc.obj 2024-11-01T16:33:49.1853259Z [6316/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\pthreadpool-cpp.cc.obj 2024-11-01T16:33:49.2227350Z [6317/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\string_utils.cc.obj 2024-11-01T16:33:49.3045988Z [6318/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\ThreadPool.cc.obj 2024-11-01T16:33:49.5962098Z [6319/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\proto_wrap.cc.obj 2024-11-01T16:33:49.9287599Z [6320/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ViewFuncs.cpp.obj 2024-11-01T16:33:50.6675126Z [6321/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_0.cpp.obj 2024-11-01T16:33:51.2163238Z [6322/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_1.cpp.obj 2024-11-01T16:33:51.9716978Z [6323/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_0.cpp.obj 2024-11-01T16:33:52.3887417Z [6324/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_1.cpp.obj 2024-11-01T16:33:52.5159959Z [6325/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\Functions.cpp.obj 2024-11-01T16:33:52.5281380Z [6326/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_0.cpp.obj 2024-11-01T16:33:52.6182852Z [6327/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_3.cpp.obj 2024-11-01T16:33:52.7171259Z [6328/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_4.cpp.obj 2024-11-01T16:33:52.8414108Z [6329/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_2.cpp.obj 2024-11-01T16:33:53.0677650Z [6330/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_3.cpp.obj 2024-11-01T16:33:53.2067207Z [6331/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_4.cpp.obj 2024-11-01T16:33:53.3423673Z [6332/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterAutogradLazy.cpp.obj 2024-11-01T16:33:53.5102893Z [6333/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\anomaly_mode.cpp.obj 2024-11-01T16:33:53.6373951Z [6334/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_2.cpp.obj 2024-11-01T16:33:53.7852320Z [6335/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_1.cpp.obj 2024-11-01T16:33:53.8837203Z [6336/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.cpp.obj 2024-11-01T16:33:53.9016503Z [6337/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterLazy.cpp.obj 2024-11-01T16:33:54.0060696Z [6338/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\cpp_hook.cpp.obj 2024-11-01T16:33:54.2642354Z [6339/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_not_implemented_fallback.cpp.obj 2024-11-01T16:33:54.3797333Z [6340/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd.cpp.obj 2024-11-01T16:33:54.5527417Z [6341/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\engine.cpp.obj 2024-11-01T16:33:54.6863579Z [6342/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_meta.cpp.obj 2024-11-01T16:33:54.7761668Z [6343/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\forward_grad.cpp.obj 2024-11-01T16:33:55.6033517Z [6344/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\utils.cpp.obj 2024-11-01T16:33:55.7424603Z [6345/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_legacy.cpp.obj 2024-11-01T16:33:56.2515140Z [6346/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\LazyNativeFunctions.cpp.obj 2024-11-01T16:33:56.6959175Z [6347/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_metadata.cpp.obj 2024-11-01T16:33:56.8705270Z [6348/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\custom_function.cpp.obj 2024-11-01T16:33:56.9046067Z [6349/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\tensor.cpp.obj 2024-11-01T16:33:57.1257175Z [6350/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\jit_decomp_interface.cpp.obj 2024-11-01T16:33:57.1330578Z [6351/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\utils\warnings.cpp.obj 2024-11-01T16:33:57.2274736Z [6352/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\accumulate_grad.cpp.obj 2024-11-01T16:33:57.3459491Z [6353/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\basic_ops.cpp.obj 2024-11-01T16:33:57.4047759Z [6354/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\function.cpp.obj 2024-11-01T16:33:57.7136744Z [6355/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_kineto.cpp.obj 2024-11-01T16:33:57.8174543Z [6356/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\saved_variable.cpp.obj 2024-11-01T16:33:57.9444362Z [6357/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable_info.cpp.obj 2024-11-01T16:33:58.1887883Z [6358/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\record_function_ops.cpp.obj 2024-11-01T16:33:58.4616117Z [6359/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\shim_common.cpp.obj 2024-11-01T16:33:58.4863688Z [6360/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_package\model_package_loader.cpp.obj 2024-11-01T16:33:58.6079562Z [6361/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_buffer.cpp.obj 2024-11-01T16:33:58.6348398Z [6362/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\mkldnn_tensor.cpp.obj 2024-11-01T16:33:58.8634244Z [6363/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\oss_proxy_executor.cpp.obj 2024-11-01T16:33:58.9074686Z [6364/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner.cpp.obj 2024-11-01T16:33:58.9970613Z [6365/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner_cpu.cpp.obj 2024-11-01T16:33:59.2756815Z [6366/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\tensor_converter.cpp.obj 2024-11-01T16:33:59.5612010Z [6367/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\shim_mkldnn.cpp.obj 2024-11-01T16:33:59.6904044Z [6368/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module.cpp.obj 2024-11-01T16:33:59.9074606Z [6369/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_detail.cpp.obj 2024-11-01T16:33:59.9543780Z [6370/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\object.cpp.obj 2024-11-01T16:34:00.2336252Z [6371/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_info.cpp.obj 2024-11-01T16:34:00.3213099Z [6372/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable.cpp.obj 2024-11-01T16:34:00.4753789Z [6373/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_handler.cpp.obj 2024-11-01T16:34:00.8946126Z [6374/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\builtin_functions.cpp.obj 2024-11-01T16:34:01.0664471Z [6375/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\edit_distance.cpp.obj 2024-11-01T16:34:01.2767448Z [6376/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\canonicalize_modified_loop.cpp.obj 2024-11-01T16:34:01.4781965Z [6377/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\convert_to_ssa.cpp.obj 2024-11-01T16:34:01.8169461Z [6378/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\inductor_ops.cpp.obj 2024-11-01T16:34:01.9969338Z [6379/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\exit_transforms.cpp.obj 2024-11-01T16:34:02.0178635Z [6380/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\function_impl.cpp.obj 2024-11-01T16:34:02.3252290Z [6381/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\inline_loop_condition.cpp.obj 2024-11-01T16:34:02.3322484Z [6382/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\name_mangler.cpp.obj 2024-11-01T16:34:02.5554700Z [6383/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\ir_emitter.cpp.obj 2024-11-01T16:34:02.6748048Z [6384/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\parser.cpp.obj 2024-11-01T16:34:02.7531040Z [6385/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\fallback.cpp.obj 2024-11-01T16:34:02.7698545Z [6386/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\sugared_value.cpp.obj 2024-11-01T16:34:02.9636107Z [6387/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_matching.cpp.obj 2024-11-01T16:34:03.0951703Z [6388/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\kernel_cache.cpp.obj 2024-11-01T16:34:03.1863298Z [6389/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\interface.cpp.obj 2024-11-01T16:34:03.4072745Z [6390/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\script_type_parser.cpp.obj 2024-11-01T16:34:03.5466614Z [6391/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\attributes.cpp.obj 2024-11-01T16:34:03.5655849Z [6392/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\versioned_symbols.cpp.obj 2024-11-01T16:34:03.7340180Z [6393/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\graph_utils.cpp.obj 2024-11-01T16:34:03.9962188Z [6394/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\alias_analysis.cpp.obj 2024-11-01T16:34:04.0697071Z [6395/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\tracer.cpp.obj 2024-11-01T16:34:04.1319948Z [6396/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\irparser.cpp.obj 2024-11-01T16:34:04.4044531Z [6397/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\subgraph_matcher.cpp.obj 2024-11-01T16:34:04.4499487Z [6398/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\type_hashing.cpp.obj 2024-11-01T16:34:04.5537528Z [6399/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\node_hashing.cpp.obj 2024-11-01T16:34:04.7412874Z [6400/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\ir.cpp.obj 2024-11-01T16:34:04.8190769Z [6401/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\scope.cpp.obj 2024-11-01T16:34:04.9755308Z [6402/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_opt_limit.cpp.obj 2024-11-01T16:34:04.9854197Z [6403/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\function.cpp.obj 2024-11-01T16:34:05.3330390Z [6404/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\runtime_compatibility.cpp.obj 2024-11-01T16:34:05.4509145Z [6405/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\model_compatibility.cpp.obj 2024-11-01T16:34:05.7428416Z [6406/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_log.cpp.obj 2024-11-01T16:34:05.7884286Z [6407/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import.cpp.obj 2024-11-01T16:34:05.8856346Z [6408/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\module.cpp.obj 2024-11-01T16:34:06.1641220Z [6409/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\constants.cpp.obj 2024-11-01T16:34:06.3186799Z [6410/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\backend.cpp.obj 2024-11-01T16:34:06.5639332Z [6411/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_bytecode.cpp.obj 2024-11-01T16:34:06.5891286Z [6412/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\registry.cpp.obj 2024-11-01T16:34:06.6734573Z [6413/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\interpreter.cpp.obj 2024-11-01T16:34:06.7196657Z [6414/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_operators.cpp.obj 2024-11-01T16:34:06.7795531Z [6415/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\observer.cpp.obj 2024-11-01T16:34:07.1042824Z [6416/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\prim_ops_registery.cpp.obj 2024-11-01T16:34:07.5931672Z [6417/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\upgrader_mobile.cpp.obj 2024-11-01T16:34:07.6978314Z [6418/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\quantization.cpp.obj 2024-11-01T16:34:07.7846549Z [6419/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\context.cpp.obj 2024-11-01T16:34:07.8289099Z [6420/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\flatbuffer_loader.cpp.obj 2024-11-01T16:34:07.9691216Z [6421/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\type_parser.cpp.obj 2024-11-01T16:34:08.0508256Z [6422/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\version_map.cpp.obj 2024-11-01T16:34:08.2817933Z [6423/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\utils.cpp.obj 2024-11-01T16:34:08.4184575Z [6424/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\register_ops_common_utils.cpp.obj 2024-11-01T16:34:08.4864703Z [6425/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\aot_compiler.cpp.obj 2024-11-01T16:34:08.5443103Z [6426/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\promoted_prim_ops.cpp.obj 2024-11-01T16:34:08.5534674Z [6427/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\add_if_then_else.cpp.obj 2024-11-01T16:34:08.6359013Z [6428/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders.cpp.obj 2024-11-01T16:34:08.6522488Z [6429/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders_entry.cpp.obj 2024-11-01T16:34:09.1916309Z [6430/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\annotate_warns.cpp.obj 2024-11-01T16:34:09.5047834Z [6431/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.cpp.obj 2024-11-01T16:34:09.5151023Z [6432/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize.cpp.obj 2024-11-01T16:34:09.5946735Z [6433/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\check_strict_fusion.cpp.obj 2024-11-01T16:34:09.6598621Z [6434/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\common_subexpression_elimination.cpp.obj 2024-11-01T16:34:10.4869757Z [6435/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\concat_opt.cpp.obj 2024-11-01T16:34:10.4972473Z [6436/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lift_closures.cpp.obj 2024-11-01T16:34:10.5596187Z [6437/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dbr_quantization\remove_redundant_aliases.cpp.obj 2024-11-01T16:34:10.6156860Z [6438/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_functional_graphs.cpp.obj 2024-11-01T16:34:11.4007042Z [6439/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_pooling.cpp.obj 2024-11-01T16:34:11.5058099Z [6440/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_propagation.cpp.obj 2024-11-01T16:34:11.5152143Z [6441/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_autodiff_subgraphs.cpp.obj 2024-11-01T16:34:11.5746638Z [6442/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\batch_mm.cpp.obj 2024-11-01T16:34:11.7217498Z [6443/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\decompose_ops.cpp.obj 2024-11-01T16:34:11.8367090Z [6444/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\bailout_graph.cpp.obj 2024-11-01T16:34:11.9289374Z [6445/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_undefinedness.cpp.obj 2024-11-01T16:34:12.2804517Z [6446/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dtype_analysis.cpp.obj 2024-11-01T16:34:12.3468122Z [6447/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dead_code_elimination.cpp.obj 2024-11-01T16:34:12.4626447Z [6448/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\device_type_analysis.cpp.obj 2024-11-01T16:34:12.4810574Z [6449/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\eliminate_no_ops.cpp.obj 2024-11-01T16:34:12.4973350Z [6450/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_profiling.cpp.obj 2024-11-01T16:34:12.5829713Z [6451/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_concat_linear.cpp.obj 2024-11-01T16:34:12.8496874Z [6452/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\erase_number_types.cpp.obj 2024-11-01T16:34:12.9050897Z [6453/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fixup_trace_scope_blocks.cpp.obj 2024-11-01T16:34:13.2684134Z [6454/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_linear_bn.cpp.obj 2024-11-01T16:34:13.8407480Z [6455/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_graph_optimizations.cpp.obj 2024-11-01T16:34:13.8511256Z [6456/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_add_relu_fusion.cpp.obj 2024-11-01T16:34:13.8541937Z [6457/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_folding.cpp.obj 2024-11-01T16:34:13.8572013Z [6458/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_folding.cpp.obj 2024-11-01T16:34:13.8604504Z [6459/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_relu.cpp.obj 2024-11-01T16:34:13.8642519Z [6460/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_conv_bn.cpp.obj 2024-11-01T16:34:14.7924897Z [6461/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_linear.cpp.obj 2024-11-01T16:34:14.8030935Z [6462/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_autodiff_subgraphs.cpp.obj 2024-11-01T16:34:15.2643478Z [6463/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_rewrite_helper.cpp.obj 2024-11-01T16:34:15.2722963Z [6464/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_transpose.cpp.obj 2024-11-01T16:34:15.6362383Z [6465/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\freeze_module.cpp.obj 2024-11-01T16:34:15.6399299Z [6466/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\hoist_conv_packed_params.cpp.obj 2024-11-01T16:34:16.1246485Z [6467/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_forked_closures.cpp.obj 2024-11-01T16:34:16.1333993Z [6468/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_fork_wait.cpp.obj 2024-11-01T16:34:16.2006338Z [6469/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\integer_value_refinement.cpp.obj 2024-11-01T16:34:16.6897613Z [6470/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inplace_check.cpp.obj 2024-11-01T16:34:16.8895974Z [6471/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\guard_elimination.cpp.obj 2024-11-01T16:34:17.4854907Z [6472/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inliner.cpp.obj 2024-11-01T16:34:17.5200003Z [6473/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_fuser.cpp.obj 2024-11-01T16:34:17.5938381Z [6474/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_ops_to_mkldnn.cpp.obj 2024-11-01T16:34:18.4793464Z [6475/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_tuples.cpp.obj 2024-11-01T16:34:18.7495694Z [6476/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\insert_guards.cpp.obj 2024-11-01T16:34:19.1894525Z [6477/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\block_codegen.cpp.obj 2024-11-01T16:34:19.3018770Z [6478/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\unpickler.cpp.obj 2024-11-01T16:34:19.7071866Z [6479/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_grad_of.cpp.obj 2024-11-01T16:34:20.0676892Z [6480/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_overlap.cpp.obj 2024-11-01T16:34:20.0955639Z [6481/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_inference.cpp.obj 2024-11-01T16:34:20.1917756Z [6482/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\loop_unrolling.cpp.obj 2024-11-01T16:34:20.5254520Z [6483/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\codegen.cpp.obj 2024-11-01T16:34:20.6469622Z [6484/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_dict_idioms.cpp.obj 2024-11-01T16:34:20.9850790Z [6485/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_alias_sensitive.cpp.obj 2024-11-01T16:34:21.0047230Z [6486/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\metal_rewrite.cpp.obj 2024-11-01T16:34:21.0174520Z [6487/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\normalize_ops.cpp.obj 2024-11-01T16:34:21.1447619Z [6488/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole.cpp.obj 2024-11-01T16:34:21.5454481Z [6489/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\pass_manager.cpp.obj 2024-11-01T16:34:21.8316476Z [6490/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\liveness.cpp.obj 2024-11-01T16:34:21.8752392Z [6491/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_list_idioms.cpp.obj 2024-11-01T16:34:21.8908890Z [6492/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_non_tensor.cpp.obj 2024-11-01T16:34:21.9533117Z [6493/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\prepack_folding.cpp.obj 2024-11-01T16:34:22.1288284Z [6494/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\quantization_type.cpp.obj 2024-11-01T16:34:22.1448325Z [6495/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\dedup_module_uses.cpp.obj 2024-11-01T16:34:22.4487856Z [6496/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\helper.cpp.obj 2024-11-01T16:34:22.7026806Z [6497/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\mkldnn_rewrite.cpp.obj 2024-11-01T16:34:22.7343445Z [6498/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_quant_dequant.cpp.obj 2024-11-01T16:34:22.8015671Z [6499/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_observers.cpp.obj 2024-11-01T16:34:22.8985633Z [6500/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\fusion_passes.cpp.obj 2024-11-01T16:34:22.9902555Z [6501/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\refine_tuple_types.cpp.obj 2024-11-01T16:34:23.0271829Z [6502/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_exceptions.cpp.obj 2024-11-01T16:34:23.3895981Z [6503/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_dropout.cpp.obj 2024-11-01T16:34:23.6430760Z [6504/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_expands.cpp.obj 2024-11-01T16:34:23.6998910Z [6505/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\requires_grad_analysis.cpp.obj 2024-11-01T16:34:23.8144468Z [6506/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\restore_mutation.cpp.obj 2024-11-01T16:34:23.8689489Z [6507/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\finalize.cpp.obj 2024-11-01T16:34:23.9787209Z [6508/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_redundant_profiles.cpp.obj 2024-11-01T16:34:24.0314755Z [6509/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\replacement_of_old_operators.cpp.obj 2024-11-01T16:34:24.2554716Z [6510/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_mutation.cpp.obj 2024-11-01T16:34:24.5904627Z [6511/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_analysis.cpp.obj 2024-11-01T16:34:24.6576886Z [6512/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\subgraph_rewrite.cpp.obj 2024-11-01T16:34:24.7475613Z [6513/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\shape_analysis.cpp.obj 2024-11-01T16:34:24.7517267Z [6514/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_cache.cpp.obj 2024-11-01T16:34:25.5583497Z [6515/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\op_registry.cpp.obj 2024-11-01T16:34:25.6071155Z [6516/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\memory_dag.cpp.obj 2024-11-01T16:34:25.7137214Z [6517/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\optimization_utils.cpp.obj 2024-11-01T16:34:25.7167506Z [6518/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\update_differentiable_graph_requires_grad.cpp.obj 2024-11-01T16:34:25.9914985Z [6519/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\register_packed_params.cpp.obj 2024-11-01T16:34:26.0572459Z [6520/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\utf8_decoding_ignore.cpp.obj 2024-11-01T16:34:26.4721454Z [6521/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\subgraph_utils.cpp.obj 2024-11-01T16:34:26.5442936Z [6522/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\update_graph_executor_opt.cpp.obj 2024-11-01T16:34:26.5604884Z [6523/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\value_refinement_utils.cpp.obj 2024-11-01T16:34:26.6463841Z [6524/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\variadic_ops.cpp.obj 2024-11-01T16:34:27.1147813Z [6525/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\specialize_autogradzero.cpp.obj 2024-11-01T16:34:27.3104404Z [6526/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.cpp.obj 2024-11-01T16:34:27.4095600Z [6527/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\argument_spec.cpp.obj 2024-11-01T16:34:27.5106596Z [6528/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\autodiff.cpp.obj 2024-11-01T16:34:27.5395955Z [6529/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\instruction.cpp.obj 2024-11-01T16:34:27.5571747Z [6530/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\tensorexpr_fuser.cpp.obj 2024-11-01T16:34:27.5574629Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\passes\tensorexpr_fuser.cpp(476): warning C4805: '&=': unsafe mix of type 'bool' and type 'unsigned __int64' in operation 2024-11-01T16:34:27.5577695Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\passes\tensorexpr_fuser.cpp(476): warning C4805: '&': unsafe mix of type 'bool' and type 'unsigned __int64' in operation 2024-11-01T16:34:27.7522307Z [6531/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry_util.cpp.obj 2024-11-01T16:34:27.8953035Z [6532/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_exception.cpp.obj 2024-11-01T16:34:28.1264128Z [6533/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\logging.cpp.obj 2024-11-01T16:34:28.5199372Z [6534/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\preprocess_graph.cpp.obj 2024-11-01T16:34:28.5312626Z [6535/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry.cpp.obj 2024-11-01T16:34:28.8136571Z [6536/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\print_handler.cpp.obj 2024-11-01T16:34:28.8650248Z [6537/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\vulkan_rewrite.cpp.obj 2024-11-01T16:34:29.2986663Z [6538/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\xnnpack_rewrite.cpp.obj 2024-11-01T16:34:29.7512918Z [6539/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\script_profile.cpp.obj 2024-11-01T16:34:30.3470562Z [6540/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter.cpp.obj 2024-11-01T16:34:30.7008174Z [6541/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\graph_executor.cpp.obj 2024-11-01T16:34:30.7349347Z [6542/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\operator.cpp.obj 2024-11-01T16:34:31.0404154Z [6543/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\slice_indices_adjust.cpp.obj 2024-11-01T16:34:31.3304619Z [6544/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_trace.cpp.obj 2024-11-01T16:34:31.7053327Z [6545/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\frame.cpp.obj 2024-11-01T16:34:32.0848026Z [6546/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\serialized_shape_function_registry.cpp.obj 2024-11-01T16:34:32.1931839Z [6547/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_graph_executor_impl.cpp.obj 2024-11-01T16:34:32.3258320Z [6548/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\fusion.cpp.obj 2024-11-01T16:34:32.5913600Z [6549/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\impl.cpp.obj 2024-11-01T16:34:32.8116485Z [6550/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_record.cpp.obj 2024-11-01T16:34:32.8675869Z [6551/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_ops_utils.cpp.obj 2024-11-01T16:34:33.4242876Z [6552/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\simple_graph_executor_impl.cpp.obj 2024-11-01T16:34:33.5215685Z [6553/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\passes.cpp.obj 2024-11-01T16:34:33.7339258Z [6554/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\memory_planner.cpp.obj 2024-11-01T16:34:34.2864829Z [6555/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\generated_ops.cpp.obj 2024-11-01T16:34:34.4988507Z [6556/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry.cpp.obj 2024-11-01T16:34:34.6684343Z [6557/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry_util.cpp.obj 2024-11-01T16:34:35.0217495Z [6558/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\cpp_codegen.cpp.obj 2024-11-01T16:34:35.2244390Z [6559/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_script.cpp.obj 2024-11-01T16:34:35.3992239Z [6560/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\vararg_functions.cpp.obj 2024-11-01T16:34:35.4307209Z [6561/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_export_helpers.cpp.obj 2024-11-01T16:34:35.6081268Z [6562/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_read.cpp.obj 2024-11-01T16:34:35.8846202Z [6563/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\native_ops.cpp.obj 2024-11-01T16:34:35.9505733Z [6564/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\ops.cpp.obj 2024-11-01T16:34:35.9665863Z [6565/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\callstack_debug_info_serialization.cpp.obj 2024-11-01T16:34:36.0778809Z [6566/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickle.cpp.obj 2024-11-01T16:34:36.1111014Z [6567/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\te_wrapper.cpp.obj 2024-11-01T16:34:36.5078140Z [6568/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\source_range_serialization.cpp.obj 2024-11-01T16:34:36.5540291Z [6569/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_source.cpp.obj 2024-11-01T16:34:36.7704245Z [6570/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\python_print.cpp.obj 2024-11-01T16:34:36.8337750Z [6571/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\config.cpp.obj 2024-11-01T16:34:36.9272374Z [6572/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\type_name_uniquer.cpp.obj 2024-11-01T16:34:36.9918731Z [6573/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\tensor_aten_ops.cpp.obj 2024-11-01T16:34:37.1197367Z [6574/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\device_data.cpp.obj 2024-11-01T16:34:37.5453115Z [6575/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\generic.cpp.obj 2024-11-01T16:34:37.7270038Z [6576/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\dynamic_ir.cpp.obj 2024-11-01T16:34:38.5642452Z [6577/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import.cpp.obj 2024-11-01T16:34:38.7733046Z [6578/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_registry.cpp.obj 2024-11-01T16:34:39.5881884Z [6579/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickler.cpp.obj 2024-11-01T16:34:39.6032862Z [6580/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir.cpp.obj 2024-11-01T16:34:39.6529176Z [6581/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\intrinsic_symbols.cpp.obj 2024-11-01T16:34:39.6743684Z [6582/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_codegen.cpp.obj 2024-11-01T16:34:40.2349393Z [6583/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions.cpp.obj 2024-11-01T16:34:40.2727803Z [6584/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\eval.cpp.obj 2024-11-01T16:34:40.3249367Z [6585/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_core.cpp.obj 2024-11-01T16:34:40.4260639Z [6586/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\expr.cpp.obj 2024-11-01T16:34:40.5265032Z [6587/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_codegen.cpp.obj 2024-11-01T16:34:40.6008206Z [6588/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_jit.cpp.obj 2024-11-01T16:34:40.7359654Z [6589/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\hash_provider.cpp.obj 2024-11-01T16:34:42.6274924Z [6590/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_verifier.cpp.obj 2024-11-01T16:34:42.6962633Z [6591/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\graph_opt.cpp.obj 2024-11-01T16:34:42.8764300Z [6592/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_cloner.cpp.obj 2024-11-01T16:34:43.2967709Z [6593/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_mutator.cpp.obj 2024-11-01T16:34:43.4334859Z [6594/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_simplifier.cpp.obj 2024-11-01T16:34:43.4337015Z 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 2024-11-01T16:34:43.4339165Z with 2024-11-01T16:34:43.4339600Z [ 2024-11-01T16:34:43.4340045Z T=int 2024-11-01T16:34:43.4340505Z ] 2024-11-01T16:34:43.4343299Z 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 2024-11-01T16:34:43.4346284Z with 2024-11-01T16:34:43.4346737Z [ 2024-11-01T16:34:43.4347147Z T=int 2024-11-01T16:34:43.4347570Z ] 2024-11-01T16:34:43.6365896Z [6595/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_visitor.cpp.obj 2024-11-01T16:34:44.0332414Z [6596/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_printer.cpp.obj 2024-11-01T16:34:44.1330383Z [6597/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\kernel.cpp.obj 2024-11-01T16:34:45.5175091Z [6598/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest.cpp.obj 2024-11-01T16:34:45.6106373Z [6599/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest_randomization.cpp.obj 2024-11-01T16:34:45.7538418Z [6600/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\mem_dependency_checker.cpp.obj 2024-11-01T16:34:45.7541629Z 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 2024-11-01T16:34:45.7543877Z with 2024-11-01T16:34:45.7544236Z [ 2024-11-01T16:34:45.7544595Z T=int 2024-11-01T16:34:45.7545059Z ] 2024-11-01T16:34:45.7547806Z 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 2024-11-01T16:34:45.7550906Z with 2024-11-01T16:34:45.7551327Z [ 2024-11-01T16:34:45.7551745Z T=int 2024-11-01T16:34:45.7552206Z ] 2024-11-01T16:34:46.4272321Z [6601/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\misc.cpp.obj 2024-11-01T16:34:46.7946750Z [6602/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\lowerings.cpp.obj 2024-11-01T16:34:46.8114578Z [6603/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\matmul.cpp.obj 2024-11-01T16:34:47.2531101Z [6604/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\quantization.cpp.obj 2024-11-01T16:34:47.3422981Z [6605/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\conv2d.cpp.obj 2024-11-01T16:34:47.6587976Z [6606/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\reduction.cpp.obj 2024-11-01T16:34:47.7855172Z [6607/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\unique_name_manager.cpp.obj 2024-11-01T16:34:48.0646799Z [6608/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\types.cpp.obj 2024-11-01T16:34:48.2213332Z [6609/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\tensor.cpp.obj 2024-11-01T16:34:48.6744042Z [6610/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\pointwise.cpp.obj 2024-11-01T16:34:48.7699609Z [6611/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\norm.cpp.obj 2024-11-01T16:34:48.8016919Z [6612/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\hooks_for_testing.cpp.obj 2024-11-01T16:34:48.8371021Z [6613/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\softmax.cpp.obj 2024-11-01T16:34:48.8788804Z [6614/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\file_check.cpp.obj 2024-11-01T16:34:49.1791437Z [6615/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_device.cpp.obj 2024-11-01T16:34:49.5918562Z [6616/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\config.cpp.obj 2024-11-01T16:34:49.6288587Z [6617/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\lowering_context.cpp.obj 2024-11-01T16:34:49.7185061Z [6618/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_interface.cpp.obj 2024-11-01T16:34:49.7253135Z [6619/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir.cpp.obj 2024-11-01T16:34:49.7959102Z [6620/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\debug_util.cpp.obj 2024-11-01T16:34:49.8248551Z [6621/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_dump_util.cpp.obj 2024-11-01T16:34:49.8791946Z [6622/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\reduction.cpp.obj 2024-11-01T16:34:49.9544421Z [6623/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\multi_wait.cpp.obj 2024-11-01T16:34:50.3011004Z [6624/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\registerizer.cpp.obj 2024-11-01T16:34:50.3014462Z 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 2024-11-01T16:34:50.3016753Z with 2024-11-01T16:34:50.3017197Z [ 2024-11-01T16:34:50.3017607Z T=int 2024-11-01T16:34:50.3018069Z ] 2024-11-01T16:34:50.3020820Z 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 2024-11-01T16:34:50.3023754Z with 2024-11-01T16:34:50.3024122Z [ 2024-11-01T16:34:50.3024528Z T=int 2024-11-01T16:34:50.3024985Z ] 2024-11-01T16:34:50.3175558Z [6625/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\hash.cpp.obj 2024-11-01T16:34:50.4949530Z [6626/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\helpers.cpp.obj 2024-11-01T16:34:50.5989248Z [6627/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\permutation_util.cpp.obj 2024-11-01T16:34:50.6502820Z [6628/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\arithmetic_ir_ops.cpp.obj 2024-11-01T16:34:50.7323565Z [6629/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\lazy_graph_executor.cpp.obj 2024-11-01T16:34:50.7781871Z [6630/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_util.cpp.obj 2024-11-01T16:34:50.7941748Z [6631/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_metadata.cpp.obj 2024-11-01T16:34:50.9362839Z [6632/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\metrics.cpp.obj 2024-11-01T16:34:51.1178810Z [6633/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\events.cpp.obj 2024-11-01T16:34:51.1443256Z [6634/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\counters.cpp.obj 2024-11-01T16:34:51.3966866Z [6635/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\utils.cpp.obj 2024-11-01T16:34:51.4467446Z [6636/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor.cpp.obj 2024-11-01T16:34:51.5608017Z [6637/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\thread_pool.cpp.obj 2024-11-01T16:34:51.6441327Z [6638/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape.cpp.obj 2024-11-01T16:34:51.6793630Z [6639/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_util.cpp.obj 2024-11-01T16:34:51.8228580Z [6640/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_impl.cpp.obj 2024-11-01T16:34:52.1232647Z [6641/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\trie.cpp.obj 2024-11-01T16:34:52.2288629Z [6642/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\combined_traceback.cpp.obj 2024-11-01T16:34:52.3585993Z [6643/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_client_interface.cpp.obj 2024-11-01T16:34:52.4114935Z [6644/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\perf.cpp.obj 2024-11-01T16:34:52.4556349Z [6645/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_shim.cpp.obj 2024-11-01T16:34:52.4915181Z [6646/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\data_flow.cpp.obj 2024-11-01T16:34:52.5308809Z [6647/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind_fb.cpp.obj 2024-11-01T16:34:52.5975214Z [6648/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\collection.cpp.obj 2024-11-01T16:34:52.6179157Z [6649/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\observer.cpp.obj 2024-11-01T16:34:52.8135888Z [6650/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\base.cpp.obj 2024-11-01T16:34:53.0997054Z [6651/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind.cpp.obj 2024-11-01T16:34:53.2512224Z [6652/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\vulkan.cpp.obj 2024-11-01T16:34:53.2662671Z [6653/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\python_tracer.cpp.obj 2024-11-01T16:34:53.3760364Z [6654/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\execution_trace_observer.cpp.obj 2024-11-01T16:34:53.3957673Z [6655/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\itt_observer.cpp.obj 2024-11-01T16:34:53.4095808Z [6656/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\privateuse1_observer.cpp.obj 2024-11-01T16:34:53.5426832Z [6657/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\nvtx_observer.cpp.obj 2024-11-01T16:34:53.6053848Z [6658/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\cpp_stacktraces.cpp.obj 2024-11-01T16:34:53.6634062Z [6659/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape_inference.cpp.obj 2024-11-01T16:34:54.1467124Z [6660/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\schema_info.cpp.obj 2024-11-01T16:34:54.3038660Z [6661/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\variadic.cpp.obj 2024-11-01T16:34:54.3267405Z [6662/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\util.cpp.obj 2024-11-01T16:34:54.3371491Z [6663/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_graph.cpp.obj 2024-11-01T16:34:54.5658720Z [6664/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_inplace_ops.cpp.obj 2024-11-01T16:34:55.0800112Z [6665/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\check_alias_annotation.cpp.obj 2024-11-01T16:34:55.2186175Z [6666/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_c10_ops.cpp.obj 2024-11-01T16:34:55.3344647Z [6667/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\debug_info.cpp.obj 2024-11-01T16:34:55.9621491Z [6668/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\tensor_flatten.cpp.obj 2024-11-01T16:34:56.7686311Z [6669/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\cuda\interface.cpp.obj 2024-11-01T16:34:56.8014023Z [6670/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_autograd_functions.cpp.obj 2024-11-01T16:34:56.9002697Z [6671/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\autocast.cpp.obj 2024-11-01T16:34:57.2015387Z [6672/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_eager_fallback.cpp.obj 2024-11-01T16:34:57.6331870Z [6673/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops_fulljit.cpp.obj 2024-11-01T16:34:57.6990730Z [6674/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_lowering_context.cpp.obj 2024-11-01T16:34:57.7720369Z [6675/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node.cpp.obj 2024-11-01T16:34:57.9963636Z [6676/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops.cpp.obj 2024-11-01T16:34:58.0837324Z [6677/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\export_data.cpp.obj 2024-11-01T16:34:58.1903869Z [6678/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_backend_impl.cpp.obj 2024-11-01T16:34:58.3543911Z [6679/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_special_ops.cpp.obj 2024-11-01T16:34:59.1408303Z [6680/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\TraceTypeManual.cpp.obj 2024-11-01T16:34:59.8733874Z [6681/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import_data.cpp.obj 2024-11-01T16:34:59.8957539Z [6682/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node_lowering.cpp.obj 2024-11-01T16:35:00.1397866Z [6683/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_native_functions.cpp.obj 2024-11-01T16:35:00.2071018Z [6684/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\itt_wrapper.cpp.obj 2024-11-01T16:35:00.5822935Z [6685/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\optim\sgd.cpp.obj 2024-11-01T16:35:00.5914007Z [6686/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\out_types.cpp.obj 2024-11-01T16:35:00.8400697Z [6687/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\sequential.cpp.obj 2024-11-01T16:35:00.9019703Z [6688/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\itt.cpp.obj 2024-11-01T16:35:01.0036720Z [6689/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport.cpp.obj 2024-11-01T16:35:01.1724325Z [6690/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\flatbuffer_serializer.cpp.obj 2024-11-01T16:35:01.3192274Z [6691/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\random.cpp.obj 2024-11-01T16:35:01.6236328Z [6692/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\jit.cpp.obj 2024-11-01T16:35:01.8427913Z [6693/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport_manager.cpp.obj 2024-11-01T16:35:02.2774059Z [6694/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\onnx.cpp.obj 2024-11-01T16:35:02.3518945Z [6695/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\FunctionsManual.cpp.obj 2024-11-01T16:35:02.4691079Z [6696/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_bytecode.cpp.obj 2024-11-01T16:35:02.5662509Z [6697/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\byte_order.cpp.obj 2024-11-01T16:35:02.7351029Z [6698/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backoff.cpp.obj 2024-11-01T16:35:03.3234386Z [6699/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\VariableTypeManual.cpp.obj 2024-11-01T16:35:03.4175698Z [6700/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module_save.cpp.obj 2024-11-01T16:35:03.8293107Z [6701/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\FileStore.cpp.obj 2024-11-01T16:35:03.8987098Z [6702/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GlooDeviceFactory.cpp.obj 2024-11-01T16:35:04.2840909Z [6703/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_module.cpp.obj 2024-11-01T16:35:04.3178538Z [6704/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_collectives\StoreCollectives.cpp.obj 2024-11-01T16:35:04.4886125Z [6705/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export.cpp.obj 2024-11-01T16:35:04.9862336Z [6706/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\cpu\fused_kernel.cpp.obj 2024-11-01T16:35:05.1014852Z [6707/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backend.cpp.obj 2024-11-01T16:35:05.1931085Z [6708/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ParamCommsUtils.cpp.obj 2024-11-01T16:35:05.4206056Z [6709/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\DMAConnectivity.cpp.obj 2024-11-01T16:35:06.0592798Z [6710/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\PrefixStore.cpp.obj 2024-11-01T16:35:06.9681243Z [6711/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Store.cpp.obj 2024-11-01T16:35:07.1676201Z [6712/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Functional.cpp.obj 2024-11-01T16:35:07.2347528Z [6713/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GroupRegistry.cpp.obj 2024-11-01T16:35:07.2411003Z [6714/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupMPI.cpp.obj 2024-11-01T16:35:07.2934711Z [6715/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\instancenorm.cpp.obj 2024-11-01T16:35:08.0465271Z [6716/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroup.cpp.obj 2024-11-01T16:35:08.2345258Z [6717/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\SymmetricMemory.cpp.obj 2024-11-01T16:35:08.4380425Z [6718/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreLibUvBackend.cpp.obj 2024-11-01T16:35:08.4906585Z [6719/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\debug.cpp.obj 2024-11-01T16:35:08.7186150Z [6720/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Ops.cpp.obj 2024-11-01T16:35:08.7895386Z [6721/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupGloo.cpp.obj 2024-11-01T16:35:10.3072557Z [6722/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Utils.cpp.obj 2024-11-01T16:35:10.3268013Z [6723/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupWrapper.cpp.obj 2024-11-01T16:35:10.7232523Z [6724/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStore.cpp.obj 2024-11-01T16:35:11.1222648Z [6725/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logging.cpp.obj 2024-11-01T16:35:11.2080292Z [6726/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\sequence_num.cpp.obj 2024-11-01T16:35:11.3625072Z [6727/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreBackend.cpp.obj 2024-11-01T16:35:11.6702426Z [6728/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\quantization\quantization.cpp.obj 2024-11-01T16:35:11.7467305Z [6729/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\comm.cpp.obj 2024-11-01T16:35:11.8098252Z [6730/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\Handlers.cpp.obj 2024-11-01T16:35:11.8631946Z [6731/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\WorkerServer.cpp.obj 2024-11-01T16:35:12.1394791Z [6732/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logger.cpp.obj 2024-11-01T16:35:12.1396377Z 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 2024-11-01T16:35:12.2642690Z [6733/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\cuda.cpp.obj 2024-11-01T16:35:12.2929312Z [6734/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\socket.cpp.obj 2024-11-01T16:35:12.3451198Z [6735/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\reducer.cpp.obj 2024-11-01T16:35:12.4299433Z [6736/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\enum.cpp.obj 2024-11-01T16:35:12.9125285Z [6737/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\mps.cpp.obj 2024-11-01T16:35:14.0773488Z [6738/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\default_comm_hooks.cpp.obj 2024-11-01T16:35:14.4166721Z [6739/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Work.cpp.obj 2024-11-01T16:35:14.8156377Z [6740/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\datasets\mnist.cpp.obj 2024-11-01T16:35:15.1411795Z [6741/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\stream.cpp.obj 2024-11-01T16:35:15.4736610Z [6742/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\distributed.cpp.obj 2024-11-01T16:35:15.5014451Z [6743/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\random.cpp.obj 2024-11-01T16:35:15.6539893Z [6744/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\sequential.cpp.obj 2024-11-01T16:35:15.7436416Z [6745/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\init.cpp.obj 2024-11-01T16:35:15.7731538Z [6746/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\imethod.cpp.obj 2024-11-01T16:35:17.2671441Z [6747/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize.cpp.obj 2024-11-01T16:35:17.6744325Z [6748/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\module.cpp.obj 2024-11-01T16:35:18.4219267Z [6749/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\activation.cpp.obj 2024-11-01T16:35:18.7524957Z [6750/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\adaptive.cpp.obj 2024-11-01T16:35:18.8565132Z [6751/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\_functions.cpp.obj 2024-11-01T16:35:18.9464340Z [6752/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\normalization.cpp.obj 2024-11-01T16:35:19.1904969Z [6753/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\batchnorm.cpp.obj 2024-11-01T16:35:19.3472759Z [6754/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\distance.cpp.obj 2024-11-01T16:35:20.4956954Z [6755/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\conv.cpp.obj 2024-11-01T16:35:20.7409335Z [6756/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\instancenorm.cpp.obj 2024-11-01T16:35:21.5109351Z [6757/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\embedding.cpp.obj 2024-11-01T16:35:22.0093042Z [6758/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\loss.cpp.obj 2024-11-01T16:35:22.0343878Z [6759/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\dropout.cpp.obj 2024-11-01T16:35:22.2079675Z [6760/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pixelshuffle.cpp.obj 2024-11-01T16:35:22.4444820Z [6761/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\linear.cpp.obj 2024-11-01T16:35:22.5748438Z [6762/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\padding.cpp.obj 2024-11-01T16:35:23.8197516Z [6763/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\fold.cpp.obj 2024-11-01T16:35:23.8891712Z [6764/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\activation.cpp.obj 2024-11-01T16:35:24.7063282Z [6765/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\container\functional.cpp.obj 2024-11-01T16:35:25.2613889Z [6766/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\rnn.cpp.obj 2024-11-01T16:35:25.3412509Z [6767/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\transformer.cpp.obj 2024-11-01T16:35:25.5896158Z [6768/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\upsampling.cpp.obj 2024-11-01T16:35:25.7344604Z [6769/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\adaptive.cpp.obj 2024-11-01T16:35:25.9524450Z [6770/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pooling.cpp.obj 2024-11-01T16:35:26.6523817Z [6771/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\embedding.cpp.obj 2024-11-01T16:35:26.7463900Z [6772/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\batchnorm.cpp.obj 2024-11-01T16:35:27.6974101Z [6773/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\normalization.cpp.obj 2024-11-01T16:35:28.3089323Z [6774/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\padding.cpp.obj 2024-11-01T16:35:28.4292627Z [6775/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\dropout.cpp.obj 2024-11-01T16:35:28.6320311Z [6776/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\linear.cpp.obj 2024-11-01T16:35:28.7576698Z [6777/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\conv.cpp.obj 2024-11-01T16:35:28.9860569Z [6778/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\vision.cpp.obj 2024-11-01T16:35:29.8836046Z [6779/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\transformer.cpp.obj 2024-11-01T16:35:30.0305372Z [6780/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adagrad.cpp.obj 2024-11-01T16:35:30.6969892Z [6781/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\rnn.cpp.obj 2024-11-01T16:35:31.2895752Z [6782/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\pooling.cpp.obj 2024-11-01T16:35:31.7090145Z [6783/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\serialize.cpp.obj 2024-11-01T16:35:31.8357977Z [6784/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\optimizer.cpp.obj 2024-11-01T16:35:31.9268255Z [6785/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adamw.cpp.obj 2024-11-01T16:35:32.0500388Z [6786/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\lr_scheduler.cpp.obj 2024-11-01T16:35:32.2711413Z [6787/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\lbfgs.cpp.obj 2024-11-01T16:35:32.4689017Z [6788/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\step_lr.cpp.obj 2024-11-01T16:35:32.7580285Z [6789/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\reduce_on_plateau_scheduler.cpp.obj 2024-11-01T16:35:32.8343822Z [6790/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.AVX2.cpp.obj 2024-11-01T16:35:32.8346999Z 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' 2024-11-01T16:35:32.8350560Z 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' 2024-11-01T16:35:32.8354266Z 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' 2024-11-01T16:35:32.8358026Z 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' 2024-11-01T16:35:33.0766895Z [6791/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX2.cpp.obj 2024-11-01T16:35:33.0768608Z 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' 2024-11-01T16:35:33.0770467Z 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' 2024-11-01T16:35:33.0772381Z 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' 2024-11-01T16:35:33.0774336Z 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' 2024-11-01T16:35:33.1055629Z [6792/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adam.cpp.obj 2024-11-01T16:35:33.1607746Z [6793/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\rmsprop.cpp.obj 2024-11-01T16:35:33.1936875Z [6794/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX2.cpp.obj 2024-11-01T16:35:33.1940875Z 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' 2024-11-01T16:35:33.1943903Z 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' 2024-11-01T16:35:33.1947090Z 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' 2024-11-01T16:35:33.1950523Z 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' 2024-11-01T16:35:33.2314708Z [6795/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\xpu.cpp.obj 2024-11-01T16:35:33.6914715Z [6796/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX2.cpp.obj 2024-11-01T16:35:33.6916434Z 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' 2024-11-01T16:35:33.6918399Z 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' 2024-11-01T16:35:33.6920414Z 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' 2024-11-01T16:35:33.6922419Z 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' 2024-11-01T16:35:33.8404648Z [6797/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.AVX2.cpp.obj 2024-11-01T16:35:33.8407734Z 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' 2024-11-01T16:35:33.8411076Z 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' 2024-11-01T16:35:33.8414757Z 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' 2024-11-01T16:35:33.8418546Z 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' 2024-11-01T16:35:33.9559517Z [6798/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:33.9561208Z 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' 2024-11-01T16:35:33.9563250Z 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' 2024-11-01T16:35:33.9565384Z 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' 2024-11-01T16:35:33.9568264Z 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' 2024-11-01T16:35:33.9688687Z [6799/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\input-archive.cpp.obj 2024-11-01T16:35:33.9831829Z [6800/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:33.9833809Z 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' 2024-11-01T16:35:33.9835754Z 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' 2024-11-01T16:35:33.9837789Z 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' 2024-11-01T16:35:33.9839846Z 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' 2024-11-01T16:35:34.0703888Z [6801/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:34.0706948Z 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' 2024-11-01T16:35:34.0710489Z 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' 2024-11-01T16:35:34.0714160Z 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' 2024-11-01T16:35:34.0718026Z 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' 2024-11-01T16:35:34.4200683Z [6802/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:34.4203517Z 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' 2024-11-01T16:35:34.4206608Z 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' 2024-11-01T16:35:34.4209994Z 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' 2024-11-01T16:35:34.4212189Z 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' 2024-11-01T16:35:34.4718187Z [6803/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:34.4720912Z 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' 2024-11-01T16:35:34.4724101Z 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' 2024-11-01T16:35:34.4726375Z 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' 2024-11-01T16:35:34.4729736Z 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' 2024-11-01T16:35:34.9704183Z [6804/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:34.9705825Z 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' 2024-11-01T16:35:34.9707849Z 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' 2024-11-01T16:35:34.9709820Z 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' 2024-11-01T16:35:34.9711729Z 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' 2024-11-01T16:35:35.0761423Z [6805/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:35.0763137Z 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' 2024-11-01T16:35:35.0764984Z 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' 2024-11-01T16:35:35.0767494Z 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' 2024-11-01T16:35:35.0769404Z 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' 2024-11-01T16:35:35.1461050Z [6806/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\sgd.cpp.obj 2024-11-01T16:35:35.1625369Z [6807/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:35.1627048Z 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' 2024-11-01T16:35:35.1628936Z 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' 2024-11-01T16:35:35.1630926Z 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' 2024-11-01T16:35:35.1632847Z 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' 2024-11-01T16:35:35.1948734Z [6808/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:35.1951836Z 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' 2024-11-01T16:35:35.1955442Z 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' 2024-11-01T16:35:35.1959322Z 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' 2024-11-01T16:35:35.1963051Z 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' 2024-11-01T16:35:35.2787288Z [6809/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX2.cpp.obj 2024-11-01T16:35:35.2790300Z 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' 2024-11-01T16:35:35.2793814Z 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' 2024-11-01T16:35:35.2797827Z 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' 2024-11-01T16:35:35.2801685Z 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' 2024-11-01T16:35:35.2878490Z [6810/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX2.cpp.obj 2024-11-01T16:35:35.2881442Z 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' 2024-11-01T16:35:35.2884646Z 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' 2024-11-01T16:35:35.2888075Z 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' 2024-11-01T16:35:35.2892094Z 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' 2024-11-01T16:35:35.5994963Z [6811/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:35.5998152Z 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' 2024-11-01T16:35:35.6001701Z 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' 2024-11-01T16:35:35.6006367Z 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' 2024-11-01T16:35:35.6010120Z 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' 2024-11-01T16:35:36.0788791Z [6812/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:36.0790419Z 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' 2024-11-01T16:35:36.0792466Z 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' 2024-11-01T16:35:36.0794387Z 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' 2024-11-01T16:35:36.0796310Z 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' 2024-11-01T16:35:36.1485765Z [6813/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\output-archive.cpp.obj 2024-11-01T16:35:36.2103079Z [6814/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:36.2104695Z 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' 2024-11-01T16:35:36.2106552Z 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' 2024-11-01T16:35:36.2108573Z 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' 2024-11-01T16:35:36.2111259Z 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' 2024-11-01T16:35:36.2216239Z [6815/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:36.2217860Z 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' 2024-11-01T16:35:36.2219721Z 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' 2024-11-01T16:35:36.2221628Z 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' 2024-11-01T16:35:36.2223656Z 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' 2024-11-01T16:35:36.2850038Z [6816/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:36.2851798Z 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' 2024-11-01T16:35:36.2853757Z 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' 2024-11-01T16:35:36.2855669Z 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' 2024-11-01T16:35:36.2857600Z 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' 2024-11-01T16:35:36.3803855Z [6817/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:36.3805571Z 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' 2024-11-01T16:35:36.3807456Z 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' 2024-11-01T16:35:36.3810293Z 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' 2024-11-01T16:35:36.3812281Z 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' 2024-11-01T16:35:36.3963167Z [6818/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:36.3966309Z 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' 2024-11-01T16:35:36.3969671Z 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' 2024-11-01T16:35:36.3973236Z 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' 2024-11-01T16:35:36.3976871Z 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' 2024-11-01T16:35:36.4244090Z [6819/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX2.cpp.obj 2024-11-01T16:35:36.4247185Z 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' 2024-11-01T16:35:36.4250710Z 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' 2024-11-01T16:35:36.4254533Z 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' 2024-11-01T16:35:36.4258238Z 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' 2024-11-01T16:35:36.7219049Z [6820/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:36.7222887Z 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' 2024-11-01T16:35:36.7226380Z 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' 2024-11-01T16:35:36.7230038Z 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' 2024-11-01T16:35:36.7233750Z 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' 2024-11-01T16:35:36.8583048Z [6821/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:36.8584685Z 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' 2024-11-01T16:35:36.8586562Z 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' 2024-11-01T16:35:36.8588625Z 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' 2024-11-01T16:35:36.8590886Z 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' 2024-11-01T16:35:36.9246887Z [6822/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:36.9250049Z 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' 2024-11-01T16:35:36.9253543Z 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' 2024-11-01T16:35:36.9257218Z 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' 2024-11-01T16:35:36.9260915Z 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' 2024-11-01T16:35:37.0138191Z [6823/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:37.0140110Z 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' 2024-11-01T16:35:37.0143060Z 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' 2024-11-01T16:35:37.0145263Z 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' 2024-11-01T16:35:37.0147190Z 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' 2024-11-01T16:35:37.0732442Z [6824/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:37.0735614Z 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' 2024-11-01T16:35:37.0740863Z 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' 2024-11-01T16:35:37.0744517Z 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' 2024-11-01T16:35:37.0748136Z 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' 2024-11-01T16:35:37.1046736Z [6825/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:37.1050562Z 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' 2024-11-01T16:35:37.1055323Z 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' 2024-11-01T16:35:37.1060084Z 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' 2024-11-01T16:35:37.1063762Z 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' 2024-11-01T16:35:37.2510846Z [6826/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:37.2513934Z 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' 2024-11-01T16:35:37.2517424Z 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' 2024-11-01T16:35:37.2521049Z 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' 2024-11-01T16:35:37.2524555Z 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' 2024-11-01T16:35:37.2741690Z [6827/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:37.2744493Z 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' 2024-11-01T16:35:37.2747774Z 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' 2024-11-01T16:35:37.2751400Z 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' 2024-11-01T16:35:37.2754901Z 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' 2024-11-01T16:35:37.2963574Z [6828/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:37.2966472Z 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' 2024-11-01T16:35:37.2969768Z 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' 2024-11-01T16:35:37.2973216Z 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' 2024-11-01T16:35:37.2976677Z 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' 2024-11-01T16:35:37.4826287Z [6829/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:37.4828198Z 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' 2024-11-01T16:35:37.4830017Z 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' 2024-11-01T16:35:37.4832046Z 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' 2024-11-01T16:35:37.4833959Z 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' 2024-11-01T16:35:37.5428201Z [6830/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:37.5430645Z 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' 2024-11-01T16:35:37.5434441Z 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' 2024-11-01T16:35:37.5438462Z 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' 2024-11-01T16:35:37.5442231Z 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' 2024-11-01T16:35:37.7938545Z [6831/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:37.7940531Z 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' 2024-11-01T16:35:37.7942704Z 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' 2024-11-01T16:35:37.7944716Z 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' 2024-11-01T16:35:37.7946904Z 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' 2024-11-01T16:35:37.9131712Z [6832/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX2.cpp.obj 2024-11-01T16:35:37.9134672Z 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' 2024-11-01T16:35:37.9138238Z 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' 2024-11-01T16:35:37.9141903Z 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' 2024-11-01T16:35:37.9145636Z 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' 2024-11-01T16:35:38.0628812Z [6833/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:38.0630428Z 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' 2024-11-01T16:35:38.0632421Z 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' 2024-11-01T16:35:38.0634526Z 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' 2024-11-01T16:35:38.0636475Z 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' 2024-11-01T16:35:38.0851810Z [6834/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:38.0854330Z 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' 2024-11-01T16:35:38.0857181Z 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' 2024-11-01T16:35:38.0859377Z 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' 2024-11-01T16:35:38.0861417Z 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' 2024-11-01T16:35:38.1055423Z [6835/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:38.1058201Z 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' 2024-11-01T16:35:38.1061447Z 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' 2024-11-01T16:35:38.1064822Z 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' 2024-11-01T16:35:38.1068108Z 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' 2024-11-01T16:35:38.2124569Z [6836/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:38.2126652Z 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' 2024-11-01T16:35:38.2128722Z 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' 2024-11-01T16:35:38.2130800Z 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' 2024-11-01T16:35:38.2133011Z 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' 2024-11-01T16:35:38.3712187Z [6837/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:38.3713888Z 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' 2024-11-01T16:35:38.4116526Z [6838/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:38.4119618Z 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' 2024-11-01T16:35:38.4123084Z 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' 2024-11-01T16:35:38.4126690Z 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' 2024-11-01T16:35:38.4130370Z 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' 2024-11-01T16:35:38.4433752Z [6839/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:38.4436283Z 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' 2024-11-01T16:35:38.4439530Z 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' 2024-11-01T16:35:38.4443572Z 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' 2024-11-01T16:35:38.4445601Z 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' 2024-11-01T16:35:38.6118211Z [6840/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:38.6119922Z 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' 2024-11-01T16:35:38.6121897Z 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' 2024-11-01T16:35:38.6123905Z 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' 2024-11-01T16:35:38.6125895Z 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' 2024-11-01T16:35:38.6923396Z [6841/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:38.6925518Z 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' 2024-11-01T16:35:38.6927625Z 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' 2024-11-01T16:35:38.6929795Z 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' 2024-11-01T16:35:38.6932022Z 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' 2024-11-01T16:35:38.7095122Z [6842/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:38.7098183Z 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' 2024-11-01T16:35:38.7101636Z 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' 2024-11-01T16:35:38.7105301Z 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' 2024-11-01T16:35:38.7109016Z 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' 2024-11-01T16:35:38.8936342Z [6843/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:38.8937998Z 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' 2024-11-01T16:35:38.8939938Z 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' 2024-11-01T16:35:38.8942169Z 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' 2024-11-01T16:35:38.8944379Z 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' 2024-11-01T16:35:39.0645376Z [6844/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:39.0647096Z 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' 2024-11-01T16:35:39.0649047Z 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' 2024-11-01T16:35:39.0651072Z 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' 2024-11-01T16:35:39.0653190Z 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' 2024-11-01T16:35:39.1409750Z [6845/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:39.1413467Z 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' 2024-11-01T16:35:39.3307890Z [6846/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:39.3309737Z 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' 2024-11-01T16:35:39.3312143Z 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' 2024-11-01T16:35:39.3314507Z 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' 2024-11-01T16:35:39.3317055Z 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' 2024-11-01T16:35:39.3464525Z [6847/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:39.3467309Z 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' 2024-11-01T16:35:39.3470336Z 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' 2024-11-01T16:35:39.3473215Z 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' 2024-11-01T16:35:39.3475239Z 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' 2024-11-01T16:35:39.3477128Z 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 2024-11-01T16:35:39.3479175Z 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 2024-11-01T16:35:39.3480492Z with 2024-11-01T16:35:39.3480725Z [ 2024-11-01T16:35:39.3480973Z scalar_t=float, 2024-11-01T16:35:39.3481773Z Op=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2024-11-01T16:35:39.3482831Z ] 2024-11-01T16:35:39.3484308Z 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 2024-11-01T16:35:39.3486307Z with 2024-11-01T16:35:39.3486646Z [ 2024-11-01T16:35:39.3487002Z scalar_t=float, 2024-11-01T16:35:39.3487807Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &), 2024-11-01T16:35:39.3489053Z Op=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2024-11-01T16:35:39.3489962Z ] 2024-11-01T16:35:39.3494120Z 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 2024-11-01T16:35:39.3497762Z with 2024-11-01T16:35:39.3498012Z [ 2024-11-01T16:35:39.3498469Z scalar_t=scalar_t, 2024-11-01T16:35:39.3498877Z data_t=at::vec::AVX2::Vectorized, 2024-11-01T16:35:39.3499965Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2024-11-01T16:35:39.3501549Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2024-11-01T16:35:39.3502383Z ] 2024-11-01T16:35:39.3504692Z 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 2024-11-01T16:35:39.3507593Z with 2024-11-01T16:35:39.3508002Z [ 2024-11-01T16:35:39.3508423Z scalar_t=scalar_t 2024-11-01T16:35:39.3508948Z ] 2024-11-01T16:35:39.3511980Z 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 2024-11-01T16:35:39.3514195Z with 2024-11-01T16:35:39.3514481Z [ 2024-11-01T16:35:39.3514867Z scalar_t=scalar_t 2024-11-01T16:35:39.3515348Z ] 2024-11-01T16:35:39.3517543Z 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)' 2024-11-01T16:35:39.3519289Z with 2024-11-01T16:35:39.3519567Z [ 2024-11-01T16:35:39.3519850Z scalar_t=scalar_t 2024-11-01T16:35:39.3520161Z ] 2024-11-01T16:35:39.3521792Z 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 2024-11-01T16:35:39.3523661Z with 2024-11-01T16:35:39.3523888Z [ 2024-11-01T16:35:39.3524135Z scalar_t=scalar_t 2024-11-01T16:35:39.3524429Z ] 2024-11-01T16:35:39.3525721Z 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 2024-11-01T16:35:39.4378303Z [6848/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:39.4380016Z 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' 2024-11-01T16:35:39.4653236Z [6849/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX2.cpp.obj 2024-11-01T16:35:39.4654887Z 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' 2024-11-01T16:35:39.4657750Z 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' 2024-11-01T16:35:39.4659783Z 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' 2024-11-01T16:35:39.4662811Z 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' 2024-11-01T16:35:39.5413664Z [6850/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:39.5415258Z 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' 2024-11-01T16:35:39.5417186Z 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' 2024-11-01T16:35:39.5419092Z 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' 2024-11-01T16:35:39.5421194Z 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' 2024-11-01T16:35:39.5487126Z [6851/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:39.5489045Z 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' 2024-11-01T16:35:39.9494527Z [6852/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:39.9496195Z 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' 2024-11-01T16:35:39.9498020Z 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' 2024-11-01T16:35:39.9500071Z 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' 2024-11-01T16:35:39.9501985Z 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' 2024-11-01T16:35:39.9557005Z [6853/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:39.9560141Z 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' 2024-11-01T16:35:39.9563277Z 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' 2024-11-01T16:35:39.9566529Z 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' 2024-11-01T16:35:39.9568912Z 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' 2024-11-01T16:35:39.9570839Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(517): warning C4333: '>>': right shift by too large amount, data loss 2024-11-01T16:35:40.0186149Z [6854/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:40.0188600Z 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' 2024-11-01T16:35:40.0191358Z 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' 2024-11-01T16:35:40.0194507Z 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' 2024-11-01T16:35:40.0197394Z 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' 2024-11-01T16:35:40.0255370Z [6855/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:40.0258199Z 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' 2024-11-01T16:35:40.0810912Z [6856/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:40.0814136Z 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' 2024-11-01T16:35:40.0817718Z 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' 2024-11-01T16:35:40.0821409Z 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' 2024-11-01T16:35:40.0825002Z 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' 2024-11-01T16:35:40.1672753Z [6857/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:40.1676103Z 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' 2024-11-01T16:35:40.1679784Z 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' 2024-11-01T16:35:40.1683508Z 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' 2024-11-01T16:35:40.1687219Z 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' 2024-11-01T16:35:40.3328404Z [6858/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:40.3331402Z 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' 2024-11-01T16:35:40.3335016Z 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' 2024-11-01T16:35:40.3338506Z 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' 2024-11-01T16:35:40.3342227Z 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' 2024-11-01T16:35:40.3439985Z [6859/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX2.cpp.obj 2024-11-01T16:35:40.3442920Z 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' 2024-11-01T16:35:40.3446335Z 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' 2024-11-01T16:35:40.3450518Z 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' 2024-11-01T16:35:40.3454179Z 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' 2024-11-01T16:35:40.4906179Z [6860/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX512.cpp.obj 2024-11-01T16:35:40.5287061Z [6861/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX2.cpp.obj 2024-11-01T16:35:40.5290034Z 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' 2024-11-01T16:35:40.5293644Z 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' 2024-11-01T16:35:40.5297550Z 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' 2024-11-01T16:35:40.5301262Z 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' 2024-11-01T16:35:40.6532444Z [6862/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX512.cpp.obj 2024-11-01T16:35:40.8099283Z [6863/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX2.cpp.obj 2024-11-01T16:35:40.8102334Z 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' 2024-11-01T16:35:40.8105695Z 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' 2024-11-01T16:35:40.8109290Z 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' 2024-11-01T16:35:40.8113100Z 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' 2024-11-01T16:35:40.9108261Z [6864/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.AVX512.cpp.obj 2024-11-01T16:35:41.0426259Z [6865/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX512.cpp.obj 2024-11-01T16:35:41.0712515Z [6866/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:41.1486513Z [6867/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.AVX512.cpp.obj 2024-11-01T16:35:41.1936363Z [6868/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:41.3446561Z [6869/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:41.3717634Z [6870/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX512.cpp.obj 2024-11-01T16:35:41.4228342Z [6871/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:41.5411174Z [6872/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:41.7314866Z [6873/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX512.cpp.obj 2024-11-01T16:35:41.9793439Z [6874/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:42.0077347Z [6875/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:42.1323547Z [6876/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX512.cpp.obj 2024-11-01T16:35:42.1567430Z [6877/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:42.2677562Z [6878/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:42.3380679Z [6879/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:42.3849403Z [6880/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:42.5151520Z [6881/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:42.5819800Z [6882/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:42.6110591Z [6883/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:42.6686508Z [6884/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:42.8461318Z [6885/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:43.0012409Z [6886/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:43.1853642Z [6887/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:43.2419100Z [6888/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:43.2586578Z [6889/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:43.3280701Z [6890/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:43.4698460Z [6891/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:43.4891722Z [6892/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:43.5729471Z [6893/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:43.6894262Z [6894/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:43.7494470Z [6895/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:44.0382398Z [6896/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:44.1269954Z [6897/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:44.1776797Z [6898/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:44.2579705Z [6899/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX512.cpp.obj 2024-11-01T16:35:44.2729346Z [6900/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:44.3182691Z [6901/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:44.4058427Z [6902/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:44.6295647Z [6903/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:44.6864080Z [6904/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:44.7499221Z [6905/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:44.7880831Z [6906/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:44.8141712Z [6907/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:45.0741702Z [6908/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:45.1256190Z [6909/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:45.2041364Z [6910/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:45.4149439Z [6911/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:45.4848960Z [6912/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:45.5314583Z [6913/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:45.6075874Z [6914/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:45.7442916Z [6915/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:45.9203842Z [6916/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX512.cpp.obj 2024-11-01T16:35:45.9328812Z [6917/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:45.9397279Z [6918/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:45.9399646Z 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 2024-11-01T16:35:45.9402380Z 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 2024-11-01T16:35:45.9403628Z with 2024-11-01T16:35:45.9403872Z [ 2024-11-01T16:35:45.9404107Z scalar_t=float, 2024-11-01T16:35:45.9404915Z Op=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2024-11-01T16:35:45.9405731Z ] 2024-11-01T16:35:45.9407809Z 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 2024-11-01T16:35:45.9409443Z with 2024-11-01T16:35:45.9409688Z [ 2024-11-01T16:35:45.9409933Z scalar_t=float, 2024-11-01T16:35:45.9410752Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &), 2024-11-01T16:35:45.9412102Z Op=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2024-11-01T16:35:45.9412894Z ] 2024-11-01T16:35:45.9415787Z 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 2024-11-01T16:35:45.9419244Z with 2024-11-01T16:35:45.9419544Z [ 2024-11-01T16:35:45.9419862Z scalar_t=scalar_t, 2024-11-01T16:35:45.9420355Z data_t=at::vec::AVX512::Vectorized, 2024-11-01T16:35:45.9421964Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2024-11-01T16:35:45.9424373Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2024-11-01T16:35:45.9425734Z ] 2024-11-01T16:35:45.9428890Z 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 2024-11-01T16:35:45.9431948Z with 2024-11-01T16:35:45.9432208Z [ 2024-11-01T16:35:45.9432545Z scalar_t=scalar_t 2024-11-01T16:35:45.9432858Z ] 2024-11-01T16:35:45.9435094Z 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 2024-11-01T16:35:45.9437486Z with 2024-11-01T16:35:45.9437727Z [ 2024-11-01T16:35:45.9437975Z scalar_t=scalar_t 2024-11-01T16:35:45.9438374Z ] 2024-11-01T16:35:45.9440429Z 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)' 2024-11-01T16:35:45.9442969Z with 2024-11-01T16:35:45.9443314Z [ 2024-11-01T16:35:45.9443697Z scalar_t=scalar_t 2024-11-01T16:35:45.9444175Z ] 2024-11-01T16:35:45.9446514Z 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 2024-11-01T16:35:45.9448751Z with 2024-11-01T16:35:45.9449039Z [ 2024-11-01T16:35:45.9449315Z scalar_t=scalar_t 2024-11-01T16:35:45.9449715Z ] 2024-11-01T16:35:45.9451736Z 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 2024-11-01T16:35:45.9762910Z [6919/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:45.9951792Z [6920/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:46.3801348Z [6921/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:46.3820957Z [6922/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:46.3822879Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(517): warning C4333: '>>': right shift by too large amount, data loss 2024-11-01T16:35:46.4601402Z [6923/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:46.5377857Z [6924/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX512.cpp.obj 2024-11-01T16:35:46.7675781Z [6925/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:46.8086600Z [6926/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX512.cpp.obj 2024-11-01T16:35:46.8179429Z [6927/7391] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX512.cpp.obj 2024-11-01T16:35:47.2692749Z [6928/7391] Building CXX object caffe2\CMakeFiles\type_ptr_test.dir\__\aten\src\ATen\test\type_ptr_test.cpp.obj 2024-11-01T16:35:48.8545684Z [6929/7391] Building CXX object caffe2\CMakeFiles\test_parallel.dir\__\aten\src\ATen\test\test_parallel.cpp.obj 2024-11-01T16:35:48.9273117Z [6930/7391] Building CXX object caffe2\CMakeFiles\thread_init_test.dir\__\aten\src\ATen\test\thread_init_test.cpp.obj 2024-11-01T16:35:49.0945934Z [6931/7391] Building CXX object caffe2\CMakeFiles\legacy_vmap_test.dir\__\aten\src\ATen\test\legacy_vmap_test.cpp.obj 2024-11-01T16:35:49.2925016Z [6932/7391] Building CXX object caffe2\CMakeFiles\undefined_tensor_test.dir\__\aten\src\ATen\test\undefined_tensor_test.cpp.obj 2024-11-01T16:35:49.3131740Z [6933/7391] Building CXX object caffe2\CMakeFiles\type_test.dir\__\aten\src\ATen\test\type_test.cpp.obj 2024-11-01T16:35:49.3398511Z [6934/7391] Building CXX object caffe2\CMakeFiles\verify_api_visibility.dir\__\aten\src\ATen\test\verify_api_visibility.cpp.obj 2024-11-01T16:35:49.3913612Z [6935/7391] Building CXX object caffe2\CMakeFiles\weakref_test.dir\__\aten\src\ATen\test\weakref_test.cpp.obj 2024-11-01T16:35:49.7735619Z [6936/7391] Building CXX object caffe2\CMakeFiles\wrapdim_test.dir\__\aten\src\ATen\test\wrapdim_test.cpp.obj 2024-11-01T16:35:49.9108325Z [6937/7391] Building CXX object caffe2\CMakeFiles\List_test.dir\__\aten\src\ATen\core\List_test.cpp.obj 2024-11-01T16:35:50.1917729Z [6938/7391] Building CXX object caffe2\CMakeFiles\kernel_function_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_function_test.cpp.obj 2024-11-01T16:35:50.2467350Z [6939/7391] Building CXX object caffe2\CMakeFiles\kernel_function_legacy_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_function_legacy_test.cpp.obj 2024-11-01T16:35:50.2734931Z [6940/7391] Building CXX object caffe2\CMakeFiles\kernel_lambda_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_lambda_test.cpp.obj 2024-11-01T16:35:50.5379843Z [6941/7391] Building CXX object caffe2\CMakeFiles\IListRef_test.dir\__\aten\src\ATen\core\IListRef_test.cpp.obj 2024-11-01T16:35:50.7719118Z [6942/7391] Building CXX object caffe2\CMakeFiles\kernel_stackbased_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_stackbased_test.cpp.obj 2024-11-01T16:35:50.8068936Z [6943/7391] Building CXX object caffe2\CMakeFiles\kernel_lambda_legacy_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_lambda_legacy_test.cpp.obj 2024-11-01T16:35:50.8919355Z [6944/7391] Building CXX object caffe2\CMakeFiles\torch.dir\__\empty.cpp.obj 2024-11-01T16:35:51.0212696Z [6945/7391] 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 2024-11-01T16:35:51.3347504Z [6946/7391] Building CXX object caffe2\CMakeFiles\xla_tensor_test.dir\__\aten\src\ATen\test\xla_tensor_test.cpp.obj 2024-11-01T16:35:51.4369857Z [6947/7391] Building CXX object caffe2\CMakeFiles\vec_test_all_types_AVX512.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2024-11-01T16:35:51.5120348Z [6948/7391] Building CXX object caffe2\CMakeFiles\vec_test_all_types_DEFAULT.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2024-11-01T16:35:51.8266060Z [6949/7391] Building CXX object caffe2\CMakeFiles\Dimname_test.dir\__\aten\src\ATen\test\Dimname_test.cpp.obj 2024-11-01T16:35:51.8590831Z [6950/7391] Building CXX object caffe2\CMakeFiles\KernelFunction_test.dir\__\aten\src\ATen\core\boxing\KernelFunction_test.cpp.obj 2024-11-01T16:35:51.9443317Z [6951/7391] Building CXX object caffe2\CMakeFiles\vec_test_all_types_AVX2.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2024-11-01T16:35:51.9446298Z 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' 2024-11-01T16:35:51.9449569Z 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' 2024-11-01T16:35:51.9453147Z 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' 2024-11-01T16:35:51.9456490Z 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' 2024-11-01T16:35:51.9868146Z [6952/7391] Building CXX object caffe2\CMakeFiles\StorageUtils_test.dir\__\aten\src\ATen\test\StorageUtils_test.cpp.obj 2024-11-01T16:35:52.8524747Z [6953/7391] Building CXX object caffe2\CMakeFiles\tensor_iterator_test.dir\__\aten\src\ATen\test\tensor_iterator_test.cpp.obj 2024-11-01T16:35:52.9823314Z [6954/7391] Building CXX object caffe2\CMakeFiles\stride_properties_test.dir\__\aten\src\ATen\test\stride_properties_test.cpp.obj 2024-11-01T16:35:53.5833615Z [6955/7391] Building CXX object caffe2\CMakeFiles\Dict_test.dir\__\aten\src\ATen\test\Dict_test.cpp.obj 2024-11-01T16:35:54.0798499Z [6956/7391] Building CXX object caffe2\CMakeFiles\MaybeOwned_test.dir\__\aten\src\ATen\test\MaybeOwned_test.cpp.obj 2024-11-01T16:35:54.3321753Z [6957/7391] Building CXX object caffe2\CMakeFiles\NamedTensor_test.dir\__\aten\src\ATen\test\NamedTensor_test.cpp.obj 2024-11-01T16:35:54.3595182Z [6958/7391] Building CXX object caffe2\CMakeFiles\apply_utils_test.dir\__\aten\src\ATen\test\apply_utils_test.cpp.obj 2024-11-01T16:35:54.4749343Z [6959/7391] Building CXX object caffe2\CMakeFiles\atest.dir\__\aten\src\ATen\test\atest.cpp.obj 2024-11-01T16:35:54.5055832Z [6960/7391] Building CXX object caffe2\CMakeFiles\basic.dir\__\aten\src\ATen\test\basic.cpp.obj 2024-11-01T16:35:55.3652428Z [6961/7391] Building CXX object caffe2\CMakeFiles\cpu_allocator_test.dir\__\aten\src\ATen\test\cpu_allocator_test.cpp.obj 2024-11-01T16:35:55.4942706Z [6962/7391] Building CXX object caffe2\CMakeFiles\broadcast_test.dir\__\aten\src\ATen\test\broadcast_test.cpp.obj 2024-11-01T16:35:56.1953671Z [6963/7391] Building CXX object caffe2\CMakeFiles\cpu_generator_test.dir\__\aten\src\ATen\test\cpu_generator_test.cpp.obj 2024-11-01T16:35:56.6404147Z [6964/7391] Building CXX object caffe2\CMakeFiles\cpu_profiling_allocator_test.dir\__\aten\src\ATen\test\cpu_profiling_allocator_test.cpp.obj 2024-11-01T16:35:56.8208223Z [6965/7391] Building CXX object caffe2\CMakeFiles\dispatch_key_set_test.dir\__\aten\src\ATen\test\dispatch_key_set_test.cpp.obj 2024-11-01T16:35:56.9965858Z [6966/7391] Building CXX object caffe2\CMakeFiles\dlconvertor_test.dir\__\aten\src\ATen\test\dlconvertor_test.cpp.obj 2024-11-01T16:35:57.0901015Z [6967/7391] Building CXX object caffe2\CMakeFiles\extension_backend_test.dir\__\aten\src\ATen\test\extension_backend_test.cpp.obj 2024-11-01T16:35:57.1775806Z [6968/7391] Building CXX object caffe2\CMakeFiles\cpu_rng_test.dir\__\aten\src\ATen\test\cpu_rng_test.cpp.obj 2024-11-01T16:35:57.4959764Z [6969/7391] Building CXX object caffe2\CMakeFiles\operator_name_test.dir\__\aten\src\ATen\test\operator_name_test.cpp.obj 2024-11-01T16:35:57.9681076Z [6970/7391] Building CXX object caffe2\CMakeFiles\half_test.dir\__\aten\src\ATen\test\half_test.cpp.obj 2024-11-01T16:35:58.3040174Z [6971/7391] Building CXX object caffe2\CMakeFiles\ivalue_test.dir\__\aten\src\ATen\test\ivalue_test.cpp.obj 2024-11-01T16:35:58.7721087Z [6972/7391] Building CXX object caffe2\CMakeFiles\lazy_tensor_test.dir\__\aten\src\ATen\test\lazy_tensor_test.cpp.obj 2024-11-01T16:35:59.3442972Z [6973/7391] Building CXX object caffe2\CMakeFiles\math_kernel_test.dir\__\aten\src\ATen\test\math_kernel_test.cpp.obj 2024-11-01T16:35:59.3616259Z [6974/7391] Building CXX object caffe2\CMakeFiles\memory_format_test.dir\__\aten\src\ATen\test\memory_format_test.cpp.obj 2024-11-01T16:35:59.4793222Z [6975/7391] Building CXX object caffe2\CMakeFiles\memory_overlapping_test.dir\__\aten\src\ATen\test\memory_overlapping_test.cpp.obj 2024-11-01T16:35:59.9459621Z [6976/7391] Building CXX object caffe2\CMakeFiles\native_test.dir\__\aten\src\ATen\test\native_test.cpp.obj 2024-11-01T16:35:59.9878432Z [6977/7391] Building CXX object caffe2\CMakeFiles\mobile_memory_cleanup.dir\__\aten\src\ATen\test\mobile_memory_cleanup.cpp.obj 2024-11-01T16:36:00.5276792Z [6978/7391] Building CXX object caffe2\CMakeFiles\operators_test.dir\__\aten\src\ATen\test\operators_test.cpp.obj 2024-11-01T16:36:00.8540610Z [6979/7391] Building CXX object caffe2\CMakeFiles\packedtensoraccessor_test.dir\__\aten\src\ATen\test\packedtensoraccessor_test.cpp.obj 2024-11-01T16:36:00.8720865Z [6980/7391] Building CXX object caffe2\CMakeFiles\CppSignature_test.dir\__\aten\src\ATen\core\dispatch\CppSignature_test.cpp.obj 2024-11-01T16:36:01.1933662Z [6981/7391] Building CXX object caffe2\CMakeFiles\op_allowlist_test.dir\__\aten\src\ATen\core\op_registration\op_allowlist_test.cpp.obj 2024-11-01T16:36:01.2586836Z [6982/7391] Building CXX object caffe2\CMakeFiles\quantized_test.dir\__\aten\src\ATen\test\quantized_test.cpp.obj 2024-11-01T16:36:01.7374527Z [6983/7391] Building CXX object caffe2\CMakeFiles\inline_container_test.dir\serialize\inline_container_test.cc.obj 2024-11-01T16:36:01.8990294Z [6984/7391] Building CXX object caffe2\CMakeFiles\reportMemoryUsage_test.dir\__\aten\src\ATen\test\reportMemoryUsage_test.cpp.obj 2024-11-01T16:36:01.9477105Z [6985/7391] Building CXX object caffe2\CMakeFiles\reduce_ops_test.dir\__\aten\src\ATen\test\reduce_ops_test.cpp.obj 2024-11-01T16:36:02.0363523Z [6986/7391] Building CXX object caffe2\CMakeFiles\pow_test.dir\__\aten\src\ATen\test\pow_test.cpp.obj 2024-11-01T16:36:02.2065196Z [6987/7391] Building CXX object caffe2\CMakeFiles\op_registration_test.dir\__\aten\src\ATen\core\op_registration\op_registration_test.cpp.obj 2024-11-01T16:36:02.4682013Z [6988/7391] Building CXX object caffe2\CMakeFiles\scalar_test.dir\__\aten\src\ATen\test\scalar_test.cpp.obj 2024-11-01T16:36:02.5473885Z [6989/7391] Building CXX object caffe2\CMakeFiles\scalar_tensor_test.dir\__\aten\src\ATen\test\scalar_tensor_test.cpp.obj 2024-11-01T16:36:02.5975271Z [6990/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_create_autodiff_subgraphs.cpp.obj 2024-11-01T16:36:02.8072855Z [6991/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cleanup_passes.cpp.obj 2024-11-01T16:36:03.0447665Z [6992/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_code_template.cpp.obj 2024-11-01T16:36:03.2705751Z [6993/7391] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\__\out\RegisterCPUCustomOps.cpp.obj 2024-11-01T16:36:03.3427444Z [6994/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_constant_pooling.cpp.obj 2024-11-01T16:36:03.4959654Z [6995/7391] Building CXX object caffe2\CMakeFiles\backend_fallback_test.dir\__\aten\src\ATen\core\dispatch\backend_fallback_test.cpp.obj 2024-11-01T16:36:03.5788482Z [6996/7391] Building CXX object test_edge_op_registration\CMakeFiles\test_edge_op_registration.dir\test_main.cpp.obj 2024-11-01T16:36:03.6452874Z [6997/7391] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\custom_ops.cpp.obj 2024-11-01T16:36:03.7701471Z [6998/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_concat_opt.cpp.obj 2024-11-01T16:36:04.4192487Z [6999/7391] Building CXX object test_jit\CMakeFiles\jitbackend_test.dir\test_backend_lib.cpp.obj 2024-11-01T16:36:04.4884656Z [7000/7391] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_lib.cpp.obj 2024-11-01T16:36:04.6380087Z [7001/7391] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_preprocess.cpp.obj 2024-11-01T16:36:04.6950413Z [7002/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class.cpp.obj 2024-11-01T16:36:04.7786437Z [7003/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\__\common\main.cpp.obj 2024-11-01T16:36:04.9063308Z [7004/7391] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\__\out\RegisterCodegenUnboxedKernelsEverything.cpp.obj 2024-11-01T16:36:05.1992117Z [7005/7391] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\operator_registry.cpp.obj 2024-11-01T16:36:05.2075378Z [7006/7391] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\__\__\__\torch\csrc\jit\mobile\profiler_edge.cpp.obj 2024-11-01T16:36:05.5561756Z [7007/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_add_if_then_else.cpp.obj 2024-11-01T16:36:05.7280316Z [7008/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_load_upgraders.cpp.obj 2024-11-01T16:36:05.7563428Z [7009/7391] Building CXX object test_edge_op_registration\CMakeFiles\test_edge_op_registration.dir\test_operator_registration.cpp.obj 2024-11-01T16:36:05.9173617Z [7010/7391] Building CXX object test_jit\CMakeFiles\torchbind_test.dir\test_custom_class_registrations.cpp.obj 2024-11-01T16:36:06.1004333Z [7011/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_op_replacement.cpp.obj 2024-11-01T16:36:06.1173469Z [7012/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_upgrader_utils.cpp.obj 2024-11-01T16:36:06.3764481Z [7013/7391] Building CXX object caffe2\torch\lib\libshm_windows\CMakeFiles\shm.dir\core.cpp.obj 2024-11-01T16:36:06.4456098Z [7014/7391] Building C object sleef\src\libm\CMakeFiles\sleef.dir\rempitab.c.obj 2024-11-01T16:36:06.5080295Z [7015/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_alias_analysis.cpp.obj 2024-11-01T16:36:06.5627831Z [7016/7391] Building C object sleef\src\libm\CMakeFiles\dispsse_obj.dir\dispsse.c.obj 2024-11-01T16:36:06.6490576Z [7017/7391] Linking C static library sleef\lib\sleef.lib 2024-11-01T16:36:06.7602011Z [7018/7391] Building C object sleef\src\common\CMakeFiles\arraymap.dir\arraymap.c.obj 2024-11-01T16:36:06.8045369Z [7019/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_parser.cpp.obj 2024-11-01T16:36:06.8588098Z [7020/7391] Building C object sleef\src\common\CMakeFiles\addSuffix.dir\addSuffix.c.obj 2024-11-01T16:36:06.9393059Z [7021/7391] Linking C executable sleef\bin\addSuffix.exe 2024-11-01T16:36:07.5240816Z [7022/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_argument_spec.cpp.obj 2024-11-01T16:36:08.4825294Z [7023/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_backend.cpp.obj 2024-11-01T16:36:08.5826803Z [7024/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_autodiff.cpp.obj 2024-11-01T16:36:08.6373906Z [7025/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_import.cpp.obj 2024-11-01T16:36:08.9308023Z [7026/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_type.cpp.obj 2024-11-01T16:36:09.5721609Z [7027/7391] Building CXX object test_api\CMakeFiles\test_api.dir\fft.cpp.obj 2024-11-01T16:36:09.6463369Z [7028/7391] Building CXX object test_api\CMakeFiles\test_api.dir\functional.cpp.obj 2024-11-01T16:36:10.2065247Z [7029/7391] Building CXX object test_api\CMakeFiles\test_api.dir\expanding-array.cpp.obj 2024-11-01T16:36:10.5462270Z [7030/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_dce.cpp.obj 2024-11-01T16:36:11.2902725Z [7031/7391] Building CXX object test_api\CMakeFiles\test_api.dir\init.cpp.obj 2024-11-01T16:36:11.3267619Z [7032/7391] Building CXX object test_api\CMakeFiles\test_api.dir\ivalue.cpp.obj 2024-11-01T16:36:11.4264312Z [7033/7391] Building CXX object test_api\CMakeFiles\test_api.dir\integration.cpp.obj 2024-11-01T16:36:11.8807462Z [7034/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_executor.cpp.obj 2024-11-01T16:36:12.2218057Z [7035/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_irparser.cpp.obj 2024-11-01T16:36:12.2437051Z [7036/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class_registrations.cpp.obj 2024-11-01T16:36:13.0982268Z [7037/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_iterator.cpp.obj 2024-11-01T16:36:13.1163859Z [7038/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_inliner.cpp.obj 2024-11-01T16:36:13.1691202Z [7039/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_ir.cpp.obj 2024-11-01T16:36:13.3125006Z [7040/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_fuser.cpp.obj 2024-11-01T16:36:13.9502325Z [7041/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_memory_dag.cpp.obj 2024-11-01T16:36:13.9885743Z [7042/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_operators.cpp.obj 2024-11-01T16:36:14.1413713Z [7043/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_type.cpp.obj 2024-11-01T16:36:14.3114091Z [7044/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interface.cpp.obj 2024-11-01T16:36:14.7923769Z [7045/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cs_debug_info_serialization.cpp.obj 2024-11-01T16:36:15.2242337Z [7046/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_mobile_type_parser.cpp.obj 2024-11-01T16:36:15.6304887Z [7047/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_qualified_name.cpp.obj 2024-11-01T16:36:15.9927775Z [7048/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interpreter.cpp.obj 2024-11-01T16:36:16.1397168Z [7049/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_trainer.cpp.obj 2024-11-01T16:36:16.6725280Z [7050/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_peephole_optimize.cpp.obj 2024-11-01T16:36:16.8241981Z [7051/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter.cpp.obj 2024-11-01T16:36:16.8983894Z [7052/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter_direct.cpp.obj 2024-11-01T16:36:16.9700397Z [7053/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_save_load.cpp.obj 2024-11-01T16:36:17.0190185Z [7054/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_rewriter.cpp.obj 2024-11-01T16:36:17.5575564Z [7055/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_utils.cpp.obj 2024-11-01T16:36:17.8002946Z [7056/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_module_api.cpp.obj 2024-11-01T16:36:17.8166433Z [7057/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_matching.cpp.obj 2024-11-01T16:36:17.9269368Z [7058/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_matcher.cpp.obj 2024-11-01T16:36:18.6036232Z [7059/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_info.cpp.obj 2024-11-01T16:36:18.6855342Z [7060/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_script_profile.cpp.obj 2024-11-01T16:36:18.7000759Z [7061/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_union.cpp.obj 2024-11-01T16:36:18.7379822Z [7062/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_stack_opt.cpp.obj 2024-11-01T16:36:18.8788378Z [7063/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_misc.cpp.obj 2024-11-01T16:36:18.9407623Z [7064/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_file_format.cpp.obj 2024-11-01T16:36:19.0265898Z [7065/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_approx.cpp.obj 2024-11-01T16:36:19.3539837Z [7066/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\__\common\main.cpp.obj 2024-11-01T16:36:19.7696769Z [7067/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_logging_levels.cpp.obj 2024-11-01T16:36:20.2202352Z [7068/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_utils.cpp.obj 2024-11-01T16:36:20.5869750Z [7069/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_shape_analysis.cpp.obj 2024-11-01T16:36:21.0811859Z [7070/7391] Building CXX object test_inductor\CMakeFiles\aoti_custom_ops.dir\custom_ops.cpp.obj 2024-11-01T16:36:21.2742429Z [7071/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\padded_buffer.cpp.obj 2024-11-01T16:36:21.6412070Z [7072/7391] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_flatbuffer.cpp.obj 2024-11-01T16:36:21.8399503Z [7073/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_expr.cpp.obj 2024-11-01T16:36:22.2882008Z [7074/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_boundsinference.cpp.obj 2024-11-01T16:36:22.6756565Z [7075/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ir_printer.cpp.obj 2024-11-01T16:36:23.0570118Z [7076/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_dynamic_shapes.cpp.obj 2024-11-01T16:36:23.0878824Z [7077/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_cpp_codegen.cpp.obj 2024-11-01T16:36:23.6257400Z [7078/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_aten.cpp.obj 2024-11-01T16:36:23.8414203Z [7079/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_conv.cpp.obj 2024-11-01T16:36:23.8524637Z [7080/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ir_verifier.cpp.obj 2024-11-01T16:36:24.3970541Z [7081/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_external_calls.cpp.obj 2024-11-01T16:36:25.1164688Z [7082/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_graph_opt.cpp.obj 2024-11-01T16:36:25.5050290Z [7083/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_memplanning.cpp.obj 2024-11-01T16:36:25.5941915Z [7084/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_kernel.cpp.obj 2024-11-01T16:36:26.3396508Z [7085/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_memdependency.cpp.obj 2024-11-01T16:36:26.4185183Z [7086/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ops.cpp.obj 2024-11-01T16:36:26.4697522Z [7087/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_loopnest.cpp.obj 2024-11-01T16:36:27.0108152Z [7088/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_reductions.cpp.obj 2024-11-01T16:36:27.3911744Z [7089/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_type_specializations.cpp.obj 2024-11-01T16:36:27.9084427Z [7090/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_quantization.cpp.obj 2024-11-01T16:36:28.0032879Z [7091/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_type.cpp.obj 2024-11-01T16:36:28.1995417Z [7092/7391] Building CXX object test_cpp_c10d\CMakeFiles\BackoffTest.dir\BackoffTest.cpp.obj 2024-11-01T16:36:28.7290065Z [7093/7391] Building CXX object test_cpp_c10d\CMakeFiles\FileStoreTest.dir\FileStoreTest.cpp.obj 2024-11-01T16:36:28.9578497Z [7094/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_simplify.cpp.obj 2024-11-01T16:36:28.9781416Z [7095/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_registerizer.cpp.obj 2024-11-01T16:36:29.0009322Z [7096/7391] Building CXX object test_cpp_c10d\CMakeFiles\TCPStoreTest.dir\TCPStoreTest.cpp.obj 2024-11-01T16:36:29.0376554Z [7097/7391] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_te_fuser_pass.cpp.obj 2024-11-01T16:36:29.3031526Z [7098/7391] Building CXX object test_api\CMakeFiles\test_api.dir\__\common\main.cpp.obj 2024-11-01T16:36:29.7203361Z [7099/7391] Building CXX object test_tensorexpr\CMakeFiles\tutorial_tensorexpr.dir\tutorial.cpp.obj 2024-11-01T16:36:30.0362796Z [7100/7391] Building CXX object test_api\CMakeFiles\test_api.dir\memory.cpp.obj 2024-11-01T16:36:30.7952929Z [7101/7391] Building CXX object test_cpp_c10d\CMakeFiles\ProcessGroupGlooTest.dir\ProcessGroupGlooTest.cpp.obj 2024-11-01T16:36:31.6020226Z [7102/7391] Building CXX object test_api\CMakeFiles\test_api.dir\autograd.cpp.obj 2024-11-01T16:36:31.6727872Z [7103/7391] Building CXX object test_api\CMakeFiles\test_api.dir\enum.cpp.obj 2024-11-01T16:36:31.7711122Z [7104/7391] Building CXX object test_api\CMakeFiles\test_api.dir\dataloader.cpp.obj 2024-11-01T16:36:31.8455281Z [7105/7391] Building CXX object test_api\CMakeFiles\test_api.dir\any.cpp.obj 2024-11-01T16:36:32.0984148Z [7106/7391] Building CXX object test_api\CMakeFiles\test_api.dir\meta_tensor.cpp.obj 2024-11-01T16:36:32.8391995Z [7107/7391] Building CXX object test_api\CMakeFiles\test_api.dir\module.cpp.obj 2024-11-01T16:36:33.3852326Z [7108/7391] Building CXX object test_api\CMakeFiles\test_api.dir\jit.cpp.obj 2024-11-01T16:36:34.3303511Z [7109/7391] Building CXX object test_api\CMakeFiles\test_api.dir\moduledict.cpp.obj 2024-11-01T16:36:34.4033768Z [7110/7391] Building CXX object test_api\CMakeFiles\test_api.dir\misc.cpp.obj 2024-11-01T16:36:34.5050799Z [7111/7391] Building CXX object test_api\CMakeFiles\test_api.dir\namespace.cpp.obj 2024-11-01T16:36:34.5869495Z [7112/7391] Building CXX object test_api\CMakeFiles\test_api.dir\nested.cpp.obj 2024-11-01T16:36:34.8634974Z [7113/7391] Building CXX object test_api\CMakeFiles\test_api.dir\modulelist.cpp.obj 2024-11-01T16:36:35.7820680Z [7114/7391] Building CXX object test_api\CMakeFiles\test_api.dir\modules.cpp.obj 2024-11-01T16:36:36.2269956Z [7115/7391] Building CXX object test_api\CMakeFiles\test_api.dir\parameterlist.cpp.obj 2024-11-01T16:36:37.0367421Z [7116/7391] Building CXX object test_api\CMakeFiles\test_api.dir\parameterdict.cpp.obj 2024-11-01T16:36:37.1627000Z [7117/7391] Building CXX object test_api\CMakeFiles\test_api.dir\sequential.cpp.obj 2024-11-01T16:36:37.2273420Z [7118/7391] Building CXX object test_api\CMakeFiles\test_api.dir\ordered_dict.cpp.obj 2024-11-01T16:36:37.3760631Z [7119/7391] Building CXX object test_api\CMakeFiles\test_api.dir\optim.cpp.obj 2024-11-01T16:36:37.6410998Z [7120/7391] Building CXX object test_api\CMakeFiles\test_api.dir\rnn.cpp.obj 2024-11-01T16:36:38.3990438Z [7121/7391] Building CXX object test_api\CMakeFiles\test_api.dir\nn_utils.cpp.obj 2024-11-01T16:36:38.8740080Z [7122/7391] Building CXX object test_api\CMakeFiles\test_api.dir\static.cpp.obj 2024-11-01T16:36:39.4118479Z [7123/7391] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_cuda.cpp.obj 2024-11-01T16:36:39.7782111Z [7124/7391] Building CXX object test_api\CMakeFiles\test_api.dir\support.cpp.obj 2024-11-01T16:36:39.9233078Z [7125/7391] Building CXX object test_api\CMakeFiles\test_api.dir\serialize.cpp.obj 2024-11-01T16:36:40.1229111Z [7126/7391] Building CXX object test_api\CMakeFiles\test_api.dir\transformer.cpp.obj 2024-11-01T16:36:40.3365836Z [7127/7391] Building CXX object test_api\CMakeFiles\test_api.dir\special.cpp.obj 2024-11-01T16:36:41.2244294Z [7128/7391] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_indexing.cpp.obj 2024-11-01T16:36:41.6686455Z [7129/7391] Building CXX object test_api\CMakeFiles\test_api.dir\torch_include.cpp.obj 2024-11-01T16:36:42.0350532Z [7130/7391] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options.cpp.obj 2024-11-01T16:36:42.4809803Z [7131/7391] Building CXX object test_api\CMakeFiles\test_api.dir\inference_mode.cpp.obj 2024-11-01T16:36:42.6929702Z [7132/7391] Building CXX object test_api\CMakeFiles\test_api.dir\tensor.cpp.obj 2024-11-01T16:36:42.8387488Z [7133/7391] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\__\common\main.cpp.obj 2024-11-01T16:36:42.8729889Z [7134/7391] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options_cuda.cpp.obj 2024-11-01T16:36:42.9292542Z [7135/7391] Building CXX object test_api\CMakeFiles\parallel_benchmark.dir\parallel_benchmark.cpp.obj 2024-11-01T16:36:43.5808794Z [7136/7391] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir.cpp.obj 2024-11-01T16:36:43.6190266Z [7137/7391] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_misc.cpp.obj 2024-11-01T16:36:43.6753138Z [7138/7391] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir_util.cpp.obj 2024-11-01T16:36:43.9432512Z [7139/7391] Building CXX object test_api\CMakeFiles\test_api.dir\operations.cpp.obj 2024-11-01T16:36:44.3668717Z [7140/7391] Building CXX object test_api\CMakeFiles\test_api.dir\nested_int.cpp.obj 2024-11-01T16:36:44.4512021Z [7141/7391] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_shape.cpp.obj 2024-11-01T16:36:44.4882852Z [7142/7391] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_cache.cpp.obj 2024-11-01T16:36:44.6716796Z [7143/7391] Building CXX object test_api\CMakeFiles\test_api.dir\grad_mode.cpp.obj 2024-11-01T16:36:44.7931784Z [7144/7391] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_trie_cache.cpp.obj 2024-11-01T16:36:44.8001585Z [7145/7391] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_permutation_util.cpp.obj 2024-11-01T16:36:44.8878952Z [7146/7391] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_util.cpp.obj 2024-11-01T16:36:45.7050806Z [7147/7391] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_backend_device.cpp.obj 2024-11-01T16:36:46.5801526Z [7148/7391] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops.cpp.obj 2024-11-01T16:36:46.5910972Z [7149/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\itt.cpp.obj 2024-11-01T16:36:47.0618248Z [7150/7391] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops_util.cpp.obj 2024-11-01T16:36:47.3692641Z [7151/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpp_shim.cpp.obj 2024-11-01T16:36:47.5360566Z [7152/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\python_util.cpp.obj 2024-11-01T16:36:47.7291024Z [7153/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\__\test\cpp\jit\torch_python_test.cpp.obj 2024-11-01T16:36:48.0556282Z [7154/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\python_comm_hook.cpp.obj 2024-11-01T16:36:48.1117478Z [7155/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\init.cpp.obj 2024-11-01T16:36:48.2841951Z [7156/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cache_entry.cpp.obj 2024-11-01T16:36:48.6463577Z [7157/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\init.cpp.obj 2024-11-01T16:36:48.7993280Z [7158/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\framelocals_mapping.cpp.obj 2024-11-01T16:36:48.8673321Z [7159/7391] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpython_defs.c.obj 2024-11-01T16:36:48.8674881Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(39): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2024-11-01T16:36:48.8676222Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2024-11-01T16:36:48.9895944Z [7160/7391] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\eval_frame.c.obj 2024-11-01T16:36:48.9898488Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(39): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2024-11-01T16:36:48.9900905Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2024-11-01T16:36:49.4640332Z [7161/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable_indexing.cpp.obj 2024-11-01T16:36:49.7108465Z [7162/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\extra_state.cpp.obj 2024-11-01T16:36:49.7367303Z [7163/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\utils.cpp.obj 2024-11-01T16:36:50.0176024Z [7164/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\fx\node.cpp.obj 2024-11-01T16:36:50.1447233Z [7165/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable.cpp.obj 2024-11-01T16:36:50.3779845Z [7166/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\init.cpp.obj 2024-11-01T16:36:50.8383990Z [7167/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\python_compiled_autograd.cpp.obj 2024-11-01T16:36:51.3165662Z [7168/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\resize_storage_bytes.cpp.obj 2024-11-01T16:36:51.5038093Z [7169/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\guards.cpp.obj 2024-11-01T16:36:51.6640341Z [7170/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_runner\pybind.cpp.obj 2024-11-01T16:36:51.8354668Z [7171/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mtia\Module.cpp.obj 2024-11-01T16:36:52.2906914Z [7172/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_package\pybind.cpp.obj 2024-11-01T16:36:52.6168480Z [7173/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mps\Module.cpp.obj 2024-11-01T16:36:53.1817682Z [7174/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\cast_all_constant_to_floating.cpp.obj 2024-11-01T16:36:53.2112460Z [7175/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\functorch\init.cpp.obj 2024-11-01T16:36:53.4644025Z [7176/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_meta_info.cpp.obj 2024-11-01T16:36:54.0833960Z [7177/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\deduplicate_initializers.cpp.obj 2024-11-01T16:36:54.5308707Z [7178/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_holder.cpp.obj 2024-11-01T16:36:54.9596918Z [7179/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\init.cpp.obj 2024-11-01T16:36:54.9971826Z [7180/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eliminate_unused_items.cpp.obj 2024-11-01T16:36:55.0391109Z [7181/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\backends\backend_init.cpp.obj 2024-11-01T16:36:55.4106678Z [7182/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_fold.cpp.obj 2024-11-01T16:36:55.6171529Z [7183/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_map.cpp.obj 2024-11-01T16:36:55.9064084Z [7184/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\peephole.cpp.obj 2024-11-01T16:36:56.0439416Z [7185/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx.cpp.obj 2024-11-01T16:36:56.1299933Z [7186/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\prepare_division_for_onnx.cpp.obj 2024-11-01T16:36:56.3410063Z [7187/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_substitution.cpp.obj 2024-11-01T16:36:56.4172718Z [7188/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eval_peephole.cpp.obj 2024-11-01T16:36:56.6404542Z [7189/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\helper.cpp.obj 2024-11-01T16:36:56.8542583Z [7190/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\preprocess_for_onnx.cpp.obj 2024-11-01T16:36:56.9970411Z [7191/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\remove_inplace_ops_for_onnx.cpp.obj 2024-11-01T16:36:57.0306372Z [7192/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\list_model_parameters.cpp.obj 2024-11-01T16:36:57.2495296Z [7193/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\scalar_type_analysis.cpp.obj 2024-11-01T16:36:57.2684054Z [7194/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\onnx_log.cpp.obj 2024-11-01T16:36:57.7805795Z [7195/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_extraction.cpp.obj 2024-11-01T16:36:57.8500798Z [7196/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\naming.cpp.obj 2024-11-01T16:36:58.1197229Z [7197/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\fixup_onnx_controlflow.cpp.obj 2024-11-01T16:36:58.1963865Z [7198/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\autograd_function_process.cpp.obj 2024-11-01T16:36:58.5427446Z [7199/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\unpack_quantized_weights.cpp.obj 2024-11-01T16:36:58.5783141Z [7200/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\common.cpp.obj 2024-11-01T16:36:59.1753898Z [7201/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_encapsulation.cpp.obj 2024-11-01T16:36:59.5738103Z [7202/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_conversion.cpp.obj 2024-11-01T16:36:59.7333048Z [7203/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\shape_type_inference.cpp.obj 2024-11-01T16:37:00.4536554Z [7204/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\pybind_utils.cpp.obj 2024-11-01T16:37:01.0284480Z [7205/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_arg_flatten.cpp.obj 2024-11-01T16:37:01.3704876Z [7206/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_custom_class.cpp.obj 2024-11-01T16:37:01.7215302Z [7207/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_dict.cpp.obj 2024-11-01T16:37:02.3536717Z [7208/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\concrete_module_type.cpp.obj 2024-11-01T16:37:02.3540493Z 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 2024-11-01T16:37:02.3544970Z 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 2024-11-01T16:37:02.3547195Z with 2024-11-01T16:37:02.3547536Z [ 2024-11-01T16:37:02.3547831Z _Ty1=const pybind11::object &, 2024-11-01T16:37:02.3548257Z _Ty2=const pybind11::object & 2024-11-01T16:37:02.3548624Z ] 2024-11-01T16:37:02.3550321Z 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 2024-11-01T16:37:02.3552015Z with 2024-11-01T16:37:02.3552353Z [ 2024-11-01T16:37:02.3552671Z _InIt1=const pybind11::object *, 2024-11-01T16:37:02.3553161Z _InIt2=const pybind11::object *, 2024-11-01T16:37:02.3553718Z _Pr=std::equal_to 2024-11-01T16:37:02.3554141Z ] 2024-11-01T16:37:02.3555762Z 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 2024-11-01T16:37:02.3557518Z with 2024-11-01T16:37:02.3557860Z [ 2024-11-01T16:37:02.3558146Z _InIt1=const pybind11::object *, 2024-11-01T16:37:02.3558578Z _InIt2=const pybind11::object * 2024-11-01T16:37:02.3558954Z ] 2024-11-01T16:37:02.3561116Z 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 2024-11-01T16:37:02.6830357Z [7209/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tree_views.cpp.obj 2024-11-01T16:37:02.8555713Z [7210/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_ir.cpp.obj 2024-11-01T16:37:02.9303459Z [7211/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_list.cpp.obj 2024-11-01T16:37:02.9849392Z [7212/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\tree_views.cpp.obj 2024-11-01T16:37:03.7422990Z [7213/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_interpreter.cpp.obj 2024-11-01T16:37:04.5481936Z [7214/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\script_init.cpp.obj 2024-11-01T16:37:04.6437084Z [7215/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tracer.cpp.obj 2024-11-01T16:37:04.6694649Z [7216/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\monitor\python_init.cpp.obj 2024-11-01T16:37:05.5030109Z [7217/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\combined_traceback.cpp.obj 2024-11-01T16:37:05.5358171Z [7218/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\runtime\static\init.cpp.obj 2024-11-01T16:37:05.5515043Z [7219/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\multiprocessing\init.cpp.obj 2024-11-01T16:37:05.9515153Z [7220/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_sugared_value.cpp.obj 2024-11-01T16:37:06.1267651Z [7221/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\tensorexpr\tensorexpr_init.cpp.obj 2024-11-01T16:37:06.4046734Z [7222/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\device_lazy_init.cpp.obj 2024-11-01T16:37:06.4527425Z [7223/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\onnx\init.cpp.obj 2024-11-01T16:37:06.9588760Z [7224/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\invalid_arguments.cpp.obj 2024-11-01T16:37:07.2410251Z [7225/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\object_ptr.cpp.obj 2024-11-01T16:37:08.0867871Z [7226/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\init.cpp.obj 2024-11-01T16:37:08.6221773Z [7227/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils.cpp.obj 2024-11-01T16:37:08.7372285Z [7228/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\serialization.cpp.obj 2024-11-01T16:37:09.2571062Z [7229/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\throughput_benchmark.cpp.obj 2024-11-01T16:37:09.5330771Z [7230/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\tensor\python_tensor.cpp.obj 2024-11-01T16:37:09.6426358Z [7231/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\init.cpp.obj 2024-11-01T16:37:09.7366781Z [7232/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_symnode.cpp.obj 2024-11-01T16:37:10.0270230Z [7233/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pyobject_preservation.cpp.obj 2024-11-01T16:37:10.0416769Z [7234/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\structseq.cpp.obj 2024-11-01T16:37:10.3744559Z [7235/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_dtypes.cpp.obj 2024-11-01T16:37:10.5135402Z [7236/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\nested.cpp.obj 2024-11-01T16:37:10.5680370Z [7237/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_layouts.cpp.obj 2024-11-01T16:37:10.9582806Z [7238/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pybind.cpp.obj 2024-11-01T16:37:11.0284908Z [7239/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_arg_parser.cpp.obj 2024-11-01T16:37:11.3165065Z [7240/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_types.cpp.obj 2024-11-01T16:37:11.4570789Z [7241/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_qschemes.cpp.obj 2024-11-01T16:37:11.6681310Z [7242/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_dispatch.cpp.obj 2024-11-01T16:37:12.1811353Z [7243/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_memoryformats.cpp.obj 2024-11-01T16:37:12.4036133Z [7244/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\disable_torch_function.cpp.obj 2024-11-01T16:37:12.5019882Z [7245/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\instruction_counter\Module.cpp.obj 2024-11-01T16:37:12.9961148Z [7246/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\verbose.cpp.obj 2024-11-01T16:37:13.1150220Z [7247/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_apply.cpp.obj 2024-11-01T16:37:13.2479615Z [7248/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cpu\Module.cpp.obj 2024-11-01T16:37:13.3551060Z [7249/7391] Building C object functorch\CMakeFiles\functorch.dir\csrc\dim\dim_opcode.c.obj 2024-11-01T16:37:13.3552417Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(39): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2024-11-01T16:37:13.3553856Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2024-11-01T16:37:13.6803138Z [7250/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_list.cpp.obj 2024-11-01T16:37:14.0833318Z [7251/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_numpy.cpp.obj 2024-11-01T16:37:14.1349985Z [7252/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_new.cpp.obj 2024-11-01T16:37:15.2772556Z [7253/7391] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_lib.cpp.obj 2024-11-01T16:37:16.0431454Z [7254/7391] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\dim\dim.cpp.obj 2024-11-01T16:37:16.1651789Z [7255/7391] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_preprocess.cpp.obj 2024-11-01T16:37:16.5726719Z [7256/7391] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\init_dim_only.cpp.obj 2024-11-01T16:37:16.9663945Z [7257/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_legacy_variable.cpp.obj 2024-11-01T16:37:17.0718034Z [7258/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_nested_functions_manual.cpp.obj 2024-11-01T16:37:17.3591945Z [7259/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_function.cpp.obj 2024-11-01T16:37:18.3398763Z [7260/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_hook.cpp.obj 2024-11-01T16:37:19.1537804Z [7261/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_engine.cpp.obj 2024-11-01T16:37:19.3960174Z [7262/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_torch_functions_manual.cpp.obj 2024-11-01T16:37:19.4798174Z [7263/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_0.cpp.obj 2024-11-01T16:37:19.7450770Z [7264/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_0.cpp.obj 2024-11-01T16:37:19.9548123Z [7265/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_1.cpp.obj 2024-11-01T16:37:20.0731064Z [7266/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_2.cpp.obj 2024-11-01T16:37:20.3089288Z [7267/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_3.cpp.obj 2024-11-01T16:37:20.3742927Z [7268/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_variable_methods.cpp.obj 2024-11-01T16:37:20.5609030Z [7269/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_1.cpp.obj 2024-11-01T16:37:20.6779175Z [7270/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_2.cpp.obj 2024-11-01T16:37:21.0579678Z [7271/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nn_functions.cpp.obj 2024-11-01T16:37:21.1451336Z [7272/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_fft_functions.cpp.obj 2024-11-01T16:37:21.1802403Z [7273/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_enum_tag.cpp.obj 2024-11-01T16:37:21.2561436Z [7274/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_return_types.cpp.obj 2024-11-01T16:37:21.5749098Z [7275/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nested_functions.cpp.obj 2024-11-01T16:37:21.5922546Z [7276/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DataLoader.cpp.obj 2024-11-01T16:37:21.6022156Z [7277/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_sparse_functions.cpp.obj 2024-11-01T16:37:22.1165230Z [7278/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_special_functions.cpp.obj 2024-11-01T16:37:22.1503890Z [7279/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_linalg_functions.cpp.obj 2024-11-01T16:37:22.5437111Z [7280/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_4.cpp.obj 2024-11-01T16:37:22.5848194Z [7281/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DeviceAccelerator.cpp.obj 2024-11-01T16:37:22.6495100Z [7282/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Dtype.cpp.obj 2024-11-01T16:37:22.7043505Z [7283/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Device.cpp.obj 2024-11-01T16:37:23.4335541Z [7284/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Layout.cpp.obj 2024-11-01T16:37:23.5281789Z [7285/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\MemoryFormat.cpp.obj 2024-11-01T16:37:24.2683327Z [7286/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DynamicTypes.cpp.obj 2024-11-01T16:37:24.3043400Z [7287/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\QScheme.cpp.obj 2024-11-01T16:37:25.1419516Z [7288/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\PyInterpreter.cpp.obj 2024-11-01T16:37:25.1758426Z [7289/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\python_dimname.cpp.obj 2024-11-01T16:37:25.2234304Z [7290/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Exceptions.cpp.obj 2024-11-01T16:37:25.6977272Z [7291/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Generator.cpp.obj 2024-11-01T16:37:25.8672123Z [7292/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Module.cpp.obj 2024-11-01T16:37:25.8674908Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(594): warning C4003: not enough arguments for function-like macro invocation 'END_HANDLE_TH_ERRORS_RET' 2024-11-01T16:37:25.8677965Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(1857): warning C4003: not enough arguments for function-like macro invocation 'CATCH_TH_ERRORS' 2024-11-01T16:37:25.8680710Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(1857): warning C4003: not enough arguments for function-like macro invocation 'CATCH_CORE_ERRORS' 2024-11-01T16:37:26.0732923Z [7293/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Size.cpp.obj 2024-11-01T16:37:26.9064180Z [7294/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Storage.cpp.obj 2024-11-01T16:37:27.7455894Z [7295/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageMethods.cpp.obj 2024-11-01T16:37:28.2182974Z [7296/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\TypeInfo.cpp.obj 2024-11-01T16:37:28.4090238Z [7297/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageSharing.cpp.obj 2024-11-01T16:37:28.7502183Z [7298/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Event.cpp.obj 2024-11-01T16:37:29.0208712Z [7299/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Stream.cpp.obj 2024-11-01T16:37:29.1462995Z [7300/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\functions\init.cpp.obj 2024-11-01T16:37:29.1766801Z [7301/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\profiler_python.cpp.obj 2024-11-01T16:37:29.4080183Z [7302/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_cpp_function.cpp.obj 2024-11-01T16:37:29.8549142Z [7303/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\init.cpp.obj 2024-11-01T16:37:29.8892252Z [7304/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_anomaly_mode.cpp.obj 2024-11-01T16:37:30.6144476Z [7305/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\api\src\python\init.cpp.obj 2024-11-01T16:37:31.3377494Z [7306/7391] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_saved_variable_hooks.cpp.obj 2024-11-01T16:43:36.6316599Z [7307/7391] Linking CXX shared library bin\torch_cpu.dll 2024-11-01T16:43:36.9181978Z [7308/7391] Linking CXX shared library bin\torch.dll 2024-11-01T16:43:36.9685280Z [7309/7391] Linking CXX static library lib\unbox_lib.lib 2024-11-01T16:43:37.2603398Z [7310/7391] Linking CXX executable bin\thread_init_test.exe 2024-11-01T16:43:37.3144096Z [7311/7391] Linking CXX executable bin\ProcessGroupGlooTest.exe 2024-11-01T16:43:37.3385707Z [7312/7391] Linking CXX executable bin\test_parallel.exe 2024-11-01T16:43:37.3394164Z [7313/7391] Linking CXX executable bin\type_ptr_test.exe 2024-11-01T16:43:37.3403545Z [7314/7391] Linking CXX executable bin\BackoffTest.exe 2024-11-01T16:43:37.3449903Z [7315/7391] Linking CXX executable bin\FileStoreTest.exe 2024-11-01T16:43:37.3510323Z [7316/7391] Linking CXX executable bin\TCPStoreTest.exe 2024-11-01T16:43:37.3795013Z [7317/7391] Linking CXX executable bin\tensor_iterator_test.exe 2024-11-01T16:43:37.7227164Z [7318/7391] Linking CXX executable bin\type_test.exe 2024-11-01T16:43:37.7830439Z [7319/7391] Linking CXX executable bin\verify_api_visibility.exe 2024-11-01T16:43:37.7974242Z [7320/7391] Linking CXX executable bin\weakref_test.exe 2024-11-01T16:43:37.8040826Z [7321/7391] Linking CXX executable bin\xla_tensor_test.exe 2024-11-01T16:43:37.8054504Z [7322/7391] Linking CXX executable bin\undefined_tensor_test.exe 2024-11-01T16:43:37.8122065Z [7323/7391] Linking CXX executable bin\legacy_vmap_test.exe 2024-11-01T16:43:37.8327403Z [7324/7391] Linking CXX executable bin\IListRef_test.exe 2024-11-01T16:43:37.9510298Z [7325/7391] Linking CXX executable bin\wrapdim_test.exe 2024-11-01T16:43:38.3436064Z [7326/7391] Linking CXX executable bin\KernelFunction_test.exe 2024-11-01T16:43:38.3593603Z [7327/7391] Linking CXX executable bin\kernel_stackbased_test.exe 2024-11-01T16:43:38.4386333Z [7328/7391] Linking CXX executable bin\List_test.exe 2024-11-01T16:43:38.6744792Z [7329/7391] Linking CXX executable bin\StorageUtils_test.exe 2024-11-01T16:43:38.7834857Z [7330/7391] Linking CXX executable bin\stride_properties_test.exe 2024-11-01T16:43:38.9790408Z [7331/7391] Linking CXX executable bin\kernel_function_test.exe 2024-11-01T16:43:39.0375734Z [7332/7391] Linking CXX executable bin\kernel_lambda_test.exe 2024-11-01T16:43:39.1550651Z [7333/7391] Linking CXX executable bin\Dimname_test.exe 2024-11-01T16:43:39.4572473Z [7334/7391] Linking CXX executable bin\NamedTensor_test.exe 2024-11-01T16:43:39.6116559Z [7335/7391] Linking CXX executable bin\Dict_test.exe 2024-11-01T16:43:39.6242992Z [7336/7391] Linking CXX executable bin\kernel_function_legacy_test.exe 2024-11-01T16:43:39.8559737Z [7337/7391] Linking CXX executable bin\MaybeOwned_test.exe 2024-11-01T16:43:39.9595874Z [7338/7391] Linking CXX executable bin\atest.exe 2024-11-01T16:43:40.1566576Z [7339/7391] Linking CXX executable bin\kernel_lambda_legacy_test.exe 2024-11-01T16:43:40.1765805Z [7340/7391] Linking CXX executable bin\basic.exe 2024-11-01T16:43:40.3260055Z [7341/7391] Linking CXX executable bin\apply_utils_test.exe 2024-11-01T16:43:40.3326121Z [7342/7391] Linking CXX executable bin\broadcast_test.exe 2024-11-01T16:43:40.4157947Z [7343/7391] Linking CXX executable bin\cpu_allocator_test.exe 2024-11-01T16:43:40.7012107Z [7344/7391] Linking CXX executable bin\cpu_profiling_allocator_test.exe 2024-11-01T16:43:40.7520128Z [7345/7391] Linking CXX executable bin\cpu_generator_test.exe 2024-11-01T16:43:40.7548218Z [7346/7391] Linking CXX executable bin\dispatch_key_set_test.exe 2024-11-01T16:43:41.0407887Z [7347/7391] Linking CXX executable bin\extension_backend_test.exe 2024-11-01T16:43:41.1175780Z [7348/7391] Linking CXX executable bin\dlconvertor_test.exe 2024-11-01T16:43:41.2531079Z [7349/7391] Linking CXX executable bin\half_test.exe 2024-11-01T16:43:41.5045371Z [7350/7391] Linking CXX executable bin\cpu_rng_test.exe 2024-11-01T16:43:41.5080276Z [7351/7391] Linking CXX executable bin\math_kernel_test.exe 2024-11-01T16:43:41.6046298Z [7352/7391] Linking CXX executable bin\lazy_tensor_test.exe 2024-11-01T16:43:41.6238132Z [7353/7391] Linking CXX executable bin\ivalue_test.exe 2024-11-01T16:43:41.7207801Z [7354/7391] Linking CXX executable bin\memory_format_test.exe 2024-11-01T16:43:41.9732804Z [7355/7391] Linking CXX executable bin\operator_name_test.exe 2024-11-01T16:43:42.0084601Z [7356/7391] Linking CXX executable bin\memory_overlapping_test.exe 2024-11-01T16:43:42.0250296Z [7357/7391] Linking CXX executable bin\mobile_memory_cleanup.exe 2024-11-01T16:43:42.0723934Z [7358/7391] Linking CXX executable bin\native_test.exe 2024-11-01T16:43:42.1788172Z [7359/7391] Linking CXX executable bin\packedtensoraccessor_test.exe 2024-11-01T16:43:42.3886633Z [7360/7391] Linking CXX executable bin\operators_test.exe 2024-11-01T16:43:42.6603871Z [7361/7391] Linking CXX executable bin\quantized_test.exe 2024-11-01T16:43:42.6941795Z [7362/7391] Linking CXX executable bin\reportMemoryUsage_test.exe 2024-11-01T16:43:42.7230548Z [7363/7391] Linking CXX executable bin\reduce_ops_test.exe 2024-11-01T16:43:42.7276050Z [7364/7391] Linking CXX executable bin\pow_test.exe 2024-11-01T16:43:42.8250159Z [7365/7391] Linking CXX executable bin\vec_test_all_types_DEFAULT.exe 2024-11-01T16:43:43.0172122Z [7366/7391] Linking CXX executable bin\CppSignature_test.exe 2024-11-01T16:43:43.0403561Z [7367/7391] Linking CXX executable bin\scalar_tensor_test.exe 2024-11-01T16:43:43.0978582Z [7368/7391] Linking CXX executable bin\vec_test_all_types_AVX2.exe 2024-11-01T16:43:43.1024281Z [7369/7391] Linking CXX executable bin\backend_fallback_test.exe 2024-11-01T16:43:43.1197105Z [7370/7391] Linking CXX executable bin\scalar_test.exe 2024-11-01T16:43:43.2534941Z [7371/7391] Linking CXX executable bin\op_allowlist_test.exe 2024-11-01T16:43:43.2709844Z [7372/7391] Linking CXX executable bin\vec_test_all_types_AVX512.exe 2024-11-01T16:43:43.5254706Z [7373/7391] Linking CXX shared library bin\shm.dll 2024-11-01T16:43:43.6062034Z [7374/7391] Linking CXX executable bin\test_edge_op_registration.exe 2024-11-01T16:43:43.8271031Z [7375/7391] Linking CXX executable bin\inline_container_test.exe 2024-11-01T16:43:43.8382884Z [7376/7391] Linking CXX shared library bin\jitbackend_test.dll 2024-11-01T16:43:43.8693950Z [7377/7391] Linking CXX executable bin\make_boxed_from_unboxed_functor_test.exe 2024-11-01T16:43:44.1731120Z [7378/7391] Linking CXX shared library bin\backend_with_compiler.dll 2024-11-01T16:43:44.2917150Z [7379/7391] Linking CXX executable bin\tutorial_tensorexpr.exe 2024-11-01T16:43:44.3357129Z [7380/7391] Linking CXX shared library bin\aoti_custom_ops.dll 2024-11-01T16:43:44.6441828Z [7381/7391] Linking CXX executable bin\parallel_benchmark.exe 2024-11-01T16:43:45.0105288Z [7382/7391] Linking CXX shared library bin\torchbind_test.dll 2024-11-01T16:43:47.2722728Z [7383/7391] Linking CXX executable bin\test_lazy.exe 2024-11-01T16:43:47.4824553Z [7384/7391] Linking CXX executable bin\op_registration_test.exe 2024-11-01T16:43:49.3793803Z [7385/7391] Linking CXX executable bin\test_tensorexpr.exe 2024-11-01T16:43:51.4475499Z [7386/7391] Linking CXX executable bin\test_jit.exe 2024-11-01T16:43:52.4579891Z [7387/7391] Linking CXX executable bin\test_api.exe 2024-11-01T16:43:59.8183893Z [7388/7391] Linking CXX shared library bin\torch_python.dll 2024-11-01T16:44:00.0674248Z [7389/7391] Linking CXX shared module functorch\functorch.pyd 2024-11-01T16:44:00.0758321Z [7390/7391] Linking CXX shared library bin\nnapi_backend.dll 2024-11-01T16:44:00.0759591Z [7390/7391] Install the project... 2024-11-01T16:44:00.1212547Z -- Install configuration: "Release" 2024-11-01T16:44:48.0333996Z -- Building version 2.6.0a0+gitd1aa4ef 2024-11-01T16:44:48.0337656Z 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.6.0a0+gitd1aa4ef -DTORCH_CUDA_ARCH_LIST=8.6 -DUSE_CUDA=0 -DUSE_NUMPY=True -DUSE_XPU=0 C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:44:48.0341066Z cmake --build . --target install --config Release -- -j 8 2024-11-01T16:44:48.0381975Z running bdist_wheel 2024-11-01T16:44:49.1942307Z running build 2024-11-01T16:44:49.1942668Z running build_py 2024-11-01T16:44:49.2076077Z creating build\lib.win-amd64-cpython-39 2024-11-01T16:44:49.2077301Z creating build\lib.win-amd64-cpython-39\functorch 2024-11-01T16:44:49.2079951Z copying functorch\__init__.py -> build\lib.win-amd64-cpython-39\functorch 2024-11-01T16:44:49.2109414Z creating build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2111981Z copying torch\functional.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2149688Z copying torch\hub.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2170697Z copying torch\library.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2197196Z copying torch\overrides.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2246848Z copying torch\quasirandom.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2264454Z copying torch\random.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2275596Z copying torch\return_types.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2286700Z copying torch\serialization.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2324328Z copying torch\storage.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2352633Z copying torch\torch_version.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2363696Z copying torch\types.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2374537Z copying torch\version.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2379448Z copying torch\_appdirs.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2396625Z copying torch\_classes.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2407060Z copying torch\_compile.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2417788Z copying torch\_custom_ops.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2428870Z copying torch\_deploy.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2439493Z copying torch\_environment.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2445154Z copying torch\_guards.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2467512Z copying torch\_jit_internal.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2497300Z copying torch\_linalg_utils.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2508394Z copying torch\_lobpcg.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2532660Z copying torch\_lowrank.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2544554Z copying torch\_meta_registrations.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2634393Z copying torch\_namedtensor_internals.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2644934Z copying torch\_ops.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2678275Z copying torch\_python_dispatcher.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2695092Z copying torch\_size_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2715741Z copying torch\_sources.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2727186Z copying torch\_storage_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2739788Z copying torch\_streambase.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2745068Z copying torch\_tensor.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2782115Z copying torch\_tensor_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2848966Z copying torch\_tensor_str.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2865714Z copying torch\_thread_safe_fork.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.2870395Z copying torch\_torch_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.3056302Z copying torch\_utils.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.3078188Z copying torch\_utils_internal.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.3083763Z copying torch\_VF.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.3089335Z copying torch\_vmap_internals.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.3100144Z copying torch\_weights_only_unpickler.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.3114975Z copying torch\__config__.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.3120424Z copying torch\__future__.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.3475443Z copying torch\__init__.py -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:49.3550838Z creating build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:44:49.3650953Z copying torchgen\code_template.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:44:49.3664736Z copying torchgen\context.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:44:49.3665524Z copying torchgen\gen.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:44:49.3666296Z copying torchgen\gen_aoti_c_shim.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:44:49.3680245Z copying torchgen\gen_backend_stubs.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:44:49.3711114Z copying torchgen\gen_executorch.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:44:49.3742715Z copying torchgen\gen_functionalization_type.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:44:49.3768196Z copying torchgen\gen_lazy_tensor.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:44:49.3793589Z copying torchgen\gen_schema_utils.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:44:49.3806373Z copying torchgen\gen_vmap_plumbing.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:44:49.3817836Z copying torchgen\local.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:44:49.3828135Z copying torchgen\model.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:44:49.3886908Z copying torchgen\native_function_generation.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:44:49.3910084Z copying torchgen\utils.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:44:49.3928273Z copying torchgen\yaml_utils.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:44:49.3942967Z copying torchgen\__init__.py -> build\lib.win-amd64-cpython-39\torchgen 2024-11-01T16:44:49.3949373Z creating build\lib.win-amd64-cpython-39\functorch\compile 2024-11-01T16:44:49.3951763Z copying functorch\compile\__init__.py -> build\lib.win-amd64-cpython-39\functorch\compile 2024-11-01T16:44:49.3964456Z creating build\lib.win-amd64-cpython-39\functorch\dim 2024-11-01T16:44:49.3967087Z copying functorch\dim\batch_tensor.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-11-01T16:44:49.3976869Z copying functorch\dim\delayed_mul_tensor.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-11-01T16:44:49.3984806Z copying functorch\dim\dim.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-11-01T16:44:49.3994463Z copying functorch\dim\magic_trace.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-11-01T16:44:49.4008735Z copying functorch\dim\op_properties.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-11-01T16:44:49.4023005Z copying functorch\dim\reference.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-11-01T16:44:49.4041709Z copying functorch\dim\tree_map.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-11-01T16:44:49.4046944Z copying functorch\dim\wrap_type.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-11-01T16:44:49.4056808Z copying functorch\dim\__init__.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-11-01T16:44:49.4067789Z creating build\lib.win-amd64-cpython-39\functorch\einops 2024-11-01T16:44:49.4070464Z copying functorch\einops\rearrange.py -> build\lib.win-amd64-cpython-39\functorch\einops 2024-11-01T16:44:49.4087491Z copying functorch\einops\_parsing.py -> build\lib.win-amd64-cpython-39\functorch\einops 2024-11-01T16:44:49.4099076Z copying functorch\einops\__init__.py -> build\lib.win-amd64-cpython-39\functorch\einops 2024-11-01T16:44:49.4105586Z creating build\lib.win-amd64-cpython-39\functorch\experimental 2024-11-01T16:44:49.4115601Z copying functorch\experimental\control_flow.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2024-11-01T16:44:49.4120958Z copying functorch\experimental\ops.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2024-11-01T16:44:49.4126320Z copying functorch\experimental\__init__.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2024-11-01T16:44:49.4132644Z creating build\lib.win-amd64-cpython-39\functorch\_src 2024-11-01T16:44:49.4135276Z copying functorch\_src\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src 2024-11-01T16:44:49.4141083Z creating build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2024-11-01T16:44:49.4143546Z copying functorch\_src\aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2024-11-01T16:44:49.4149821Z creating build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2024-11-01T16:44:49.4153023Z copying functorch\_src\eager_transforms\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2024-11-01T16:44:49.4167717Z creating build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2024-11-01T16:44:49.4177839Z copying functorch\_src\make_functional\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2024-11-01T16:44:49.4184000Z creating build\lib.win-amd64-cpython-39\functorch\_src\vmap 2024-11-01T16:44:49.4186753Z copying functorch\_src\vmap\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\vmap 2024-11-01T16:44:49.4193237Z creating build\lib.win-amd64-cpython-39\torch\accelerator 2024-11-01T16:44:49.4195789Z copying torch\accelerator\_utils.py -> build\lib.win-amd64-cpython-39\torch\accelerator 2024-11-01T16:44:49.4204649Z copying torch\accelerator\__init__.py -> build\lib.win-amd64-cpython-39\torch\accelerator 2024-11-01T16:44:49.4215022Z creating build\lib.win-amd64-cpython-39\torch\amp 2024-11-01T16:44:49.4217605Z copying torch\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\amp 2024-11-01T16:44:49.4232287Z copying torch\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\amp 2024-11-01T16:44:49.4246747Z copying torch\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\amp 2024-11-01T16:44:49.4253427Z creating build\lib.win-amd64-cpython-39\torch\ao 2024-11-01T16:44:49.4255840Z copying torch\ao\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao 2024-11-01T16:44:49.4264325Z creating build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:44:49.4266919Z copying torch\autograd\anomaly_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:44:49.4276255Z copying torch\autograd\forward_ad.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:44:49.4286137Z copying torch\autograd\function.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:44:49.4302499Z copying torch\autograd\functional.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:44:49.4330001Z copying torch\autograd\gradcheck.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:44:49.4362447Z copying torch\autograd\grad_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:44:49.4373352Z copying torch\autograd\graph.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:44:49.4388402Z copying torch\autograd\profiler.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:44:49.4414057Z copying torch\autograd\profiler_legacy.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:44:49.4424618Z copying torch\autograd\profiler_util.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:44:49.4445729Z copying torch\autograd\variable.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:44:49.4450930Z copying torch\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-11-01T16:44:49.4467988Z creating build\lib.win-amd64-cpython-39\torch\backends 2024-11-01T16:44:49.4470393Z copying torch\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends 2024-11-01T16:44:49.4481693Z creating build\lib.win-amd64-cpython-39\torch\compiler 2024-11-01T16:44:49.4483923Z copying torch\compiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\compiler 2024-11-01T16:44:49.4496008Z creating build\lib.win-amd64-cpython-39\torch\contrib 2024-11-01T16:44:49.4498628Z copying torch\contrib\_tensorboard_vis.py -> build\lib.win-amd64-cpython-39\torch\contrib 2024-11-01T16:44:49.4509771Z copying torch\contrib\__init__.py -> build\lib.win-amd64-cpython-39\torch\contrib 2024-11-01T16:44:49.4515097Z creating build\lib.win-amd64-cpython-39\torch\cpu 2024-11-01T16:44:49.4517406Z copying torch\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu 2024-11-01T16:44:49.4531356Z creating build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:44:49.4533900Z copying torch\cuda\comm.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:44:49.4539033Z copying torch\cuda\error.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:44:49.4543358Z copying torch\cuda\gds.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:44:49.4553602Z copying torch\cuda\graphs.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:44:49.4570995Z copying torch\cuda\jiterator.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:44:49.4581684Z copying torch\cuda\memory.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:44:49.4613641Z copying torch\cuda\nccl.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:44:49.4623574Z copying torch\cuda\nvtx.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:44:49.4634454Z copying torch\cuda\profiler.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:44:49.4645741Z copying torch\cuda\random.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:44:49.4658564Z copying torch\cuda\sparse.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:44:49.4663772Z copying torch\cuda\streams.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:44:49.4675481Z copying torch\cuda\tunable.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:44:49.4686983Z copying torch\cuda\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:44:49.4698488Z copying torch\cuda\_memory_viz.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:44:49.4715537Z copying torch\cuda\_sanitizer.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:44:49.4732865Z copying torch\cuda\_utils.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:44:49.4743408Z copying torch\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-11-01T16:44:49.4776518Z creating build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:44:49.4779220Z copying torch\distributed\argparse_util.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:44:49.4791531Z copying torch\distributed\c10d_logger.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:44:49.4801875Z copying torch\distributed\collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:44:49.4820039Z copying torch\distributed\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:44:49.4829926Z copying torch\distributed\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:44:49.4851621Z copying torch\distributed\distributed_c10d.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:44:49.4928565Z copying torch\distributed\launch.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:44:49.4940795Z copying torch\distributed\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:44:49.4946223Z copying torch\distributed\remote_device.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:44:49.4957530Z copying torch\distributed\rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:44:49.4969675Z copying torch\distributed\run.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:44:49.4991893Z copying torch\distributed\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:44:49.5003841Z copying torch\distributed\_checkpointable.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:44:49.5015278Z copying torch\distributed\_composable_state.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:44:49.5027038Z copying torch\distributed\_functional_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:44:49.5053201Z copying torch\distributed\_functional_collectives_impl.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:44:49.5065150Z copying torch\distributed\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:44:49.5083889Z copying torch\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-11-01T16:44:49.5102707Z creating build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5106033Z copying torch\distributions\bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5117359Z copying torch\distributions\beta.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5129056Z copying torch\distributions\binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5140081Z copying torch\distributions\categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5159041Z copying torch\distributions\cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5170026Z copying torch\distributions\chi2.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5180990Z copying torch\distributions\constraints.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5223817Z copying torch\distributions\constraint_registry.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5235056Z copying torch\distributions\continuous_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5246047Z copying torch\distributions\dirichlet.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5257988Z copying torch\distributions\distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5269297Z copying torch\distributions\exponential.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5280966Z copying torch\distributions\exp_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5292391Z copying torch\distributions\fishersnedecor.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5303131Z copying torch\distributions\gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5314880Z copying torch\distributions\geometric.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5327432Z copying torch\distributions\gumbel.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5339646Z copying torch\distributions\half_cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5350877Z copying torch\distributions\half_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5361334Z copying torch\distributions\independent.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5372413Z copying torch\distributions\inverse_gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5383283Z copying torch\distributions\kl.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5401352Z copying torch\distributions\kumaraswamy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5420091Z copying torch\distributions\laplace.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5431719Z copying torch\distributions\lkj_cholesky.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5443070Z copying torch\distributions\logistic_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5454536Z copying torch\distributions\log_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5465953Z copying torch\distributions\lowrank_multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5477300Z copying torch\distributions\mixture_same_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5488736Z copying torch\distributions\multinomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5500458Z copying torch\distributions\multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5511555Z copying torch\distributions\negative_binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5546099Z copying torch\distributions\normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5557581Z copying torch\distributions\one_hot_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5568292Z copying torch\distributions\pareto.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5578348Z copying torch\distributions\poisson.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.5591227Z copying torch\distributions\relaxed_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.6480313Z copying torch\distributions\relaxed_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.6491298Z copying torch\distributions\studentT.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.6501509Z copying torch\distributions\transformed_distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.6512372Z copying torch\distributions\transforms.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.6535673Z copying torch\distributions\uniform.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.6546814Z copying torch\distributions\utils.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.6557530Z copying torch\distributions\von_mises.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.6568351Z copying torch\distributions\weibull.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.6583736Z copying torch\distributions\wishart.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.6595252Z copying torch\distributions\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-11-01T16:44:49.6609944Z creating build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:44:49.6612593Z copying torch\export\custom_obj.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:44:49.6618136Z copying torch\export\decomp_utils.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:44:49.6629350Z copying torch\export\dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:44:49.6651875Z copying torch\export\exported_program.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:44:49.6689149Z copying torch\export\graph_signature.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:44:49.6705787Z copying torch\export\unflatten.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:44:49.6736082Z copying torch\export\_draft_export.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:44:49.6749359Z copying torch\export\_remove_auto_functionalized_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:44:49.6761069Z copying torch\export\_remove_effect_tokens_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:44:49.6772007Z copying torch\export\_safeguard.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:44:49.6783939Z copying torch\export\_swap.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:44:49.6802577Z copying torch\export\_trace.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:44:49.6837033Z copying torch\export\_tree_utils.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:44:49.6848032Z copying torch\export\_unlift.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:44:49.6859432Z copying torch\export\__init__.py -> build\lib.win-amd64-cpython-39\torch\export 2024-11-01T16:44:49.6879610Z creating build\lib.win-amd64-cpython-39\torch\fft 2024-11-01T16:44:49.6881967Z copying torch\fft\__init__.py -> build\lib.win-amd64-cpython-39\torch\fft 2024-11-01T16:44:49.6918099Z creating build\lib.win-amd64-cpython-39\torch\func 2024-11-01T16:44:49.6920517Z copying torch\func\__init__.py -> build\lib.win-amd64-cpython-39\torch\func 2024-11-01T16:44:49.6926802Z creating build\lib.win-amd64-cpython-39\torch\futures 2024-11-01T16:44:49.6929203Z copying torch\futures\__init__.py -> build\lib.win-amd64-cpython-39\torch\futures 2024-11-01T16:44:49.6946667Z creating build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:44:49.6950219Z copying torch\fx\annotate.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:44:49.6963715Z copying torch\fx\config.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:44:49.6968909Z copying torch\fx\graph.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:44:49.7001221Z copying torch\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:44:49.7024617Z copying torch\fx\immutable_collections.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:44:49.7041750Z copying torch\fx\interpreter.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:44:49.7058809Z copying torch\fx\node.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:44:49.7079854Z copying torch\fx\operator_schemas.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:44:49.7096526Z copying torch\fx\proxy.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:44:49.7114764Z copying torch\fx\subgraph_rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:44:49.7127641Z copying torch\fx\tensor_type.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:44:49.7138630Z copying torch\fx\traceback.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:44:49.7149282Z copying torch\fx\_compatibility.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:44:49.7160067Z copying torch\fx\_lazy_graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:44:49.7171322Z copying torch\fx\_pytree.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:44:49.7182618Z copying torch\fx\_symbolic_trace.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:44:49.7213943Z copying torch\fx\_utils.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:44:49.7225113Z copying torch\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-11-01T16:44:49.7240158Z creating build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:44:49.7242639Z copying torch\jit\annotations.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:44:49.7260973Z copying torch\jit\frontend.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:44:49.7283811Z copying torch\jit\generate_bytecode.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:44:49.7294610Z copying torch\jit\quantized.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:44:49.7311410Z copying torch\jit\supported_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:44:49.7322544Z copying torch\jit\unsupported_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:44:49.7333662Z copying torch\jit\_async.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:44:49.7344744Z copying torch\jit\_await.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:44:49.7355253Z copying torch\jit\_builtins.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:44:49.7366125Z copying torch\jit\_check.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:44:49.7376947Z copying torch\jit\_dataclass_impls.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:44:49.7388960Z copying torch\jit\_decompositions.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:44:49.7400790Z copying torch\jit\_decomposition_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:44:49.7406483Z copying torch\jit\_freeze.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:44:49.7418288Z copying torch\jit\_fuser.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:44:49.7430734Z copying torch\jit\_ir_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:44:49.7442944Z copying torch\jit\_logging.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:44:49.7448720Z copying torch\jit\_monkeytype_config.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:44:49.7460682Z copying torch\jit\_pickle.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:44:49.7471912Z copying torch\jit\_recursive.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:44:49.7499631Z copying torch\jit\_script.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:44:49.7535836Z copying torch\jit\_serialization.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:44:49.7547077Z copying torch\jit\_shape_functions.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:44:49.7581882Z copying torch\jit\_state.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:44:49.7593637Z copying torch\jit\_trace.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:44:49.7622736Z copying torch\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:44:49.7634777Z creating build\lib.win-amd64-cpython-39\torch\linalg 2024-11-01T16:44:49.7637185Z copying torch\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\linalg 2024-11-01T16:44:49.7693927Z creating build\lib.win-amd64-cpython-39\torch\masked 2024-11-01T16:44:49.7707771Z copying torch\masked\_docs.py -> build\lib.win-amd64-cpython-39\torch\masked 2024-11-01T16:44:49.7735648Z copying torch\masked\_ops.py -> build\lib.win-amd64-cpython-39\torch\masked 2024-11-01T16:44:49.7781321Z copying torch\masked\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked 2024-11-01T16:44:49.7793181Z creating build\lib.win-amd64-cpython-39\torch\monitor 2024-11-01T16:44:49.7795544Z copying torch\monitor\__init__.py -> build\lib.win-amd64-cpython-39\torch\monitor 2024-11-01T16:44:49.7807310Z creating build\lib.win-amd64-cpython-39\torch\mps 2024-11-01T16:44:49.7809943Z copying torch\mps\event.py -> build\lib.win-amd64-cpython-39\torch\mps 2024-11-01T16:44:49.7821587Z copying torch\mps\profiler.py -> build\lib.win-amd64-cpython-39\torch\mps 2024-11-01T16:44:49.7833105Z copying torch\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\mps 2024-11-01T16:44:49.7858260Z creating build\lib.win-amd64-cpython-39\torch\mtia 2024-11-01T16:44:49.7860960Z copying torch\mtia\_utils.py -> build\lib.win-amd64-cpython-39\torch\mtia 2024-11-01T16:44:49.7877840Z copying torch\mtia\__init__.py -> build\lib.win-amd64-cpython-39\torch\mtia 2024-11-01T16:44:49.7892609Z creating build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-11-01T16:44:49.7895430Z copying torch\multiprocessing\pool.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-11-01T16:44:49.7907849Z copying torch\multiprocessing\queue.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-11-01T16:44:49.7918409Z copying torch\multiprocessing\reductions.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-11-01T16:44:49.7943924Z copying torch\multiprocessing\spawn.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-11-01T16:44:49.7955935Z copying torch\multiprocessing\_atfork.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-11-01T16:44:49.7975355Z copying torch\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-11-01T16:44:49.7988722Z creating build\lib.win-amd64-cpython-39\torch\nested 2024-11-01T16:44:49.8009920Z copying torch\nested\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested 2024-11-01T16:44:49.8043406Z creating build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:44:49.8046099Z copying torch\nn\common_types.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:44:49.8056849Z copying torch\nn\cpp.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:44:49.8071023Z copying torch\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:44:49.8160272Z copying torch\nn\grad.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:44:49.8171058Z copying torch\nn\init.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:44:49.8195351Z copying torch\nn\parameter.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:44:49.8205128Z copying torch\nn\_reduction.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:44:49.8214543Z copying torch\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:44:49.8229137Z creating build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:44:49.8231818Z copying torch\onnx\errors.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:44:49.8241163Z copying torch\onnx\operators.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:44:49.8251484Z copying torch\onnx\symbolic_caffe2.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:44:49.8261392Z copying torch\onnx\symbolic_helper.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:44:49.8300229Z copying torch\onnx\symbolic_opset10.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:44:49.8321444Z copying torch\onnx\symbolic_opset11.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:44:49.8347906Z copying torch\onnx\symbolic_opset12.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:44:49.8357993Z copying torch\onnx\symbolic_opset13.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:44:49.8381219Z copying torch\onnx\symbolic_opset14.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:44:49.8392311Z copying torch\onnx\symbolic_opset15.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:44:49.8402750Z copying torch\onnx\symbolic_opset16.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:44:49.8414143Z copying torch\onnx\symbolic_opset17.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:44:49.8425998Z copying torch\onnx\symbolic_opset18.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:44:49.8439921Z copying torch\onnx\symbolic_opset19.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:44:49.8445294Z copying torch\onnx\symbolic_opset20.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:44:49.8457672Z copying torch\onnx\symbolic_opset7.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:44:49.8473485Z copying torch\onnx\symbolic_opset8.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:44:49.8490040Z copying torch\onnx\symbolic_opset9.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:44:49.8690284Z copying torch\onnx\utils.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:44:49.8721857Z copying torch\onnx\verification.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:44:49.8757891Z copying torch\onnx\_constants.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:44:49.8768467Z copying torch\onnx\_deprecation.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:44:49.8779144Z copying torch\onnx\_experimental.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:44:49.8788591Z copying torch\onnx\_exporter_states.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:44:49.8793998Z copying torch\onnx\_flags.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:44:49.8802572Z copying torch\onnx\_globals.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:44:49.8811085Z copying torch\onnx\_onnx_supported_ops.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:44:49.8821025Z copying torch\onnx\_type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:44:49.8833446Z copying torch\onnx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-11-01T16:44:49.8853451Z creating build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:44:49.8856358Z copying torch\optim\adadelta.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:44:49.8871721Z copying torch\optim\adagrad.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:44:49.8886208Z copying torch\optim\adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:44:49.8904198Z copying torch\optim\adamax.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:44:49.8917320Z copying torch\optim\adamw.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:44:49.8933508Z copying torch\optim\asgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:44:49.8947777Z copying torch\optim\lbfgs.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:44:49.8968676Z copying torch\optim\lr_scheduler.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:44:49.9021665Z copying torch\optim\nadam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:44:49.9036660Z copying torch\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:44:49.9077139Z copying torch\optim\radam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:44:49.9100680Z copying torch\optim\rmsprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:44:49.9137953Z copying torch\optim\rprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:44:49.9157646Z copying torch\optim\sgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:44:49.9173136Z copying torch\optim\sparse_adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:44:49.9183446Z copying torch\optim\swa_utils.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:44:49.9197680Z copying torch\optim\_adafactor.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:44:49.9213666Z copying torch\optim\_functional.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:44:49.9222960Z copying torch\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-11-01T16:44:49.9235094Z creating build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:44:49.9238508Z copying torch\package\file_structure_representation.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:44:49.9251278Z copying torch\package\find_file_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:44:49.9261792Z copying torch\package\glob_group.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:44:49.9283645Z copying torch\package\importer.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:44:49.9293829Z copying torch\package\package_exporter.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:44:49.9319248Z copying torch\package\package_importer.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:44:49.9340401Z copying torch\package\_digraph.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:44:49.9351229Z copying torch\package\_directory_reader.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:44:49.9361015Z copying torch\package\_importlib.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:44:49.9371637Z copying torch\package\_mangling.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:44:49.9381238Z copying torch\package\_mock.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:44:49.9390646Z copying torch\package\_package_pickler.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:44:49.9401225Z copying torch\package\_package_unpickler.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:44:49.9410803Z copying torch\package\_stdlib.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:44:49.9419848Z copying torch\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\package 2024-11-01T16:44:49.9427123Z creating build\lib.win-amd64-cpython-39\torch\profiler 2024-11-01T16:44:49.9430025Z copying torch\profiler\itt.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-11-01T16:44:49.9439535Z copying torch\profiler\profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-11-01T16:44:49.9658101Z copying torch\profiler\python_tracer.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-11-01T16:44:49.9663226Z copying torch\profiler\_memory_profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-11-01T16:44:49.9702965Z copying torch\profiler\_pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-11-01T16:44:49.9734033Z copying torch\profiler\_utils.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-11-01T16:44:49.9746231Z copying torch\profiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-11-01T16:44:49.9760640Z creating build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:44:49.9763353Z copying torch\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:44:49.9778799Z copying torch\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:44:49.9784373Z copying torch\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:44:49.9805454Z copying torch\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:44:49.9817769Z copying torch\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:44:49.9833492Z copying torch\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:44:49.9842739Z copying torch\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:44:49.9853082Z copying torch\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:44:49.9862476Z copying torch\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:44:49.9872555Z copying torch\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:44:49.9877862Z copying torch\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:44:49.9883237Z copying torch\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:44:49.9898679Z copying torch\quantization\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:44:49.9907684Z copying torch\quantization\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:44:49.9918349Z copying torch\quantization\_quantized_conversions.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:44:49.9928541Z copying torch\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-11-01T16:44:49.9939239Z creating build\lib.win-amd64-cpython-39\torch\signal 2024-11-01T16:44:49.9941613Z copying torch\signal\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal 2024-11-01T16:44:49.9949062Z creating build\lib.win-amd64-cpython-39\torch\sparse 2024-11-01T16:44:49.9951681Z copying torch\sparse\semi_structured.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-11-01T16:44:49.9968307Z copying torch\sparse\_semi_structured_conversions.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-11-01T16:44:49.9979065Z copying torch\sparse\_semi_structured_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-11-01T16:44:49.9993548Z copying torch\sparse\_triton_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-11-01T16:44:50.0027585Z copying torch\sparse\_triton_ops_meta.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-11-01T16:44:50.0266121Z copying torch\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-11-01T16:44:50.0284271Z creating build\lib.win-amd64-cpython-39\torch\special 2024-11-01T16:44:50.0286838Z copying torch\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\special 2024-11-01T16:44:50.0307281Z creating build\lib.win-amd64-cpython-39\torch\testing 2024-11-01T16:44:50.0309909Z copying torch\testing\_comparison.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-11-01T16:44:50.0334558Z copying torch\testing\_creation.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-11-01T16:44:50.0346101Z copying torch\testing\_utils.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-11-01T16:44:50.0356435Z copying torch\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-11-01T16:44:50.0370116Z creating build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0373028Z copying torch\utils\backend_registration.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0387283Z copying torch\utils\bundled_inputs.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0406563Z copying torch\utils\checkpoint.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0431124Z copying torch\utils\collect_env.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0456081Z copying torch\utils\cpp_backtrace.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0461338Z copying torch\utils\cpp_extension.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0515245Z copying torch\utils\deterministic.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0524333Z copying torch\utils\dlpack.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0532471Z copying torch\utils\file_baton.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0541286Z copying torch\utils\flop_counter.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0557823Z copying torch\utils\hooks.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0567102Z copying torch\utils\mkldnn.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0579135Z copying torch\utils\mobile_optimizer.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0588346Z copying torch\utils\model_zoo.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0593591Z copying torch\utils\module_tracker.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0605035Z copying torch\utils\show_pickle.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0614444Z copying torch\utils\throughput_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0628061Z copying torch\utils\weak.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0638545Z copying torch\utils\_backport_slots.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0647920Z copying torch\utils\_config_module.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0663541Z copying torch\utils\_content_store.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0681246Z copying torch\utils\_contextlib.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0690172Z copying torch\utils\_cpp_extension_versioner.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0698752Z copying torch\utils\_cxx_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0718156Z copying torch\utils\_device.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0727380Z copying torch\utils\_exposed_in.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0737306Z copying torch\utils\_foreach_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0745735Z copying torch\utils\_freeze.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0755428Z copying torch\utils\_get_clean_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0763793Z copying torch\utils\_import_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0773548Z copying torch\utils\_mode_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0786264Z copying torch\utils\_ordered_set.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0795630Z copying torch\utils\_python_dispatch.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0809761Z copying torch\utils\_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0837310Z copying torch\utils\_stats.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0846794Z copying torch\utils\_thunk.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0853262Z copying torch\utils\_traceback.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0862835Z copying torch\utils\_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0872348Z copying torch\utils\_typing_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0877788Z copying torch\utils\_zip.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0887007Z copying torch\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:44:50.0898626Z creating build\lib.win-amd64-cpython-39\torch\xpu 2024-11-01T16:44:50.0901111Z copying torch\xpu\memory.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-11-01T16:44:50.0910085Z copying torch\xpu\random.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-11-01T16:44:50.0919761Z copying torch\xpu\streams.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-11-01T16:44:50.0929936Z copying torch\xpu\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-11-01T16:44:50.0939045Z copying torch\xpu\_utils.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-11-01T16:44:50.0947407Z copying torch\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-11-01T16:44:50.0966964Z creating build\lib.win-amd64-cpython-39\torch\_awaits 2024-11-01T16:44:50.0969406Z copying torch\_awaits\__init__.py -> build\lib.win-amd64-cpython-39\torch\_awaits 2024-11-01T16:44:50.0980473Z creating build\lib.win-amd64-cpython-39\torch\_custom_op 2024-11-01T16:44:50.0983043Z copying torch\_custom_op\autograd.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-11-01T16:44:50.0992776Z copying torch\_custom_op\functional.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-11-01T16:44:50.1002647Z copying torch\_custom_op\impl.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-11-01T16:44:50.1018865Z copying torch\_custom_op\__init__.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-11-01T16:44:50.1024665Z creating build\lib.win-amd64-cpython-39\torch\_decomp 2024-11-01T16:44:50.1027239Z copying torch\_decomp\decompositions.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-11-01T16:44:50.1093810Z copying torch\_decomp\decompositions_for_jvp.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-11-01T16:44:50.1105371Z copying torch\_decomp\decompositions_for_rng.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-11-01T16:44:50.1125950Z copying torch\_decomp\__init__.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-11-01T16:44:50.1143023Z creating build\lib.win-amd64-cpython-39\torch\_dispatch 2024-11-01T16:44:50.1145543Z copying torch\_dispatch\python.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2024-11-01T16:44:50.1156325Z copying torch\_dispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2024-11-01T16:44:50.1167638Z creating build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1170629Z copying torch\_dynamo\bytecode_analysis.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1185197Z copying torch\_dynamo\bytecode_transformation.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1227453Z copying torch\_dynamo\cache_size.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1247397Z copying torch\_dynamo\callback.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1259027Z copying torch\_dynamo\codegen.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1281417Z copying torch\_dynamo\code_context.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1293987Z copying torch\_dynamo\compiled_autograd.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1328069Z copying torch\_dynamo\comptime.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1343927Z copying torch\_dynamo\config.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1360678Z copying torch\_dynamo\convert_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1391351Z copying torch\_dynamo\create_parameter_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1400931Z copying torch\_dynamo\current_scope_id.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1411790Z copying torch\_dynamo\debug_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1428996Z copying torch\_dynamo\decorators.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1444930Z copying torch\_dynamo\device_interface.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1454842Z copying torch\_dynamo\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1464368Z copying torch\_dynamo\eval_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1490944Z copying torch\_dynamo\exc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1500562Z copying torch\_dynamo\external_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1509993Z copying torch\_dynamo\funcname_cache.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1519467Z copying torch\_dynamo\guards.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1557627Z copying torch\_dynamo\hooks.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1574820Z copying torch\_dynamo\logging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1585422Z copying torch\_dynamo\mutation_guard.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1596006Z copying torch\_dynamo\output_graph.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1753230Z copying torch\_dynamo\pgo.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1765282Z copying torch\_dynamo\profiler.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1775798Z copying torch\_dynamo\replay_record.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1786329Z copying torch\_dynamo\resume_execution.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1804141Z copying torch\_dynamo\side_effects.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1826916Z copying torch\_dynamo\source.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1843825Z copying torch\_dynamo\symbolic_convert.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1909665Z copying torch\_dynamo\tensor_version_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1928357Z copying torch\_dynamo\testing.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1938327Z copying torch\_dynamo\test_case.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1948658Z copying torch\_dynamo\test_minifier_common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.1958947Z copying torch\_dynamo\trace_rules.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.2016227Z copying torch\_dynamo\types.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.2029111Z copying torch\_dynamo\utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.2081332Z copying torch\_dynamo\_trace_wrapped_higher_order_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.2092964Z copying torch\_dynamo\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-11-01T16:44:50.2105310Z creating build\lib.win-amd64-cpython-39\torch\_export 2024-11-01T16:44:50.2107920Z copying torch\_export\converter.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-11-01T16:44:50.2144479Z copying torch\_export\error.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-11-01T16:44:50.2154939Z copying torch\_export\non_strict_utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-11-01T16:44:50.2170668Z copying torch\_export\pass_base.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-11-01T16:44:50.2196188Z copying torch\_export\tools.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-11-01T16:44:50.2207700Z copying torch\_export\utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-11-01T16:44:50.2232017Z copying torch\_export\verifier.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-11-01T16:44:50.2248768Z copying torch\_export\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-11-01T16:44:50.2260217Z copying torch\_export\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-11-01T16:44:50.2275611Z creating build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:44:50.2278334Z copying torch\_functorch\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:44:50.2312820Z copying torch\_functorch\apis.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:44:50.2329348Z copying torch\_functorch\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:44:50.2349201Z copying torch\_functorch\batch_norm_replacement.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:44:50.2367966Z copying torch\_functorch\benchmark_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:44:50.2380507Z copying torch\_functorch\compilers.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:44:50.2392720Z copying torch\_functorch\compile_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:44:50.2403545Z copying torch\_functorch\config.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:44:50.2413837Z copying torch\_functorch\deprecated.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:44:50.2424542Z copying torch\_functorch\eager_transforms.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:44:50.2457688Z copying torch\_functorch\functional_call.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:44:50.2468758Z copying torch\_functorch\fx_minifier.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:44:50.2485970Z copying torch\_functorch\make_functional.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:44:50.2504574Z copying torch\_functorch\partitioners.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:44:50.2538411Z copying torch\_functorch\pyfunctorch.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:44:50.2549827Z copying torch\_functorch\python_key.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:44:50.2555552Z copying torch\_functorch\pytree_hacks.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:44:50.2567002Z copying torch\_functorch\top_operators_github_usage.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:44:50.2584625Z copying torch\_functorch\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:44:50.2595006Z copying torch\_functorch\vmap.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:44:50.2612203Z copying torch\_functorch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-11-01T16:44:50.2633944Z creating build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:44:50.3422198Z copying torch\_higher_order_ops\associative_scan.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:44:50.3434466Z copying torch\_higher_order_ops\auto_functionalize.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:44:50.3455352Z copying torch\_higher_order_ops\cond.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:44:50.3480044Z copying torch\_higher_order_ops\effects.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:44:50.3492696Z copying torch\_higher_order_ops\executorch_call_delegate.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:44:50.3505411Z copying torch\_higher_order_ops\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:44:50.3532265Z copying torch\_higher_order_ops\hints_wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:44:50.3544465Z copying torch\_higher_order_ops\invoke_subgraph.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:44:50.3556396Z copying torch\_higher_order_ops\map.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:44:50.3571336Z copying torch\_higher_order_ops\out_dtype.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:44:50.3588025Z copying torch\_higher_order_ops\run_const_graph.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:44:50.3602020Z copying torch\_higher_order_ops\scan.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:44:50.3620431Z copying torch\_higher_order_ops\strict_mode.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:44:50.3630562Z copying torch\_higher_order_ops\torchbind.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:44:50.3644610Z copying torch\_higher_order_ops\triton_kernel_wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:44:50.3683229Z copying torch\_higher_order_ops\utils.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:44:50.3701719Z copying torch\_higher_order_ops\while_loop.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:44:50.3713691Z copying torch\_higher_order_ops\wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:44:50.3725052Z copying torch\_higher_order_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-11-01T16:44:50.3738917Z creating build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.3741757Z copying torch\_inductor\aoti_eager.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.3754547Z copying torch\_inductor\async_compile.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.3769581Z copying torch\_inductor\autotune_process.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.3798573Z copying torch\_inductor\bisect_helper.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.3815334Z copying torch\_inductor\bounds.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.3827379Z copying torch\_inductor\codecache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4030742Z copying torch\_inductor\comms.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4050701Z copying torch\_inductor\comm_analysis.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4060969Z copying torch\_inductor\comm_lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4070618Z copying torch\_inductor\compile_fx.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4100665Z copying torch\_inductor\config.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4125978Z copying torch\_inductor\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4136768Z copying torch\_inductor\cpp_builder.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4162676Z copying torch\_inductor\cpu_vec_isa.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4174245Z copying torch\_inductor\cudagraph_trees.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4222785Z copying torch\_inductor\cudagraph_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4235159Z copying torch\_inductor\custom_graph_pass.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4245934Z copying torch\_inductor\debug.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4262873Z copying torch\_inductor\decomposition.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4286401Z copying torch\_inductor\dependencies.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4303161Z copying torch\_inductor\exc.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4327064Z copying torch\_inductor\extern_node_serializer.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4337479Z copying torch\_inductor\freezing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4348408Z copying torch\_inductor\fx_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4360978Z copying torch\_inductor\graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4399782Z copying torch\_inductor\hooks.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4405507Z copying torch\_inductor\index_propagation.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4416595Z copying torch\_inductor\inductor_prims.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4427769Z copying torch\_inductor\ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4524919Z copying torch\_inductor\jagged_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4536049Z copying torch\_inductor\loop_body.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4553401Z copying torch\_inductor\lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4647332Z copying torch\_inductor\memory.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4665055Z copying torch\_inductor\metrics.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4677353Z copying torch\_inductor\mkldnn_ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4710100Z copying torch\_inductor\mkldnn_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4733920Z copying torch\_inductor\ops_handler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4751638Z copying torch\_inductor\optimize_indexing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4762460Z copying torch\_inductor\pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4796225Z copying torch\_inductor\quantized_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4807935Z copying torch\_inductor\remote_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4819720Z copying torch\_inductor\scheduler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4887232Z copying torch\_inductor\select_algorithm.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4923831Z copying torch\_inductor\sizevars.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4946650Z copying torch\_inductor\subgraph_lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4967036Z copying torch\_inductor\test_case.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4978951Z copying torch\_inductor\test_operators.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.4990487Z copying torch\_inductor\triton_bundler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.5001194Z copying torch\_inductor\utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.5036802Z copying torch\_inductor\virtualized.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.5049016Z copying torch\_inductor\wrapper_benchmark.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.5060691Z copying torch\_inductor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-11-01T16:44:50.5074288Z creating build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:44:50.5083823Z copying torch\_lazy\closure.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:44:50.5095160Z copying torch\_lazy\computation.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:44:50.5106516Z copying torch\_lazy\config.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:44:50.5111742Z copying torch\_lazy\debug.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:44:50.5123315Z copying torch\_lazy\device_context.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:44:50.5141252Z copying torch\_lazy\extract_compiled_graph.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:44:50.5152157Z copying torch\_lazy\ir_cache.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:44:50.5157505Z copying torch\_lazy\metrics.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:44:50.5162978Z copying torch\_lazy\tensor_factory_functions.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:44:50.5174316Z copying torch\_lazy\ts_backend.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:44:50.5179755Z copying torch\_lazy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-11-01T16:44:50.5193574Z creating build\lib.win-amd64-cpython-39\torch\_library 2024-11-01T16:44:50.5196293Z copying torch\_library\autograd.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-11-01T16:44:50.5207492Z copying torch\_library\custom_ops.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-11-01T16:44:50.5234073Z copying torch\_library\fake_class_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-11-01T16:44:50.5245509Z copying torch\_library\fake_impl.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-11-01T16:44:50.5267815Z copying torch\_library\infer_schema.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-11-01T16:44:50.5279524Z copying torch\_library\simple_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-11-01T16:44:50.5291194Z copying torch\_library\triton.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-11-01T16:44:50.5301928Z copying torch\_library\utils.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-11-01T16:44:50.5314301Z copying torch\_library\__init__.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-11-01T16:44:50.5321260Z creating build\lib.win-amd64-cpython-39\torch\_logging 2024-11-01T16:44:50.5323892Z copying torch\_logging\scribe.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-11-01T16:44:50.5335456Z copying torch\_logging\structured.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-11-01T16:44:50.5346635Z copying torch\_logging\_internal.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-11-01T16:44:50.5372707Z copying torch\_logging\_registrations.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-11-01T16:44:50.5389650Z copying torch\_logging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-11-01T16:44:50.5404263Z creating build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:44:50.5406938Z copying torch\_numpy\fft.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:44:50.5418278Z copying torch\_numpy\linalg.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:44:50.5429303Z copying torch\_numpy\random.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:44:50.5441583Z copying torch\_numpy\_binary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:44:50.5453307Z copying torch\_numpy\_casting_dicts.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:44:50.5481083Z copying torch\_numpy\_dtypes.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:44:50.5492652Z copying torch\_numpy\_dtypes_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:44:50.5503576Z copying torch\_numpy\_funcs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:44:50.5514423Z copying torch\_numpy\_funcs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:44:50.5544611Z copying torch\_numpy\_getlimits.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:44:50.5550009Z copying torch\_numpy\_ndarray.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:44:50.5567575Z copying torch\_numpy\_normalizations.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:44:50.5578652Z copying torch\_numpy\_reductions_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:44:50.5589949Z copying torch\_numpy\_ufuncs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:44:50.5602083Z copying torch\_numpy\_unary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:44:50.5613850Z copying torch\_numpy\_util.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:44:50.5625204Z copying torch\_numpy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-11-01T16:44:50.5632450Z creating build\lib.win-amd64-cpython-39\torch\_prims 2024-11-01T16:44:50.5635117Z copying torch\_prims\context.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-11-01T16:44:50.5646836Z copying torch\_prims\debug_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-11-01T16:44:50.5658195Z copying torch\_prims\executor.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-11-01T16:44:50.5668866Z copying torch\_prims\rng_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-11-01T16:44:50.5680474Z copying torch\_prims\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-11-01T16:44:50.5734911Z creating build\lib.win-amd64-cpython-39\torch\_prims_common 2024-11-01T16:44:50.5737733Z copying torch\_prims_common\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2024-11-01T16:44:50.5754701Z copying torch\_prims_common\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2024-11-01T16:44:50.5790668Z creating build\lib.win-amd64-cpython-39\torch\_refs 2024-11-01T16:44:50.5793332Z copying torch\_refs\fft.py -> build\lib.win-amd64-cpython-39\torch\_refs 2024-11-01T16:44:50.5811175Z copying torch\_refs\_conversions.py -> build\lib.win-amd64-cpython-39\torch\_refs 2024-11-01T16:44:50.5822098Z copying torch\_refs\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs 2024-11-01T16:44:50.5917361Z creating build\lib.win-amd64-cpython-39\torch\_strobelight 2024-11-01T16:44:50.5929270Z copying torch\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2024-11-01T16:44:50.5940989Z copying torch\_strobelight\compile_time_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2024-11-01T16:44:50.5952843Z copying torch\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2024-11-01T16:44:50.5964399Z creating build\lib.win-amd64-cpython-39\torch\_subclasses 2024-11-01T16:44:50.5967097Z copying torch\_subclasses\fake_impls.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-11-01T16:44:50.5990444Z copying torch\_subclasses\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-11-01T16:44:50.6208569Z copying torch\_subclasses\fake_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-11-01T16:44:50.6226252Z copying torch\_subclasses\functional_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-11-01T16:44:50.6249380Z copying torch\_subclasses\meta_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-11-01T16:44:50.6285323Z copying torch\_subclasses\schema_check_mode.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-11-01T16:44:50.6296641Z copying torch\_subclasses\_fake_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-11-01T16:44:50.6308201Z copying torch\_subclasses\__init__.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-11-01T16:44:50.6314514Z creating build\lib.win-amd64-cpython-39\torch\_vendor 2024-11-01T16:44:50.6316963Z copying torch\_vendor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor 2024-11-01T16:44:50.6322646Z creating build\lib.win-amd64-cpython-39\torch\ao\nn 2024-11-01T16:44:50.6325100Z copying torch\ao\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn 2024-11-01T16:44:50.6331908Z creating build\lib.win-amd64-cpython-39\torch\ao\ns 2024-11-01T16:44:50.6334529Z copying torch\ao\ns\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2024-11-01T16:44:50.6352042Z copying torch\ao\ns\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2024-11-01T16:44:50.6376153Z copying torch\ao\ns\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2024-11-01T16:44:50.6383264Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning 2024-11-01T16:44:50.6385854Z copying torch\ao\pruning\_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2024-11-01T16:44:50.6397399Z copying torch\ao\pruning\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2024-11-01T16:44:50.6406490Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:44:50.6409329Z copying torch\ao\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:44:50.6428008Z copying torch\ao\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:44:50.6440548Z copying torch\ao\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:44:50.6461089Z copying torch\ao\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:44:50.6496247Z copying torch\ao\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:44:50.6515222Z copying torch\ao\quantization\qconfig_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:44:50.6527543Z copying torch\ao\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:44:50.6539404Z copying torch\ao\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:44:50.6557474Z copying torch\ao\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:44:50.6580709Z copying torch\ao\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:44:50.6592117Z copying torch\ao\quantization\quantize_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:44:50.6604875Z copying torch\ao\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:44:50.6617639Z copying torch\ao\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:44:50.6628428Z copying torch\ao\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:44:50.6651326Z copying torch\ao\quantization\_correct_bias.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:44:50.6662706Z copying torch\ao\quantization\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:44:50.6674054Z copying torch\ao\quantization\_learnable_fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:44:50.6685237Z copying torch\ao\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-11-01T16:44:50.6697056Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2024-11-01T16:44:50.6699509Z copying torch\ao\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2024-11-01T16:44:50.6711885Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2024-11-01T16:44:50.6714305Z copying torch\ao\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2024-11-01T16:44:50.6720790Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2024-11-01T16:44:50.6723441Z copying torch\ao\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2024-11-01T16:44:50.6730249Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2024-11-01T16:44:50.6744627Z copying torch\ao\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2024-11-01T16:44:50.6763695Z copying torch\ao\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2024-11-01T16:44:50.6770233Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2024-11-01T16:44:50.6772724Z copying torch\ao\nn\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2024-11-01T16:44:50.6779437Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2024-11-01T16:44:50.6782150Z copying torch\ao\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2024-11-01T16:44:50.6793669Z copying torch\ao\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2024-11-01T16:44:50.6800028Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2024-11-01T16:44:50.6802457Z copying torch\ao\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2024-11-01T16:44:50.6808712Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2024-11-01T16:44:50.6811404Z copying torch\ao\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2024-11-01T16:44:50.6818356Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-11-01T16:44:50.6821017Z copying torch\ao\nn\intrinsic\qat\modules\conv_fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-11-01T16:44:50.6843041Z copying torch\ao\nn\intrinsic\qat\modules\linear_fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-11-01T16:44:50.6854373Z copying torch\ao\nn\intrinsic\qat\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-11-01T16:44:50.6865122Z copying torch\ao\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-11-01T16:44:50.6879239Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2024-11-01T16:44:50.6881859Z copying torch\ao\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2024-11-01T16:44:50.6888665Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-11-01T16:44:50.6891669Z copying torch\ao\nn\intrinsic\quantized\modules\bn_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-11-01T16:44:50.6902060Z copying torch\ao\nn\intrinsic\quantized\modules\conv_add.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-11-01T16:44:50.6912075Z copying torch\ao\nn\intrinsic\quantized\modules\conv_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-11-01T16:44:50.6922516Z copying torch\ao\nn\intrinsic\quantized\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-11-01T16:44:50.6932963Z copying torch\ao\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-11-01T16:44:50.6947236Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2024-11-01T16:44:50.6949958Z copying torch\ao\nn\intrinsic\quantized\dynamic\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2024-11-01T16:44:50.6961491Z copying torch\ao\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2024-11-01T16:44:50.6967314Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2024-11-01T16:44:50.6969826Z copying torch\ao\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2024-11-01T16:44:50.6976476Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-11-01T16:44:50.6979244Z copying torch\ao\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-11-01T16:44:50.6991258Z copying torch\ao\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-11-01T16:44:50.7003731Z copying torch\ao\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-11-01T16:44:50.7015635Z copying torch\ao\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-11-01T16:44:50.7022259Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2024-11-01T16:44:50.7025614Z copying torch\ao\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2024-11-01T16:44:50.7038648Z copying torch\ao\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2024-11-01T16:44:50.7047068Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-11-01T16:44:50.7050175Z copying torch\ao\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-11-01T16:44:50.7067315Z copying torch\ao\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-11-01T16:44:50.7086744Z copying torch\ao\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-11-01T16:44:50.7093147Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2024-11-01T16:44:50.7095626Z copying torch\ao\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2024-11-01T16:44:50.7103419Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:44:50.7106215Z copying torch\ao\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:44:50.7117131Z copying torch\ao\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:44:50.7128533Z copying torch\ao\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:44:50.7151549Z copying torch\ao\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:44:50.7162351Z copying torch\ao\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:44:50.7181235Z copying torch\ao\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:44:50.7192971Z copying torch\ao\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:44:50.7205434Z copying torch\ao\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:44:50.7217654Z copying torch\ao\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:44:50.7228060Z copying torch\ao\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:44:50.7239116Z copying torch\ao\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-11-01T16:44:50.7251685Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2024-11-01T16:44:50.7261494Z copying torch\ao\nn\quantized\reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2024-11-01T16:44:50.7268540Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-11-01T16:44:50.7271179Z copying torch\ao\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-11-01T16:44:50.7288062Z copying torch\ao\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-11-01T16:44:50.7299263Z copying torch\ao\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-11-01T16:44:50.7328657Z copying torch\ao\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-11-01T16:44:50.7335860Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-11-01T16:44:50.7338539Z copying torch\ao\nn\quantized\reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-11-01T16:44:50.7350179Z copying torch\ao\nn\quantized\reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-11-01T16:44:50.7361025Z copying torch\ao\nn\quantized\reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-11-01T16:44:50.7379772Z copying torch\ao\nn\quantized\reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-11-01T16:44:50.7392971Z copying torch\ao\nn\quantized\reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-11-01T16:44:50.7404614Z copying torch\ao\nn\quantized\reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-11-01T16:44:50.7411264Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-11-01T16:44:50.7414014Z copying torch\ao\nn\sparse\quantized\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-11-01T16:44:50.7426042Z copying torch\ao\nn\sparse\quantized\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-11-01T16:44:50.7437035Z copying torch\ao\nn\sparse\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-11-01T16:44:50.7443377Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2024-11-01T16:44:50.7446131Z copying torch\ao\nn\sparse\quantized\dynamic\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2024-11-01T16:44:50.7475782Z copying torch\ao\nn\sparse\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2024-11-01T16:44:50.7483327Z creating build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:44:50.7485864Z copying torch\ao\ns\fx\graph_matcher.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:44:50.7502450Z copying torch\ao\ns\fx\graph_passes.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:44:50.7526064Z copying torch\ao\ns\fx\mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:44:50.7542729Z copying torch\ao\ns\fx\ns_types.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:44:50.7553159Z copying torch\ao\ns\fx\n_shadows_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:44:50.7590432Z copying torch\ao\ns\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:44:50.7601529Z copying torch\ao\ns\fx\qconfig_multi_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:44:50.7612398Z copying torch\ao\ns\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:44:50.7630204Z copying torch\ao\ns\fx\weight_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:44:50.7641935Z copying torch\ao\ns\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-11-01T16:44:50.7648386Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-11-01T16:44:50.7651204Z copying torch\ao\pruning\scheduler\base_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-11-01T16:44:50.7663706Z copying torch\ao\pruning\scheduler\cubic_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-11-01T16:44:50.7675289Z copying torch\ao\pruning\scheduler\lambda_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-11-01T16:44:50.7692944Z copying torch\ao\pruning\scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-11-01T16:44:50.7699132Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-11-01T16:44:50.7708619Z copying torch\ao\pruning\sparsifier\base_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-11-01T16:44:50.7720218Z copying torch\ao\pruning\sparsifier\nearly_diagonal_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-11-01T16:44:50.7731940Z copying torch\ao\pruning\sparsifier\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-11-01T16:44:50.7750240Z copying torch\ao\pruning\sparsifier\weight_norm_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-11-01T16:44:50.7761748Z copying torch\ao\pruning\sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-11-01T16:44:50.7767356Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2024-11-01T16:44:50.7770294Z copying torch\ao\pruning\_experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2024-11-01T16:44:50.7776351Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2024-11-01T16:44:50.7779265Z copying torch\ao\pruning\_experimental\activation_sparsifier\activation_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2024-11-01T16:44:50.7797126Z copying torch\ao\pruning\_experimental\activation_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2024-11-01T16:44:50.7802783Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2024-11-01T16:44:50.7805787Z copying torch\ao\pruning\_experimental\data_scheduler\base_data_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2024-11-01T16:44:50.7816942Z copying torch\ao\pruning\_experimental\data_scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2024-11-01T16:44:50.7823730Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-11-01T16:44:50.7834153Z copying torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-11-01T16:44:50.7845924Z copying torch\ao\pruning\_experimental\data_sparsifier\data_norm_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-11-01T16:44:50.7857552Z copying torch\ao\pruning\_experimental\data_sparsifier\quantization_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-11-01T16:44:50.7874711Z copying torch\ao\pruning\_experimental\data_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-11-01T16:44:50.7883077Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-11-01T16:44:50.7895371Z copying torch\ao\pruning\_experimental\pruner\base_structured_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-11-01T16:44:50.7898348Z copying torch\ao\pruning\_experimental\pruner\FPGM_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-11-01T16:44:50.7909879Z copying torch\ao\pruning\_experimental\pruner\lstm_saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-11-01T16:44:50.7930803Z copying torch\ao\pruning\_experimental\pruner\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-11-01T16:44:50.7943784Z copying torch\ao\pruning\_experimental\pruner\parametrization.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-11-01T16:44:50.7955293Z copying torch\ao\pruning\_experimental\pruner\prune_functions.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-11-01T16:44:50.7973262Z copying torch\ao\pruning\_experimental\pruner\saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-11-01T16:44:50.7985492Z copying torch\ao\pruning\_experimental\pruner\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-11-01T16:44:50.7992306Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning 2024-11-01T16:44:50.7994913Z copying torch\ao\pruning\_experimental\data_sparsifier\lightning\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning 2024-11-01T16:44:50.8000767Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2024-11-01T16:44:50.8003924Z 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 2024-11-01T16:44:50.8015487Z 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 2024-11-01T16:44:50.8026809Z 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 2024-11-01T16:44:50.8040453Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:44:50.8043314Z copying torch\ao\quantization\backend_config\backend_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:44:50.8061501Z copying torch\ao\quantization\backend_config\executorch.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:44:50.8079372Z copying torch\ao\quantization\backend_config\fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:44:50.8090510Z copying torch\ao\quantization\backend_config\native.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:44:50.8107358Z copying torch\ao\quantization\backend_config\observation_type.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:44:50.8112395Z copying torch\ao\quantization\backend_config\onednn.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:44:50.8130103Z copying torch\ao\quantization\backend_config\qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:44:50.8141135Z copying torch\ao\quantization\backend_config\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:44:50.8152765Z copying torch\ao\quantization\backend_config\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:44:50.8164186Z copying torch\ao\quantization\backend_config\x86.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:44:50.8175816Z copying torch\ao\quantization\backend_config\_common_operator_config_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:44:50.8193365Z copying torch\ao\quantization\backend_config\_qnnpack_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:44:50.8205269Z copying torch\ao\quantization\backend_config\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-11-01T16:44:50.8219250Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:44:50.8221915Z copying torch\ao\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:44:50.8254483Z copying torch\ao\quantization\fx\custom_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:44:50.8272939Z copying torch\ao\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:44:50.8284387Z copying torch\ao\quantization\fx\fuse_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:44:50.8295711Z copying torch\ao\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:44:50.8313098Z copying torch\ao\quantization\fx\lower_to_fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:44:50.8318651Z copying torch\ao\quantization\fx\lower_to_qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:44:50.8325712Z copying torch\ao\quantization\fx\lstm_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:44:50.8337685Z copying torch\ao\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:44:50.8349092Z copying torch\ao\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:44:50.8360414Z copying torch\ao\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:44:50.8403757Z copying torch\ao\quantization\fx\qconfig_mapping_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:44:50.8415160Z copying torch\ao\quantization\fx\quantize_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:44:50.8426823Z copying torch\ao\quantization\fx\tracer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:44:50.8437227Z copying torch\ao\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:44:50.8461507Z copying torch\ao\quantization\fx\_decomposed.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:44:50.8488570Z copying torch\ao\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:44:50.8512527Z copying torch\ao\quantization\fx\_lower_to_native_backend.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:44:50.8542215Z copying torch\ao\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-11-01T16:44:50.8549708Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-11-01T16:44:50.8552437Z copying torch\ao\quantization\pt2e\duplicate_dq_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-11-01T16:44:50.8564016Z copying torch\ao\quantization\pt2e\export_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-11-01T16:44:50.8575383Z copying torch\ao\quantization\pt2e\graph_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-11-01T16:44:50.8586669Z copying torch\ao\quantization\pt2e\port_metadata_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-11-01T16:44:50.8608598Z copying torch\ao\quantization\pt2e\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-11-01T16:44:50.8626978Z copying torch\ao\quantization\pt2e\qat_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-11-01T16:44:50.8650657Z copying torch\ao\quantization\pt2e\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-11-01T16:44:50.8671478Z copying torch\ao\quantization\pt2e\_numeric_debugger.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-11-01T16:44:50.8683096Z copying torch\ao\quantization\pt2e\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-11-01T16:44:50.8697653Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-11-01T16:44:50.8700703Z copying torch\ao\quantization\quantizer\composable_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-11-01T16:44:50.8713245Z copying torch\ao\quantization\quantizer\embedding_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-11-01T16:44:50.8724380Z copying torch\ao\quantization\quantizer\quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-11-01T16:44:50.8743295Z copying torch\ao\quantization\quantizer\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-11-01T16:44:50.8753737Z copying torch\ao\quantization\quantizer\x86_inductor_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-11-01T16:44:50.8782435Z copying torch\ao\quantization\quantizer\xnnpack_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-11-01T16:44:50.8793816Z copying torch\ao\quantization\quantizer\xnnpack_quantizer_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-11-01T16:44:50.8816324Z copying torch\ao\quantization\quantizer\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-11-01T16:44:50.8823341Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-11-01T16:44:50.8826161Z copying torch\ao\quantization\fx\_model_report\detector.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-11-01T16:44:50.8863982Z copying torch\ao\quantization\fx\_model_report\model_report.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-11-01T16:44:50.8888945Z copying torch\ao\quantization\fx\_model_report\model_report_observer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-11-01T16:44:50.8913861Z copying torch\ao\quantization\fx\_model_report\model_report_visualizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-11-01T16:44:50.8937078Z copying torch\ao\quantization\fx\_model_report\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-11-01T16:44:50.8942804Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2024-11-01T16:44:50.8946378Z copying torch\ao\quantization\pt2e\representation\rewrite.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2024-11-01T16:44:50.8965177Z copying torch\ao\quantization\pt2e\representation\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2024-11-01T16:44:50.8971388Z creating build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-11-01T16:44:50.8974029Z copying torch\autograd\_functions\tensor.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-11-01T16:44:50.8984598Z copying torch\autograd\_functions\utils.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-11-01T16:44:50.8994965Z copying torch\autograd\_functions\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-11-01T16:44:50.9001135Z creating build\lib.win-amd64-cpython-39\torch\backends\cpu 2024-11-01T16:44:50.9003577Z copying torch\backends\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cpu 2024-11-01T16:44:50.9009918Z creating build\lib.win-amd64-cpython-39\torch\backends\cuda 2024-11-01T16:44:50.9012384Z copying torch\backends\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cuda 2024-11-01T16:44:50.9030229Z creating build\lib.win-amd64-cpython-39\torch\backends\cudnn 2024-11-01T16:44:50.9032775Z copying torch\backends\cudnn\rnn.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2024-11-01T16:44:50.9043695Z copying torch\backends\cudnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2024-11-01T16:44:50.9056926Z creating build\lib.win-amd64-cpython-39\torch\backends\cusparselt 2024-11-01T16:44:50.9059408Z copying torch\backends\cusparselt\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cusparselt 2024-11-01T16:44:50.9073040Z creating build\lib.win-amd64-cpython-39\torch\backends\mha 2024-11-01T16:44:50.9081814Z copying torch\backends\mha\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mha 2024-11-01T16:44:50.9093788Z creating build\lib.win-amd64-cpython-39\torch\backends\mkl 2024-11-01T16:44:50.9096175Z copying torch\backends\mkl\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkl 2024-11-01T16:44:50.9108601Z creating build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2024-11-01T16:44:50.9111028Z copying torch\backends\mkldnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2024-11-01T16:44:50.9130637Z creating build\lib.win-amd64-cpython-39\torch\backends\mps 2024-11-01T16:44:50.9133053Z copying torch\backends\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mps 2024-11-01T16:44:50.9145158Z creating build\lib.win-amd64-cpython-39\torch\backends\nnpack 2024-11-01T16:44:50.9147647Z copying torch\backends\nnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\nnpack 2024-11-01T16:44:50.9159427Z creating build\lib.win-amd64-cpython-39\torch\backends\openmp 2024-11-01T16:44:50.9161905Z copying torch\backends\openmp\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\openmp 2024-11-01T16:44:50.9168082Z creating build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2024-11-01T16:44:50.9170721Z copying torch\backends\opt_einsum\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2024-11-01T16:44:50.9182448Z creating build\lib.win-amd64-cpython-39\torch\backends\quantized 2024-11-01T16:44:50.9184949Z copying torch\backends\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\quantized 2024-11-01T16:44:50.9196926Z creating build\lib.win-amd64-cpython-39\torch\backends\xeon 2024-11-01T16:44:50.9199525Z copying torch\backends\xeon\run_cpu.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2024-11-01T16:44:50.9221930Z copying torch\backends\xeon\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2024-11-01T16:44:50.9227477Z creating build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2024-11-01T16:44:50.9229953Z copying torch\backends\xnnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2024-11-01T16:44:50.9247708Z creating build\lib.win-amd64-cpython-39\torch\backends\_coreml 2024-11-01T16:44:50.9250588Z copying torch\backends\_coreml\preprocess.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2024-11-01T16:44:50.9262305Z copying torch\backends\_coreml\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2024-11-01T16:44:50.9268263Z creating build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-11-01T16:44:50.9270811Z copying torch\backends\_nnapi\prepare.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-11-01T16:44:50.9282479Z copying torch\backends\_nnapi\serializer.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-11-01T16:44:50.9321838Z copying torch\backends\_nnapi\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-11-01T16:44:50.9327648Z creating build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-11-01T16:44:50.9330529Z copying torch\cpu\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-11-01T16:44:50.9341922Z copying torch\cpu\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-11-01T16:44:50.9352199Z copying torch\cpu\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-11-01T16:44:50.9359090Z creating build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-11-01T16:44:50.9361889Z copying torch\cuda\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-11-01T16:44:50.9373383Z copying torch\cuda\amp\common.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-11-01T16:44:50.9378757Z copying torch\cuda\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-11-01T16:44:50.9390575Z copying torch\cuda\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-11-01T16:44:50.9397770Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2024-11-01T16:44:50.9400524Z copying torch\distributed\algorithms\join.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2024-11-01T16:44:50.9412558Z copying torch\distributed\algorithms\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2024-11-01T16:44:50.9418797Z creating build\lib.win-amd64-cpython-39\torch\distributed\autograd 2024-11-01T16:44:50.9421450Z copying torch\distributed\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\autograd 2024-11-01T16:44:50.9438240Z creating build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:44:50.9451620Z copying torch\distributed\checkpoint\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:44:50.9462851Z copying torch\distributed\checkpoint\default_planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:44:50.9481599Z copying torch\distributed\checkpoint\filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:44:50.9500331Z copying torch\distributed\checkpoint\format_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:44:50.9519430Z copying torch\distributed\checkpoint\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:44:50.9530965Z copying torch\distributed\checkpoint\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:44:50.9536300Z copying torch\distributed\checkpoint\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:44:50.9547535Z copying torch\distributed\checkpoint\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:44:50.9559094Z copying torch\distributed\checkpoint\planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:44:50.9571008Z copying torch\distributed\checkpoint\planner_helpers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:44:50.9583676Z copying torch\distributed\checkpoint\resharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:44:50.9596711Z copying torch\distributed\checkpoint\staging.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:44:50.9607663Z copying torch\distributed\checkpoint\stateful.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:44:50.9619231Z copying torch\distributed\checkpoint\state_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:44:50.9649788Z copying torch\distributed\checkpoint\state_dict_loader.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:44:50.9661314Z copying torch\distributed\checkpoint\state_dict_saver.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:44:50.9672517Z copying torch\distributed\checkpoint\storage.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:44:50.9683674Z copying torch\distributed\checkpoint\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:44:50.9695003Z copying torch\distributed\checkpoint\_checkpointer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:44:50.9706692Z copying torch\distributed\checkpoint\_dedup_save_plans.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:44:50.9718068Z copying torch\distributed\checkpoint\_dedup_tensors.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:44:50.9729552Z copying torch\distributed\checkpoint\_fsspec_filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:44:50.9741672Z copying torch\distributed\checkpoint\_nested_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:44:50.9763220Z copying torch\distributed\checkpoint\_sharded_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:44:50.9774245Z copying torch\distributed\checkpoint\_storage_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:44:50.9785526Z copying torch\distributed\checkpoint\_traverse.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:44:50.9797348Z copying torch\distributed\checkpoint\_version.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:44:50.9802901Z copying torch\distributed\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-11-01T16:44:50.9809650Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic 2024-11-01T16:44:50.9812497Z copying torch\distributed\elastic\control_plane.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2024-11-01T16:44:50.9824176Z copying torch\distributed\elastic\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2024-11-01T16:44:50.9839168Z creating build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:44:50.9841953Z copying torch\distributed\fsdp\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:44:50.9860299Z copying torch\distributed\fsdp\fully_sharded_data_parallel.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:44:51.1080581Z copying torch\distributed\fsdp\sharded_grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:44:51.1098277Z copying torch\distributed\fsdp\wrap.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:44:51.1115937Z copying torch\distributed\fsdp\_common_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:44:51.1138251Z copying torch\distributed\fsdp\_debug_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:44:51.1149397Z copying torch\distributed\fsdp\_dynamo_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:44:51.1160327Z copying torch\distributed\fsdp\_exec_order_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:44:51.1177727Z copying torch\distributed\fsdp\_flat_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:44:51.1229000Z copying torch\distributed\fsdp\_fsdp_extensions.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:44:51.1240788Z copying torch\distributed\fsdp\_init_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:44:51.1264253Z copying torch\distributed\fsdp\_limiter_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:44:51.1275512Z copying torch\distributed\fsdp\_optim_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:44:51.1316219Z copying torch\distributed\fsdp\_runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:44:51.1350140Z copying torch\distributed\fsdp\_shard_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:44:51.1362493Z copying torch\distributed\fsdp\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:44:51.1388131Z copying torch\distributed\fsdp\_trace_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:44:51.1400217Z copying torch\distributed\fsdp\_traversal_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:44:51.1412391Z copying torch\distributed\fsdp\_unshard_param_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:44:51.1424679Z copying torch\distributed\fsdp\_wrap_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:44:51.1449655Z copying torch\distributed\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-11-01T16:44:51.1462419Z creating build\lib.win-amd64-cpython-39\torch\distributed\launcher 2024-11-01T16:44:51.1464972Z copying torch\distributed\launcher\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2024-11-01T16:44:51.1476365Z copying torch\distributed\launcher\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2024-11-01T16:44:51.1482633Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn 2024-11-01T16:44:51.1485227Z copying torch\distributed\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2024-11-01T16:44:51.1496968Z copying torch\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2024-11-01T16:44:51.1505344Z creating build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:44:51.1508123Z copying torch\distributed\optim\apply_optimizer_in_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:44:51.1519421Z copying torch\distributed\optim\functional_adadelta.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:44:51.1530507Z copying torch\distributed\optim\functional_adagrad.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:44:51.1546549Z copying torch\distributed\optim\functional_adam.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:44:51.1558261Z copying torch\distributed\optim\functional_adamax.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:44:51.1569865Z copying torch\distributed\optim\functional_adamw.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:44:51.1581659Z copying torch\distributed\optim\functional_rmsprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:44:51.1595885Z copying torch\distributed\optim\functional_rprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:44:51.1610447Z copying torch\distributed\optim\functional_sgd.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:44:51.1621511Z copying torch\distributed\optim\named_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:44:51.1633018Z copying torch\distributed\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:44:51.1644436Z copying torch\distributed\optim\post_localSGD_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:44:51.1655273Z copying torch\distributed\optim\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:44:51.1666522Z copying torch\distributed\optim\zero_redundancy_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:44:51.1700383Z copying torch\distributed\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:44:51.1713783Z creating build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-11-01T16:44:51.1716642Z copying torch\distributed\pipelining\microbatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-11-01T16:44:51.1734088Z copying torch\distributed\pipelining\schedules.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-11-01T16:44:51.1775013Z copying torch\distributed\pipelining\stage.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-11-01T16:44:51.1811546Z copying torch\distributed\pipelining\_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-11-01T16:44:51.1831799Z copying torch\distributed\pipelining\_debug.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-11-01T16:44:51.1837034Z copying torch\distributed\pipelining\_IR.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-11-01T16:44:51.1865704Z copying torch\distributed\pipelining\_unflatten.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-11-01T16:44:51.1876771Z copying torch\distributed\pipelining\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-11-01T16:44:51.1888153Z copying torch\distributed\pipelining\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-11-01T16:44:51.1896069Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:44:51.1898746Z copying torch\distributed\rpc\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:44:51.2624192Z copying torch\distributed\rpc\backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:44:51.2642617Z copying torch\distributed\rpc\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:44:51.2653751Z copying torch\distributed\rpc\functions.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:44:51.2676717Z copying torch\distributed\rpc\internal.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:44:51.2688046Z copying torch\distributed\rpc\options.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:44:51.2699136Z copying torch\distributed\rpc\rref_proxy.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:44:51.2710856Z copying torch\distributed\rpc\server_process_global_profiler.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:44:51.2722579Z copying torch\distributed\rpc\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:44:51.2733848Z copying torch\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-11-01T16:44:51.2748066Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:44:51.2750878Z copying torch\distributed\tensor\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:44:51.2756498Z copying torch\distributed\tensor\placement_types.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:44:51.2774460Z copying torch\distributed\tensor\_api.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:44:51.2803918Z copying torch\distributed\tensor\_collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:44:51.2821488Z copying torch\distributed\tensor\_dispatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:44:51.2838862Z copying torch\distributed\tensor\_dtensor_spec.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:44:51.2850517Z copying torch\distributed\tensor\_op_schema.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:44:51.2868168Z copying torch\distributed\tensor\_random.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:44:51.2885455Z copying torch\distributed\tensor\_redistribute.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:44:51.2898247Z copying torch\distributed\tensor\_sharding_prop.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:44:51.2916890Z copying torch\distributed\tensor\_shards_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:44:51.2930741Z copying torch\distributed\tensor\_tp_conv.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:44:51.2944217Z copying torch\distributed\tensor\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:44:51.2955949Z copying torch\distributed\tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-11-01T16:44:51.2969279Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-11-01T16:44:51.2972349Z copying torch\distributed\_composable\checkpoint_activation.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-11-01T16:44:51.2983070Z copying torch\distributed\_composable\contract.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-11-01T16:44:51.2994595Z copying torch\distributed\_composable\fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-11-01T16:44:51.3006234Z copying torch\distributed\_composable\replicate.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-11-01T16:44:51.3023821Z copying torch\distributed\_composable\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-11-01T16:44:51.3030903Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-11-01T16:44:51.3033871Z copying torch\distributed\_shard\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-11-01T16:44:51.3046321Z copying torch\distributed\_shard\common_op_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-11-01T16:44:51.3073585Z copying torch\distributed\_shard\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-11-01T16:44:51.3093171Z copying torch\distributed\_shard\op_registry_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-11-01T16:44:51.3103076Z copying torch\distributed\_shard\sharder.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-11-01T16:44:51.3121125Z copying torch\distributed\_shard\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-11-01T16:44:51.3131731Z copying torch\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-11-01T16:44:51.3138009Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2024-11-01T16:44:51.3140550Z copying torch\distributed\_sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2024-11-01T16:44:51.3146782Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2024-11-01T16:44:51.3149359Z copying torch\distributed\_sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2024-11-01T16:44:51.3155518Z creating build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2024-11-01T16:44:51.3158095Z copying torch\distributed\_symmetric_memory\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2024-11-01T16:44:51.3183678Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-11-01T16:44:51.3186306Z copying torch\distributed\_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-11-01T16:44:51.3197010Z copying torch\distributed\_tensor\placement_types.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-11-01T16:44:51.3204286Z copying torch\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-11-01T16:44:51.3216980Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-11-01T16:44:51.3219693Z copying torch\distributed\_tools\fsdp2_mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-11-01T16:44:51.3236723Z copying torch\distributed\_tools\ilp_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-11-01T16:44:51.3248068Z copying torch\distributed\_tools\memory_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-11-01T16:44:51.3258752Z copying torch\distributed\_tools\mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-11-01T16:44:51.3287238Z copying torch\distributed\_tools\mod_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-11-01T16:44:51.3298956Z copying torch\distributed\_tools\runtime_estimator.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-11-01T16:44:51.3315384Z copying torch\distributed\_tools\sac_estimator.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-11-01T16:44:51.3337460Z copying torch\distributed\_tools\sac_ilp.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-11-01T16:44:51.3349586Z copying torch\distributed\_tools\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-11-01T16:44:51.3357245Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-11-01T16:44:51.3360039Z copying torch\distributed\algorithms\ddp_comm_hooks\ddp_zero_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-11-01T16:44:51.3377745Z copying torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-11-01T16:44:51.3388322Z copying torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-11-01T16:44:51.3406052Z copying torch\distributed\algorithms\ddp_comm_hooks\mixed_precision_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-11-01T16:44:51.3416983Z copying torch\distributed\algorithms\ddp_comm_hooks\optimizer_overlap_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-11-01T16:44:51.3428923Z copying torch\distributed\algorithms\ddp_comm_hooks\post_localSGD_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-11-01T16:44:51.3441167Z copying torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-11-01T16:44:51.3465080Z copying torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-11-01T16:44:51.3476540Z copying torch\distributed\algorithms\ddp_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-11-01T16:44:51.3488999Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-11-01T16:44:51.3505210Z copying torch\distributed\algorithms\model_averaging\averagers.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-11-01T16:44:51.3515977Z copying torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-11-01T16:44:51.3527272Z copying torch\distributed\algorithms\model_averaging\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-11-01T16:44:51.3546258Z copying torch\distributed\algorithms\model_averaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-11-01T16:44:51.3551644Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2024-11-01T16:44:51.3565513Z copying torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2024-11-01T16:44:51.3576990Z copying torch\distributed\algorithms\_checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2024-11-01T16:44:51.3582386Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2024-11-01T16:44:51.3585368Z copying torch\distributed\algorithms\_comm_hooks\default_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2024-11-01T16:44:51.3596329Z copying torch\distributed\algorithms\_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2024-11-01T16:44:51.3602618Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2024-11-01T16:44:51.3605495Z copying torch\distributed\algorithms\_optimizer_overlap\optimizer_overlap.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2024-11-01T16:44:51.3616430Z copying torch\distributed\algorithms\_optimizer_overlap\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2024-11-01T16:44:51.3622539Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2024-11-01T16:44:51.3625317Z copying torch\distributed\algorithms\_quantization\quantization.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2024-11-01T16:44:51.3636805Z copying torch\distributed\algorithms\_quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2024-11-01T16:44:51.3641979Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2024-11-01T16:44:51.3644334Z copying torch\distributed\elastic\agent\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2024-11-01T16:44:51.3650001Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-11-01T16:44:51.3652577Z copying torch\distributed\elastic\events\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-11-01T16:44:51.3663075Z copying torch\distributed\elastic\events\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-11-01T16:44:51.3668223Z copying torch\distributed\elastic\events\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-11-01T16:44:51.3680115Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2024-11-01T16:44:51.3682857Z copying torch\distributed\elastic\metrics\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2024-11-01T16:44:51.3693353Z copying torch\distributed\elastic\metrics\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2024-11-01T16:44:51.3704889Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-11-01T16:44:51.3714519Z copying torch\distributed\elastic\multiprocessing\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-11-01T16:44:51.3736215Z copying torch\distributed\elastic\multiprocessing\redirects.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-11-01T16:44:51.3747357Z copying torch\distributed\elastic\multiprocessing\tail_log.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-11-01T16:44:51.3758149Z copying torch\distributed\elastic\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-11-01T16:44:51.3772043Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:44:51.3774998Z copying torch\distributed\elastic\rendezvous\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:44:51.3786785Z copying torch\distributed\elastic\rendezvous\c10d_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:44:51.3798285Z copying torch\distributed\elastic\rendezvous\dynamic_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:44:51.3834547Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:44:51.3858943Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:44:51.3870046Z copying torch\distributed\elastic\rendezvous\etcd_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:44:51.3881200Z copying torch\distributed\elastic\rendezvous\etcd_store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:44:51.3892731Z copying torch\distributed\elastic\rendezvous\registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:44:51.3904250Z copying torch\distributed\elastic\rendezvous\static_tcp_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:44:51.3916600Z copying torch\distributed\elastic\rendezvous\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:44:51.3934717Z copying torch\distributed\elastic\rendezvous\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-11-01T16:44:51.3948552Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-11-01T16:44:51.3951295Z copying torch\distributed\elastic\timer\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-11-01T16:44:51.3962961Z copying torch\distributed\elastic\timer\debug_info_logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-11-01T16:44:51.3973921Z copying torch\distributed\elastic\timer\file_based_local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-11-01T16:44:51.3985823Z copying torch\distributed\elastic\timer\local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-11-01T16:44:51.4007452Z copying torch\distributed\elastic\timer\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-11-01T16:44:51.4019328Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-11-01T16:44:51.4021858Z copying torch\distributed\elastic\utils\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-11-01T16:44:51.4032522Z copying torch\distributed\elastic\utils\distributed.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-11-01T16:44:51.4043705Z copying torch\distributed\elastic\utils\logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-11-01T16:44:51.4054514Z copying torch\distributed\elastic\utils\log_level.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-11-01T16:44:51.4059583Z copying torch\distributed\elastic\utils\store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-11-01T16:44:51.4075814Z copying torch\distributed\elastic\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-11-01T16:44:51.4082670Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-11-01T16:44:51.4085363Z copying torch\distributed\elastic\agent\server\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-11-01T16:44:51.4108639Z copying torch\distributed\elastic\agent\server\health_check_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-11-01T16:44:51.4119412Z copying torch\distributed\elastic\agent\server\local_elastic_agent.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-11-01T16:44:51.4136643Z copying torch\distributed\elastic\agent\server\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-11-01T16:44:51.4149083Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-11-01T16:44:51.4158888Z copying torch\distributed\elastic\multiprocessing\errors\error_handler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-11-01T16:44:51.4169840Z copying torch\distributed\elastic\multiprocessing\errors\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-11-01T16:44:51.4175137Z copying torch\distributed\elastic\multiprocessing\errors\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-11-01T16:44:51.4187699Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-11-01T16:44:51.4190630Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-11-01T16:44:51.4202472Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\subprocess_handler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-11-01T16:44:51.4213486Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-11-01T16:44:51.4219807Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-11-01T16:44:51.4222633Z copying torch\distributed\elastic\utils\data\cycling_iterator.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-11-01T16:44:51.4265943Z copying torch\distributed\elastic\utils\data\elastic_distributed_sampler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-11-01T16:44:51.4277391Z copying torch\distributed\elastic\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-11-01T16:44:51.4283409Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2024-11-01T16:44:51.4285953Z copying torch\distributed\nn\api\remote_module.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2024-11-01T16:44:51.4303365Z copying torch\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2024-11-01T16:44:51.4308915Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2024-11-01T16:44:51.4311628Z copying torch\distributed\nn\jit\instantiator.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2024-11-01T16:44:51.4322468Z copying torch\distributed\nn\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2024-11-01T16:44:51.4328181Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2024-11-01T16:44:51.4331065Z copying torch\distributed\nn\jit\templates\remote_module_template.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2024-11-01T16:44:51.4342306Z copying torch\distributed\nn\jit\templates\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2024-11-01T16:44:51.4347852Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2024-11-01T16:44:51.4350810Z copying torch\distributed\rpc\_testing\faulty_agent_backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2024-11-01T16:44:51.4361917Z copying torch\distributed\rpc\_testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2024-11-01T16:44:51.4368724Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2024-11-01T16:44:51.4371450Z copying torch\distributed\tensor\debug\_comm_mode.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2024-11-01T16:44:51.4389254Z copying torch\distributed\tensor\debug\_op_coverage.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2024-11-01T16:44:51.4400986Z copying torch\distributed\tensor\debug\_visualize_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2024-11-01T16:44:51.4412430Z copying torch\distributed\tensor\debug\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2024-11-01T16:44:51.4433002Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2024-11-01T16:44:51.4448448Z copying torch\distributed\tensor\experimental\_attention.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2024-11-01T16:44:51.4473310Z copying torch\distributed\tensor\experimental\_func_map.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2024-11-01T16:44:51.4485087Z copying torch\distributed\tensor\experimental\_register_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2024-11-01T16:44:51.4502873Z copying torch\distributed\tensor\experimental\_tp_transform.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2024-11-01T16:44:51.4520224Z copying torch\distributed\tensor\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2024-11-01T16:44:51.4533283Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-11-01T16:44:51.4535914Z copying torch\distributed\tensor\parallel\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-11-01T16:44:51.4546729Z copying torch\distributed\tensor\parallel\ddp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-11-01T16:44:51.4557372Z copying torch\distributed\tensor\parallel\fsdp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-11-01T16:44:51.4569318Z copying torch\distributed\tensor\parallel\input_reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-11-01T16:44:51.4580808Z copying torch\distributed\tensor\parallel\loss.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-11-01T16:44:51.4598595Z copying torch\distributed\tensor\parallel\style.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-11-01T16:44:51.4625628Z copying torch\distributed\tensor\parallel\_data_parallel_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-11-01T16:44:51.4637666Z copying torch\distributed\tensor\parallel\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-11-01T16:44:51.4650117Z copying torch\distributed\tensor\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-11-01T16:44:51.4657914Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:44:51.4660501Z copying torch\distributed\tensor\_ops\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:44:51.4671680Z copying torch\distributed\tensor\_ops\_common_rules.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:44:51.4683238Z copying torch\distributed\tensor\_ops\_conv_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:44:51.4694547Z copying torch\distributed\tensor\_ops\_einsum_strategy.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:44:51.4711977Z copying torch\distributed\tensor\_ops\_embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:44:51.4723414Z copying torch\distributed\tensor\_ops\_experimental_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:44:51.4734996Z copying torch\distributed\tensor\_ops\_math_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:44:51.4758354Z copying torch\distributed\tensor\_ops\_matrix_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:44:51.4775202Z copying torch\distributed\tensor\_ops\_pointwise_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:44:51.4793134Z copying torch\distributed\tensor\_ops\_random_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:44:51.4804202Z copying torch\distributed\tensor\_ops\_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:44:51.4821853Z copying torch\distributed\tensor\_ops\_view_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:44:51.4839887Z copying torch\distributed\tensor\_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-11-01T16:44:51.4847605Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-11-01T16:44:51.4850376Z copying torch\distributed\_composable\fsdp\fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-11-01T16:44:51.4869714Z copying torch\distributed\_composable\fsdp\_fsdp_api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-11-01T16:44:51.4883521Z copying torch\distributed\_composable\fsdp\_fsdp_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-11-01T16:44:51.4903600Z copying torch\distributed\_composable\fsdp\_fsdp_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-11-01T16:44:51.4920567Z copying torch\distributed\_composable\fsdp\_fsdp_init.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-11-01T16:44:51.4932777Z copying torch\distributed\_composable\fsdp\_fsdp_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-11-01T16:44:51.4959549Z copying torch\distributed\_composable\fsdp\_fsdp_param_group.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-11-01T16:44:51.4987349Z copying torch\distributed\_composable\fsdp\_fsdp_state.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-11-01T16:44:51.5006070Z copying torch\distributed\_composable\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-11-01T16:44:51.5012322Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2024-11-01T16:44:51.5015012Z copying torch\distributed\_shard\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2024-11-01T16:44:51.5022091Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2024-11-01T16:44:51.5024712Z copying torch\distributed\_shard\sharded_optim\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2024-11-01T16:44:51.5036889Z copying torch\distributed\_shard\sharded_optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2024-11-01T16:44:51.5049833Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-11-01T16:44:51.5052586Z copying torch\distributed\_shard\sharded_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-11-01T16:44:51.5080917Z copying torch\distributed\_shard\sharded_tensor\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-11-01T16:44:51.5092529Z copying torch\distributed\_shard\sharded_tensor\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-11-01T16:44:51.5097727Z copying torch\distributed\_shard\sharded_tensor\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-11-01T16:44:51.5107996Z copying torch\distributed\_shard\sharded_tensor\reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-11-01T16:44:51.5131340Z copying torch\distributed\_shard\sharded_tensor\shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-11-01T16:44:51.5143724Z copying torch\distributed\_shard\sharded_tensor\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-11-01T16:44:51.5153219Z copying torch\distributed\_shard\sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-11-01T16:44:51.5171331Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2024-11-01T16:44:51.5173987Z copying torch\distributed\_shard\sharding_plan\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2024-11-01T16:44:51.5186055Z copying torch\distributed\_shard\sharding_plan\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2024-11-01T16:44:51.5192721Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-11-01T16:44:51.5195684Z copying torch\distributed\_shard\sharding_spec\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-11-01T16:44:51.5207628Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-11-01T16:44:51.5220111Z copying torch\distributed\_shard\sharding_spec\_internals.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-11-01T16:44:51.5231938Z copying torch\distributed\_shard\sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-11-01T16:44:51.5246534Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-11-01T16:44:51.5249508Z copying torch\distributed\_shard\sharded_tensor\_ops\binary_cmp.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-11-01T16:44:51.5261239Z copying torch\distributed\_shard\sharded_tensor\_ops\init.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-11-01T16:44:51.5273253Z copying torch\distributed\_shard\sharded_tensor\_ops\misc_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-11-01T16:44:51.5278491Z copying torch\distributed\_shard\sharded_tensor\_ops\tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-11-01T16:44:51.5289548Z copying torch\distributed\_shard\sharded_tensor\_ops\_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-11-01T16:44:51.5305083Z copying torch\distributed\_shard\sharded_tensor\_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-11-01T16:44:51.5311923Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2024-11-01T16:44:51.5315032Z 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 2024-11-01T16:44:51.5336561Z 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 2024-11-01T16:44:51.5352910Z 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 2024-11-01T16:44:51.5370138Z 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 2024-11-01T16:44:51.5375649Z creating build\lib.win-amd64-cpython-39\torch\export\experimental 2024-11-01T16:44:51.5378355Z copying torch\export\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\export\experimental 2024-11-01T16:44:51.5390325Z creating build\lib.win-amd64-cpython-39\torch\export\passes 2024-11-01T16:44:51.5392726Z copying torch\export\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\export\passes 2024-11-01T16:44:51.5407533Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:44:51.5410644Z copying torch\fx\experimental\accelerator_partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:44:51.5434426Z copying torch\fx\experimental\const_fold.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:44:51.5445650Z copying torch\fx\experimental\debug.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:44:51.5462652Z copying torch\fx\experimental\graph_gradual_typechecker.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:44:51.5484946Z copying torch\fx\experimental\merge_matmul.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:44:51.5494890Z copying torch\fx\experimental\meta_tracer.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:44:51.5506222Z copying torch\fx\experimental\normalize.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:44:51.5517476Z copying torch\fx\experimental\optimization.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:44:51.5534766Z copying torch\fx\experimental\partitioner_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:44:51.5547047Z copying torch\fx\experimental\proxy_tensor.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:44:51.5586851Z copying torch\fx\experimental\recording.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:44:51.5604465Z copying torch\fx\experimental\refinement_types.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:44:51.5609947Z copying torch\fx\experimental\rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:44:51.5621679Z copying torch\fx\experimental\schema_type_annotation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:44:51.5632718Z copying torch\fx\experimental\symbolic_shapes.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:44:51.5749455Z copying torch\fx\experimental\sym_node.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:44:51.5777484Z copying torch\fx\experimental\unify_refinements.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:44:51.5788158Z copying torch\fx\experimental\validator.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:44:51.5810358Z copying torch\fx\experimental\_backward_state.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:44:51.5838235Z copying torch\fx\experimental\_config.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:44:51.5850221Z copying torch\fx\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-11-01T16:44:51.5871179Z creating build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:44:51.5873882Z copying torch\fx\passes\annotate_getitem_nodes.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:44:51.5884525Z copying torch\fx\passes\fake_tensor_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:44:51.5895782Z copying torch\fx\passes\graph_drawer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:44:51.5916527Z copying torch\fx\passes\graph_manipulation.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:44:51.5933562Z copying torch\fx\passes\graph_transform_observer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:44:51.5943891Z copying torch\fx\passes\net_min_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:44:51.5966923Z copying torch\fx\passes\operator_support.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:44:51.5977983Z copying torch\fx\passes\param_fetch.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:44:51.5989131Z copying torch\fx\passes\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:44:51.6000406Z copying torch\fx\passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:44:51.6022511Z copying torch\fx\passes\runtime_assert.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:44:51.6039633Z copying torch\fx\passes\shape_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:44:51.6050241Z copying torch\fx\passes\splitter_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:44:51.6073751Z copying torch\fx\passes\split_module.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:44:51.6090450Z copying torch\fx\passes\split_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:44:51.6101785Z copying torch\fx\passes\tools_common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:44:51.6113392Z copying torch\fx\passes\_tensorify_python_scalars.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:44:51.6125526Z copying torch\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-11-01T16:44:51.6133475Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-11-01T16:44:51.6136649Z copying torch\fx\experimental\migrate_gradual_types\constraint.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-11-01T16:44:51.6154901Z copying torch\fx\experimental\migrate_gradual_types\constraint_generator.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-11-01T16:44:51.6184115Z copying torch\fx\experimental\migrate_gradual_types\constraint_transformation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-11-01T16:44:51.6215752Z copying torch\fx\experimental\migrate_gradual_types\operation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-11-01T16:44:51.6221200Z copying torch\fx\experimental\migrate_gradual_types\transform_to_z3.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-11-01T16:44:51.6239227Z copying torch\fx\experimental\migrate_gradual_types\util.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-11-01T16:44:51.6250371Z copying torch\fx\experimental\migrate_gradual_types\z3_types.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-11-01T16:44:51.6260897Z copying torch\fx\experimental\migrate_gradual_types\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-11-01T16:44:51.6267471Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-11-01T16:44:51.6270966Z copying torch\fx\experimental\unification\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-11-01T16:44:51.6282261Z copying torch\fx\experimental\unification\dispatch.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-11-01T16:44:51.6287550Z copying torch\fx\experimental\unification\match.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-11-01T16:44:51.6298939Z copying torch\fx\experimental\unification\more.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-11-01T16:44:51.6310361Z copying torch\fx\experimental\unification\unification_tools.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-11-01T16:44:51.6327930Z copying torch\fx\experimental\unification\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-11-01T16:44:51.6340038Z copying torch\fx\experimental\unification\variable.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-11-01T16:44:51.6351268Z copying torch\fx\experimental\unification\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-11-01T16:44:51.6358603Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-11-01T16:44:51.6361518Z copying torch\fx\experimental\unification\multipledispatch\conflict.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-11-01T16:44:51.6373582Z copying torch\fx\experimental\unification\multipledispatch\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-11-01T16:44:51.6384434Z copying torch\fx\experimental\unification\multipledispatch\dispatcher.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-11-01T16:44:51.6396103Z copying torch\fx\experimental\unification\multipledispatch\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-11-01T16:44:51.6407601Z copying torch\fx\experimental\unification\multipledispatch\variadic.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-11-01T16:44:51.6424416Z copying torch\fx\experimental\unification\multipledispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-11-01T16:44:51.6430370Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2024-11-01T16:44:51.6432953Z copying torch\fx\passes\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2024-11-01T16:44:51.6443952Z copying torch\fx\passes\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2024-11-01T16:44:51.6449255Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2024-11-01T16:44:51.6459382Z copying torch\fx\passes\dialect\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2024-11-01T16:44:51.6465092Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-11-01T16:44:51.6467618Z copying torch\fx\passes\infra\partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-11-01T16:44:51.6485420Z copying torch\fx\passes\infra\pass_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-11-01T16:44:51.6497435Z copying torch\fx\passes\infra\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-11-01T16:44:51.6510051Z copying torch\fx\passes\infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-11-01T16:44:51.6522989Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2024-11-01T16:44:51.6526050Z copying torch\fx\passes\tests\test_pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2024-11-01T16:44:51.6536804Z copying torch\fx\passes\tests\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2024-11-01T16:44:51.6542904Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-11-01T16:44:51.6545505Z copying torch\fx\passes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-11-01T16:44:51.6557194Z copying torch\fx\passes\utils\fuser_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-11-01T16:44:51.6568003Z copying torch\fx\passes\utils\matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-11-01T16:44:51.6586378Z copying torch\fx\passes\utils\matcher_with_name_node_map_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-11-01T16:44:51.6604527Z copying torch\fx\passes\utils\source_matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-11-01T16:44:51.6615591Z copying torch\fx\passes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-11-01T16:44:51.6622425Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2024-11-01T16:44:51.6625092Z copying torch\fx\passes\dialect\common\cse_pass.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2024-11-01T16:44:51.6636341Z copying torch\fx\passes\dialect\common\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2024-11-01T16:44:51.6642072Z creating build\lib.win-amd64-cpython-39\torch\jit\mobile 2024-11-01T16:44:51.6644608Z copying torch\jit\mobile\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\mobile 2024-11-01T16:44:51.6658362Z creating build\lib.win-amd64-cpython-39\torch\jit\_passes 2024-11-01T16:44:51.6661163Z copying torch\jit\_passes\_property_propagation.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2024-11-01T16:44:51.6673442Z copying torch\jit\_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2024-11-01T16:44:51.6680130Z creating build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-11-01T16:44:51.6682792Z copying torch\masked\maskedtensor\binary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-11-01T16:44:51.6695387Z copying torch\masked\maskedtensor\core.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-11-01T16:44:51.6707149Z copying torch\masked\maskedtensor\creation.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-11-01T16:44:51.6712179Z copying torch\masked\maskedtensor\passthrough.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-11-01T16:44:51.6724866Z copying torch\masked\maskedtensor\reductions.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-11-01T16:44:51.6745743Z copying torch\masked\maskedtensor\unary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-11-01T16:44:51.6757850Z copying torch\masked\maskedtensor\_ops_refs.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-11-01T16:44:51.6775965Z copying torch\masked\maskedtensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-11-01T16:44:51.6782505Z creating build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-11-01T16:44:51.6785218Z copying torch\nested\_internal\nested_tensor.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-11-01T16:44:51.6802250Z copying torch\nested\_internal\ops.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-11-01T16:44:51.7078828Z copying torch\nested\_internal\sdpa.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-11-01T16:44:51.7097309Z copying torch\nested\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-11-01T16:44:51.7103238Z creating build\lib.win-amd64-cpython-39\torch\nn\attention 2024-11-01T16:44:51.7105704Z copying torch\nn\attention\bias.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-11-01T16:44:51.7117413Z copying torch\nn\attention\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-11-01T16:44:51.7153178Z copying torch\nn\attention\_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-11-01T16:44:51.7163497Z copying torch\nn\attention\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-11-01T16:44:51.7176474Z creating build\lib.win-amd64-cpython-39\torch\nn\backends 2024-11-01T16:44:51.7178978Z copying torch\nn\backends\thnn.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2024-11-01T16:44:51.7184084Z copying torch\nn\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2024-11-01T16:44:51.7189787Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2024-11-01T16:44:51.7192238Z copying torch\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2024-11-01T16:44:51.7207895Z creating build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:44:51.7210850Z copying torch\nn\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:44:51.7242829Z copying torch\nn\modules\adaptive.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:44:51.7254538Z copying torch\nn\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:44:51.7277410Z copying torch\nn\modules\channelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:44:51.7294361Z copying torch\nn\modules\container.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:44:51.7318740Z copying torch\nn\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:44:51.7354781Z copying torch\nn\modules\distance.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:44:51.7365910Z copying torch\nn\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:44:51.7377535Z copying torch\nn\modules\flatten.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:44:51.7388461Z copying torch\nn\modules\fold.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:44:51.7399628Z copying torch\nn\modules\instancenorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:44:51.7417558Z copying torch\nn\modules\lazy.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:44:51.7429049Z copying torch\nn\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:44:51.7441145Z copying torch\nn\modules\loss.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:44:51.7483706Z copying torch\nn\modules\module.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:44:51.7536156Z copying torch\nn\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:44:51.7547914Z copying torch\nn\modules\padding.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:44:51.7566131Z copying torch\nn\modules\pixelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:44:51.7577396Z copying torch\nn\modules\pooling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:44:51.7608369Z copying torch\nn\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:44:51.7647819Z copying torch\nn\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:44:51.7666469Z copying torch\nn\modules\transformer.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:44:51.7696343Z copying torch\nn\modules\upsampling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:44:51.7707213Z copying torch\nn\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:44:51.7735362Z copying torch\nn\modules\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:44:51.7747826Z copying torch\nn\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-11-01T16:44:51.7761305Z creating build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-11-01T16:44:51.7764048Z copying torch\nn\parallel\comm.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-11-01T16:44:51.7776008Z copying torch\nn\parallel\data_parallel.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-11-01T16:44:51.7787671Z copying torch\nn\parallel\distributed.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-11-01T16:44:51.7834013Z copying torch\nn\parallel\parallel_apply.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-11-01T16:44:51.7856019Z copying torch\nn\parallel\replicate.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-11-01T16:44:51.7867457Z copying torch\nn\parallel\scatter_gather.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-11-01T16:44:51.7878428Z copying torch\nn\parallel\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-11-01T16:44:51.7888858Z copying torch\nn\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-11-01T16:44:51.7901171Z creating build\lib.win-amd64-cpython-39\torch\nn\qat 2024-11-01T16:44:51.7903516Z copying torch\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat 2024-11-01T16:44:51.7910096Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable 2024-11-01T16:44:51.7912748Z copying torch\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable 2024-11-01T16:44:51.7919314Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized 2024-11-01T16:44:51.7922029Z copying torch\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2024-11-01T16:44:51.7927125Z copying torch\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2024-11-01T16:44:51.7942457Z creating build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:44:51.7945742Z copying torch\nn\utils\clip_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:44:51.7957349Z copying torch\nn\utils\convert_parameters.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:44:51.7969415Z copying torch\nn\utils\fusion.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:44:51.7982114Z copying torch\nn\utils\init.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:44:51.8003042Z copying torch\nn\utils\memory_format.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:44:51.8028250Z copying torch\nn\utils\parametrizations.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:44:51.8052929Z copying torch\nn\utils\parametrize.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:44:51.8097654Z copying torch\nn\utils\prune.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:44:51.8133728Z copying torch\nn\utils\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:44:51.8152240Z copying torch\nn\utils\spectral_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:44:51.8161794Z copying torch\nn\utils\stateless.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:44:51.8172795Z copying torch\nn\utils\weight_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:44:51.8186513Z copying torch\nn\utils\_deprecation_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:44:51.8197628Z copying torch\nn\utils\_named_member_accessor.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:44:51.8219234Z copying torch\nn\utils\_per_sample_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:44:51.8232972Z copying torch\nn\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-11-01T16:44:51.8244714Z creating build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2024-11-01T16:44:51.8261926Z copying torch\nn\attention\experimental\_paged_attention.py -> build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2024-11-01T16:44:51.8272235Z copying torch\nn\attention\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\attention\experimental 2024-11-01T16:44:51.8278982Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2024-11-01T16:44:51.8281511Z copying torch\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2024-11-01T16:44:51.8286633Z copying torch\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2024-11-01T16:44:51.8293002Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2024-11-01T16:44:51.8295845Z copying torch\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2024-11-01T16:44:51.8302322Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2024-11-01T16:44:51.8304704Z copying torch\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2024-11-01T16:44:51.8311672Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-11-01T16:44:51.8314288Z copying torch\nn\intrinsic\qat\modules\conv_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-11-01T16:44:51.8323790Z copying torch\nn\intrinsic\qat\modules\linear_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-11-01T16:44:51.8329048Z copying torch\nn\intrinsic\qat\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-11-01T16:44:51.8334346Z copying torch\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-11-01T16:44:51.8347854Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2024-11-01T16:44:51.8350414Z copying torch\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2024-11-01T16:44:51.8357059Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-11-01T16:44:51.8359819Z copying torch\nn\intrinsic\quantized\modules\bn_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-11-01T16:44:51.8365051Z copying torch\nn\intrinsic\quantized\modules\conv_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-11-01T16:44:51.8370680Z copying torch\nn\intrinsic\quantized\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-11-01T16:44:51.8376177Z copying torch\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-11-01T16:44:51.8382444Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2024-11-01T16:44:51.8385179Z copying torch\nn\intrinsic\quantized\dynamic\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2024-11-01T16:44:51.8390422Z copying torch\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2024-11-01T16:44:51.8396507Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2024-11-01T16:44:51.8399059Z copying torch\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2024-11-01T16:44:51.8405714Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-11-01T16:44:51.8408359Z copying torch\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-11-01T16:44:51.8413898Z copying torch\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-11-01T16:44:51.8427213Z copying torch\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-11-01T16:44:51.8432462Z copying torch\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-11-01T16:44:51.8438988Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2024-11-01T16:44:51.8441661Z copying torch\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2024-11-01T16:44:51.8447567Z copying torch\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2024-11-01T16:44:51.8455270Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-11-01T16:44:51.8457851Z copying torch\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-11-01T16:44:51.8463165Z copying torch\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-11-01T16:44:51.8468524Z copying torch\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-11-01T16:44:51.8474867Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2024-11-01T16:44:51.8477576Z copying torch\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2024-11-01T16:44:51.8485343Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:44:51.8488176Z copying torch\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:44:51.8493781Z copying torch\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:44:51.8498868Z copying torch\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:44:51.8504218Z copying torch\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:44:51.8509632Z copying torch\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:44:51.8522101Z copying torch\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:44:51.8527280Z copying torch\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:44:51.8532730Z copying torch\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:44:51.8543263Z copying torch\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:44:51.8548243Z copying torch\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:44:51.8553312Z copying torch\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-11-01T16:44:51.8565028Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2024-11-01T16:44:51.8573735Z copying torch\nn\quantized\_reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2024-11-01T16:44:51.8580289Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-11-01T16:44:51.8582882Z copying torch\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-11-01T16:44:51.8588110Z copying torch\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-11-01T16:44:51.8593396Z copying torch\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-11-01T16:44:51.8602762Z copying torch\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-11-01T16:44:51.8613503Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-11-01T16:44:51.8616148Z copying torch\nn\quantized\_reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-11-01T16:44:51.8627180Z copying torch\nn\quantized\_reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-11-01T16:44:51.8632201Z copying torch\nn\quantized\_reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-11-01T16:44:51.8637363Z copying torch\nn\quantized\_reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-11-01T16:44:51.8643066Z copying torch\nn\quantized\_reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-11-01T16:44:51.8648205Z copying torch\nn\quantized\_reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-11-01T16:44:51.8660626Z creating build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-11-01T16:44:51.8663482Z copying torch\nn\utils\_expanded_weights\conv_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-11-01T16:44:51.8672369Z copying torch\nn\utils\_expanded_weights\conv_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-11-01T16:44:51.8682128Z copying torch\nn\utils\_expanded_weights\embedding_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-11-01T16:44:51.8697795Z copying torch\nn\utils\_expanded_weights\expanded_weights_impl.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-11-01T16:44:51.8706391Z copying torch\nn\utils\_expanded_weights\expanded_weights_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-11-01T16:44:51.8717081Z copying torch\nn\utils\_expanded_weights\group_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-11-01T16:44:51.8726981Z copying torch\nn\utils\_expanded_weights\instance_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-11-01T16:44:51.8736799Z copying torch\nn\utils\_expanded_weights\layer_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-11-01T16:44:51.8746803Z copying torch\nn\utils\_expanded_weights\linear_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-11-01T16:44:51.8756253Z copying torch\nn\utils\_expanded_weights\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-11-01T16:44:51.8763675Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-11-01T16:44:51.8773003Z copying torch\onnx\_internal\io_adapter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-11-01T16:44:51.8792510Z copying torch\onnx\_internal\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-11-01T16:44:51.8809147Z copying torch\onnx\_internal\onnxruntime.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-11-01T16:44:51.8854172Z copying torch\onnx\_internal\onnx_proto_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-11-01T16:44:51.8887739Z copying torch\onnx\_internal\registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-11-01T16:44:51.8908321Z copying torch\onnx\_internal\_exporter_legacy.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-11-01T16:44:51.8927177Z copying torch\onnx\_internal\_lazy_import.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-11-01T16:44:51.8952804Z copying torch\onnx\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-11-01T16:44:51.8959097Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-11-01T16:44:51.8962187Z copying torch\onnx\_internal\diagnostics\_diagnostic.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-11-01T16:44:51.8977763Z copying torch\onnx\_internal\diagnostics\_rules.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-11-01T16:44:51.9015675Z copying torch\onnx\_internal\diagnostics\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-11-01T16:44:51.9024872Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:44:51.9027744Z copying torch\onnx\_internal\exporter\_analysis.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:44:51.9042673Z copying torch\onnx\_internal\exporter\_building.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:44:51.9056985Z copying torch\onnx\_internal\exporter\_capture_strategies.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:44:51.9066826Z copying torch\onnx\_internal\exporter\_compat.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:44:51.9082888Z copying torch\onnx\_internal\exporter\_core.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:44:51.9108202Z copying torch\onnx\_internal\exporter\_decomp.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:44:52.0058869Z copying torch\onnx\_internal\exporter\_dispatching.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:44:52.0070474Z copying torch\onnx\_internal\exporter\_errors.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:44:52.0075647Z copying torch\onnx\_internal\exporter\_fx_passes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:44:52.0084920Z copying torch\onnx\_internal\exporter\_ir_passes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:44:52.0093946Z copying torch\onnx\_internal\exporter\_isolated.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:44:52.0103082Z copying torch\onnx\_internal\exporter\_onnx_program.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:44:52.0114231Z copying torch\onnx\_internal\exporter\_registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:44:52.0123970Z copying torch\onnx\_internal\exporter\_reporting.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:44:52.0134157Z copying torch\onnx\_internal\exporter\_schemas.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:44:52.0147186Z copying torch\onnx\_internal\exporter\_tensors.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:44:52.0156162Z copying torch\onnx\_internal\exporter\_testing.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:44:52.0165176Z copying torch\onnx\_internal\exporter\_verification.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:44:52.0174180Z copying torch\onnx\_internal\exporter\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-11-01T16:44:52.0181372Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:44:52.0184078Z copying torch\onnx\_internal\fx\decomposition_skip.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:44:52.0193414Z copying torch\onnx\_internal\fx\decomposition_table.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:44:52.0203583Z copying torch\onnx\_internal\fx\diagnostics.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:44:52.0215342Z copying torch\onnx\_internal\fx\dynamo_graph_extractor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:44:52.0234667Z copying torch\onnx\_internal\fx\fx_onnx_interpreter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:44:52.0254829Z copying torch\onnx\_internal\fx\fx_symbolic_graph_extractor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:44:52.0271632Z copying torch\onnx\_internal\fx\onnxfunction_dispatcher.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:44:52.0291988Z copying torch\onnx\_internal\fx\patcher.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:44:52.0301816Z copying torch\onnx\_internal\fx\registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:44:52.0311201Z copying torch\onnx\_internal\fx\serialization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:44:52.0326262Z copying torch\onnx\_internal\fx\type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:44:52.0337649Z copying torch\onnx\_internal\fx\_pass.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:44:52.0349606Z copying torch\onnx\_internal\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-11-01T16:44:52.0356862Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-11-01T16:44:52.0359641Z copying torch\onnx\_internal\diagnostics\infra\context.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-11-01T16:44:52.0373945Z copying torch\onnx\_internal\diagnostics\infra\decorator.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-11-01T16:44:52.0384063Z copying torch\onnx\_internal\diagnostics\infra\formatter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-11-01T16:44:52.0393671Z copying torch\onnx\_internal\diagnostics\infra\utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-11-01T16:44:52.0403199Z copying torch\onnx\_internal\diagnostics\infra\_infra.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-11-01T16:44:52.0423353Z copying torch\onnx\_internal\diagnostics\infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-11-01T16:44:52.0438713Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0441400Z copying torch\onnx\_internal\diagnostics\infra\sarif\version.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0447290Z copying torch\onnx\_internal\diagnostics\infra\sarif\_address.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0457663Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0468022Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_change.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0477169Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_content.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0492038Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0501472Z copying torch\onnx\_internal\diagnostics\infra\sarif\_attachment.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0511064Z copying torch\onnx\_internal\diagnostics\infra\sarif\_code_flow.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0521446Z copying torch\onnx\_internal\diagnostics\infra\sarif\_configuration_override.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0531875Z copying torch\onnx\_internal\diagnostics\infra\sarif\_conversion.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0541786Z copying torch\onnx\_internal\diagnostics\infra\sarif\_edge.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0551296Z copying torch\onnx\_internal\diagnostics\infra\sarif\_edge_traversal.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0561152Z copying torch\onnx\_internal\diagnostics\infra\sarif\_exception.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0576723Z copying torch\onnx\_internal\diagnostics\infra\sarif\_external_properties.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0588399Z copying torch\onnx\_internal\diagnostics\infra\sarif\_external_property_file_reference.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0598341Z copying torch\onnx\_internal\diagnostics\infra\sarif\_external_property_file_references.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0610122Z copying torch\onnx\_internal\diagnostics\infra\sarif\_fix.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0619515Z copying torch\onnx\_internal\diagnostics\infra\sarif\_graph.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0629113Z copying torch\onnx\_internal\diagnostics\infra\sarif\_graph_traversal.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0639826Z copying torch\onnx\_internal\diagnostics\infra\sarif\_invocation.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0650031Z copying torch\onnx\_internal\diagnostics\infra\sarif\_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0670716Z copying torch\onnx\_internal\diagnostics\infra\sarif\_location_relationship.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0681353Z copying torch\onnx\_internal\diagnostics\infra\sarif\_logical_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0691520Z copying torch\onnx\_internal\diagnostics\infra\sarif\_message.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0702284Z copying torch\onnx\_internal\diagnostics\infra\sarif\_multiformat_message_string.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0713280Z copying torch\onnx\_internal\diagnostics\infra\sarif\_node.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0724229Z copying torch\onnx\_internal\diagnostics\infra\sarif\_notification.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0734378Z copying torch\onnx\_internal\diagnostics\infra\sarif\_physical_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0744831Z copying torch\onnx\_internal\diagnostics\infra\sarif\_property_bag.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0750168Z copying torch\onnx\_internal\diagnostics\infra\sarif\_rectangle.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0761517Z copying torch\onnx\_internal\diagnostics\infra\sarif\_region.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0777034Z copying torch\onnx\_internal\diagnostics\infra\sarif\_replacement.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0792325Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_configuration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0805864Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0817977Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_reference.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0828774Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_relationship.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0839944Z copying torch\onnx\_internal\diagnostics\infra\sarif\_result.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0851155Z copying torch\onnx\_internal\diagnostics\infra\sarif\_result_provenance.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0863751Z copying torch\onnx\_internal\diagnostics\infra\sarif\_run.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0875557Z copying torch\onnx\_internal\diagnostics\infra\sarif\_run_automation_details.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0887792Z copying torch\onnx\_internal\diagnostics\infra\sarif\_sarif_log.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0906034Z copying torch\onnx\_internal\diagnostics\infra\sarif\_special_locations.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0917300Z copying torch\onnx\_internal\diagnostics\infra\sarif\_stack.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0928332Z copying torch\onnx\_internal\diagnostics\infra\sarif\_stack_frame.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0939477Z copying torch\onnx\_internal\diagnostics\infra\sarif\_suppression.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0951068Z copying torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0963133Z copying torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0975776Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0987092Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool_component.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.0998014Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool_component_reference.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.1009752Z copying torch\onnx\_internal\diagnostics\infra\sarif\_translation_metadata.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.1027953Z copying torch\onnx\_internal\diagnostics\infra\sarif\_version_control_details.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.1038324Z copying torch\onnx\_internal\diagnostics\infra\sarif\_web_request.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.1048785Z copying torch\onnx\_internal\diagnostics\infra\sarif\_web_response.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.1060356Z copying torch\onnx\_internal\diagnostics\infra\sarif\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:44:52.1072037Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2024-11-01T16:44:52.1074908Z copying torch\onnx\_internal\fx\analysis\unsupported_nodes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2024-11-01T16:44:52.1085756Z copying torch\onnx\_internal\fx\analysis\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2024-11-01T16:44:52.1093509Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-11-01T16:44:52.1096342Z copying torch\onnx\_internal\fx\passes\decomp.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-11-01T16:44:52.1109215Z copying torch\onnx\_internal\fx\passes\functionalization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-11-01T16:44:52.1124123Z copying torch\onnx\_internal\fx\passes\modularization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-11-01T16:44:52.1151996Z copying torch\onnx\_internal\fx\passes\readability.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-11-01T16:44:52.1169729Z copying torch\onnx\_internal\fx\passes\type_promotion.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-11-01T16:44:52.1213409Z copying torch\onnx\_internal\fx\passes\virtualization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-11-01T16:44:52.1231069Z copying torch\onnx\_internal\fx\passes\_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-11-01T16:44:52.1242830Z copying torch\onnx\_internal\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-11-01T16:44:52.1249353Z creating build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2024-11-01T16:44:52.1252293Z copying torch\optim\_multi_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2024-11-01T16:44:52.1265878Z creating build\lib.win-amd64-cpython-39\torch\package\analyze 2024-11-01T16:44:52.1268675Z copying torch\package\analyze\find_first_use_of_broken_modules.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-11-01T16:44:52.1281264Z copying torch\package\analyze\is_from_package.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-11-01T16:44:52.1286498Z copying torch\package\analyze\trace_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-11-01T16:44:52.1306540Z copying torch\package\analyze\__init__.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-11-01T16:44:52.1314693Z creating build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:44:52.1317633Z copying torch\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:44:52.1322740Z copying torch\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:44:52.1328060Z copying torch\quantization\fx\fusion_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:44:52.1333454Z copying torch\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:44:52.1338814Z copying torch\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:44:52.1349467Z copying torch\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:44:52.1358815Z copying torch\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:44:52.1364223Z copying torch\quantization\fx\quantization_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:44:52.1374559Z copying torch\quantization\fx\quantization_types.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:44:52.1380027Z copying torch\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:44:52.1394014Z copying torch\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:44:52.1405273Z copying torch\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-11-01T16:44:52.1411906Z creating build\lib.win-amd64-cpython-39\torch\signal\windows 2024-11-01T16:44:52.1414446Z copying torch\signal\windows\windows.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2024-11-01T16:44:52.1433915Z copying torch\signal\windows\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2024-11-01T16:44:52.1446984Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.1457312Z copying torch\testing\_internal\autocast_test_lists.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.1480003Z copying torch\testing\_internal\autograd_function_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.1504021Z copying torch\testing\_internal\check_kernel_launches.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.1523636Z copying torch\testing\_internal\common_cuda.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.1544671Z copying torch\testing\_internal\common_device_type.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.1581641Z copying torch\testing\_internal\common_distributed.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.1608458Z copying torch\testing\_internal\common_dist_composable.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.1619181Z copying torch\testing\_internal\common_dtype.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.1633691Z copying torch\testing\_internal\common_fsdp.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.1662938Z copying torch\testing\_internal\common_jit.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.1674305Z copying torch\testing\_internal\common_methods_invocations.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.2130407Z copying torch\testing\_internal\common_mkldnn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.2143862Z copying torch\testing\_internal\common_modules.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.2274231Z copying torch\testing\_internal\common_nn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.2361083Z copying torch\testing\_internal\common_optimizers.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.2403191Z copying torch\testing\_internal\common_pruning.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.2417350Z copying torch\testing\_internal\common_quantization.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.2452897Z copying torch\testing\_internal\common_quantized.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.2475073Z copying torch\testing\_internal\common_subclass.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.2486423Z copying torch\testing\_internal\common_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.2592777Z copying torch\testing\_internal\composite_compliance.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.2611438Z copying torch\testing\_internal\custom_op_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.2627759Z copying torch\testing\_internal\custom_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.2642006Z copying torch\testing\_internal\dist_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.2659520Z copying torch\testing\_internal\dynamo_test_failures.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.2670530Z copying torch\testing\_internal\fake_config_module.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.2679957Z copying torch\testing\_internal\hop_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.2689936Z copying torch\testing\_internal\hypothesis_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.2700058Z copying torch\testing\_internal\inductor_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.2714977Z copying torch\testing\_internal\jit_metaprogramming_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.2737790Z copying torch\testing\_internal\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.2755421Z copying torch\testing\_internal\logging_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.2764959Z copying torch\testing\_internal\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.2774096Z copying torch\testing\_internal\quantization_torch_package_models.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.2783735Z copying torch\testing\_internal\static_module.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.2794261Z copying torch\testing\_internal\torchbind_impls.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.2803566Z copying torch\testing\_internal\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.2813856Z copying torch\testing\_internal\two_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.2878392Z copying torch\testing\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-11-01T16:44:52.2883995Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2024-11-01T16:44:52.2886659Z copying torch\testing\_internal\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2024-11-01T16:44:52.2893447Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-11-01T16:44:52.2896069Z copying torch\testing\_internal\data\network1.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-11-01T16:44:52.2901322Z copying torch\testing\_internal\data\network2.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-11-01T16:44:52.2906378Z copying torch\testing\_internal\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-11-01T16:44:52.2914497Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-11-01T16:44:52.2917261Z copying torch\testing\_internal\distributed\checkpoint_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-11-01T16:44:52.2928168Z copying torch\testing\_internal\distributed\common_state_dict.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-11-01T16:44:52.2937950Z copying torch\testing\_internal\distributed\ddp_under_dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-11-01T16:44:52.2962019Z copying torch\testing\_internal\distributed\distributed_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-11-01T16:44:52.3104133Z copying torch\testing\_internal\distributed\distributed_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-11-01T16:44:52.3114981Z copying torch\testing\_internal\distributed\fake_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-11-01T16:44:52.3124748Z copying torch\testing\_internal\distributed\multi_threaded_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-11-01T16:44:52.3143583Z copying torch\testing\_internal\distributed\rpc_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-11-01T16:44:52.3154718Z copying torch\testing\_internal\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-11-01T16:44:52.3160111Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2024-11-01T16:44:52.3162889Z copying torch\testing\_internal\generated\annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2024-11-01T16:44:52.3355704Z copying torch\testing\_internal\generated\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2024-11-01T16:44:52.3361426Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-11-01T16:44:52.3364114Z copying torch\testing\_internal\opinfo\core.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-11-01T16:44:52.3421779Z copying torch\testing\_internal\opinfo\refs.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-11-01T16:44:52.3445606Z copying torch\testing\_internal\opinfo\utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-11-01T16:44:52.3457016Z copying torch\testing\_internal\opinfo\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-11-01T16:44:52.3464143Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-11-01T16:44:52.3467167Z copying torch\testing\_internal\optests\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-11-01T16:44:52.3478461Z copying torch\testing\_internal\optests\autograd_registration.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-11-01T16:44:52.3489929Z copying torch\testing\_internal\optests\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-11-01T16:44:52.3495394Z copying torch\testing\_internal\optests\generate_tests.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-11-01T16:44:52.3523926Z copying torch\testing\_internal\optests\make_fx.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-11-01T16:44:52.3535030Z copying torch\testing\_internal\optests\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-11-01T16:44:52.3541767Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-11-01T16:44:52.3544473Z copying torch\testing\_internal\test_module\future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-11-01T16:44:52.3549767Z copying torch\testing\_internal\test_module\no_future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-11-01T16:44:52.3554893Z copying torch\testing\_internal\test_module\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-11-01T16:44:52.3560252Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2024-11-01T16:44:52.3562784Z copying torch\testing\_internal\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2024-11-01T16:44:52.3570164Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-11-01T16:44:52.3573354Z copying torch\testing\_internal\distributed\rpc\dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-11-01T16:44:52.3618475Z copying torch\testing\_internal\distributed\rpc\dist_optimizer_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-11-01T16:44:52.3631169Z copying torch\testing\_internal\distributed\rpc\faulty_agent_rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-11-01T16:44:52.3654309Z copying torch\testing\_internal\distributed\rpc\faulty_rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-11-01T16:44:52.3668150Z copying torch\testing\_internal\distributed\rpc\rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-11-01T16:44:52.3678192Z copying torch\testing\_internal\distributed\rpc\rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-11-01T16:44:52.3771162Z copying torch\testing\_internal\distributed\rpc\tensorpipe_rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-11-01T16:44:52.3782810Z copying torch\testing\_internal\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-11-01T16:44:52.3788530Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2024-11-01T16:44:52.3791304Z copying torch\testing\_internal\distributed\_shard\test_common.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2024-11-01T16:44:52.3802453Z copying torch\testing\_internal\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2024-11-01T16:44:52.3808964Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2024-11-01T16:44:52.3811789Z copying torch\testing\_internal\distributed\_tensor\common_dtensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2024-11-01T16:44:52.3829391Z copying torch\testing\_internal\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2024-11-01T16:44:52.3835513Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2024-11-01T16:44:52.3838199Z copying torch\testing\_internal\distributed\nn\api\remote_module_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2024-11-01T16:44:52.3856463Z copying torch\testing\_internal\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2024-11-01T16:44:52.3862361Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2024-11-01T16:44:52.3865152Z copying torch\testing\_internal\distributed\rpc\examples\parameter_server_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2024-11-01T16:44:52.3877107Z copying torch\testing\_internal\distributed\rpc\examples\reinforcement_learning_rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2024-11-01T16:44:52.3893793Z copying torch\testing\_internal\distributed\rpc\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2024-11-01T16:44:52.3899771Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-11-01T16:44:52.3902572Z copying torch\testing\_internal\distributed\rpc\jit\dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-11-01T16:44:52.3914438Z copying torch\testing\_internal\distributed\rpc\jit\rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-11-01T16:44:52.3937610Z copying torch\testing\_internal\distributed\rpc\jit\rpc_test_faulty.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-11-01T16:44:52.3950110Z copying torch\testing\_internal\distributed\rpc\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-11-01T16:44:52.3956105Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2024-11-01T16:44:52.3959287Z 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 2024-11-01T16:44:52.3972124Z 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 2024-11-01T16:44:52.3983113Z copying torch\testing\_internal\distributed\_shard\sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2024-11-01T16:44:52.3996170Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-11-01T16:44:52.3998845Z copying torch\testing\_internal\opinfo\definitions\fft.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-11-01T16:44:52.4018080Z copying torch\testing\_internal\opinfo\definitions\linalg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-11-01T16:44:52.4057871Z copying torch\testing\_internal\opinfo\definitions\nested.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-11-01T16:44:52.4075208Z copying torch\testing\_internal\opinfo\definitions\signal.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-11-01T16:44:52.4086924Z copying torch\testing\_internal\opinfo\definitions\sparse.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-11-01T16:44:52.4110566Z copying torch\testing\_internal\opinfo\definitions\special.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-11-01T16:44:52.4137251Z copying torch\testing\_internal\opinfo\definitions\_masked.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-11-01T16:44:52.4159856Z copying torch\testing\_internal\opinfo\definitions\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-11-01T16:44:52.4166050Z creating build\lib.win-amd64-cpython-39\torch\utils\backcompat 2024-11-01T16:44:52.4168602Z copying torch\utils\backcompat\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\backcompat 2024-11-01T16:44:52.4174943Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark 2024-11-01T16:44:52.4177598Z copying torch\utils\benchmark\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark 2024-11-01T16:44:52.4183897Z creating build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2024-11-01T16:44:52.4186240Z copying torch\utils\bottleneck\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2024-11-01T16:44:52.4190528Z copying torch\utils\bottleneck\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2024-11-01T16:44:52.4203318Z creating build\lib.win-amd64-cpython-39\torch\utils\data 2024-11-01T16:44:52.4206029Z copying torch\utils\data\backward_compatibility.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-11-01T16:44:52.4211308Z copying torch\utils\data\dataloader.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-11-01T16:44:52.4244587Z copying torch\utils\data\dataset.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-11-01T16:44:52.4261273Z copying torch\utils\data\distributed.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-11-01T16:44:52.4279769Z copying torch\utils\data\graph.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-11-01T16:44:52.4291594Z copying torch\utils\data\graph_settings.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-11-01T16:44:52.4322042Z copying torch\utils\data\sampler.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-11-01T16:44:52.4333240Z copying torch\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-11-01T16:44:52.4346498Z creating build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-11-01T16:44:52.4349042Z copying torch\utils\hipify\constants.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-11-01T16:44:52.4360062Z copying torch\utils\hipify\cuda_to_hip_mappings.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-11-01T16:44:52.4519887Z copying torch\utils\hipify\hipify_python.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-11-01T16:44:52.4544013Z copying torch\utils\hipify\version.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-11-01T16:44:52.4564626Z copying torch\utils\hipify\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-11-01T16:44:52.4571162Z creating build\lib.win-amd64-cpython-39\torch\utils\jit 2024-11-01T16:44:52.4573865Z copying torch\utils\jit\log_extract.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2024-11-01T16:44:52.4584720Z copying torch\utils\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2024-11-01T16:44:52.4590426Z creating build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-11-01T16:44:52.4592959Z copying torch\utils\model_dump\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-11-01T16:44:52.4609749Z copying torch\utils\model_dump\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-11-01T16:44:52.4617223Z creating build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-11-01T16:44:52.4619847Z copying torch\utils\tensorboard\summary.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-11-01T16:44:52.4644764Z copying torch\utils\tensorboard\writer.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-11-01T16:44:52.4668077Z copying torch\utils\tensorboard\_convert_np.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-11-01T16:44:52.4679677Z copying torch\utils\tensorboard\_embedding.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-11-01T16:44:52.4703147Z copying torch\utils\tensorboard\_onnx_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-11-01T16:44:52.4713842Z copying torch\utils\tensorboard\_proto_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-11-01T16:44:52.4724785Z copying torch\utils\tensorboard\_pytorch_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-11-01T16:44:52.4736090Z copying torch\utils\tensorboard\_utils.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-11-01T16:44:52.4747465Z copying torch\utils\tensorboard\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-11-01T16:44:52.4753797Z creating build\lib.win-amd64-cpython-39\torch\utils\viz 2024-11-01T16:44:52.4756293Z copying torch\utils\viz\_cycles.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2024-11-01T16:44:52.4768071Z copying torch\utils\viz\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2024-11-01T16:44:52.4773888Z creating build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2024-11-01T16:44:52.4776695Z copying torch\utils\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2024-11-01T16:44:52.4787983Z copying torch\utils\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2024-11-01T16:44:52.4794752Z creating build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-11-01T16:44:52.4797237Z copying torch\utils\_sympy\functions.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-11-01T16:44:52.4821225Z copying torch\utils\_sympy\interp.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-11-01T16:44:52.4832307Z copying torch\utils\_sympy\numbers.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-11-01T16:44:52.4844011Z copying torch\utils\_sympy\reference.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-11-01T16:44:52.4856148Z copying torch\utils\_sympy\singleton_int.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-11-01T16:44:52.4875634Z copying torch\utils\_sympy\solve.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-11-01T16:44:52.4887150Z copying torch\utils\_sympy\symbol.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-11-01T16:44:52.4898489Z copying torch\utils\_sympy\value_ranges.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-11-01T16:44:52.4922428Z copying torch\utils\_sympy\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-11-01T16:44:52.4935217Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-11-01T16:44:52.4937939Z copying torch\utils\benchmark\examples\blas_compare_setup.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-11-01T16:44:52.4950270Z copying torch\utils\benchmark\examples\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-11-01T16:44:52.4961861Z copying torch\utils\benchmark\examples\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-11-01T16:44:52.4973029Z copying torch\utils\benchmark\examples\op_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-11-01T16:44:52.4983482Z copying torch\utils\benchmark\examples\simple_timeit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-11-01T16:44:52.4996673Z copying torch\utils\benchmark\examples\spectral_ops_fuzz_test.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-11-01T16:44:52.5008470Z copying torch\utils\benchmark\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-11-01T16:44:52.5014930Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-11-01T16:44:52.5017741Z copying torch\utils\benchmark\op_fuzzers\binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-11-01T16:44:52.5029177Z copying torch\utils\benchmark\op_fuzzers\sparse_binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-11-01T16:44:52.5040412Z copying torch\utils\benchmark\op_fuzzers\sparse_unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-11-01T16:44:52.5051634Z copying torch\utils\benchmark\op_fuzzers\spectral.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-11-01T16:44:52.5069888Z copying torch\utils\benchmark\op_fuzzers\unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-11-01T16:44:52.5079864Z copying torch\utils\benchmark\op_fuzzers\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-11-01T16:44:52.5086196Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:44:52.5088831Z copying torch\utils\benchmark\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:44:52.5100296Z copying torch\utils\benchmark\utils\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:44:52.5111626Z copying torch\utils\benchmark\utils\compile.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:44:52.5123034Z copying torch\utils\benchmark\utils\cpp_jit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:44:52.5134316Z copying torch\utils\benchmark\utils\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:44:52.5151661Z copying torch\utils\benchmark\utils\sparse_fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:44:52.5169002Z copying torch\utils\benchmark\utils\timer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:44:52.5186585Z copying torch\utils\benchmark\utils\_stubs.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:44:52.5197666Z copying torch\utils\benchmark\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:44:52.5203645Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-11-01T16:44:52.5206571Z copying torch\utils\benchmark\utils\valgrind_wrapper\timer_interface.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-11-01T16:44:52.5229286Z copying torch\utils\benchmark\utils\valgrind_wrapper\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-11-01T16:44:52.5235182Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-11-01T16:44:52.5237886Z copying torch\utils\data\datapipes\datapipe.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-11-01T16:44:52.5257823Z copying torch\utils\data\datapipes\gen_pyi.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-11-01T16:44:52.6544510Z copying torch\utils\data\datapipes\_decorator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-11-01T16:44:52.6555684Z copying torch\utils\data\datapipes\_hook_iterator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-11-01T16:44:52.6573027Z copying torch\utils\data\datapipes\_typing.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-11-01T16:44:52.6590708Z copying torch\utils\data\datapipes\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-11-01T16:44:52.6598332Z creating build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-11-01T16:44:52.6600934Z copying torch\utils\data\_utils\collate.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-11-01T16:44:52.6612446Z copying torch\utils\data\_utils\fetch.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-11-01T16:44:52.6623375Z copying torch\utils\data\_utils\pin_memory.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-11-01T16:44:52.6634091Z copying torch\utils\data\_utils\signal_handling.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-11-01T16:44:52.6644991Z copying torch\utils\data\_utils\worker.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-11-01T16:44:52.6668726Z copying torch\utils\data\_utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-11-01T16:44:52.6681277Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-11-01T16:44:52.6684009Z copying torch\utils\data\datapipes\dataframe\dataframes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-11-01T16:44:52.6695003Z copying torch\utils\data\datapipes\dataframe\dataframe_wrapper.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-11-01T16:44:52.6705830Z copying torch\utils\data\datapipes\dataframe\datapipes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-11-01T16:44:52.6723522Z copying torch\utils\data\datapipes\dataframe\structures.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-11-01T16:44:52.6735193Z copying torch\utils\data\datapipes\dataframe\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-11-01T16:44:52.6743110Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:44:52.6745744Z copying torch\utils\data\datapipes\iter\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:44:52.6757892Z copying torch\utils\data\datapipes\iter\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:44:52.6768709Z copying torch\utils\data\datapipes\iter\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:44:52.6786376Z copying torch\utils\data\datapipes\iter\filelister.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:44:52.6805392Z copying torch\utils\data\datapipes\iter\fileopener.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:44:52.6816553Z copying torch\utils\data\datapipes\iter\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:44:52.6828493Z copying torch\utils\data\datapipes\iter\routeddecoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:44:52.6839201Z copying torch\utils\data\datapipes\iter\selecting.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:44:52.6850700Z copying torch\utils\data\datapipes\iter\sharding.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:44:52.6861958Z copying torch\utils\data\datapipes\iter\streamreader.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:44:52.6874886Z copying torch\utils\data\datapipes\iter\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:44:52.6886313Z copying torch\utils\data\datapipes\iter\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-11-01T16:44:52.6899802Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-11-01T16:44:52.6902819Z copying torch\utils\data\datapipes\map\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-11-01T16:44:52.6913984Z copying torch\utils\data\datapipes\map\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-11-01T16:44:52.6926038Z copying torch\utils\data\datapipes\map\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-11-01T16:44:52.6937527Z copying torch\utils\data\datapipes\map\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-11-01T16:44:52.6948526Z copying torch\utils\data\datapipes\map\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-11-01T16:44:52.6967096Z copying torch\utils\data\datapipes\map\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-11-01T16:44:52.6974288Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-11-01T16:44:52.6977351Z copying torch\utils\data\datapipes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-11-01T16:44:52.6990053Z copying torch\utils\data\datapipes\utils\decoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-11-01T16:44:52.7002175Z copying torch\utils\data\datapipes\utils\snapshot.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-11-01T16:44:52.7014219Z copying torch\utils\data\datapipes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-11-01T16:44:52.7020853Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:44:52.7023506Z copying torch\_dynamo\backends\common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:44:52.7035664Z copying torch\_dynamo\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:44:52.7050463Z copying torch\_dynamo\backends\debugging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:44:52.7065039Z copying torch\_dynamo\backends\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:44:52.7089650Z copying torch\_dynamo\backends\inductor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:44:52.7095063Z copying torch\_dynamo\backends\onnxrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:44:52.7106553Z copying torch\_dynamo\backends\registry.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:44:52.7118190Z copying torch\_dynamo\backends\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:44:52.7123609Z copying torch\_dynamo\backends\torchxla.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:44:52.7137806Z copying torch\_dynamo\backends\tvm.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:44:52.7151619Z copying torch\_dynamo\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-11-01T16:44:52.7157775Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-11-01T16:44:52.7160475Z copying torch\_dynamo\polyfills\builtins.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-11-01T16:44:52.7171532Z copying torch\_dynamo\polyfills\functools.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-11-01T16:44:52.7183239Z copying torch\_dynamo\polyfills\itertools.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-11-01T16:44:52.7194024Z copying torch\_dynamo\polyfills\loader.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-11-01T16:44:52.7212430Z copying torch\_dynamo\polyfills\os.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-11-01T16:44:52.7226424Z copying torch\_dynamo\polyfills\sys.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-11-01T16:44:52.7231659Z copying torch\_dynamo\polyfills\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-11-01T16:44:52.7254137Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-11-01T16:44:52.7256671Z copying torch\_dynamo\repro\after_aot.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-11-01T16:44:52.7286393Z copying torch\_dynamo\repro\after_dynamo.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-11-01T16:44:52.7305387Z copying torch\_dynamo\repro\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-11-01T16:44:52.7314131Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:44:52.7316835Z copying torch\_dynamo\variables\base.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:44:52.7328068Z copying torch\_dynamo\variables\builder.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:44:52.7379969Z copying torch\_dynamo\variables\builtin.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:44:52.7430782Z copying torch\_dynamo\variables\constant.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:44:52.7442234Z copying torch\_dynamo\variables\ctx_manager.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:44:52.7473309Z copying torch\_dynamo\variables\dicts.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:44:52.7498133Z copying torch\_dynamo\variables\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:44:52.7510900Z copying torch\_dynamo\variables\functions.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:44:52.7535444Z copying torch\_dynamo\variables\higher_order_ops.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:44:52.7579830Z copying torch\_dynamo\variables\iter.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:44:52.7596197Z copying torch\_dynamo\variables\lazy.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:44:52.7605575Z copying torch\_dynamo\variables\lists.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:44:52.7628369Z copying torch\_dynamo\variables\misc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:44:52.7656727Z copying torch\_dynamo\variables\nn_module.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:44:52.7685152Z copying torch\_dynamo\variables\optimizer.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:44:52.7696947Z copying torch\_dynamo\variables\script_object.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:44:52.7707709Z copying torch\_dynamo\variables\sdpa.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:44:52.7718723Z copying torch\_dynamo\variables\tensor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:44:52.7747032Z copying torch\_dynamo\variables\torch.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:44:52.7774236Z copying torch\_dynamo\variables\torch_function.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:44:52.7791670Z copying torch\_dynamo\variables\user_defined.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:44:52.7820093Z copying torch\_dynamo\variables\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-11-01T16:44:52.7833468Z creating build\lib.win-amd64-cpython-39\torch\_export\db 2024-11-01T16:44:52.7835793Z copying torch\_export\db\case.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-11-01T16:44:52.7847007Z copying torch\_export\db\gen_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-11-01T16:44:52.7853396Z copying torch\_export\db\logging.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-11-01T16:44:52.7863973Z copying torch\_export\db\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-11-01T16:44:52.7872577Z creating build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:44:52.7875520Z copying torch\_export\passes\add_runtime_assertions_for_constraints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:44:52.7886386Z copying torch\_export\passes\collect_tracepoints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:44:52.7897489Z copying torch\_export\passes\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:44:52.7917078Z copying torch\_export\passes\functionalize_side_effectful_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:44:52.7928187Z copying torch\_export\passes\lift_constants_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:44:52.7940349Z copying torch\_export\passes\remove_runtime_assertions.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:44:52.7951455Z copying torch\_export\passes\replace_autocast_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:44:52.7962626Z copying torch\_export\passes\replace_quantized_ops_with_standard_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:44:52.7980359Z copying torch\_export\passes\replace_set_grad_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:44:52.7991930Z copying torch\_export\passes\replace_view_ops_with_view_copy_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:44:52.8003396Z copying torch\_export\passes\replace_with_hop_pass_util.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:44:52.8014876Z copying torch\_export\passes\_node_metadata_hook.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:44:52.8026960Z copying torch\_export\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-11-01T16:44:52.8033558Z creating build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-11-01T16:44:52.8036401Z copying torch\_export\pass_infra\node_metadata.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-11-01T16:44:52.8047326Z copying torch\_export\pass_infra\proxy_value.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-11-01T16:44:52.8058374Z copying torch\_export\pass_infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-11-01T16:44:52.8064592Z creating build\lib.win-amd64-cpython-39\torch\_export\serde 2024-11-01T16:44:52.8067242Z copying torch\_export\serde\aoti_schema.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-11-01T16:44:52.8072657Z copying torch\_export\serde\dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-11-01T16:44:52.8084319Z copying torch\_export\serde\schema.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-11-01T16:44:52.8098020Z copying torch\_export\serde\schema_check.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-11-01T16:44:52.8118193Z copying torch\_export\serde\serialize.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-11-01T16:44:52.8177558Z copying torch\_export\serde\union.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-11-01T16:44:52.8189197Z copying torch\_export\serde\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-11-01T16:44:52.8200720Z creating build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8204233Z copying torch\_export\db\examples\assume_constant_result.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8227001Z copying torch\_export\db\examples\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8237367Z copying torch\_export\db\examples\class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8253724Z copying torch\_export\db\examples\cond_branch_class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8264326Z copying torch\_export\db\examples\cond_branch_nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8275132Z copying torch\_export\db\examples\cond_branch_nonlocal_variables.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8285822Z copying torch\_export\db\examples\cond_closed_over_variable.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8291082Z copying torch\_export\db\examples\cond_operands.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8302315Z copying torch\_export\db\examples\cond_predicate.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8312861Z copying torch\_export\db\examples\constrain_as_size_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8323772Z copying torch\_export\db\examples\constrain_as_value_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8334852Z copying torch\_export\db\examples\decorator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8340524Z copying torch\_export\db\examples\dictionary.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8346119Z copying torch\_export\db\examples\dynamic_shape_assert.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8352091Z copying torch\_export\db\examples\dynamic_shape_constructor.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8357577Z copying torch\_export\db\examples\dynamic_shape_if_guard.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8363229Z copying torch\_export\db\examples\dynamic_shape_map.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8368791Z copying torch\_export\db\examples\dynamic_shape_round.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8383816Z copying torch\_export\db\examples\dynamic_shape_slicing.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8389286Z copying torch\_export\db\examples\dynamic_shape_view.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8395840Z copying torch\_export\db\examples\fn_with_kwargs.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8406652Z copying torch\_export\db\examples\list_contains.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8412242Z copying torch\_export\db\examples\list_unpack.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8423741Z copying torch\_export\db\examples\model_attr_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8434984Z copying torch\_export\db\examples\nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8441010Z copying torch\_export\db\examples\null_context_manager.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8454214Z copying torch\_export\db\examples\optional_input.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8465874Z copying torch\_export\db\examples\pytree_flatten.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8471566Z copying torch\_export\db\examples\scalar_output.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8477173Z copying torch\_export\db\examples\specialized_attribute.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8482756Z copying torch\_export\db\examples\static_for_loop.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8488153Z copying torch\_export\db\examples\static_if.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8494171Z copying torch\_export\db\examples\tensor_setattr.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8499465Z copying torch\_export\db\examples\type_reflection_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8505072Z copying torch\_export\db\examples\unsupported_operator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8518881Z copying torch\_export\db\examples\user_input_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8524715Z copying torch\_export\db\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-11-01T16:44:52.8539311Z creating build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:44:52.8541924Z copying torch\_functorch\_aot_autograd\autograd_cache.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:44:52.8560266Z copying torch\_functorch\_aot_autograd\collect_metadata_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:44:52.8585704Z copying torch\_functorch\_aot_autograd\dispatch_and_compile_graph.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:44:52.8604193Z copying torch\_functorch\_aot_autograd\functional_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:44:52.8622729Z copying torch\_functorch\_aot_autograd\input_output_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:44:52.8645742Z copying torch\_functorch\_aot_autograd\jit_compile_runtime_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:44:52.8672178Z copying torch\_functorch\_aot_autograd\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:44:52.8683612Z copying torch\_functorch\_aot_autograd\runtime_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:44:52.8737688Z copying torch\_functorch\_aot_autograd\schemas.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:44:52.8764882Z copying torch\_functorch\_aot_autograd\subclass_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:44:52.8781986Z copying torch\_functorch\_aot_autograd\traced_function_transforms.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:44:52.8804012Z copying torch\_functorch\_aot_autograd\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:44:52.8819586Z copying torch\_functorch\_aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-11-01T16:44:52.8827469Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-11-01T16:44:52.8830418Z copying torch\_inductor\autoheuristic\autoheuristic.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-11-01T16:44:52.8845751Z copying torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-11-01T16:44:52.8859313Z copying torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-11-01T16:44:52.8880340Z copying torch\_inductor\autoheuristic\learned_heuristic_controller.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-11-01T16:44:52.8890273Z copying torch\_inductor\autoheuristic\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-11-01T16:44:52.8899717Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:44:52.8902594Z copying torch\_inductor\codegen\aoti_hipify_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:44:52.8914960Z copying torch\_inductor\codegen\common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:44:52.8960326Z copying torch\_inductor\codegen\cpp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:44:52.9032641Z copying torch\_inductor\codegen\cpp_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:44:52.9060917Z copying torch\_inductor\codegen\cpp_micro_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:44:52.9088992Z copying torch\_inductor\codegen\cpp_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:44:52.9530398Z copying torch\_inductor\codegen\cpp_template_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:44:52.9542175Z copying torch\_inductor\codegen\cpp_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:44:52.9567137Z copying torch\_inductor\codegen\cpp_wrapper_cpu.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:44:52.9607181Z copying torch\_inductor\codegen\cpp_wrapper_cpu_array_ref.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:44:52.9629791Z copying torch\_inductor\codegen\cpp_wrapper_gpu.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:44:52.9647228Z copying torch\_inductor\codegen\cpu_device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:44:52.9658662Z copying torch\_inductor\codegen\cuda_combined_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:44:52.9670170Z copying torch\_inductor\codegen\debug_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:44:52.9681191Z copying torch\_inductor\codegen\halide.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:44:52.9709859Z copying torch\_inductor\codegen\memory_planning.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:44:52.9727975Z copying torch\_inductor\codegen\multi_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:44:52.9739724Z copying torch\_inductor\codegen\simd.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:44:52.9772817Z copying torch\_inductor\codegen\simd_kernel_features.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:44:52.9783839Z copying torch\_inductor\codegen\triton.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:44:52.9852244Z copying torch\_inductor\codegen\triton_combo_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:44:52.9887165Z copying torch\_inductor\codegen\triton_split_scan.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:44:52.9900024Z copying torch\_inductor\codegen\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:44:52.9918803Z copying torch\_inductor\codegen\wrapper.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:44:52.9959913Z copying torch\_inductor\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:44:52.9966402Z creating build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-11-01T16:44:52.9969223Z copying torch\_inductor\compile_worker\subproc_pool.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-11-01T16:44:52.9980669Z copying torch\_inductor\compile_worker\watchdog.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-11-01T16:44:52.9992497Z copying torch\_inductor\compile_worker\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-11-01T16:44:52.9996741Z copying torch\_inductor\compile_worker\__main__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-11-01T16:44:53.0012775Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:44:53.0015468Z copying torch\_inductor\fx_passes\b2b_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:44:53.0036320Z copying torch\_inductor\fx_passes\binary_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:44:53.0049152Z copying torch\_inductor\fx_passes\ddp_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:44:53.0075670Z copying torch\_inductor\fx_passes\decompose_mem_bound_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:44:53.0097536Z copying torch\_inductor\fx_passes\dedupe_symint_uses.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:44:53.0110145Z copying torch\_inductor\fx_passes\efficient_conv_bn_eval.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:44:53.0124287Z copying torch\_inductor\fx_passes\freezing_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:44:53.0138573Z copying torch\_inductor\fx_passes\fuse_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:44:53.0158346Z copying torch\_inductor\fx_passes\group_batch_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:44:53.0202558Z copying torch\_inductor\fx_passes\joint_graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:44:53.0223043Z copying torch\_inductor\fx_passes\micro_pipeline_tp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:44:53.0240804Z copying torch\_inductor\fx_passes\misc_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:44:53.0250891Z copying torch\_inductor\fx_passes\mkldnn_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:44:53.0277159Z copying torch\_inductor\fx_passes\numeric_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:44:53.0286507Z copying torch\_inductor\fx_passes\pad_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:44:53.0301947Z copying torch\_inductor\fx_passes\post_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:44:53.0322834Z copying torch\_inductor\fx_passes\pre_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:44:53.0341583Z copying torch\_inductor\fx_passes\quantization.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:44:53.0379955Z copying torch\_inductor\fx_passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:44:53.0397574Z copying torch\_inductor\fx_passes\replace_random.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:44:53.0421222Z copying torch\_inductor\fx_passes\split_cat.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:44:53.0461950Z copying torch\_inductor\fx_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-11-01T16:44:53.0468895Z creating build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:44:53.0471574Z copying torch\_inductor\kernel\bmm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:44:53.0482191Z copying torch\_inductor\kernel\conv.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:44:53.0499031Z copying torch\_inductor\kernel\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:44:53.0530687Z copying torch\_inductor\kernel\flex_decoding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:44:53.0548487Z copying torch\_inductor\kernel\mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:44:53.0574936Z copying torch\_inductor\kernel\mm_common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:44:53.0593657Z copying torch\_inductor\kernel\mm_plus_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:44:53.0605253Z copying torch\_inductor\kernel\mm_scaled.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:44:53.0617100Z copying torch\_inductor\kernel\unpack_mixed_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:44:53.0628173Z copying torch\_inductor\kernel\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-11-01T16:44:53.0635115Z creating build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-11-01T16:44:53.0637794Z copying torch\_inductor\package\build_package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-11-01T16:44:53.0643469Z copying torch\_inductor\package\package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-11-01T16:44:53.0655357Z copying torch\_inductor\package\pt2_archive_constants.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-11-01T16:44:53.0660518Z copying torch\_inductor\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-11-01T16:44:53.0668401Z creating build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:44:53.0671288Z copying torch\_inductor\runtime\autotune_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:44:53.0688356Z copying torch\_inductor\runtime\benchmarking.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:44:53.0699987Z copying torch\_inductor\runtime\cache_dir_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:44:53.0711173Z copying torch\_inductor\runtime\compile_tasks.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:44:53.0733377Z copying torch\_inductor\runtime\coordinate_descent_tuner.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:44:53.0744653Z copying torch\_inductor\runtime\halide_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:44:53.0757024Z copying torch\_inductor\runtime\hints.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:44:53.0769437Z copying torch\_inductor\runtime\runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:44:53.0782412Z copying torch\_inductor\runtime\triton_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:44:53.0798726Z copying torch\_inductor\runtime\triton_heuristics.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:44:53.0836492Z copying torch\_inductor\runtime\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-11-01T16:44:53.0843452Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:44:53.0846776Z copying torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:44:53.0858453Z copying torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:44:53.0869616Z copying torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:44:53.0895433Z copying torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:44:53.0912963Z copying torch\_inductor\autoheuristic\artifacts\_PadMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:44:53.0923848Z copying torch\_inductor\autoheuristic\artifacts\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:44:53.0930460Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-11-01T16:44:53.0933268Z copying torch\_inductor\codegen\cuda\cuda_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-11-01T16:44:53.0944535Z copying torch\_inductor\codegen\cuda\cuda_env.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-11-01T16:44:53.0955382Z copying torch\_inductor\codegen\cuda\cuda_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-11-01T16:44:53.0967174Z copying torch\_inductor\codegen\cuda\cuda_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-11-01T16:44:53.0987199Z copying torch\_inductor\codegen\cuda\cutlass_epilogue_gen.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-11-01T16:44:53.0999176Z copying torch\_inductor\codegen\cuda\cutlass_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-11-01T16:44:53.1011773Z copying torch\_inductor\codegen\cuda\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-11-01T16:44:53.1022962Z copying torch\_inductor\codegen\cuda\gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-11-01T16:44:53.1051861Z copying torch\_inductor\codegen\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-11-01T16:44:53.1059045Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:44:53.1061767Z copying torch\_inductor\codegen\rocm\ck_conv_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:44:53.1080467Z copying torch\_inductor\codegen\rocm\ck_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:44:53.1092299Z copying torch\_inductor\codegen\rocm\ck_universal_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:44:53.1120312Z copying torch\_inductor\codegen\rocm\compile_command.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:44:53.1131792Z copying torch\_inductor\codegen\rocm\rocm_benchmark_request.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:44:53.1143702Z copying torch\_inductor\codegen\rocm\rocm_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:44:53.1154575Z copying torch\_inductor\codegen\rocm\rocm_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:44:53.1166022Z copying torch\_inductor\codegen\rocm\rocm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:44:53.1177833Z copying torch\_inductor\codegen\rocm\rocm_template_buffer.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:44:53.1189093Z copying torch\_inductor\codegen\rocm\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-11-01T16:44:53.1194579Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2024-11-01T16:44:53.1197316Z copying torch\_inductor\codegen\xpu\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2024-11-01T16:44:53.1207975Z copying torch\_inductor\codegen\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2024-11-01T16:44:53.1213855Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2024-11-01T16:44:53.1216782Z 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 2024-11-01T16:44:53.1228568Z copying torch\_inductor\codegen\cuda\cutlass_lib_extensions\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2024-11-01T16:44:53.1237925Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:44:53.1240784Z copying torch\_inductor\fx_passes\serialized_patterns\addmm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:44:53.1251994Z copying torch\_inductor\fx_passes\serialized_patterns\bmm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:44:53.1263043Z copying torch\_inductor\fx_passes\serialized_patterns\mm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:44:53.1280613Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_1.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:44:53.1291945Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_10.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:44:53.1303767Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_11.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:44:53.1315314Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_12.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:44:53.1326825Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_13.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:44:53.1338212Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_14.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:44:53.1349725Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_15.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:44:53.1361324Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_16.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:44:53.1384184Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_17.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:44:53.1401444Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_18.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:44:53.1423685Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_19.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:44:53.1435309Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_2.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:44:53.1447668Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_3.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:44:53.1459587Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_4.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:44:53.1471702Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_5.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:44:53.1488044Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_6.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:44:53.1505330Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_7.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:44:53.1516968Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_8.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:44:53.1528812Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_9.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:44:53.1540672Z copying torch\_inductor\fx_passes\serialized_patterns\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:44:53.1546050Z creating build\lib.win-amd64-cpython-39\torch\_numpy\testing 2024-11-01T16:44:53.1548767Z copying torch\_numpy\testing\utils.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2024-11-01T16:44:53.1584554Z copying torch\_numpy\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2024-11-01T16:44:53.1590783Z creating build\lib.win-amd64-cpython-39\torch\_refs\linalg 2024-11-01T16:44:53.1593431Z copying torch\_refs\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\linalg 2024-11-01T16:44:53.1607067Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn 2024-11-01T16:44:53.1609882Z copying torch\_refs\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn 2024-11-01T16:44:53.1618117Z creating build\lib.win-amd64-cpython-39\torch\_refs\special 2024-11-01T16:44:53.1631284Z copying torch\_refs\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\special 2024-11-01T16:44:53.1643847Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2024-11-01T16:44:53.1646336Z copying torch\_refs\nn\functional\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2024-11-01T16:44:53.1678431Z creating build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-11-01T16:44:53.1681086Z copying torch\_vendor\packaging\version.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-11-01T16:44:53.1700521Z copying torch\_vendor\packaging\_structures.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-11-01T16:44:53.1711175Z copying torch\_vendor\packaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-11-01T16:44:53.1717753Z creating build\lib.win-amd64-cpython-39\torchgen\aoti 2024-11-01T16:44:53.1720353Z copying torchgen\aoti\fallback_ops.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2024-11-01T16:44:53.1731051Z copying torchgen\aoti\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2024-11-01T16:44:53.1738119Z creating build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:44:53.1740650Z copying torchgen\api\autograd.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:44:53.1764861Z copying torchgen\api\cpp.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:44:53.1783846Z copying torchgen\api\dispatcher.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:44:53.1795224Z copying torchgen\api\functionalization.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:44:53.1805951Z copying torchgen\api\lazy.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:44:53.1828383Z copying torchgen\api\meta.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:44:53.1833740Z copying torchgen\api\native.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:44:53.1845288Z copying torchgen\api\python.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:44:53.1873853Z copying torchgen\api\structured.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:44:53.1884955Z copying torchgen\api\translate.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:44:53.1903149Z copying torchgen\api\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:44:53.1913853Z copying torchgen\api\unboxing.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:44:53.1924958Z copying torchgen\api\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-11-01T16:44:53.1931278Z creating build\lib.win-amd64-cpython-39\torchgen\dest 2024-11-01T16:44:53.1934105Z copying torchgen\dest\lazy_ir.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-11-01T16:44:53.1953405Z copying torchgen\dest\lazy_ts_lowering.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-11-01T16:44:53.1964957Z copying torchgen\dest\native_functions.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-11-01T16:44:53.1975581Z copying torchgen\dest\register_dispatch_key.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-11-01T16:44:53.2008526Z copying torchgen\dest\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-11-01T16:44:53.2026691Z copying torchgen\dest\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-11-01T16:44:53.2039666Z creating build\lib.win-amd64-cpython-39\torchgen\executorch 2024-11-01T16:44:53.2042627Z copying torchgen\executorch\model.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2024-11-01T16:44:53.2055044Z copying torchgen\executorch\parse.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2024-11-01T16:44:53.2068038Z copying torchgen\executorch\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2024-11-01T16:44:53.2073996Z creating build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-11-01T16:44:53.2076970Z copying torchgen\operator_versions\gen_mobile_upgraders.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-11-01T16:44:53.2093076Z copying torchgen\operator_versions\gen_mobile_upgraders_constant.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-11-01T16:44:53.2098015Z copying torchgen\operator_versions\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-11-01T16:44:53.2111666Z creating build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-11-01T16:44:53.2114290Z copying torchgen\selective_build\operator.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-11-01T16:44:53.2128155Z copying torchgen\selective_build\selector.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-11-01T16:44:53.2141896Z copying torchgen\selective_build\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-11-01T16:44:53.2147658Z creating build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-11-01T16:44:53.2157040Z copying torchgen\static_runtime\config.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-11-01T16:44:53.2172317Z copying torchgen\static_runtime\generator.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-11-01T16:44:53.2194358Z copying torchgen\static_runtime\gen_static_runtime_ops.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-11-01T16:44:53.2214034Z copying torchgen\static_runtime\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-11-01T16:44:53.2219743Z creating build\lib.win-amd64-cpython-39\torchgen\api\types 2024-11-01T16:44:53.2222342Z copying torchgen\api\types\signatures.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-11-01T16:44:53.2233531Z copying torchgen\api\types\types.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-11-01T16:44:53.2244050Z copying torchgen\api\types\types_base.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-11-01T16:44:53.2257056Z copying torchgen\api\types\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-11-01T16:44:53.2263470Z creating build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-11-01T16:44:53.2266040Z copying torchgen\executorch\api\custom_ops.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-11-01T16:44:53.2278293Z copying torchgen\executorch\api\et_cpp.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-11-01T16:44:53.2290109Z copying torchgen\executorch\api\unboxing.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-11-01T16:44:53.2301511Z copying torchgen\executorch\api\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-11-01T16:44:53.2307315Z creating build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-11-01T16:44:53.2309964Z copying torchgen\executorch\api\types\signatures.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-11-01T16:44:53.2321389Z copying torchgen\executorch\api\types\types.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-11-01T16:44:53.2331619Z copying torchgen\executorch\api\types\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-11-01T16:44:53.7590199Z copying torch\return_types.pyi -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:53.7615583Z copying torch\_VF.pyi -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:53.8062472Z copying torch\py.typed -> build\lib.win-amd64-cpython-39\torch 2024-11-01T16:44:53.8066984Z creating build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:44:53.8070621Z copying torch\bin\asmjit.dll -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:44:53.8082781Z copying torch\bin\fbgemm.dll -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:44:53.8132298Z copying torch\bin\FileStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:44:53.8141752Z copying torch\bin\protoc.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:44:53.8171705Z copying torch\bin\TCPStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:44:53.8192048Z copying torch\bin\test_api.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:44:53.8273561Z copying torch\bin\test_edge_op_registration.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:44:53.8282934Z copying torch\bin\test_jit.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:44:53.8333679Z copying torch\bin\test_lazy.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:44:53.8359085Z copying torch\bin\test_tensorexpr.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:44:53.8413672Z copying torch\bin\tutorial_tensorexpr.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-11-01T16:44:53.8420976Z creating build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8423655Z copying torch\test\apply_utils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8433286Z copying torch\test\atest.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8443173Z copying torch\test\backend_fallback_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8452802Z copying torch\test\basic.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8473273Z copying torch\test\broadcast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8483072Z copying torch\test\c10_accumulate_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8492513Z copying torch\test\c10_bfloat16_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8502082Z copying torch\test\c10_Bitset_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8511332Z copying torch\test\c10_bit_cast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8520625Z copying torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8529575Z copying torch\test\c10_complex_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8539917Z copying torch\test\c10_complex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8549312Z copying torch\test\c10_ConstexprCrc_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8558114Z copying torch\test\c10_cow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8568997Z copying torch\test\c10_DeadlockDetection_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8578683Z copying torch\test\c10_DeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8588412Z copying torch\test\c10_Device_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8597646Z copying torch\test\c10_DispatchKeySet_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8619034Z copying torch\test\c10_exception_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8628208Z copying torch\test\c10_flags_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8636991Z copying torch\test\c10_generic_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8645886Z copying torch\test\c10_Half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8654917Z copying torch\test\c10_InlineDeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8664437Z copying torch\test\c10_InlineStreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8673744Z copying torch\test\c10_intrusive_ptr_benchmark.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8682500Z copying torch\test\c10_intrusive_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8709199Z copying torch\test\c10_irange_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8718096Z copying torch\test\c10_lazy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8726942Z copying torch\test\c10_LeftRight_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8736122Z copying torch\test\c10_logging_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8745187Z copying torch\test\c10_Metaprogramming_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8754471Z copying torch\test\c10_NetworkFlow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8763389Z copying torch\test\c10_optional_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8773804Z copying torch\test\c10_ordered_preserving_dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8783203Z copying torch\test\c10_registry_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8802272Z copying torch\test\c10_Scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8811211Z copying torch\test\c10_SizesAndStrides_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8837342Z copying torch\test\c10_small_vector_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8851580Z copying torch\test\c10_ssize_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8860332Z copying torch\test\c10_StreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8869154Z copying torch\test\c10_string_util_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8878117Z copying torch\test\c10_string_view_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8887592Z copying torch\test\c10_SymInt_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8915028Z copying torch\test\c10_Synchronized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8923831Z copying torch\test\c10_tempfile_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8932932Z copying torch\test\c10_ThreadLocal_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8942045Z copying torch\test\c10_typeid_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8951231Z copying torch\test\c10_TypeIndex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8960434Z copying torch\test\c10_TypeList_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8969001Z copying torch\test\c10_TypeTraits_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8978709Z copying torch\test\CppSignature_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:53.8989431Z copying torch\test\cpu_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.1653446Z copying torch\test\cpu_generator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.1663495Z copying torch\test\cpu_profiling_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.1673099Z copying torch\test\cpu_rng_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.1684933Z copying torch\test\Dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.1695672Z copying torch\test\Dimname_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.1704665Z copying torch\test\dispatch_key_set_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.1713984Z copying torch\test\dlconvertor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.1723344Z copying torch\test\extension_backend_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.1733335Z copying torch\test\half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.1754404Z copying torch\test\IListRef_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.1764465Z copying torch\test\inline_container_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.1774382Z copying torch\test\ivalue_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.1786644Z copying torch\test\KernelFunction_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.1797123Z copying torch\test\kernel_function_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.1810354Z copying torch\test\kernel_function_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.1823012Z copying torch\test\kernel_lambda_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.1836502Z copying torch\test\kernel_lambda_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.1860037Z copying torch\test\kernel_stackbased_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.1870379Z copying torch\test\lazy_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.1879920Z copying torch\test\legacy_vmap_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.1891432Z copying torch\test\List_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.1904304Z copying torch\test\make_boxed_from_unboxed_functor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.1916764Z copying torch\test\math_kernel_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.1927238Z copying torch\test\MaybeOwned_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.1938349Z copying torch\test\memory_format_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.1948638Z copying torch\test\memory_overlapping_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.1959242Z copying torch\test\mobile_memory_cleanup.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.1969308Z copying torch\test\NamedTensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.1980139Z copying torch\test\native_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.1990391Z copying torch\test\operators_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.2000823Z copying torch\test\operator_name_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.2011040Z copying torch\test\op_allowlist_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.2020004Z copying torch\test\op_registration_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.2043598Z copying torch\test\packedtensoraccessor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.2060735Z copying torch\test\pow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.2072410Z copying torch\test\quantized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.2084075Z copying torch\test\reduce_ops_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.2096057Z copying torch\test\reportMemoryUsage_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.2107059Z copying torch\test\scalar_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.2118026Z copying torch\test\scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.2128391Z copying torch\test\StorageUtils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.2138362Z copying torch\test\stride_properties_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.2147971Z copying torch\test\tensor_iterator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.2159323Z copying torch\test\test_parallel.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.2168993Z copying torch\test\thread_init_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.2176247Z copying torch\test\type_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.2185713Z copying torch\test\type_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.2195911Z copying torch\test\undefined_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.2205474Z copying torch\test\verify_api_visibility.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.2220236Z copying torch\test\weakref_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.2223386Z copying torch\test\wrapdim_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.2233121Z copying torch\test\xla_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-11-01T16:44:54.2249815Z creating build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:44:54.2252609Z copying torch\_C\_aoti.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:44:54.2258737Z copying torch\_C\_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:44:54.2270388Z copying torch\_C\_cpu.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:44:54.2276365Z copying torch\_C\_cudnn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:44:54.2282235Z copying torch\_C\_cusparselt.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:44:54.2296862Z copying torch\_C\_distributed_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:44:54.2309444Z copying torch\_C\_distributed_c10d.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:44:54.2332966Z copying torch\_C\_distributed_rpc.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:44:54.2347229Z copying torch\_C\_distributed_rpc_testing.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:44:54.2367416Z copying torch\_C\_functions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:44:54.2373691Z copying torch\_C\_functorch.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:44:54.2385775Z copying torch\_C\_instruction_counter.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:44:54.2392158Z copying torch\_C\_itt.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:44:54.2398051Z copying torch\_C\_lazy.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:44:54.2409629Z copying torch\_C\_lazy_ts_backend.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:44:54.2415893Z copying torch\_C\_monitor.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:44:54.2429099Z copying torch\_C\_nn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:44:54.2441310Z copying torch\_C\_nvtx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:44:54.2447442Z copying torch\_C\_onnx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:44:54.2462613Z copying torch\_C\_profiler.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:44:54.2480078Z copying torch\_C\_VariableFunctions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:44:54.2881892Z copying torch\_C\_verbose.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:44:54.2887821Z copying torch\_C\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-11-01T16:44:54.3046492Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:44:54.3060225Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:44:54.3079240Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:44:54.3091403Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-11-01T16:44:54.3113629Z creating build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:44:54.3116034Z copying torch\lib\shm.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:44:54.3121995Z copying torch\lib\shm.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:44:54.3132732Z creating build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:44:54.3137137Z copying torch\include\cpuinfo.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:44:54.3143101Z copying torch\include\dnnl.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:44:54.3148716Z copying torch\include\dnnl_config.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:44:54.3154762Z copying torch\include\dnnl_debug.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:44:54.3160652Z copying torch\include\dnnl_ocl.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:44:54.3173115Z copying torch\include\dnnl_sycl.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:44:54.3179401Z copying torch\include\dnnl_sycl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:44:54.3185366Z copying torch\include\dnnl_threadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:44:54.3191228Z copying torch\include\dnnl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:44:54.3197286Z copying torch\include\dnnl_version.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:44:54.3203597Z copying torch\include\experiments-config.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:44:54.3209141Z copying torch\include\fp16.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:44:54.3214712Z copying torch\include\fxdiv.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:44:54.3220584Z copying torch\include\libshm.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:44:54.3226353Z copying torch\include\psimd.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:44:54.3233074Z copying torch\include\pthreadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:44:54.3240474Z copying torch\include\sleef.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:44:54.3249757Z copying torch\include\xnnpack.h -> build\lib.win-amd64-cpython-39\torch\include 2024-11-01T16:44:54.3257899Z creating build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3260514Z copying torch\include\ATen\AccumulateType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3266840Z copying torch\include\ATen\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3272375Z copying torch\include\ATen\ATen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3278222Z copying torch\include\ATen\autocast_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3285008Z copying torch\include\ATen\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3301162Z copying torch\include\ATen\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3306904Z copying torch\include\ATen\BlasBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3313166Z copying torch\include\ATen\CachedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3319197Z copying torch\include\ATen\ceil_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3324949Z copying torch\include\ATen\code_template.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3331296Z copying torch\include\ATen\CollapseDims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3337747Z copying torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3343928Z copying torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3351598Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3357721Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3364588Z copying torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3371453Z copying torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3378788Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3385286Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3401149Z copying torch\include\ATen\Config.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3407127Z copying torch\include\ATen\Context.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3413812Z copying torch\include\ATen\cpp_custom_type_hack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3420035Z copying torch\include\ATen\CPUApplyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3426626Z copying torch\include\ATen\CPUFixedAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3438646Z copying torch\include\ATen\CPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3444849Z copying torch\include\ATen\CPUFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3452448Z copying torch\include\ATen\CPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3458585Z copying torch\include\ATen\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3464909Z copying torch\include\ATen\CUDAFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3482088Z copying torch\include\ATen\Device.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3488204Z copying torch\include\ATen\DeviceAccelerator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3494503Z copying torch\include\ATen\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3500457Z copying torch\include\ATen\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3506160Z copying torch\include\ATen\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3511898Z copying torch\include\ATen\Dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3519098Z copying torch\include\ATen\Dispatch_v2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3526099Z copying torch\include\ATen\div_rtn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3532044Z copying torch\include\ATen\DLConvertor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3538129Z copying torch\include\ATen\dlpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3544266Z copying torch\include\ATen\DynamicLibrary.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3550391Z copying torch\include\ATen\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3562930Z copying torch\include\ATen\ExpandBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3568905Z copying torch\include\ATen\ExpandUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3575598Z copying torch\include\ATen\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3581481Z copying torch\include\ATen\FunctionalStorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3587728Z copying torch\include\ATen\FunctionalTensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3595114Z copying torch\include\ATen\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3602501Z copying torch\include\ATen\FuncTorchTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3608934Z copying torch\include\ATen\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3615072Z copying torch\include\ATen\InferSize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3621142Z copying torch\include\ATen\InitialTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3632640Z copying torch\include\ATen\jiterator_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3639000Z copying torch\include\ATen\jit_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3645095Z copying torch\include\ATen\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3650706Z copying torch\include\ATen\LegacyBatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3656785Z copying torch\include\ATen\LegacyBatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3662808Z copying torch\include\ATen\LegacyVmapMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3669439Z copying torch\include\ATen\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3675903Z copying torch\include\ATen\LinalgBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3682099Z copying torch\include\ATen\MapAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3688117Z copying torch\include\ATen\MatrixRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3704924Z copying torch\include\ATen\MemoryOverlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3710857Z copying torch\include\ATen\MetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3716919Z copying torch\include\ATen\MetaFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3723213Z copying torch\include\ATen\MethodOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3729238Z copying torch\include\ATen\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3735481Z copying torch\include\ATen\NamedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3741560Z copying torch\include\ATen\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3748960Z copying torch\include\ATen\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3756278Z copying torch\include\ATen\NestedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3769397Z copying torch\include\ATen\NumericUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3775624Z copying torch\include\ATen\OpaqueTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3781664Z copying torch\include\ATen\Operators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3788888Z copying torch\include\ATen\OpMathType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3795461Z copying torch\include\ATen\PadNd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3801363Z copying torch\include\ATen\Parallel-inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3807345Z copying torch\include\ATen\Parallel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3813741Z copying torch\include\ATen\ParallelFuture.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3819523Z copying torch\include\ATen\ParallelNative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3825406Z copying torch\include\ATen\ParallelOpenMP.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3839207Z copying torch\include\ATen\PTThreadPool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3844968Z copying torch\include\ATen\PythonTorchFunctionTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3850934Z copying torch\include\ATen\record_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3857739Z copying torch\include\ATen\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3883973Z copying torch\include\ATen\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3897979Z copying torch\include\ATen\SavedTensorHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3903716Z copying torch\include\ATen\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3909336Z copying torch\include\ATen\ScalarOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3915393Z copying torch\include\ATen\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3921301Z copying torch\include\ATen\SequenceNumber.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3927152Z copying torch\include\ATen\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3933106Z copying torch\include\ATen\SparseCsrTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3939501Z copying torch\include\ATen\SparseCsrTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3946102Z copying torch\include\ATen\SparseTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3952148Z copying torch\include\ATen\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3957720Z copying torch\include\ATen\StorageUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3964406Z copying torch\include\ATen\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3970430Z copying torch\include\ATen\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3976467Z copying torch\include\ATen\TensorGeometry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3982707Z copying torch\include\ATen\TensorIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.3996061Z copying torch\include\ATen\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.4003371Z copying torch\include\ATen\TensorIteratorInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.4009114Z copying torch\include\ATen\TensorMeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.4015574Z copying torch\include\ATen\TensorNames.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.4021718Z copying torch\include\ATen\TensorOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.4028174Z copying torch\include\ATen\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.4033895Z copying torch\include\ATen\TensorSubclassLikeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.4040275Z copying torch\include\ATen\TensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.4046694Z copying torch\include\ATen\ThreadLocalPythonObjects.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.4053238Z copying torch\include\ATen\ThreadLocalState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.4059389Z copying torch\include\ATen\TracerMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.4065571Z copying torch\include\ATen\TypeDefault.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.4071651Z copying torch\include\ATen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.4077590Z copying torch\include\ATen\Version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.4083722Z copying torch\include\ATen\VmapGeneratedPlumbing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.4105647Z copying torch\include\ATen\WrapDimUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.4112783Z copying torch\include\ATen\WrapDimUtilsMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-11-01T16:44:54.4119235Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-11-01T16:44:54.4122516Z copying torch\include\ATen\cpu\FlushDenormal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-11-01T16:44:54.4128882Z copying torch\include\ATen\cpu\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-11-01T16:44:54.4135121Z copying torch\include\ATen\cpu\vml.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-11-01T16:44:54.4141470Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:44:54.4143027Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2024-11-01T16:44:54.4145441Z copying torch\include\ATen\cpu\vec\vec128\vec128.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2024-11-01T16:44:54.4151255Z copying torch\include\ATen\cpu\vec\vec128\vec128_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2024-11-01T16:44:54.4157315Z copying torch\include\ATen\cpu\vec\vec128\vec128_float_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2024-11-01T16:44:54.4163948Z copying torch\include\ATen\cpu\vec\vec128\vec128_half_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec128 2024-11-01T16:44:54.4184349Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-11-01T16:44:54.4187021Z copying torch\include\ATen\cpu\vec\vec256\missing_vld1_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-11-01T16:44:54.4193273Z copying torch\include\ATen\cpu\vec\vec256\missing_vst1_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-11-01T16:44:54.4198945Z copying torch\include\ATen\cpu\vec\vec256\vec256.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-11-01T16:44:54.4205083Z copying torch\include\ATen\cpu\vec\vec256\vec256_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-11-01T16:44:54.4218754Z copying torch\include\ATen\cpu\vec\vec256\vec256_complex_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-11-01T16:44:54.4225381Z copying torch\include\ATen\cpu\vec\vec256\vec256_complex_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-11-01T16:44:54.4231792Z copying torch\include\ATen\cpu\vec\vec256\vec256_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-11-01T16:44:54.4237942Z copying torch\include\ATen\cpu\vec\vec256\vec256_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-11-01T16:44:54.4244012Z copying torch\include\ATen\cpu\vec\vec256\vec256_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-11-01T16:44:54.4250723Z copying torch\include\ATen\cpu\vec\vec256\vec256_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-11-01T16:44:54.5172071Z copying torch\include\ATen\cpu\vec\vec256\vec256_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-11-01T16:44:54.5178258Z copying torch\include\ATen\cpu\vec\vec256\vec256_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-11-01T16:44:54.5184678Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2024-11-01T16:44:54.5187364Z 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 2024-11-01T16:44:54.5193467Z 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 2024-11-01T16:44:54.5199600Z 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 2024-11-01T16:44:54.5212705Z 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 2024-11-01T16:44:54.5219405Z 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 2024-11-01T16:44:54.5225549Z 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 2024-11-01T16:44:54.5232238Z 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 2024-11-01T16:44:54.5238332Z 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 2024-11-01T16:44:54.5244861Z 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 2024-11-01T16:44:54.5250848Z 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 2024-11-01T16:44:54.5256981Z 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 2024-11-01T16:44:54.5263571Z 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 2024-11-01T16:44:54.5270111Z copying torch\include\ATen\cpu\vec\vec256\vsx\vsx_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2024-11-01T16:44:54.5276329Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\zarch 2024-11-01T16:44:54.5278806Z copying torch\include\ATen\cpu\vec\vec256\zarch\vec256_zarch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\zarch 2024-11-01T16:44:54.5285875Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-11-01T16:44:54.5288345Z copying torch\include\ATen\cpu\vec\vec512\vec512.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-11-01T16:44:54.5294370Z copying torch\include\ATen\cpu\vec\vec512\vec512_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-11-01T16:44:54.5302072Z copying torch\include\ATen\cpu\vec\vec512\vec512_complex_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-11-01T16:44:54.5316328Z copying torch\include\ATen\cpu\vec\vec512\vec512_complex_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-11-01T16:44:54.5334807Z copying torch\include\ATen\cpu\vec\vec512\vec512_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-11-01T16:44:54.5345413Z copying torch\include\ATen\cpu\vec\vec512\vec512_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-11-01T16:44:54.5349344Z copying torch\include\ATen\cpu\vec\vec512\vec512_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-11-01T16:44:54.5355794Z copying torch\include\ATen\cpu\vec\vec512\vec512_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-11-01T16:44:54.5362840Z copying torch\include\ATen\cpu\vec\vec512\vec512_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-11-01T16:44:54.5369150Z copying torch\include\ATen\cpu\vec\vec512\vec512_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-11-01T16:44:54.5376135Z copying torch\include\ATen\cpu\vec\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:44:54.5381939Z copying torch\include\ATen\cpu\vec\functional_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:44:54.5401918Z copying torch\include\ATen\cpu\vec\functional_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:44:54.5414911Z copying torch\include\ATen\cpu\vec\intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:44:54.5420809Z copying torch\include\ATen\cpu\vec\vec.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:44:54.5426623Z copying torch\include\ATen\cpu\vec\vec_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:44:54.5433114Z copying torch\include\ATen\cpu\vec\vec_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:44:54.5439212Z copying torch\include\ATen\cpu\vec\vec_half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:44:54.5445059Z copying torch\include\ATen\cpu\vec\vec_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:44:54.5450874Z copying torch\include\ATen\cpu\vec\vec_n.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-11-01T16:44:54.5456301Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2024-11-01T16:44:54.5458848Z copying torch\include\ATen\cpu\vec\sve\sve_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2024-11-01T16:44:54.5464866Z copying torch\include\ATen\cpu\vec\sve\vec_common_sve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2024-11-01T16:44:54.5470974Z copying torch\include\ATen\cpu\vec\sve\vec_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2024-11-01T16:44:54.5477449Z copying torch\include\ATen\cpu\vec\sve\vec_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2024-11-01T16:44:54.5490651Z copying torch\include\ATen\cpu\vec\sve\vec_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2024-11-01T16:44:54.5497024Z copying torch\include\ATen\cpu\vec\sve\vec_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2024-11-01T16:44:54.5503143Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5505788Z copying torch\include\ATen\core\alias_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5511887Z copying torch\include\ATen\core\Array.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5517865Z copying torch\include\ATen\core\ATenGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5523887Z copying torch\include\ATen\core\ATenOpList.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5535843Z copying torch\include\ATen\core\ATen_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5541699Z copying torch\include\ATen\core\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5548568Z copying torch\include\ATen\core\ATen_pch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5554593Z copying torch\include\ATen\core\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5560397Z copying torch\include\ATen\core\blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5566619Z copying torch\include\ATen\core\builtin_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5573029Z copying torch\include\ATen\core\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5579567Z copying torch\include\ATen\core\CheckMemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5585686Z copying torch\include\ATen\core\class_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5591932Z copying torch\include\ATen\core\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5598132Z copying torch\include\ATen\core\DeprecatedTypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5604953Z copying torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5612073Z copying torch\include\ATen\core\Dict.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5619349Z copying torch\include\ATen\core\Dict_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5626120Z copying torch\include\ATen\core\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5632110Z copying torch\include\ATen\core\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5638307Z copying torch\include\ATen\core\DistributionsHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5644620Z copying torch\include\ATen\core\dynamic_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5657939Z copying torch\include\ATen\core\enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5663443Z copying torch\include\ATen\core\enum_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5669499Z copying torch\include\ATen\core\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5675651Z copying torch\include\ATen\core\function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5681652Z copying torch\include\ATen\core\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5687845Z copying torch\include\ATen\core\function_schema.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5694777Z copying torch\include\ATen\core\function_schema_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5700642Z copying torch\include\ATen\core\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5706868Z copying torch\include\ATen\core\GeneratorForPrivateuseone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5712879Z copying torch\include\ATen\core\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5718635Z copying torch\include\ATen\core\IListRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5731791Z copying torch\include\ATen\core\IListRef_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5737882Z copying torch\include\ATen\core\interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5744273Z copying torch\include\ATen\core\interned_strings_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5750361Z copying torch\include\ATen\core\ivalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5757311Z copying torch\include\ATen\core\ivalue_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5764428Z copying torch\include\ATen\core\ivalue_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5770455Z copying torch\include\ATen\core\jit_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5777612Z copying torch\include\ATen\core\jit_type_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5784298Z copying torch\include\ATen\core\LegacyTypeDispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5790300Z copying torch\include\ATen\core\List.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5796545Z copying torch\include\ATen\core\List_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5802627Z copying torch\include\ATen\core\MT19937RNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5814584Z copying torch\include\ATen\core\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5820489Z copying torch\include\ATen\core\NestedIntSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5826389Z copying torch\include\ATen\core\operator_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5833697Z copying torch\include\ATen\core\PhiloxRNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5839887Z copying torch\include\ATen\core\PythonFallbackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5845828Z copying torch\include\ATen\core\PythonOpRegistrationTrampoline.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5851994Z copying torch\include\ATen\core\qualified_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5858086Z copying torch\include\ATen\core\QuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5864260Z copying torch\include\ATen\core\Range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5869905Z copying torch\include\ATen\core\Reduction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5883066Z copying torch\include\ATen\core\rref_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5888989Z copying torch\include\ATen\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5894686Z copying torch\include\ATen\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5900546Z copying torch\include\ATen\core\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5906219Z copying torch\include\ATen\core\symbol.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5912146Z copying torch\include\ATen\core\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5918050Z copying torch\include\ATen\core\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5924258Z copying torch\include\ATen\core\TensorBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5930905Z copying torch\include\ATen\core\TensorBody.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5940384Z copying torch\include\ATen\core\TorchDispatchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5946450Z copying torch\include\ATen\core\TransformationHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5965475Z copying torch\include\ATen\core\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5971111Z copying torch\include\ATen\core\type_factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5977288Z copying torch\include\ATen\core\type_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5983356Z copying torch\include\ATen\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5989096Z copying torch\include\ATen\core\UnsafeFromTH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.5995393Z copying torch\include\ATen\core\VariableHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.6001658Z copying torch\include\ATen\core\Variadic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.6007234Z copying torch\include\ATen\core\Vitals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-11-01T16:44:54.6012778Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6015322Z copying torch\include\ATen\cuda\ApplyGridUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6021151Z copying torch\include\ATen\cuda\AsmUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6028237Z copying torch\include\ATen\cuda\Atomic.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6034574Z copying torch\include\ATen\cuda\cub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6040580Z copying torch\include\ATen\cuda\cub_definitions.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6053486Z copying torch\include\ATen\cuda\CUDAApplyUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6060112Z copying torch\include\ATen\cuda\CUDAGraphsUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6066151Z copying torch\include\ATen\cuda\CUDATensorMethods.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6071894Z copying torch\include\ATen\cuda\DeviceUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6077917Z copying torch\include\ATen\cuda\NumericLimits.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6084066Z copying torch\include\ATen\cuda\PhiloxUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6089756Z copying torch\include\ATen\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6095848Z copying torch\include\ATen\cuda\ATenCUDAGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6101859Z copying torch\include\ATen\cuda\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6107867Z copying torch\include\ATen\cuda\cub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6114249Z copying torch\include\ATen\cuda\CUDABlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6120614Z copying torch\include\ATen\cuda\CUDAContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6127430Z copying torch\include\ATen\cuda\CUDAContextLight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6133921Z copying torch\include\ATen\cuda\CUDADataType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6141091Z copying torch\include\ATen\cuda\CUDADevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6147455Z copying torch\include\ATen\cuda\CUDAEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6162001Z copying torch\include\ATen\cuda\CUDAGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6168243Z copying torch\include\ATen\cuda\CUDAGraph.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6174804Z copying torch\include\ATen\cuda\CUDASparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6193338Z copying torch\include\ATen\cuda\CUDASparseBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6199721Z copying torch\include\ATen\cuda\CUDASparseDescriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6205826Z copying torch\include\ATen\cuda\CUDAUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6211878Z copying torch\include\ATen\cuda\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6218051Z copying torch\include\ATen\cuda\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6224083Z copying torch\include\ATen\cuda\jiterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6241481Z copying torch\include\ATen\cuda\jiterator_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6247727Z copying torch\include\ATen\cuda\llvm_jit_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6253817Z copying torch\include\ATen\cuda\PeerToPeerAccess.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6259722Z copying torch\include\ATen\cuda\PhiloxCudaState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6265585Z copying torch\include\ATen\cuda\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6271240Z copying torch\include\ATen\cuda\Sleep.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6276842Z copying torch\include\ATen\cuda\ThrustAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-11-01T16:44:54.6281946Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:44:54.6284726Z copying torch\include\ATen\cuda\detail\IndexUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:44:54.6290758Z copying torch\include\ATen\cuda\detail\IntegerDivider.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:44:54.6296762Z copying torch\include\ATen\cuda\detail\OffsetCalculator.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:44:54.6310075Z copying torch\include\ATen\cuda\detail\PhiloxCudaStateRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:44:54.6315927Z copying torch\include\ATen\cuda\detail\TensorInfo.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:44:54.6321947Z copying torch\include\ATen\cuda\detail\UnpackRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:44:54.6349492Z copying torch\include\ATen\cuda\detail\CUDAHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:44:54.6350827Z copying torch\include\ATen\cuda\detail\DeviceThreadHandles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:44:54.6352185Z copying torch\include\ATen\cuda\detail\KernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:44:54.6353488Z copying torch\include\ATen\cuda\detail\LazyNVRTC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-11-01T16:44:54.6354519Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-11-01T16:44:54.6355547Z copying torch\include\ATen\cuda\tunable\GemmCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-11-01T16:44:54.6360376Z copying torch\include\ATen\cuda\tunable\GemmHipblaslt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-11-01T16:44:54.6367512Z copying torch\include\ATen\cuda\tunable\GemmRocblas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-11-01T16:44:54.6373606Z copying torch\include\ATen\cuda\tunable\StreamTimer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-11-01T16:44:54.6386411Z copying torch\include\ATen\cuda\tunable\Tunable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-11-01T16:44:54.6392384Z copying torch\include\ATen\cuda\tunable\TunableGemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-11-01T16:44:54.6398381Z copying torch\include\ATen\cuda\tunable\TunableOp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-11-01T16:44:54.6403667Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-11-01T16:44:54.6406239Z copying torch\include\ATen\cudnn\cudnn-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-11-01T16:44:54.6412000Z copying torch\include\ATen\cudnn\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-11-01T16:44:54.6418313Z copying torch\include\ATen\cudnn\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-11-01T16:44:54.6424148Z copying torch\include\ATen\cudnn\Handles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-11-01T16:44:54.6429558Z copying torch\include\ATen\cudnn\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-11-01T16:44:54.6441017Z copying torch\include\ATen\cudnn\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-11-01T16:44:54.6446022Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:44:54.6448595Z copying torch\include\ATen\functorch\ADInterpreters.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:44:54.6454680Z copying torch\include\ATen\functorch\BatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:44:54.6460675Z copying torch\include\ATen\functorch\BatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:44:54.6477197Z copying torch\include\ATen\functorch\BatchingMetaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:44:54.6483109Z copying torch\include\ATen\functorch\BatchRulesHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:44:54.6490015Z copying torch\include\ATen\functorch\DynamicLayer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:44:54.6496314Z copying torch\include\ATen\functorch\FunctionalizeInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:44:54.6502274Z copying torch\include\ATen\functorch\Interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:44:54.6508497Z copying torch\include\ATen\functorch\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:44:54.6514364Z copying torch\include\ATen\functorch\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:44:54.6520296Z copying torch\include\ATen\functorch\PlumbingHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:44:54.6526393Z copying torch\include\ATen\functorch\TensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:44:54.6532732Z copying torch\include\ATen\functorch\VmapInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-11-01T16:44:54.6546047Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6548441Z copying torch\include\ATen\ops\abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6554386Z copying torch\include\ATen\ops\absolute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6560674Z copying torch\include\ATen\ops\absolute_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6566860Z copying torch\include\ATen\ops\absolute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6580012Z copying torch\include\ATen\ops\absolute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6586309Z copying torch\include\ATen\ops\abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6592503Z copying torch\include\ATen\ops\abs_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6598595Z copying torch\include\ATen\ops\abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6604840Z copying torch\include\ATen\ops\abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6611455Z copying torch\include\ATen\ops\abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6617530Z copying torch\include\ATen\ops\acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6624413Z copying torch\include\ATen\ops\acosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6630932Z copying torch\include\ATen\ops\acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6637805Z copying torch\include\ATen\ops\acosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6644665Z copying torch\include\ATen\ops\acosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6650881Z copying torch\include\ATen\ops\acosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6657111Z copying torch\include\ATen\ops\acosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6663208Z copying torch\include\ATen\ops\acosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6669435Z copying torch\include\ATen\ops\acosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6675987Z copying torch\include\ATen\ops\acos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6690563Z copying torch\include\ATen\ops\acos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6696697Z copying torch\include\ATen\ops\acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6702629Z copying torch\include\ATen\ops\acos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6708653Z copying torch\include\ATen\ops\acos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6714700Z copying torch\include\ATen\ops\acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6720646Z copying torch\include\ATen\ops\acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6726760Z copying torch\include\ATen\ops\adaptive_avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6733234Z copying torch\include\ATen\ops\adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6739350Z copying torch\include\ATen\ops\adaptive_avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6745220Z copying torch\include\ATen\ops\adaptive_avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6758241Z copying torch\include\ATen\ops\adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6765037Z copying torch\include\ATen\ops\adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6771190Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6777413Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6783760Z copying torch\include\ATen\ops\adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6789946Z copying torch\include\ATen\ops\adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6796081Z copying torch\include\ATen\ops\adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6803173Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6817604Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6823839Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6830082Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6836152Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6842615Z copying torch\include\ATen\ops\adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6848979Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6855448Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6861525Z copying torch\include\ATen\ops\adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6867722Z copying torch\include\ATen\ops\adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6873929Z copying torch\include\ATen\ops\adaptive_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6893913Z copying torch\include\ATen\ops\adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6900059Z copying torch\include\ATen\ops\adaptive_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6933226Z copying torch\include\ATen\ops\adaptive_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6939494Z copying torch\include\ATen\ops\adaptive_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6945885Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6952776Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6958982Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6987047Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6993454Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.6999740Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7006140Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7022062Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7028857Z copying torch\include\ATen\ops\adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7034901Z copying torch\include\ATen\ops\adaptive_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7041252Z copying torch\include\ATen\ops\adaptive_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7047502Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7053960Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7074491Z copying torch\include\ATen\ops\adaptive_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7080884Z copying torch\include\ATen\ops\adaptive_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7087391Z copying torch\include\ATen\ops\adaptive_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7093614Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7100451Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7106760Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7122098Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7128613Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7135068Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7141352Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7147599Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7154286Z copying torch\include\ATen\ops\adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7160725Z copying torch\include\ATen\ops\adaptive_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7166994Z copying torch\include\ATen\ops\adaptive_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7173602Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7179991Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7186393Z copying torch\include\ATen\ops\adaptive_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7193856Z copying torch\include\ATen\ops\adaptive_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7200202Z copying torch\include\ATen\ops\add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7207308Z copying torch\include\ATen\ops\addbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7214332Z copying torch\include\ATen\ops\addbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7221529Z copying torch\include\ATen\ops\addbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7228590Z copying torch\include\ATen\ops\addbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7235591Z copying torch\include\ATen\ops\addbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7241773Z copying torch\include\ATen\ops\addbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7248177Z copying torch\include\ATen\ops\addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7255015Z copying torch\include\ATen\ops\addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7261190Z copying torch\include\ATen\ops\addcdiv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7274590Z copying torch\include\ATen\ops\addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7280686Z copying torch\include\ATen\ops\addcdiv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7286800Z copying torch\include\ATen\ops\addcdiv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7292983Z copying torch\include\ATen\ops\addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7299010Z copying torch\include\ATen\ops\addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7305244Z copying torch\include\ATen\ops\addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7311723Z copying torch\include\ATen\ops\addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7330229Z copying torch\include\ATen\ops\addcmul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7336398Z copying torch\include\ATen\ops\addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7348304Z copying torch\include\ATen\ops\addcmul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7352231Z copying torch\include\ATen\ops\addcmul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7358919Z copying torch\include\ATen\ops\addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7364759Z copying torch\include\ATen\ops\addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7371672Z copying torch\include\ATen\ops\addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7378205Z copying torch\include\ATen\ops\addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7384201Z copying torch\include\ATen\ops\addmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7390376Z copying torch\include\ATen\ops\addmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7396539Z copying torch\include\ATen\ops\addmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7402826Z copying torch\include\ATen\ops\addmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7409001Z copying torch\include\ATen\ops\addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7415314Z copying torch\include\ATen\ops\addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7432915Z copying torch\include\ATen\ops\addmv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7439265Z copying torch\include\ATen\ops\addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7445289Z copying torch\include\ATen\ops\addmv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7451606Z copying torch\include\ATen\ops\addmv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7457795Z copying torch\include\ATen\ops\addmv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7464067Z copying torch\include\ATen\ops\addmv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7470394Z copying torch\include\ATen\ops\addmv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7476813Z copying torch\include\ATen\ops\addmv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7483131Z copying torch\include\ATen\ops\addr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7489767Z copying torch\include\ATen\ops\addr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7496520Z copying torch\include\ATen\ops\addr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7502749Z copying torch\include\ATen\ops\addr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7509099Z copying torch\include\ATen\ops\addr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7515256Z copying torch\include\ATen\ops\addr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7521804Z copying torch\include\ATen\ops\add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7528127Z copying torch\include\ATen\ops\add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7534679Z copying torch\include\ATen\ops\add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7540976Z copying torch\include\ATen\ops\add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7547122Z copying torch\include\ATen\ops\add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7553270Z copying torch\include\ATen\ops\add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7559468Z copying torch\include\ATen\ops\add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7565927Z copying torch\include\ATen\ops\add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7571942Z copying torch\include\ATen\ops\adjoint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7578063Z copying torch\include\ATen\ops\adjoint_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7584347Z copying torch\include\ATen\ops\adjoint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7590348Z copying torch\include\ATen\ops\adjoint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7596720Z copying torch\include\ATen\ops\affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7603101Z copying torch\include\ATen\ops\affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7610127Z copying torch\include\ATen\ops\affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7617164Z copying torch\include\ATen\ops\affine_grid_generator_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7624463Z copying torch\include\ATen\ops\affine_grid_generator_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7631628Z copying torch\include\ATen\ops\affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7638044Z copying torch\include\ATen\ops\affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7644461Z copying torch\include\ATen\ops\affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7650741Z copying torch\include\ATen\ops\alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7656931Z copying torch\include\ATen\ops\alias_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7662948Z copying torch\include\ATen\ops\alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7670035Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7676324Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7709299Z copying torch\include\ATen\ops\alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7715334Z copying torch\include\ATen\ops\alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7721570Z copying torch\include\ATen\ops\alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7727514Z copying torch\include\ATen\ops\alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7733768Z copying torch\include\ATen\ops\align_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7740342Z copying torch\include\ATen\ops\align_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7746461Z copying torch\include\ATen\ops\align_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7752628Z copying torch\include\ATen\ops\align_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7758715Z copying torch\include\ATen\ops\align_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7765408Z copying torch\include\ATen\ops\align_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7771900Z copying torch\include\ATen\ops\align_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7777733Z copying torch\include\ATen\ops\align_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7783902Z copying torch\include\ATen\ops\align_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7789912Z copying torch\include\ATen\ops\align_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7795996Z copying torch\include\ATen\ops\align_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7802114Z copying torch\include\ATen\ops\align_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7808115Z copying torch\include\ATen\ops\all.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7814131Z copying torch\include\ATen\ops\allclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7820242Z copying torch\include\ATen\ops\allclose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7826163Z copying torch\include\ATen\ops\allclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7832132Z copying torch\include\ATen\ops\allclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7838763Z copying torch\include\ATen\ops\all_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7845033Z copying torch\include\ATen\ops\all_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7851290Z copying torch\include\ATen\ops\all_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7857367Z copying torch\include\ATen\ops\all_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7863510Z copying torch\include\ATen\ops\all_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7869708Z copying torch\include\ATen\ops\all_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7875882Z copying torch\include\ATen\ops\all_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7881869Z copying torch\include\ATen\ops\all_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7887948Z copying torch\include\ATen\ops\all_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7894030Z copying torch\include\ATen\ops\alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7900478Z copying torch\include\ATen\ops\alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7906580Z copying torch\include\ATen\ops\alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7912710Z copying torch\include\ATen\ops\alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7919048Z copying torch\include\ATen\ops\amax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7925600Z copying torch\include\ATen\ops\amax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7931621Z copying torch\include\ATen\ops\amax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7937777Z copying torch\include\ATen\ops\amax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7943934Z copying torch\include\ATen\ops\amax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7950244Z copying torch\include\ATen\ops\amax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7956181Z copying torch\include\ATen\ops\amax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7968746Z copying torch\include\ATen\ops\amax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7975008Z copying torch\include\ATen\ops\amin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7981102Z copying torch\include\ATen\ops\aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7987395Z copying torch\include\ATen\ops\aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7993342Z copying torch\include\ATen\ops\aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.7999563Z copying torch\include\ATen\ops\aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8005631Z copying torch\include\ATen\ops\aminmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8011977Z copying torch\include\ATen\ops\aminmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8018141Z copying torch\include\ATen\ops\aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8024403Z copying torch\include\ATen\ops\aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8031352Z copying torch\include\ATen\ops\amin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8037218Z copying torch\include\ATen\ops\amin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8043954Z copying torch\include\ATen\ops\amin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8050009Z copying torch\include\ATen\ops\amin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8056195Z copying torch\include\ATen\ops\amin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8062198Z copying torch\include\ATen\ops\amin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8068219Z copying torch\include\ATen\ops\amin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8074378Z copying torch\include\ATen\ops\and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8080590Z copying torch\include\ATen\ops\and_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8086517Z copying torch\include\ATen\ops\and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8093036Z copying torch\include\ATen\ops\and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8098846Z copying torch\include\ATen\ops\angle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8105306Z copying torch\include\ATen\ops\angle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8111435Z copying torch\include\ATen\ops\angle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8117547Z copying torch\include\ATen\ops\angle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8123642Z copying torch\include\ATen\ops\angle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8129876Z copying torch\include\ATen\ops\any.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8137122Z copying torch\include\ATen\ops\any_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8142684Z copying torch\include\ATen\ops\any_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8148960Z copying torch\include\ATen\ops\any_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8155054Z copying torch\include\ATen\ops\any_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8161266Z copying torch\include\ATen\ops\any_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8167368Z copying torch\include\ATen\ops\any_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8173945Z copying torch\include\ATen\ops\any_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8180532Z copying torch\include\ATen\ops\any_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8187618Z copying torch\include\ATen\ops\any_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8194691Z copying torch\include\ATen\ops\arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8202143Z copying torch\include\ATen\ops\arange_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8209877Z copying torch\include\ATen\ops\arange_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8216413Z copying torch\include\ATen\ops\arange_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8222927Z copying torch\include\ATen\ops\arange_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8238488Z copying torch\include\ATen\ops\arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8244652Z copying torch\include\ATen\ops\arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8251025Z copying torch\include\ATen\ops\arccos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8257091Z copying torch\include\ATen\ops\arccosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8263555Z copying torch\include\ATen\ops\arccosh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8269575Z copying torch\include\ATen\ops\arccosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8275965Z copying torch\include\ATen\ops\arccosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8282508Z copying torch\include\ATen\ops\arccos_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8288808Z copying torch\include\ATen\ops\arccos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8295138Z copying torch\include\ATen\ops\arccos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8301408Z copying torch\include\ATen\ops\arcsin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8307342Z copying torch\include\ATen\ops\arcsinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8313618Z copying torch\include\ATen\ops\arcsinh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8319610Z copying torch\include\ATen\ops\arcsinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8325607Z copying torch\include\ATen\ops\arcsinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8332154Z copying torch\include\ATen\ops\arcsin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8338586Z copying torch\include\ATen\ops\arcsin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8344490Z copying torch\include\ATen\ops\arcsin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8350491Z copying torch\include\ATen\ops\arctan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8357168Z copying torch\include\ATen\ops\arctan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8363651Z copying torch\include\ATen\ops\arctan2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8369716Z copying torch\include\ATen\ops\arctan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8376049Z copying torch\include\ATen\ops\arctan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8382335Z copying torch\include\ATen\ops\arctanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8402924Z copying torch\include\ATen\ops\arctanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8408968Z copying torch\include\ATen\ops\arctanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8415220Z copying torch\include\ATen\ops\arctanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8422050Z copying torch\include\ATen\ops\arctan_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8427928Z copying torch\include\ATen\ops\arctan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8434518Z copying torch\include\ATen\ops\arctan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8440994Z copying torch\include\ATen\ops\argmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8447828Z copying torch\include\ATen\ops\argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8454339Z copying torch\include\ATen\ops\argmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8461343Z copying torch\include\ATen\ops\argmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8467832Z copying torch\include\ATen\ops\argmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8474389Z copying torch\include\ATen\ops\argmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8480915Z copying torch\include\ATen\ops\argmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8487272Z copying torch\include\ATen\ops\argmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8493653Z copying torch\include\ATen\ops\argmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8500534Z copying torch\include\ATen\ops\argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8506835Z copying torch\include\ATen\ops\argmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8513313Z copying torch\include\ATen\ops\argmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8519644Z copying torch\include\ATen\ops\argmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8526196Z copying torch\include\ATen\ops\argmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8532896Z copying torch\include\ATen\ops\argmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8539436Z copying torch\include\ATen\ops\argmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8545563Z copying torch\include\ATen\ops\argsort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8552484Z copying torch\include\ATen\ops\argsort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8558721Z copying torch\include\ATen\ops\argsort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8565023Z copying torch\include\ATen\ops\argsort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8571343Z copying torch\include\ATen\ops\argwhere.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8577607Z copying torch\include\ATen\ops\argwhere_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8583812Z copying torch\include\ATen\ops\argwhere_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8590183Z copying torch\include\ATen\ops\argwhere_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8596268Z copying torch\include\ATen\ops\asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8602455Z copying torch\include\ATen\ops\asinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8609119Z copying torch\include\ATen\ops\asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8615543Z copying torch\include\ATen\ops\asinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8622607Z copying torch\include\ATen\ops\asinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8629774Z copying torch\include\ATen\ops\asinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8636562Z copying torch\include\ATen\ops\asinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8642914Z copying torch\include\ATen\ops\asinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8649283Z copying torch\include\ATen\ops\asinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8656343Z copying torch\include\ATen\ops\asin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8662542Z copying torch\include\ATen\ops\asin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8668872Z copying torch\include\ATen\ops\asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8675235Z copying torch\include\ATen\ops\asin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8681600Z copying torch\include\ATen\ops\asin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8687708Z copying torch\include\ATen\ops\asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8693857Z copying torch\include\ATen\ops\asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8699894Z copying torch\include\ATen\ops\as_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8706681Z copying torch\include\ATen\ops\as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8712556Z copying torch\include\ATen\ops\as_strided_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8719322Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8725750Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.8748480Z copying torch\include\ATen\ops\as_strided_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9542829Z copying torch\include\ATen\ops\as_strided_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9549251Z copying torch\include\ATen\ops\as_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9555218Z copying torch\include\ATen\ops\as_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9578014Z copying torch\include\ATen\ops\as_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9584355Z copying torch\include\ATen\ops\as_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9591075Z copying torch\include\ATen\ops\as_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9597262Z copying torch\include\ATen\ops\as_strided_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9604125Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9611134Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9617149Z copying torch\include\ATen\ops\as_strided_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9623374Z copying torch\include\ATen\ops\as_strided_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9629495Z copying torch\include\ATen\ops\atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9635520Z copying torch\include\ATen\ops\atan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9641996Z copying torch\include\ATen\ops\atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9649311Z copying torch\include\ATen\ops\atan2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9656043Z copying torch\include\ATen\ops\atan2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9663275Z copying torch\include\ATen\ops\atan2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9670609Z copying torch\include\ATen\ops\atan2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9677757Z copying torch\include\ATen\ops\atan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9685080Z copying torch\include\ATen\ops\atan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9692054Z copying torch\include\ATen\ops\atanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9698434Z copying torch\include\ATen\ops\atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9704763Z copying torch\include\ATen\ops\atanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9711378Z copying torch\include\ATen\ops\atanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9717559Z copying torch\include\ATen\ops\atanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9724206Z copying torch\include\ATen\ops\atanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9730471Z copying torch\include\ATen\ops\atanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9736669Z copying torch\include\ATen\ops\atanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9743491Z copying torch\include\ATen\ops\atan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9749558Z copying torch\include\ATen\ops\atan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9755744Z copying torch\include\ATen\ops\atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9761836Z copying torch\include\ATen\ops\atan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9767951Z copying torch\include\ATen\ops\atan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9774359Z copying torch\include\ATen\ops\atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9780441Z copying torch\include\ATen\ops\atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9786234Z copying torch\include\ATen\ops\atleast_1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9792900Z copying torch\include\ATen\ops\atleast_1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9799181Z copying torch\include\ATen\ops\atleast_1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9805116Z copying torch\include\ATen\ops\atleast_1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9811322Z copying torch\include\ATen\ops\atleast_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9818115Z copying torch\include\ATen\ops\atleast_2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9824100Z copying torch\include\ATen\ops\atleast_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9830072Z copying torch\include\ATen\ops\atleast_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9836433Z copying torch\include\ATen\ops\atleast_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9843278Z copying torch\include\ATen\ops\atleast_3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9849290Z copying torch\include\ATen\ops\atleast_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9855773Z copying torch\include\ATen\ops\atleast_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9862026Z copying torch\include\ATen\ops\avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9868495Z copying torch\include\ATen\ops\avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9874538Z copying torch\include\ATen\ops\avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9880653Z copying torch\include\ATen\ops\avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9887071Z copying torch\include\ATen\ops\avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9893497Z copying torch\include\ATen\ops\avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9900427Z copying torch\include\ATen\ops\avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9906536Z copying torch\include\ATen\ops\avg_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9913042Z copying torch\include\ATen\ops\avg_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9919189Z copying torch\include\ATen\ops\avg_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9925850Z copying torch\include\ATen\ops\avg_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9932185Z copying torch\include\ATen\ops\avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9939303Z copying torch\include\ATen\ops\avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9946521Z copying torch\include\ATen\ops\avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9952606Z copying torch\include\ATen\ops\avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9958792Z copying torch\include\ATen\ops\avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9964975Z copying torch\include\ATen\ops\avg_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9971690Z copying torch\include\ATen\ops\avg_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9977906Z copying torch\include\ATen\ops\avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9984038Z copying torch\include\ATen\ops\avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9990272Z copying torch\include\ATen\ops\avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:54.9996650Z copying torch\include\ATen\ops\avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0003427Z copying torch\include\ATen\ops\avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0009509Z copying torch\include\ATen\ops\avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0016297Z copying torch\include\ATen\ops\avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0022661Z copying torch\include\ATen\ops\avg_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0029146Z copying torch\include\ATen\ops\avg_pool3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0035425Z copying torch\include\ATen\ops\avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0042042Z copying torch\include\ATen\ops\avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0048887Z copying torch\include\ATen\ops\avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0055765Z copying torch\include\ATen\ops\avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0061847Z copying torch\include\ATen\ops\avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0075816Z copying torch\include\ATen\ops\avg_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0082320Z copying torch\include\ATen\ops\avg_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0088527Z copying torch\include\ATen\ops\avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0094777Z copying torch\include\ATen\ops\avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0101529Z copying torch\include\ATen\ops\baddbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0108179Z copying torch\include\ATen\ops\baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0114443Z copying torch\include\ATen\ops\baddbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0120758Z copying torch\include\ATen\ops\baddbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0138651Z copying torch\include\ATen\ops\baddbmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0139995Z copying torch\include\ATen\ops\baddbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0141961Z copying torch\include\ATen\ops\baddbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0149261Z copying torch\include\ATen\ops\baddbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0156237Z copying torch\include\ATen\ops\bartlett_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0163145Z copying torch\include\ATen\ops\bartlett_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0169440Z copying torch\include\ATen\ops\bartlett_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0176297Z copying torch\include\ATen\ops\bartlett_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0182715Z copying torch\include\ATen\ops\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0189230Z copying torch\include\ATen\ops\batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0195663Z copying torch\include\ATen\ops\batch_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0201887Z copying torch\include\ATen\ops\batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0208580Z copying torch\include\ATen\ops\batch_norm_backward_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0215399Z copying torch\include\ATen\ops\batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0221701Z copying torch\include\ATen\ops\batch_norm_backward_elemt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0228009Z copying torch\include\ATen\ops\batch_norm_backward_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0234415Z copying torch\include\ATen\ops\batch_norm_backward_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0240916Z copying torch\include\ATen\ops\batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0247895Z copying torch\include\ATen\ops\batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0254327Z copying torch\include\ATen\ops\batch_norm_backward_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0261056Z copying torch\include\ATen\ops\batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0267613Z copying torch\include\ATen\ops\batch_norm_backward_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0273946Z copying torch\include\ATen\ops\batch_norm_backward_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0280530Z copying torch\include\ATen\ops\batch_norm_backward_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0303412Z copying torch\include\ATen\ops\batch_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0309543Z copying torch\include\ATen\ops\batch_norm_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0315984Z copying torch\include\ATen\ops\batch_norm_elemt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0322295Z copying torch\include\ATen\ops\batch_norm_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0328696Z copying torch\include\ATen\ops\batch_norm_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0335210Z copying torch\include\ATen\ops\batch_norm_gather_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0342191Z copying torch\include\ATen\ops\batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0348495Z copying torch\include\ATen\ops\batch_norm_gather_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0354903Z copying torch\include\ATen\ops\batch_norm_gather_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0361376Z copying torch\include\ATen\ops\batch_norm_gather_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0367958Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0374916Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0381486Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0387937Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0394344Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0400514Z copying torch\include\ATen\ops\batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0406866Z copying torch\include\ATen\ops\batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0413856Z copying torch\include\ATen\ops\batch_norm_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0420597Z copying torch\include\ATen\ops\batch_norm_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0426956Z copying torch\include\ATen\ops\batch_norm_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0433292Z copying torch\include\ATen\ops\batch_norm_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0439762Z copying torch\include\ATen\ops\batch_norm_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0446595Z copying torch\include\ATen\ops\batch_norm_update_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0453773Z copying torch\include\ATen\ops\batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0460438Z copying torch\include\ATen\ops\batch_norm_update_stats_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0467081Z copying torch\include\ATen\ops\batch_norm_update_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0473611Z copying torch\include\ATen\ops\batch_norm_update_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0480046Z copying torch\include\ATen\ops\batch_norm_update_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0486458Z copying torch\include\ATen\ops\bernoulli.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0493408Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0500062Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0506476Z copying torch\include\ATen\ops\bernoulli_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0512995Z copying torch\include\ATen\ops\bernoulli_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0527868Z copying torch\include\ATen\ops\bernoulli_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0534223Z copying torch\include\ATen\ops\bernoulli_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0540568Z copying torch\include\ATen\ops\bernoulli_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0547198Z copying torch\include\ATen\ops\bilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0553700Z copying torch\include\ATen\ops\bilinear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0559780Z copying torch\include\ATen\ops\bilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0565884Z copying torch\include\ATen\ops\bilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0572472Z copying torch\include\ATen\ops\binary_cross_entropy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0578934Z copying torch\include\ATen\ops\binary_cross_entropy_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0585677Z copying torch\include\ATen\ops\binary_cross_entropy_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0592097Z copying torch\include\ATen\ops\binary_cross_entropy_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0598729Z copying torch\include\ATen\ops\binary_cross_entropy_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0605274Z copying torch\include\ATen\ops\binary_cross_entropy_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0611874Z copying torch\include\ATen\ops\binary_cross_entropy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0618431Z copying torch\include\ATen\ops\binary_cross_entropy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0624937Z copying torch\include\ATen\ops\binary_cross_entropy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0631677Z copying torch\include\ATen\ops\binary_cross_entropy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0640975Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0647741Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0654292Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0661009Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0667462Z copying torch\include\ATen\ops\bincount.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0673681Z copying torch\include\ATen\ops\bincount_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0680231Z copying torch\include\ATen\ops\bincount_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0686472Z copying torch\include\ATen\ops\bincount_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0693079Z copying torch\include\ATen\ops\bincount_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0699291Z copying torch\include\ATen\ops\bincount_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0705605Z copying torch\include\ATen\ops\binomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0712193Z copying torch\include\ATen\ops\binomial_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0718336Z copying torch\include\ATen\ops\binomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0724972Z copying torch\include\ATen\ops\binomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0731134Z copying torch\include\ATen\ops\binomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0737422Z copying torch\include\ATen\ops\binomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0743643Z copying torch\include\ATen\ops\bitwise_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0750236Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0756484Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0762679Z copying torch\include\ATen\ops\bitwise_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0769295Z copying torch\include\ATen\ops\bitwise_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0775577Z copying torch\include\ATen\ops\bitwise_and_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0782081Z copying torch\include\ATen\ops\bitwise_and_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0788896Z copying torch\include\ATen\ops\bitwise_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0795103Z copying torch\include\ATen\ops\bitwise_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0801278Z copying torch\include\ATen\ops\bitwise_left_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0808200Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0815534Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0821729Z copying torch\include\ATen\ops\bitwise_left_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0828509Z copying torch\include\ATen\ops\bitwise_left_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0835026Z copying torch\include\ATen\ops\bitwise_left_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0841754Z copying torch\include\ATen\ops\bitwise_left_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0848305Z copying torch\include\ATen\ops\bitwise_left_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0854987Z copying torch\include\ATen\ops\bitwise_left_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0861909Z copying torch\include\ATen\ops\bitwise_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0868779Z copying torch\include\ATen\ops\bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0875044Z copying torch\include\ATen\ops\bitwise_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0881519Z copying torch\include\ATen\ops\bitwise_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0887913Z copying torch\include\ATen\ops\bitwise_not_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0894829Z copying torch\include\ATen\ops\bitwise_not_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0901237Z copying torch\include\ATen\ops\bitwise_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0907711Z copying torch\include\ATen\ops\bitwise_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0914069Z copying torch\include\ATen\ops\bitwise_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0921014Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0927485Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0934069Z copying torch\include\ATen\ops\bitwise_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0940887Z copying torch\include\ATen\ops\bitwise_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0947349Z copying torch\include\ATen\ops\bitwise_or_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0954373Z copying torch\include\ATen\ops\bitwise_or_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0960426Z copying torch\include\ATen\ops\bitwise_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0966718Z copying torch\include\ATen\ops\bitwise_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0973321Z copying torch\include\ATen\ops\bitwise_right_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0980395Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0987174Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.0993609Z copying torch\include\ATen\ops\bitwise_right_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1000235Z copying torch\include\ATen\ops\bitwise_right_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1006692Z copying torch\include\ATen\ops\bitwise_right_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1013459Z copying torch\include\ATen\ops\bitwise_right_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1020086Z copying torch\include\ATen\ops\bitwise_right_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1027172Z copying torch\include\ATen\ops\bitwise_right_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1033658Z copying torch\include\ATen\ops\bitwise_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1040495Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1047258Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1053746Z copying torch\include\ATen\ops\bitwise_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1060214Z copying torch\include\ATen\ops\bitwise_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1066786Z copying torch\include\ATen\ops\bitwise_xor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1073349Z copying torch\include\ATen\ops\bitwise_xor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1079828Z copying torch\include\ATen\ops\bitwise_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1086525Z copying torch\include\ATen\ops\bitwise_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1093389Z copying torch\include\ATen\ops\blackman_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1100119Z copying torch\include\ATen\ops\blackman_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1106430Z copying torch\include\ATen\ops\blackman_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1112920Z copying torch\include\ATen\ops\blackman_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1119373Z copying torch\include\ATen\ops\block_diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1125980Z copying torch\include\ATen\ops\block_diag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1132307Z copying torch\include\ATen\ops\block_diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1138262Z copying torch\include\ATen\ops\block_diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1144352Z copying torch\include\ATen\ops\bmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1150724Z copying torch\include\ATen\ops\bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1156961Z copying torch\include\ATen\ops\bmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1163348Z copying torch\include\ATen\ops\bmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1169414Z copying torch\include\ATen\ops\bmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1175499Z copying torch\include\ATen\ops\bmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1182123Z copying torch\include\ATen\ops\bmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1188180Z copying torch\include\ATen\ops\bmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1194135Z copying torch\include\ATen\ops\broadcast_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1201089Z copying torch\include\ATen\ops\broadcast_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1207520Z copying torch\include\ATen\ops\broadcast_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1213519Z copying torch\include\ATen\ops\broadcast_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1219804Z copying torch\include\ATen\ops\broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1226423Z copying torch\include\ATen\ops\broadcast_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1232570Z copying torch\include\ATen\ops\broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1238865Z copying torch\include\ATen\ops\broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1244893Z copying torch\include\ATen\ops\bucketize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1251541Z copying torch\include\ATen\ops\bucketize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1291678Z copying torch\include\ATen\ops\bucketize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1297789Z copying torch\include\ATen\ops\bucketize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1303868Z copying torch\include\ATen\ops\bucketize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1310153Z copying torch\include\ATen\ops\bucketize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1316323Z copying torch\include\ATen\ops\can_cast.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1322551Z copying torch\include\ATen\ops\can_cast_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1328819Z copying torch\include\ATen\ops\can_cast_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1334863Z copying torch\include\ATen\ops\can_cast_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1341359Z copying torch\include\ATen\ops\cartesian_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1348117Z copying torch\include\ATen\ops\cartesian_prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1354101Z copying torch\include\ATen\ops\cartesian_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1360185Z copying torch\include\ATen\ops\cartesian_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1366695Z copying torch\include\ATen\ops\cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1373272Z copying torch\include\ATen\ops\cat_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1379540Z copying torch\include\ATen\ops\cat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1386028Z copying torch\include\ATen\ops\cat_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1392316Z copying torch\include\ATen\ops\cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1398464Z copying torch\include\ATen\ops\cat_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1404459Z copying torch\include\ATen\ops\cat_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1410487Z copying torch\include\ATen\ops\cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1416749Z copying torch\include\ATen\ops\cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1422826Z copying torch\include\ATen\ops\cauchy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1429038Z copying torch\include\ATen\ops\cauchy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1435041Z copying torch\include\ATen\ops\cauchy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1441224Z copying torch\include\ATen\ops\cauchy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1447427Z copying torch\include\ATen\ops\cauchy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1468584Z copying torch\include\ATen\ops\cauchy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1474632Z copying torch\include\ATen\ops\cauchy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1480811Z copying torch\include\ATen\ops\ccol_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1487230Z copying torch\include\ATen\ops\ccol_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1493327Z copying torch\include\ATen\ops\ccol_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1499963Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1506345Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1512481Z copying torch\include\ATen\ops\ccol_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1518721Z copying torch\include\ATen\ops\ccol_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1525367Z copying torch\include\ATen\ops\ccol_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1531697Z copying torch\include\ATen\ops\ccol_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1537909Z copying torch\include\ATen\ops\cdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1544284Z copying torch\include\ATen\ops\cdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1550413Z copying torch\include\ATen\ops\cdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1556711Z copying torch\include\ATen\ops\cdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1562920Z copying torch\include\ATen\ops\ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1569602Z copying torch\include\ATen\ops\ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1576111Z copying torch\include\ATen\ops\ceil_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1583000Z copying torch\include\ATen\ops\ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1589299Z copying torch\include\ATen\ops\ceil_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1595362Z copying torch\include\ATen\ops\ceil_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1601565Z copying torch\include\ATen\ops\ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1607715Z copying torch\include\ATen\ops\ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1613831Z copying torch\include\ATen\ops\celu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1620049Z copying torch\include\ATen\ops\celu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1626386Z copying torch\include\ATen\ops\celu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1632577Z copying torch\include\ATen\ops\celu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1639578Z copying torch\include\ATen\ops\chain_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1647580Z copying torch\include\ATen\ops\chain_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1655029Z copying torch\include\ATen\ops\chain_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1661969Z copying torch\include\ATen\ops\chain_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1668249Z copying torch\include\ATen\ops\chalf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1674506Z copying torch\include\ATen\ops\chalf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1680861Z copying torch\include\ATen\ops\chalf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1687487Z copying torch\include\ATen\ops\chalf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1695466Z copying torch\include\ATen\ops\channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1713705Z copying torch\include\ATen\ops\channel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1720997Z copying torch\include\ATen\ops\channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1728584Z copying torch\include\ATen\ops\channel_shuffle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1736082Z copying torch\include\ATen\ops\channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1743512Z copying torch\include\ATen\ops\channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1750062Z copying torch\include\ATen\ops\cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1756557Z copying torch\include\ATen\ops\cholesky_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1763272Z copying torch\include\ATen\ops\cholesky_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1769583Z copying torch\include\ATen\ops\cholesky_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1776176Z copying torch\include\ATen\ops\cholesky_inverse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1782713Z copying torch\include\ATen\ops\cholesky_inverse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1789182Z copying torch\include\ATen\ops\cholesky_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1795552Z copying torch\include\ATen\ops\cholesky_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1802084Z copying torch\include\ATen\ops\cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1808324Z copying torch\include\ATen\ops\cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1814625Z copying torch\include\ATen\ops\cholesky_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1821211Z copying torch\include\ATen\ops\cholesky_solve_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1827751Z copying torch\include\ATen\ops\cholesky_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1834282Z copying torch\include\ATen\ops\cholesky_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1840558Z copying torch\include\ATen\ops\choose_qparams_optimized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1847094Z copying torch\include\ATen\ops\choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1853350Z copying torch\include\ATen\ops\choose_qparams_optimized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1859681Z copying torch\include\ATen\ops\choose_qparams_optimized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1865803Z copying torch\include\ATen\ops\chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1871784Z copying torch\include\ATen\ops\chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1878107Z copying torch\include\ATen\ops\chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1884323Z copying torch\include\ATen\ops\chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1890458Z copying torch\include\ATen\ops\clamp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1896872Z copying torch\include\ATen\ops\clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1902901Z copying torch\include\ATen\ops\clamp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1909124Z copying torch\include\ATen\ops\clamp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1915215Z copying torch\include\ATen\ops\clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1921961Z copying torch\include\ATen\ops\clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1928153Z copying torch\include\ATen\ops\clamp_max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1934652Z copying torch\include\ATen\ops\clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1940831Z copying torch\include\ATen\ops\clamp_max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1947025Z copying torch\include\ATen\ops\clamp_max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1953176Z copying torch\include\ATen\ops\clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1959374Z copying torch\include\ATen\ops\clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1965727Z copying torch\include\ATen\ops\clamp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1972045Z copying torch\include\ATen\ops\clamp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1978576Z copying torch\include\ATen\ops\clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1985549Z copying torch\include\ATen\ops\clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1991946Z copying torch\include\ATen\ops\clamp_min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.1999001Z copying torch\include\ATen\ops\clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2004764Z copying torch\include\ATen\ops\clamp_min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2011484Z copying torch\include\ATen\ops\clamp_min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2017996Z copying torch\include\ATen\ops\clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2024384Z copying torch\include\ATen\ops\clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2030797Z copying torch\include\ATen\ops\clamp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2037145Z copying torch\include\ATen\ops\clamp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2043537Z copying torch\include\ATen\ops\clip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2049871Z copying torch\include\ATen\ops\clip_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2056498Z copying torch\include\ATen\ops\clip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2063168Z copying torch\include\ATen\ops\clip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2069653Z copying torch\include\ATen\ops\clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2075974Z copying torch\include\ATen\ops\clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2082069Z copying torch\include\ATen\ops\clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2088309Z copying torch\include\ATen\ops\clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2094619Z copying torch\include\ATen\ops\coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2100923Z copying torch\include\ATen\ops\coalesce_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2107155Z copying torch\include\ATen\ops\coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2113420Z copying torch\include\ATen\ops\coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2119824Z copying torch\include\ATen\ops\col2im.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2126140Z copying torch\include\ATen\ops\col2im_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2132878Z copying torch\include\ATen\ops\col2im_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2139449Z copying torch\include\ATen\ops\col2im_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2146599Z copying torch\include\ATen\ops\col2im_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2153958Z copying torch\include\ATen\ops\column_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2160846Z copying torch\include\ATen\ops\column_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2167337Z copying torch\include\ATen\ops\column_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2173680Z copying torch\include\ATen\ops\column_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2180129Z copying torch\include\ATen\ops\col_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2186414Z copying torch\include\ATen\ops\col_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2192941Z copying torch\include\ATen\ops\col_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2199676Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2206142Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2212724Z copying torch\include\ATen\ops\col_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2219004Z copying torch\include\ATen\ops\col_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2225568Z copying torch\include\ATen\ops\col_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2231647Z copying torch\include\ATen\ops\col_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2238120Z copying torch\include\ATen\ops\combinations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2244663Z copying torch\include\ATen\ops\combinations_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2250807Z copying torch\include\ATen\ops\combinations_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2257088Z copying torch\include\ATen\ops\combinations_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2263363Z copying torch\include\ATen\ops\complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2269824Z copying torch\include\ATen\ops\complex_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2275900Z copying torch\include\ATen\ops\complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2282673Z copying torch\include\ATen\ops\complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2288932Z copying torch\include\ATen\ops\complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2295370Z copying torch\include\ATen\ops\complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2301657Z copying torch\include\ATen\ops\concat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2307934Z copying torch\include\ATen\ops\concatenate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2314533Z copying torch\include\ATen\ops\concatenate_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2320812Z copying torch\include\ATen\ops\concatenate_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2327032Z copying torch\include\ATen\ops\concatenate_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2333618Z copying torch\include\ATen\ops\concat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2339708Z copying torch\include\ATen\ops\concat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2345956Z copying torch\include\ATen\ops\concat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2352324Z copying torch\include\ATen\ops\conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2358347Z copying torch\include\ATen\ops\conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2364383Z copying torch\include\ATen\ops\conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2370436Z copying torch\include\ATen\ops\conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2376401Z copying torch\include\ATen\ops\conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2382850Z copying torch\include\ATen\ops\conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2389478Z copying torch\include\ATen\ops\conj_physical_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2396014Z copying torch\include\ATen\ops\conj_physical_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2402220Z copying torch\include\ATen\ops\conj_physical_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2408358Z copying torch\include\ATen\ops\conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2414913Z copying torch\include\ATen\ops\conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2421315Z copying torch\include\ATen\ops\constant_pad_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2428213Z copying torch\include\ATen\ops\constant_pad_nd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2434459Z copying torch\include\ATen\ops\constant_pad_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2441141Z copying torch\include\ATen\ops\constant_pad_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2447526Z copying torch\include\ATen\ops\contiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2465650Z copying torch\include\ATen\ops\contiguous_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2471777Z copying torch\include\ATen\ops\contiguous_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2477958Z copying torch\include\ATen\ops\contiguous_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2484382Z copying torch\include\ATen\ops\conv1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2490980Z copying torch\include\ATen\ops\conv1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2497578Z copying torch\include\ATen\ops\conv1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2503837Z copying torch\include\ATen\ops\conv1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2510311Z copying torch\include\ATen\ops\conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2517297Z copying torch\include\ATen\ops\conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2523511Z copying torch\include\ATen\ops\conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2529969Z copying torch\include\ATen\ops\conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2536443Z copying torch\include\ATen\ops\conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2542994Z copying torch\include\ATen\ops\conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2549273Z copying torch\include\ATen\ops\conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2555547Z copying torch\include\ATen\ops\conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2561953Z copying torch\include\ATen\ops\convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2568562Z copying torch\include\ATen\ops\convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2576429Z copying torch\include\ATen\ops\convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2582768Z copying torch\include\ATen\ops\convolution_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2589308Z copying torch\include\ATen\ops\convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2596089Z copying torch\include\ATen\ops\convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2602660Z copying torch\include\ATen\ops\convolution_backward_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2609664Z copying torch\include\ATen\ops\convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2616359Z copying torch\include\ATen\ops\convolution_backward_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2623028Z copying torch\include\ATen\ops\convolution_backward_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2630044Z copying torch\include\ATen\ops\convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2636479Z copying torch\include\ATen\ops\convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2643213Z copying torch\include\ATen\ops\convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2649926Z copying torch\include\ATen\ops\convolution_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2657536Z copying torch\include\ATen\ops\convolution_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2664096Z copying torch\include\ATen\ops\convolution_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2670671Z copying torch\include\ATen\ops\convolution_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2677528Z copying torch\include\ATen\ops\conv_depthwise3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2684359Z copying torch\include\ATen\ops\conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2690685Z copying torch\include\ATen\ops\conv_depthwise3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2697260Z copying torch\include\ATen\ops\conv_depthwise3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2703775Z copying torch\include\ATen\ops\conv_depthwise3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2710193Z copying torch\include\ATen\ops\conv_tbc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2716292Z copying torch\include\ATen\ops\conv_tbc_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2723084Z copying torch\include\ATen\ops\conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2729337Z copying torch\include\ATen\ops\conv_tbc_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2735884Z copying torch\include\ATen\ops\conv_tbc_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2743129Z copying torch\include\ATen\ops\conv_tbc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2749484Z copying torch\include\ATen\ops\conv_tbc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2755582Z copying torch\include\ATen\ops\conv_tbc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2762069Z copying torch\include\ATen\ops\conv_transpose1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2768811Z copying torch\include\ATen\ops\conv_transpose1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2775157Z copying torch\include\ATen\ops\conv_transpose1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2781526Z copying torch\include\ATen\ops\conv_transpose1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2788026Z copying torch\include\ATen\ops\conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2794865Z copying torch\include\ATen\ops\conv_transpose2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2802660Z copying torch\include\ATen\ops\conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2809839Z copying torch\include\ATen\ops\conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2817027Z copying torch\include\ATen\ops\conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2824859Z copying torch\include\ATen\ops\conv_transpose3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2832132Z copying torch\include\ATen\ops\conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2838118Z copying torch\include\ATen\ops\conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2844153Z copying torch\include\ATen\ops\copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2850131Z copying torch\include\ATen\ops\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2856753Z copying torch\include\ATen\ops\copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2863191Z copying torch\include\ATen\ops\copysign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2869354Z copying torch\include\ATen\ops\copysign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2875642Z copying torch\include\ATen\ops\copysign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2882222Z copying torch\include\ATen\ops\copysign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2888419Z copying torch\include\ATen\ops\copysign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2894676Z copying torch\include\ATen\ops\copysign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2901395Z copying torch\include\ATen\ops\copysign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2908578Z copying torch\include\ATen\ops\copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2914990Z copying torch\include\ATen\ops\copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2921385Z copying torch\include\ATen\ops\copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2927396Z copying torch\include\ATen\ops\copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2933642Z copying torch\include\ATen\ops\copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2939709Z copying torch\include\ATen\ops\copy_sparse_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2946630Z copying torch\include\ATen\ops\copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2952974Z copying torch\include\ATen\ops\copy_sparse_to_sparse_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2959440Z copying torch\include\ATen\ops\copy_sparse_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2965965Z copying torch\include\ATen\ops\copy_sparse_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2972869Z copying torch\include\ATen\ops\corrcoef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.2979170Z copying torch\include\ATen\ops\corrcoef_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4450638Z copying torch\include\ATen\ops\corrcoef_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4456829Z copying torch\include\ATen\ops\corrcoef_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4463136Z copying torch\include\ATen\ops\cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4469323Z copying torch\include\ATen\ops\cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4475962Z copying torch\include\ATen\ops\cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4482159Z copying torch\include\ATen\ops\cosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4488537Z copying torch\include\ATen\ops\cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4495173Z copying torch\include\ATen\ops\cosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4501306Z copying torch\include\ATen\ops\cosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4507750Z copying torch\include\ATen\ops\cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4513898Z copying torch\include\ATen\ops\cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4520111Z copying torch\include\ATen\ops\cosine_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4526860Z copying torch\include\ATen\ops\cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4533235Z copying torch\include\ATen\ops\cosine_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4539717Z copying torch\include\ATen\ops\cosine_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4546187Z copying torch\include\ATen\ops\cosine_similarity.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4553488Z copying torch\include\ATen\ops\cosine_similarity_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4559998Z copying torch\include\ATen\ops\cosine_similarity_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4566192Z copying torch\include\ATen\ops\cosine_similarity_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4573254Z copying torch\include\ATen\ops\cos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4579557Z copying torch\include\ATen\ops\cos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4585811Z copying torch\include\ATen\ops\cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4592329Z copying torch\include\ATen\ops\cos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4598228Z copying torch\include\ATen\ops\cos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4604783Z copying torch\include\ATen\ops\cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4611172Z copying torch\include\ATen\ops\cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4617319Z copying torch\include\ATen\ops\count_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4623995Z copying torch\include\ATen\ops\count_nonzero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4630456Z copying torch\include\ATen\ops\count_nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4636852Z copying torch\include\ATen\ops\count_nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4643498Z copying torch\include\ATen\ops\count_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4649938Z copying torch\include\ATen\ops\count_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4656456Z copying torch\include\ATen\ops\cov.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4663395Z copying torch\include\ATen\ops\cov_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4670125Z copying torch\include\ATen\ops\cov_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4676951Z copying torch\include\ATen\ops\cov_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4683215Z copying torch\include\ATen\ops\cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4690088Z copying torch\include\ATen\ops\cross_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4696717Z copying torch\include\ATen\ops\cross_entropy_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4703618Z copying torch\include\ATen\ops\cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4709971Z copying torch\include\ATen\ops\cross_entropy_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4716458Z copying torch\include\ATen\ops\cross_entropy_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4722723Z copying torch\include\ATen\ops\cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4728897Z copying torch\include\ATen\ops\cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4735478Z copying torch\include\ATen\ops\crow_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4742170Z copying torch\include\ATen\ops\crow_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4748357Z copying torch\include\ATen\ops\crow_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4755363Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4761887Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4768838Z copying torch\include\ATen\ops\crow_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4774802Z copying torch\include\ATen\ops\crow_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4781320Z copying torch\include\ATen\ops\crow_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4787452Z copying torch\include\ATen\ops\crow_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4793839Z copying torch\include\ATen\ops\ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4800109Z copying torch\include\ATen\ops\ctc_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4806277Z copying torch\include\ATen\ops\ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4812594Z copying torch\include\ATen\ops\ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4819130Z copying torch\include\ATen\ops\cudnn_affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4850385Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4857281Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4863649Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4870087Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4876588Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4883554Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4890004Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4896751Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4902971Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4909601Z copying torch\include\ATen\ops\cudnn_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4916071Z copying torch\include\ATen\ops\cudnn_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4924007Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4930292Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4936869Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4943435Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4950168Z copying torch\include\ATen\ops\cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4956492Z copying torch\include\ATen\ops\cudnn_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4963166Z copying torch\include\ATen\ops\cudnn_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4969719Z copying torch\include\ATen\ops\cudnn_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4976412Z copying torch\include\ATen\ops\cudnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4983019Z copying torch\include\ATen\ops\cudnn_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4989878Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.4996417Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5003113Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5009766Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5016516Z copying torch\include\ATen\ops\cudnn_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5023073Z copying torch\include\ATen\ops\cudnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5029692Z copying torch\include\ATen\ops\cudnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5036150Z copying torch\include\ATen\ops\cudnn_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5043096Z copying torch\include\ATen\ops\cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5050096Z copying torch\include\ATen\ops\cudnn_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5056614Z copying torch\include\ATen\ops\cudnn_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5063098Z copying torch\include\ATen\ops\cudnn_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5069734Z copying torch\include\ATen\ops\cudnn_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5076704Z copying torch\include\ATen\ops\cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5083331Z copying torch\include\ATen\ops\cudnn_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5089811Z copying torch\include\ATen\ops\cudnn_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5096649Z copying torch\include\ATen\ops\cudnn_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5102952Z copying torch\include\ATen\ops\cudnn_grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5109527Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5116483Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5123412Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5130104Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5137407Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5144486Z copying torch\include\ATen\ops\cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5151145Z copying torch\include\ATen\ops\cudnn_grid_sampler_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5157856Z copying torch\include\ATen\ops\cudnn_grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5164445Z copying torch\include\ATen\ops\cudnn_grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5172145Z copying torch\include\ATen\ops\cudnn_is_acceptable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5180238Z copying torch\include\ATen\ops\cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5186697Z copying torch\include\ATen\ops\cudnn_is_acceptable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5193158Z copying torch\include\ATen\ops\cudnn_is_acceptable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5199705Z copying torch\include\ATen\ops\cummax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5206252Z copying torch\include\ATen\ops\cummaxmin_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5213011Z copying torch\include\ATen\ops\cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5219451Z copying torch\include\ATen\ops\cummaxmin_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5225875Z copying torch\include\ATen\ops\cummaxmin_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5232651Z copying torch\include\ATen\ops\cummax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5239206Z copying torch\include\ATen\ops\cummax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5245668Z copying torch\include\ATen\ops\cummax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5252060Z copying torch\include\ATen\ops\cummax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5258469Z copying torch\include\ATen\ops\cummin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5265076Z copying torch\include\ATen\ops\cummin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5271435Z copying torch\include\ATen\ops\cummin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5277511Z copying torch\include\ATen\ops\cummin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5283822Z copying torch\include\ATen\ops\cummin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5290157Z copying torch\include\ATen\ops\cumprod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5296583Z copying torch\include\ATen\ops\cumprod_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5303338Z copying torch\include\ATen\ops\cumprod_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5310302Z copying torch\include\ATen\ops\cumprod_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5316421Z copying torch\include\ATen\ops\cumprod_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5323534Z copying torch\include\ATen\ops\cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5330183Z copying torch\include\ATen\ops\cumprod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5337465Z copying torch\include\ATen\ops\cumprod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5344077Z copying torch\include\ATen\ops\cumprod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5350504Z copying torch\include\ATen\ops\cumprod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5357179Z copying torch\include\ATen\ops\cumprod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5364215Z copying torch\include\ATen\ops\cumprod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5370744Z copying torch\include\ATen\ops\cumprod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5377277Z copying torch\include\ATen\ops\cumsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5384070Z copying torch\include\ATen\ops\cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5390762Z copying torch\include\ATen\ops\cumsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5397202Z copying torch\include\ATen\ops\cumsum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5403834Z copying torch\include\ATen\ops\cumsum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5409988Z copying torch\include\ATen\ops\cumsum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5416643Z copying torch\include\ATen\ops\cumsum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5423149Z copying torch\include\ATen\ops\cumsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5429619Z copying torch\include\ATen\ops\cumsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5436375Z copying torch\include\ATen\ops\cumulative_trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5443271Z copying torch\include\ATen\ops\cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5449742Z copying torch\include\ATen\ops\cumulative_trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5456479Z copying torch\include\ATen\ops\cumulative_trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5462732Z copying torch\include\ATen\ops\data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5469056Z copying torch\include\ATen\ops\data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5475286Z copying torch\include\ATen\ops\data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5481641Z copying torch\include\ATen\ops\data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5487726Z copying torch\include\ATen\ops\deg2rad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5494389Z copying torch\include\ATen\ops\deg2rad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5501204Z copying torch\include\ATen\ops\deg2rad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5507619Z copying torch\include\ATen\ops\deg2rad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5514052Z copying torch\include\ATen\ops\dense_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5520874Z copying torch\include\ATen\ops\dense_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5527364Z copying torch\include\ATen\ops\dense_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5533963Z copying torch\include\ATen\ops\dense_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5540388Z copying torch\include\ATen\ops\dequantize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5547132Z copying torch\include\ATen\ops\dequantize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5553478Z copying torch\include\ATen\ops\dequantize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5560026Z copying torch\include\ATen\ops\dequantize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5566562Z copying torch\include\ATen\ops\dequantize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5573183Z copying torch\include\ATen\ops\dequantize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5579888Z copying torch\include\ATen\ops\det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5585781Z copying torch\include\ATen\ops\detach.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5592366Z copying torch\include\ATen\ops\detach_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5598977Z copying torch\include\ATen\ops\detach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5605840Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5612612Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5618970Z copying torch\include\ATen\ops\detach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5625510Z copying torch\include\ATen\ops\detach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5632038Z copying torch\include\ATen\ops\detach_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5638358Z copying torch\include\ATen\ops\detach_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5644905Z copying torch\include\ATen\ops\det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5651349Z copying torch\include\ATen\ops\det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5657361Z copying torch\include\ATen\ops\det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5663652Z copying torch\include\ATen\ops\diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5669564Z copying torch\include\ATen\ops\diagflat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5675730Z copying torch\include\ATen\ops\diagflat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5682044Z copying torch\include\ATen\ops\diagflat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5688028Z copying torch\include\ATen\ops\diagflat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5694509Z copying torch\include\ATen\ops\diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5701098Z copying torch\include\ATen\ops\diagonal_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5707678Z copying torch\include\ATen\ops\diagonal_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5714833Z copying torch\include\ATen\ops\diagonal_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5723531Z copying torch\include\ATen\ops\diagonal_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5730177Z copying torch\include\ATen\ops\diagonal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5736705Z copying torch\include\ATen\ops\diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5742755Z copying torch\include\ATen\ops\diagonal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5749558Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5756010Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5762219Z copying torch\include\ATen\ops\diagonal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5768624Z copying torch\include\ATen\ops\diagonal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5775049Z copying torch\include\ATen\ops\diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5781253Z copying torch\include\ATen\ops\diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5787511Z copying torch\include\ATen\ops\diagonal_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5794231Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5800532Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5806885Z copying torch\include\ATen\ops\diagonal_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5813676Z copying torch\include\ATen\ops\diagonal_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5821323Z copying torch\include\ATen\ops\diag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5827759Z copying torch\include\ATen\ops\diag_embed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5834676Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5841119Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5847610Z copying torch\include\ATen\ops\diag_embed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5854168Z copying torch\include\ATen\ops\diag_embed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5860674Z copying torch\include\ATen\ops\diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5867017Z copying torch\include\ATen\ops\diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5873125Z copying torch\include\ATen\ops\diff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5879694Z copying torch\include\ATen\ops\diff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5885814Z copying torch\include\ATen\ops\diff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5892303Z copying torch\include\ATen\ops\diff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5898442Z copying torch\include\ATen\ops\digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5905571Z copying torch\include\ATen\ops\digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5912007Z copying torch\include\ATen\ops\digamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5918569Z copying torch\include\ATen\ops\digamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5924902Z copying torch\include\ATen\ops\digamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5931213Z copying torch\include\ATen\ops\digamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5937681Z copying torch\include\ATen\ops\digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5944038Z copying torch\include\ATen\ops\digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5950562Z copying torch\include\ATen\ops\dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5957076Z copying torch\include\ATen\ops\dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5963278Z copying torch\include\ATen\ops\dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5969541Z copying torch\include\ATen\ops\dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5975759Z copying torch\include\ATen\ops\div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5981827Z copying torch\include\ATen\ops\divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5988266Z copying torch\include\ATen\ops\divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.5994624Z copying torch\include\ATen\ops\divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6000878Z copying torch\include\ATen\ops\divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6007853Z copying torch\include\ATen\ops\div_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6014384Z copying torch\include\ATen\ops\div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6020710Z copying torch\include\ATen\ops\div_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6027049Z copying torch\include\ATen\ops\div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6033301Z copying torch\include\ATen\ops\div_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6039521Z copying torch\include\ATen\ops\div_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6045873Z copying torch\include\ATen\ops\div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6052462Z copying torch\include\ATen\ops\div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6059462Z copying torch\include\ATen\ops\dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6065972Z copying torch\include\ATen\ops\dot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6072337Z copying torch\include\ATen\ops\dot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6078617Z copying torch\include\ATen\ops\dot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6084886Z copying torch\include\ATen\ops\dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6091180Z copying torch\include\ATen\ops\dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6097338Z copying torch\include\ATen\ops\dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6103814Z copying torch\include\ATen\ops\dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6110326Z copying torch\include\ATen\ops\dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6116498Z copying torch\include\ATen\ops\dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6122789Z copying torch\include\ATen\ops\dsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6129425Z copying torch\include\ATen\ops\dsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6135673Z copying torch\include\ATen\ops\dsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6141961Z copying torch\include\ATen\ops\dsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6168239Z copying torch\include\ATen\ops\dstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6175043Z copying torch\include\ATen\ops\dstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6181398Z copying torch\include\ATen\ops\dstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6187567Z copying torch\include\ATen\ops\dstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6194229Z copying torch\include\ATen\ops\einsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6200344Z copying torch\include\ATen\ops\einsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6206444Z copying torch\include\ATen\ops\einsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6212640Z copying torch\include\ATen\ops\einsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6218837Z copying torch\include\ATen\ops\elu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6225050Z copying torch\include\ATen\ops\elu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6231805Z copying torch\include\ATen\ops\elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6237877Z copying torch\include\ATen\ops\elu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6244245Z copying torch\include\ATen\ops\elu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6250635Z copying torch\include\ATen\ops\elu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6257039Z copying torch\include\ATen\ops\elu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6263447Z copying torch\include\ATen\ops\elu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6269989Z copying torch\include\ATen\ops\elu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6276866Z copying torch\include\ATen\ops\elu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6282677Z copying torch\include\ATen\ops\elu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6288903Z copying torch\include\ATen\ops\elu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6295084Z copying torch\include\ATen\ops\elu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6300872Z copying torch\include\ATen\ops\elu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6307464Z copying torch\include\ATen\ops\elu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6313587Z copying torch\include\ATen\ops\elu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6319725Z copying torch\include\ATen\ops\embedding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6326124Z copying torch\include\ATen\ops\embedding_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6332836Z copying torch\include\ATen\ops\embedding_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6339170Z copying torch\include\ATen\ops\embedding_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6345402Z copying torch\include\ATen\ops\embedding_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6351572Z copying torch\include\ATen\ops\embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6358240Z copying torch\include\ATen\ops\embedding_bag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6365059Z copying torch\include\ATen\ops\embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6371424Z copying torch\include\ATen\ops\embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6378103Z copying torch\include\ATen\ops\embedding_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6384288Z copying torch\include\ATen\ops\embedding_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6391348Z copying torch\include\ATen\ops\embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6397686Z copying torch\include\ATen\ops\embedding_dense_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6404228Z copying torch\include\ATen\ops\embedding_dense_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6410562Z copying torch\include\ATen\ops\embedding_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6428750Z copying torch\include\ATen\ops\embedding_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6435120Z copying torch\include\ATen\ops\embedding_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6441651Z copying torch\include\ATen\ops\embedding_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6448100Z copying torch\include\ATen\ops\embedding_renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6455053Z copying torch\include\ATen\ops\embedding_renorm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6461687Z copying torch\include\ATen\ops\embedding_renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6469164Z copying torch\include\ATen\ops\embedding_renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6474865Z copying torch\include\ATen\ops\embedding_renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6481291Z copying torch\include\ATen\ops\embedding_renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6487825Z copying torch\include\ATen\ops\embedding_renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6494534Z copying torch\include\ATen\ops\embedding_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6501538Z copying torch\include\ATen\ops\embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6508035Z copying torch\include\ATen\ops\embedding_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6514618Z copying torch\include\ATen\ops\embedding_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6520943Z copying torch\include\ATen\ops\empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6527980Z copying torch\include\ATen\ops\empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6534343Z copying torch\include\ATen\ops\empty_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6541038Z copying torch\include\ATen\ops\empty_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6547848Z copying torch\include\ATen\ops\empty_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6553950Z copying torch\include\ATen\ops\empty_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6560763Z copying torch\include\ATen\ops\empty_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6567236Z copying torch\include\ATen\ops\empty_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6573733Z copying torch\include\ATen\ops\empty_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6580142Z copying torch\include\ATen\ops\empty_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6586711Z copying torch\include\ATen\ops\empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6593218Z copying torch\include\ATen\ops\empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6599843Z copying torch\include\ATen\ops\empty_permuted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6606813Z copying torch\include\ATen\ops\empty_permuted_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6613229Z copying torch\include\ATen\ops\empty_permuted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6619753Z copying torch\include\ATen\ops\empty_permuted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6626460Z copying torch\include\ATen\ops\empty_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6633385Z copying torch\include\ATen\ops\empty_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6639882Z copying torch\include\ATen\ops\empty_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6646331Z copying torch\include\ATen\ops\empty_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6653059Z copying torch\include\ATen\ops\empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6659676Z copying torch\include\ATen\ops\empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6666127Z copying torch\include\ATen\ops\empty_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6673399Z copying torch\include\ATen\ops\empty_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6679899Z copying torch\include\ATen\ops\empty_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6686306Z copying torch\include\ATen\ops\empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6692931Z copying torch\include\ATen\ops\empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6699337Z copying torch\include\ATen\ops\eq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6705187Z copying torch\include\ATen\ops\equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6711086Z copying torch\include\ATen\ops\equal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6717538Z copying torch\include\ATen\ops\equal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6723724Z copying torch\include\ATen\ops\equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6731413Z copying torch\include\ATen\ops\equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.6739010Z copying torch\include\ATen\ops\eq_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7167019Z copying torch\include\ATen\ops\eq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7173039Z copying torch\include\ATen\ops\eq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7179092Z copying torch\include\ATen\ops\eq_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7185118Z copying torch\include\ATen\ops\eq_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7191701Z copying torch\include\ATen\ops\eq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7198245Z copying torch\include\ATen\ops\eq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7204753Z copying torch\include\ATen\ops\erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7211516Z copying torch\include\ATen\ops\erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7219216Z copying torch\include\ATen\ops\erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7249485Z copying torch\include\ATen\ops\erfc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7257056Z copying torch\include\ATen\ops\erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7263453Z copying torch\include\ATen\ops\erfc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7269698Z copying torch\include\ATen\ops\erfc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7276074Z copying torch\include\ATen\ops\erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7282397Z copying torch\include\ATen\ops\erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7288634Z copying torch\include\ATen\ops\erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7295486Z copying torch\include\ATen\ops\erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7301425Z copying torch\include\ATen\ops\erfinv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7307812Z copying torch\include\ATen\ops\erfinv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7316773Z copying torch\include\ATen\ops\erfinv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7320075Z copying torch\include\ATen\ops\erfinv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7326256Z copying torch\include\ATen\ops\erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7337016Z copying torch\include\ATen\ops\erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7339619Z copying torch\include\ATen\ops\erf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7345597Z copying torch\include\ATen\ops\erf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7452242Z copying torch\include\ATen\ops\erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7453395Z copying torch\include\ATen\ops\erf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7454524Z copying torch\include\ATen\ops\erf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7455660Z copying torch\include\ATen\ops\erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7456740Z copying torch\include\ATen\ops\erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7457771Z copying torch\include\ATen\ops\exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7458780Z copying torch\include\ATen\ops\exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7460080Z copying torch\include\ATen\ops\exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7461438Z copying torch\include\ATen\ops\exp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7462696Z copying torch\include\ATen\ops\exp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7463812Z copying torch\include\ATen\ops\exp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7464952Z copying torch\include\ATen\ops\exp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7466091Z copying torch\include\ATen\ops\exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7467169Z copying torch\include\ATen\ops\exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7468234Z copying torch\include\ATen\ops\expand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7469304Z copying torch\include\ATen\ops\expand_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7470572Z copying torch\include\ATen\ops\expand_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7471891Z copying torch\include\ATen\ops\expand_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7473036Z copying torch\include\ATen\ops\expand_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7474329Z copying torch\include\ATen\ops\expand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7478355Z copying torch\include\ATen\ops\expand_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7485038Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7491673Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7498032Z copying torch\include\ATen\ops\expand_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7504515Z copying torch\include\ATen\ops\expand_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7510747Z copying torch\include\ATen\ops\expand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7516645Z copying torch\include\ATen\ops\expand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7522957Z copying torch\include\ATen\ops\expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7529402Z copying torch\include\ATen\ops\expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7535732Z copying torch\include\ATen\ops\expm1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7541883Z copying torch\include\ATen\ops\expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7548015Z copying torch\include\ATen\ops\expm1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7554213Z copying torch\include\ATen\ops\expm1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7560450Z copying torch\include\ATen\ops\expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7566811Z copying torch\include\ATen\ops\expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7573199Z copying torch\include\ATen\ops\exponential.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7580083Z copying torch\include\ATen\ops\exponential_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7586265Z copying torch\include\ATen\ops\exponential_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7592826Z copying torch\include\ATen\ops\exponential_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7598998Z copying torch\include\ATen\ops\exponential_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7605880Z copying torch\include\ATen\ops\exponential_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7612760Z copying torch\include\ATen\ops\exponential_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7619225Z copying torch\include\ATen\ops\exp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7625613Z copying torch\include\ATen\ops\exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7632049Z copying torch\include\ATen\ops\exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7638300Z copying torch\include\ATen\ops\exp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7644153Z copying torch\include\ATen\ops\exp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7650693Z copying torch\include\ATen\ops\exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7657117Z copying torch\include\ATen\ops\exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7668644Z copying torch\include\ATen\ops\eye.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7673887Z copying torch\include\ATen\ops\eye_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7680690Z copying torch\include\ATen\ops\eye_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7687369Z copying torch\include\ATen\ops\eye_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7694782Z copying torch\include\ATen\ops\eye_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7702146Z copying torch\include\ATen\ops\eye_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7708739Z copying torch\include\ATen\ops\eye_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7716186Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7722805Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7729743Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7737112Z 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 2024-11-01T16:44:55.7743845Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7750348Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7757659Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7764094Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7771003Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7792272Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7798662Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7805842Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7812339Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7818624Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7824978Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7831616Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7838608Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7845744Z 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 2024-11-01T16:44:55.7852681Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7859371Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7866362Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7873072Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7879592Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7886135Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7892923Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7899964Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7906321Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7912979Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7919958Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7926684Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7933777Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7940116Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7946847Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7953092Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7959917Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7967337Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7974469Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7981862Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7988937Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.7996847Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8003683Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8010421Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8017710Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8024256Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8030898Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8037987Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8047898Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8051716Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8058289Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8065528Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8072260Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8078599Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8085468Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8092500Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8098774Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8105644Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8112412Z copying torch\include\ATen\ops\feature_alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8119184Z copying torch\include\ATen\ops\feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8125694Z copying torch\include\ATen\ops\feature_alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8132526Z copying torch\include\ATen\ops\feature_alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8139881Z copying torch\include\ATen\ops\feature_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8147064Z copying torch\include\ATen\ops\feature_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8153350Z copying torch\include\ATen\ops\feature_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8159691Z copying torch\include\ATen\ops\feature_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8165972Z copying torch\include\ATen\ops\fft_fft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8172150Z copying torch\include\ATen\ops\fft_fft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8179064Z copying torch\include\ATen\ops\fft_fft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8185175Z copying torch\include\ATen\ops\fft_fft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8191574Z copying torch\include\ATen\ops\fft_fft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8198992Z copying torch\include\ATen\ops\fft_fftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8206470Z copying torch\include\ATen\ops\fft_fftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8212680Z copying torch\include\ATen\ops\fft_fftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8219015Z copying torch\include\ATen\ops\fft_fftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8225250Z copying torch\include\ATen\ops\fft_fftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8232526Z copying torch\include\ATen\ops\fft_fftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8239061Z copying torch\include\ATen\ops\fft_fftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8245536Z copying torch\include\ATen\ops\fft_fftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8252037Z copying torch\include\ATen\ops\fft_fftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8258884Z copying torch\include\ATen\ops\fft_fftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8265356Z copying torch\include\ATen\ops\fft_fftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8271517Z copying torch\include\ATen\ops\fft_fftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8278309Z copying torch\include\ATen\ops\fft_fft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8284458Z copying torch\include\ATen\ops\fft_fft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8290734Z copying torch\include\ATen\ops\fft_fft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8297391Z copying torch\include\ATen\ops\fft_hfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8303085Z copying torch\include\ATen\ops\fft_hfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.8309693Z copying torch\include\ATen\ops\fft_hfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9200599Z copying torch\include\ATen\ops\fft_hfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9207676Z copying torch\include\ATen\ops\fft_hfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9214148Z copying torch\include\ATen\ops\fft_hfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9221244Z copying torch\include\ATen\ops\fft_hfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9227796Z copying torch\include\ATen\ops\fft_hfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9234549Z copying torch\include\ATen\ops\fft_hfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9241022Z copying torch\include\ATen\ops\fft_hfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9247854Z copying torch\include\ATen\ops\fft_hfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9254198Z copying torch\include\ATen\ops\fft_hfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9260565Z copying torch\include\ATen\ops\fft_ifft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9266506Z copying torch\include\ATen\ops\fft_ifft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9273323Z copying torch\include\ATen\ops\fft_ifft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9279588Z copying torch\include\ATen\ops\fft_ifft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9285750Z copying torch\include\ATen\ops\fft_ifft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9292410Z copying torch\include\ATen\ops\fft_ifftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9299058Z copying torch\include\ATen\ops\fft_ifftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9305467Z copying torch\include\ATen\ops\fft_ifftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9311653Z copying torch\include\ATen\ops\fft_ifftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9318073Z copying torch\include\ATen\ops\fft_ifftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9324491Z copying torch\include\ATen\ops\fft_ifftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9330942Z copying torch\include\ATen\ops\fft_ifftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9337364Z copying torch\include\ATen\ops\fft_ifftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9344075Z copying torch\include\ATen\ops\fft_ifft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9350108Z copying torch\include\ATen\ops\fft_ifft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9356710Z copying torch\include\ATen\ops\fft_ifft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9363335Z copying torch\include\ATen\ops\fft_ihfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9369517Z copying torch\include\ATen\ops\fft_ihfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9376385Z copying torch\include\ATen\ops\fft_ihfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9382928Z copying torch\include\ATen\ops\fft_ihfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9389323Z copying torch\include\ATen\ops\fft_ihfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9395896Z copying torch\include\ATen\ops\fft_ihfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9402690Z copying torch\include\ATen\ops\fft_ihfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9409059Z copying torch\include\ATen\ops\fft_ihfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9415834Z copying torch\include\ATen\ops\fft_ihfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9423055Z copying torch\include\ATen\ops\fft_ihfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9430383Z copying torch\include\ATen\ops\fft_ihfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9437193Z copying torch\include\ATen\ops\fft_ihfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9443582Z copying torch\include\ATen\ops\fft_irfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9449808Z copying torch\include\ATen\ops\fft_irfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9456709Z copying torch\include\ATen\ops\fft_irfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9463050Z copying torch\include\ATen\ops\fft_irfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9469453Z copying torch\include\ATen\ops\fft_irfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9476444Z copying torch\include\ATen\ops\fft_irfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9483584Z copying torch\include\ATen\ops\fft_irfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9490461Z copying torch\include\ATen\ops\fft_irfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9497065Z copying torch\include\ATen\ops\fft_irfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9503890Z copying torch\include\ATen\ops\fft_irfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9510411Z copying torch\include\ATen\ops\fft_irfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9516802Z copying torch\include\ATen\ops\fft_irfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9523421Z copying torch\include\ATen\ops\fft_rfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9529462Z copying torch\include\ATen\ops\fft_rfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9536455Z copying torch\include\ATen\ops\fft_rfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9542704Z copying torch\include\ATen\ops\fft_rfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9549556Z copying torch\include\ATen\ops\fft_rfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9555968Z copying torch\include\ATen\ops\fft_rfftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9562658Z copying torch\include\ATen\ops\fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9569185Z copying torch\include\ATen\ops\fft_rfftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9576246Z copying torch\include\ATen\ops\fft_rfftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9582635Z copying torch\include\ATen\ops\fft_rfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9589293Z copying torch\include\ATen\ops\fft_rfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9595800Z copying torch\include\ATen\ops\fft_rfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9602443Z copying torch\include\ATen\ops\fft_rfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9609156Z copying torch\include\ATen\ops\fft_rfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9615565Z copying torch\include\ATen\ops\fft_rfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9622202Z copying torch\include\ATen\ops\fft_rfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9644446Z copying torch\include\ATen\ops\fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9651561Z copying torch\include\ATen\ops\fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9659227Z copying torch\include\ATen\ops\fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9666695Z copying torch\include\ATen\ops\fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9674173Z copying torch\include\ATen\ops\fill_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9681069Z copying torch\include\ATen\ops\fill_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9688165Z copying torch\include\ATen\ops\fill_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9695032Z copying torch\include\ATen\ops\fill_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9702229Z copying torch\include\ATen\ops\fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9708544Z copying torch\include\ATen\ops\fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9714976Z copying torch\include\ATen\ops\fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9721303Z copying torch\include\ATen\ops\fix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9728322Z copying torch\include\ATen\ops\fix_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9735472Z copying torch\include\ATen\ops\fix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9742030Z copying torch\include\ATen\ops\fix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9748770Z copying torch\include\ATen\ops\flatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9755304Z copying torch\include\ATen\ops\flatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9761687Z copying torch\include\ATen\ops\flatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9768700Z copying torch\include\ATen\ops\flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9775285Z copying torch\include\ATen\ops\flatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9781743Z copying torch\include\ATen\ops\flatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9789198Z copying torch\include\ATen\ops\flatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9795844Z copying torch\include\ATen\ops\flatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9802394Z copying torch\include\ATen\ops\flip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9809351Z copying torch\include\ATen\ops\fliplr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9816008Z copying torch\include\ATen\ops\fliplr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9822600Z copying torch\include\ATen\ops\fliplr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9829064Z copying torch\include\ATen\ops\fliplr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9835750Z copying torch\include\ATen\ops\flipud.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9842127Z copying torch\include\ATen\ops\flipud_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9849353Z copying torch\include\ATen\ops\flipud_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9856362Z copying torch\include\ATen\ops\flipud_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9863260Z copying torch\include\ATen\ops\flip_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9869696Z copying torch\include\ATen\ops\flip_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9876532Z copying torch\include\ATen\ops\flip_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9883268Z copying torch\include\ATen\ops\flip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9889651Z copying torch\include\ATen\ops\flip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9896371Z copying torch\include\ATen\ops\float_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9903551Z copying torch\include\ATen\ops\float_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9910671Z copying torch\include\ATen\ops\float_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9917322Z copying torch\include\ATen\ops\float_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9923454Z copying torch\include\ATen\ops\floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9929834Z copying torch\include\ATen\ops\floor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9936033Z copying torch\include\ATen\ops\floor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9942782Z copying torch\include\ATen\ops\floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9949088Z copying torch\include\ATen\ops\floor_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9955619Z copying torch\include\ATen\ops\floor_divide_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9961891Z copying torch\include\ATen\ops\floor_divide_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9968764Z copying torch\include\ATen\ops\floor_divide_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9975180Z copying torch\include\ATen\ops\floor_divide_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9981477Z copying torch\include\ATen\ops\floor_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9988214Z copying torch\include\ATen\ops\floor_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:55.9994507Z copying torch\include\ATen\ops\floor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0000495Z copying torch\include\ATen\ops\floor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0007538Z copying torch\include\ATen\ops\floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0014269Z copying torch\include\ATen\ops\floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0021203Z copying torch\include\ATen\ops\fmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0028581Z copying torch\include\ATen\ops\fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0035768Z copying torch\include\ATen\ops\fmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0042374Z copying torch\include\ATen\ops\fmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0048740Z copying torch\include\ATen\ops\fmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0055653Z copying torch\include\ATen\ops\fmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0061645Z copying torch\include\ATen\ops\fmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0067884Z copying torch\include\ATen\ops\fmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0073835Z copying torch\include\ATen\ops\fmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0080525Z copying torch\include\ATen\ops\fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0086725Z copying torch\include\ATen\ops\fmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0093434Z copying torch\include\ATen\ops\fmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0099611Z copying torch\include\ATen\ops\fmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0117450Z copying torch\include\ATen\ops\fmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0123770Z copying torch\include\ATen\ops\fmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0129973Z copying torch\include\ATen\ops\fmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0136068Z copying torch\include\ATen\ops\fmod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0143038Z copying torch\include\ATen\ops\fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0149211Z copying torch\include\ATen\ops\fmod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0155643Z copying torch\include\ATen\ops\fmod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0162005Z copying torch\include\ATen\ops\fmod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0168822Z copying torch\include\ATen\ops\fmod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0175632Z copying torch\include\ATen\ops\fmod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0182070Z copying torch\include\ATen\ops\fmod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0188260Z copying torch\include\ATen\ops\fmod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0194382Z copying torch\include\ATen\ops\frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0200632Z copying torch\include\ATen\ops\fractional_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0207343Z copying torch\include\ATen\ops\fractional_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0214811Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0220995Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0227800Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0234940Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0241321Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0248129Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0255005Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0261691Z copying torch\include\ATen\ops\fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0267718Z copying torch\include\ATen\ops\fractional_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0274147Z copying torch\include\ATen\ops\fractional_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0280921Z copying torch\include\ATen\ops\fractional_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0287846Z copying torch\include\ATen\ops\fractional_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0294749Z copying torch\include\ATen\ops\fractional_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0301466Z copying torch\include\ATen\ops\fractional_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0308235Z copying torch\include\ATen\ops\fractional_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0314728Z copying torch\include\ATen\ops\fractional_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0321617Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0328192Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0334575Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0341001Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0348485Z copying torch\include\ATen\ops\fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0355583Z copying torch\include\ATen\ops\fractional_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0362693Z copying torch\include\ATen\ops\fractional_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0369320Z copying torch\include\ATen\ops\fractional_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0376156Z copying torch\include\ATen\ops\fractional_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0382608Z copying torch\include\ATen\ops\fractional_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0389112Z copying torch\include\ATen\ops\fractional_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0395730Z copying torch\include\ATen\ops\frac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0401916Z copying torch\include\ATen\ops\frac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0408799Z copying torch\include\ATen\ops\frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0415931Z copying torch\include\ATen\ops\frac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0423089Z copying torch\include\ATen\ops\frac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0429394Z copying torch\include\ATen\ops\frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0436382Z copying torch\include\ATen\ops\frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0442446Z copying torch\include\ATen\ops\frexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0448917Z copying torch\include\ATen\ops\frexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0455550Z copying torch\include\ATen\ops\frexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0461967Z copying torch\include\ATen\ops\frexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0468905Z copying torch\include\ATen\ops\frexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0475956Z copying torch\include\ATen\ops\frexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0483855Z copying torch\include\ATen\ops\frobenius_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0491464Z copying torch\include\ATen\ops\frobenius_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0502657Z copying torch\include\ATen\ops\frobenius_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0509515Z copying torch\include\ATen\ops\frobenius_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0515562Z copying torch\include\ATen\ops\from_blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0521888Z copying torch\include\ATen\ops\from_file.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0529130Z copying torch\include\ATen\ops\from_file_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0536768Z copying torch\include\ATen\ops\from_file_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0544293Z copying torch\include\ATen\ops\from_file_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0551221Z copying torch\include\ATen\ops\from_file_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0558037Z copying torch\include\ATen\ops\full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0565026Z copying torch\include\ATen\ops\full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0571161Z copying torch\include\ATen\ops\full_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0577973Z copying torch\include\ATen\ops\full_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0584284Z copying torch\include\ATen\ops\full_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0591335Z copying torch\include\ATen\ops\full_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0597964Z copying torch\include\ATen\ops\full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0604339Z copying torch\include\ATen\ops\full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0611029Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0618065Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0624486Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0631514Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0637993Z copying torch\include\ATen\ops\gather.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0644110Z copying torch\include\ATen\ops\gather_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0650790Z copying torch\include\ATen\ops\gather_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0657420Z copying torch\include\ATen\ops\gather_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0664403Z copying torch\include\ATen\ops\gather_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0671012Z copying torch\include\ATen\ops\gather_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0677786Z copying torch\include\ATen\ops\gather_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0684341Z copying torch\include\ATen\ops\gather_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0690970Z copying torch\include\ATen\ops\gather_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0698036Z copying torch\include\ATen\ops\gather_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0704910Z copying torch\include\ATen\ops\gather_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0711857Z copying torch\include\ATen\ops\gather_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0718257Z copying torch\include\ATen\ops\gather_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0724833Z copying torch\include\ATen\ops\gcd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0731332Z copying torch\include\ATen\ops\gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0737616Z copying torch\include\ATen\ops\gcd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0744008Z copying torch\include\ATen\ops\gcd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0750500Z copying torch\include\ATen\ops\gcd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0756251Z copying torch\include\ATen\ops\gcd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0762632Z copying torch\include\ATen\ops\gcd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0769042Z copying torch\include\ATen\ops\gcd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0774952Z copying torch\include\ATen\ops\ge.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0780667Z copying torch\include\ATen\ops\gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0786675Z copying torch\include\ATen\ops\gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0793821Z copying torch\include\ATen\ops\gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0800355Z copying torch\include\ATen\ops\gelu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0806581Z copying torch\include\ATen\ops\gelu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0812866Z copying torch\include\ATen\ops\gelu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0820005Z copying torch\include\ATen\ops\gelu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0825803Z copying torch\include\ATen\ops\gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0831994Z copying torch\include\ATen\ops\gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0840164Z copying torch\include\ATen\ops\gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0846869Z copying torch\include\ATen\ops\gelu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0853755Z copying torch\include\ATen\ops\gelu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0859828Z copying torch\include\ATen\ops\gelu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0866128Z copying torch\include\ATen\ops\gelu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0872611Z copying torch\include\ATen\ops\gelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0878663Z copying torch\include\ATen\ops\gelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0884597Z copying torch\include\ATen\ops\geometric.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0891532Z copying torch\include\ATen\ops\geometric_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0897840Z copying torch\include\ATen\ops\geometric_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0904059Z copying torch\include\ATen\ops\geometric_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0910328Z copying torch\include\ATen\ops\geometric_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0916629Z copying torch\include\ATen\ops\geometric_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0922826Z copying torch\include\ATen\ops\geometric_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0928993Z copying torch\include\ATen\ops\geqrf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0955561Z copying torch\include\ATen\ops\geqrf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0962098Z copying torch\include\ATen\ops\geqrf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0968499Z copying torch\include\ATen\ops\geqrf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0974840Z copying torch\include\ATen\ops\geqrf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0981210Z copying torch\include\ATen\ops\ger.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0987701Z copying torch\include\ATen\ops\ger_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.0993893Z copying torch\include\ATen\ops\ger_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1000102Z copying torch\include\ATen\ops\ger_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1006758Z copying torch\include\ATen\ops\ge_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1013201Z copying torch\include\ATen\ops\ge_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1019464Z copying torch\include\ATen\ops\ge_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1025890Z copying torch\include\ATen\ops\ge_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1032296Z copying torch\include\ATen\ops\ge_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1038334Z copying torch\include\ATen\ops\ge_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1044759Z copying torch\include\ATen\ops\ge_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1050223Z copying torch\include\ATen\ops\glu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1056195Z copying torch\include\ATen\ops\glu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1063093Z copying torch\include\ATen\ops\glu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1069251Z copying torch\include\ATen\ops\glu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1075546Z copying torch\include\ATen\ops\glu_backward_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1082090Z copying torch\include\ATen\ops\glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1088800Z copying torch\include\ATen\ops\glu_backward_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1095358Z copying torch\include\ATen\ops\glu_backward_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1101682Z copying torch\include\ATen\ops\glu_backward_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1108367Z copying torch\include\ATen\ops\glu_backward_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1114620Z copying torch\include\ATen\ops\glu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1121071Z copying torch\include\ATen\ops\glu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1128212Z copying torch\include\ATen\ops\glu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1144828Z copying torch\include\ATen\ops\glu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1150955Z copying torch\include\ATen\ops\glu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1157723Z copying torch\include\ATen\ops\glu_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1164516Z copying torch\include\ATen\ops\glu_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1170597Z copying torch\include\ATen\ops\glu_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1177090Z copying torch\include\ATen\ops\glu_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1183435Z copying torch\include\ATen\ops\glu_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1189964Z copying torch\include\ATen\ops\glu_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1196270Z copying torch\include\ATen\ops\glu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1202783Z copying torch\include\ATen\ops\glu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1209657Z copying torch\include\ATen\ops\glu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1216844Z copying torch\include\ATen\ops\glu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1223151Z copying torch\include\ATen\ops\gradient.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1229522Z copying torch\include\ATen\ops\gradient_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1235836Z copying torch\include\ATen\ops\gradient_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1242213Z copying torch\include\ATen\ops\gradient_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1248424Z copying torch\include\ATen\ops\greater.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1255088Z copying torch\include\ATen\ops\greater_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1261174Z copying torch\include\ATen\ops\greater_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1267812Z copying torch\include\ATen\ops\greater_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1274094Z copying torch\include\ATen\ops\greater_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1280445Z copying torch\include\ATen\ops\greater_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1286820Z copying torch\include\ATen\ops\greater_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1293334Z copying torch\include\ATen\ops\greater_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1299564Z copying torch\include\ATen\ops\grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1305965Z copying torch\include\ATen\ops\grid_sampler_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1312499Z copying torch\include\ATen\ops\grid_sampler_2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1319268Z copying torch\include\ATen\ops\grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1325901Z copying torch\include\ATen\ops\grid_sampler_2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1332397Z copying torch\include\ATen\ops\grid_sampler_2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1338577Z copying torch\include\ATen\ops\grid_sampler_2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1345110Z copying torch\include\ATen\ops\grid_sampler_2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1351972Z copying torch\include\ATen\ops\grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1358787Z copying torch\include\ATen\ops\grid_sampler_2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1364968Z copying torch\include\ATen\ops\grid_sampler_2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1371321Z copying torch\include\ATen\ops\grid_sampler_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1378137Z copying torch\include\ATen\ops\grid_sampler_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1384770Z copying torch\include\ATen\ops\grid_sampler_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1391161Z copying torch\include\ATen\ops\grid_sampler_3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1398189Z copying torch\include\ATen\ops\grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1404647Z copying torch\include\ATen\ops\grid_sampler_3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1410831Z copying torch\include\ATen\ops\grid_sampler_3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1417317Z copying torch\include\ATen\ops\grid_sampler_3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1423694Z copying torch\include\ATen\ops\grid_sampler_3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1430386Z copying torch\include\ATen\ops\grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1437231Z copying torch\include\ATen\ops\grid_sampler_3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1443594Z copying torch\include\ATen\ops\grid_sampler_3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1449916Z copying torch\include\ATen\ops\grid_sampler_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1456399Z copying torch\include\ATen\ops\grid_sampler_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1463319Z copying torch\include\ATen\ops\grid_sampler_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1469638Z copying torch\include\ATen\ops\grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1476200Z copying torch\include\ATen\ops\grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1482668Z copying torch\include\ATen\ops\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1489502Z copying torch\include\ATen\ops\group_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1495846Z copying torch\include\ATen\ops\group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1502244Z copying torch\include\ATen\ops\group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1508670Z copying torch\include\ATen\ops\gru.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1514869Z copying torch\include\ATen\ops\gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1521320Z copying torch\include\ATen\ops\gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1527850Z copying torch\include\ATen\ops\gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1534442Z copying torch\include\ATen\ops\gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1541152Z copying torch\include\ATen\ops\gru_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1547179Z copying torch\include\ATen\ops\gru_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1553372Z copying torch\include\ATen\ops\gru_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1559431Z copying torch\include\ATen\ops\gt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1565943Z copying torch\include\ATen\ops\gt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1572489Z copying torch\include\ATen\ops\gt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1578809Z copying torch\include\ATen\ops\gt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1585143Z copying torch\include\ATen\ops\gt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1591578Z copying torch\include\ATen\ops\gt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1597766Z copying torch\include\ATen\ops\gt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1603947Z copying torch\include\ATen\ops\gt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1610599Z copying torch\include\ATen\ops\hamming_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1617566Z copying torch\include\ATen\ops\hamming_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1623952Z copying torch\include\ATen\ops\hamming_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1630942Z copying torch\include\ATen\ops\hamming_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1637449Z copying torch\include\ATen\ops\hann_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1644194Z copying torch\include\ATen\ops\hann_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1650593Z copying torch\include\ATen\ops\hann_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1657237Z copying torch\include\ATen\ops\hann_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1669751Z copying torch\include\ATen\ops\hardshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1672531Z copying torch\include\ATen\ops\hardshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1679519Z copying torch\include\ATen\ops\hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1685831Z copying torch\include\ATen\ops\hardshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1692423Z copying torch\include\ATen\ops\hardshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1699016Z copying torch\include\ATen\ops\hardshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1706004Z copying torch\include\ATen\ops\hardshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1713030Z copying torch\include\ATen\ops\hardshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1720129Z copying torch\include\ATen\ops\hardshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1727127Z copying torch\include\ATen\ops\hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1733650Z copying torch\include\ATen\ops\hardshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1740358Z copying torch\include\ATen\ops\hardshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1746532Z copying torch\include\ATen\ops\hardshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1752856Z copying torch\include\ATen\ops\hardshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1759140Z copying torch\include\ATen\ops\hardshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1766118Z copying torch\include\ATen\ops\hardshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1772152Z copying torch\include\ATen\ops\hardsigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1778655Z copying torch\include\ATen\ops\hardsigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1785371Z copying torch\include\ATen\ops\hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1791950Z copying torch\include\ATen\ops\hardsigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1798309Z copying torch\include\ATen\ops\hardsigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1804886Z copying torch\include\ATen\ops\hardsigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1811441Z copying torch\include\ATen\ops\hardsigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1817814Z copying torch\include\ATen\ops\hardsigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1824111Z copying torch\include\ATen\ops\hardsigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1830866Z copying torch\include\ATen\ops\hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1837020Z copying torch\include\ATen\ops\hardsigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1843868Z copying torch\include\ATen\ops\hardsigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1862679Z copying torch\include\ATen\ops\hardsigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1869148Z copying torch\include\ATen\ops\hardsigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1875459Z copying torch\include\ATen\ops\hardsigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1881992Z copying torch\include\ATen\ops\hardsigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1888299Z copying torch\include\ATen\ops\hardswish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1894932Z copying torch\include\ATen\ops\hardswish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1901902Z copying torch\include\ATen\ops\hardswish_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1908368Z copying torch\include\ATen\ops\hardswish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1914752Z copying torch\include\ATen\ops\hardswish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1921064Z copying torch\include\ATen\ops\hardswish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1927632Z copying torch\include\ATen\ops\hardswish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1934008Z copying torch\include\ATen\ops\hardswish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1940331Z copying torch\include\ATen\ops\hardswish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1946792Z copying torch\include\ATen\ops\hardswish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1953225Z copying torch\include\ATen\ops\hardswish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1959485Z copying torch\include\ATen\ops\hardswish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1965826Z copying torch\include\ATen\ops\hardtanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1972246Z copying torch\include\ATen\ops\hardtanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1978788Z copying torch\include\ATen\ops\hardtanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1985049Z copying torch\include\ATen\ops\hardtanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1991565Z copying torch\include\ATen\ops\hardtanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.1998097Z copying torch\include\ATen\ops\hardtanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2004454Z copying torch\include\ATen\ops\hardtanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2010750Z copying torch\include\ATen\ops\hardtanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2017287Z copying torch\include\ATen\ops\hardtanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2024207Z copying torch\include\ATen\ops\hardtanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2030659Z copying torch\include\ATen\ops\hardtanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2037210Z copying torch\include\ATen\ops\heaviside.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2044089Z copying torch\include\ATen\ops\heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2050651Z copying torch\include\ATen\ops\heaviside_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2057183Z copying torch\include\ATen\ops\heaviside_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2063482Z copying torch\include\ATen\ops\heaviside_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2069966Z copying torch\include\ATen\ops\heaviside_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2077500Z copying torch\include\ATen\ops\heaviside_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2083657Z copying torch\include\ATen\ops\heaviside_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2090007Z copying torch\include\ATen\ops\hinge_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2097390Z copying torch\include\ATen\ops\hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2129349Z copying torch\include\ATen\ops\hinge_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2135762Z copying torch\include\ATen\ops\hinge_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2141938Z copying torch\include\ATen\ops\histc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2147955Z copying torch\include\ATen\ops\histc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2154292Z copying torch\include\ATen\ops\histc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2160710Z copying torch\include\ATen\ops\histc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2167508Z copying torch\include\ATen\ops\histc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2173709Z copying torch\include\ATen\ops\histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2180899Z copying torch\include\ATen\ops\histogramdd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2187588Z copying torch\include\ATen\ops\histogramdd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2194071Z copying torch\include\ATen\ops\histogramdd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2200498Z copying torch\include\ATen\ops\histogramdd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2207239Z copying torch\include\ATen\ops\histogram_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2214548Z copying torch\include\ATen\ops\histogram_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2222772Z copying torch\include\ATen\ops\histogram_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2229421Z copying torch\include\ATen\ops\hsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2236122Z copying torch\include\ATen\ops\hsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2242444Z copying torch\include\ATen\ops\hsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2248904Z copying torch\include\ATen\ops\hsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2255240Z copying torch\include\ATen\ops\hspmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2261592Z copying torch\include\ATen\ops\hspmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2267808Z copying torch\include\ATen\ops\hspmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2274799Z copying torch\include\ATen\ops\hstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2281674Z copying torch\include\ATen\ops\hstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2287787Z copying torch\include\ATen\ops\hstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2293795Z copying torch\include\ATen\ops\hstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2300283Z copying torch\include\ATen\ops\huber_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2306421Z copying torch\include\ATen\ops\huber_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2313170Z copying torch\include\ATen\ops\huber_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2319522Z copying torch\include\ATen\ops\huber_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2326186Z copying torch\include\ATen\ops\huber_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2333092Z copying torch\include\ATen\ops\huber_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2339418Z copying torch\include\ATen\ops\huber_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2345741Z copying torch\include\ATen\ops\huber_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2352055Z copying torch\include\ATen\ops\huber_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2358314Z copying torch\include\ATen\ops\huber_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2364946Z copying torch\include\ATen\ops\huber_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2371499Z copying torch\include\ATen\ops\hypot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2378132Z copying torch\include\ATen\ops\hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2385531Z copying torch\include\ATen\ops\hypot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2392225Z copying torch\include\ATen\ops\hypot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2398886Z copying torch\include\ATen\ops\hypot_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2405434Z copying torch\include\ATen\ops\hypot_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2412125Z copying torch\include\ATen\ops\hypot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2419049Z copying torch\include\ATen\ops\hypot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2425450Z copying torch\include\ATen\ops\i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2432156Z copying torch\include\ATen\ops\i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2438475Z copying torch\include\ATen\ops\i0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2444825Z copying torch\include\ATen\ops\i0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2451608Z copying torch\include\ATen\ops\i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2458648Z copying torch\include\ATen\ops\i0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2465308Z copying torch\include\ATen\ops\i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2471407Z copying torch\include\ATen\ops\i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2477551Z copying torch\include\ATen\ops\igamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2484042Z copying torch\include\ATen\ops\igammac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2490910Z copying torch\include\ATen\ops\igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2497464Z copying torch\include\ATen\ops\igammac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2504171Z copying torch\include\ATen\ops\igammac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2510826Z copying torch\include\ATen\ops\igammac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2517549Z copying torch\include\ATen\ops\igammac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2524544Z copying torch\include\ATen\ops\igammac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2531260Z copying torch\include\ATen\ops\igammac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2538978Z copying torch\include\ATen\ops\igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2545615Z copying torch\include\ATen\ops\igamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2552216Z copying torch\include\ATen\ops\igamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2558899Z copying torch\include\ATen\ops\igamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2565997Z copying torch\include\ATen\ops\igamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2572860Z copying torch\include\ATen\ops\igamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2579836Z copying torch\include\ATen\ops\igamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2586678Z copying torch\include\ATen\ops\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2593226Z copying torch\include\ATen\ops\im2col_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2599832Z copying torch\include\ATen\ops\im2col_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2606833Z copying torch\include\ATen\ops\im2col_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2613135Z copying torch\include\ATen\ops\im2col_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2619569Z copying torch\include\ATen\ops\imag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2625899Z copying torch\include\ATen\ops\imag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2632695Z copying torch\include\ATen\ops\imag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2638924Z copying torch\include\ATen\ops\imag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2644873Z copying torch\include\ATen\ops\index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2651329Z copying torch\include\ATen\ops\index_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2658574Z copying torch\include\ATen\ops\index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2665461Z copying torch\include\ATen\ops\index_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.2671908Z copying torch\include\ATen\ops\index_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3194642Z copying torch\include\ATen\ops\index_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3201046Z copying torch\include\ATen\ops\index_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3207716Z copying torch\include\ATen\ops\index_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3214384Z copying torch\include\ATen\ops\index_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3221457Z copying torch\include\ATen\ops\index_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3229722Z copying torch\include\ATen\ops\index_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3237424Z copying torch\include\ATen\ops\index_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3245707Z copying torch\include\ATen\ops\index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3253059Z copying torch\include\ATen\ops\index_copy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3259659Z copying torch\include\ATen\ops\index_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3266349Z copying torch\include\ATen\ops\index_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3273070Z copying torch\include\ATen\ops\index_copy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3279659Z copying torch\include\ATen\ops\index_copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3286396Z copying torch\include\ATen\ops\index_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3293277Z copying torch\include\ATen\ops\index_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3299943Z copying torch\include\ATen\ops\index_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3306383Z copying torch\include\ATen\ops\index_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3312984Z copying torch\include\ATen\ops\index_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3320613Z copying torch\include\ATen\ops\index_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3327228Z copying torch\include\ATen\ops\index_fill_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3334203Z copying torch\include\ATen\ops\index_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3340771Z copying torch\include\ATen\ops\index_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3347515Z copying torch\include\ATen\ops\index_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3354089Z copying torch\include\ATen\ops\index_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3360671Z copying torch\include\ATen\ops\index_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3367356Z copying torch\include\ATen\ops\index_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3374068Z copying torch\include\ATen\ops\index_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3380771Z copying torch\include\ATen\ops\index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3387457Z copying torch\include\ATen\ops\index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3394400Z copying torch\include\ATen\ops\index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3401478Z copying torch\include\ATen\ops\index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3408178Z copying torch\include\ATen\ops\index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3414865Z copying torch\include\ATen\ops\index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3421516Z copying torch\include\ATen\ops\index_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3428689Z copying torch\include\ATen\ops\index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3435400Z copying torch\include\ATen\ops\index_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3442172Z copying torch\include\ATen\ops\index_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3449085Z copying torch\include\ATen\ops\index_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3455786Z copying torch\include\ATen\ops\index_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3462549Z copying torch\include\ATen\ops\index_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3469292Z copying torch\include\ATen\ops\index_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3476162Z copying torch\include\ATen\ops\index_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3482759Z copying torch\include\ATen\ops\index_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3489749Z copying torch\include\ATen\ops\index_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3496876Z copying torch\include\ATen\ops\index_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3503764Z copying torch\include\ATen\ops\index_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3510837Z copying torch\include\ATen\ops\index_select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3517960Z copying torch\include\ATen\ops\index_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3525000Z copying torch\include\ATen\ops\index_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3531516Z copying torch\include\ATen\ops\index_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3538770Z copying torch\include\ATen\ops\index_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3545672Z copying torch\include\ATen\ops\indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3552187Z copying torch\include\ATen\ops\indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3558838Z copying torch\include\ATen\ops\indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3565890Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3572773Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3579861Z copying torch\include\ATen\ops\indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3586440Z copying torch\include\ATen\ops\indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3592979Z copying torch\include\ATen\ops\indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3599412Z copying torch\include\ATen\ops\indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3606325Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3613709Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3620766Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3627660Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3633685Z copying torch\include\ATen\ops\inner.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3646634Z copying torch\include\ATen\ops\inner_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3648056Z copying torch\include\ATen\ops\inner_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3655103Z copying torch\include\ATen\ops\inner_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3661288Z copying torch\include\ATen\ops\instance_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3668366Z copying torch\include\ATen\ops\instance_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3674943Z copying torch\include\ATen\ops\instance_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3681506Z copying torch\include\ATen\ops\instance_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3688101Z copying torch\include\ATen\ops\int_repr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3694837Z copying torch\include\ATen\ops\int_repr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3701401Z copying torch\include\ATen\ops\int_repr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3708014Z copying torch\include\ATen\ops\int_repr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3715067Z copying torch\include\ATen\ops\inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3722116Z copying torch\include\ATen\ops\inverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3728317Z copying torch\include\ATen\ops\inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3734876Z copying torch\include\ATen\ops\inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3741581Z copying torch\include\ATen\ops\isclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3748281Z copying torch\include\ATen\ops\isclose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3754838Z copying torch\include\ATen\ops\isclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3761396Z copying torch\include\ATen\ops\isclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3767656Z copying torch\include\ATen\ops\isfinite.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3774578Z copying torch\include\ATen\ops\isfinite_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3781845Z copying torch\include\ATen\ops\isfinite_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3787718Z copying torch\include\ATen\ops\isfinite_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3794127Z copying torch\include\ATen\ops\isin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3800325Z copying torch\include\ATen\ops\isinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3806987Z copying torch\include\ATen\ops\isinf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3813490Z copying torch\include\ATen\ops\isinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3820334Z copying torch\include\ATen\ops\isinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3827593Z copying torch\include\ATen\ops\isin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3870250Z copying torch\include\ATen\ops\isin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3871577Z copying torch\include\ATen\ops\isin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3872711Z copying torch\include\ATen\ops\isin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3873837Z copying torch\include\ATen\ops\isin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3875142Z copying torch\include\ATen\ops\isin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3876258Z copying torch\include\ATen\ops\isin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3877319Z copying torch\include\ATen\ops\isnan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3880081Z copying torch\include\ATen\ops\isnan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3886225Z copying torch\include\ATen\ops\isnan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3893024Z copying torch\include\ATen\ops\isnan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3900288Z copying torch\include\ATen\ops\isnan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3906760Z copying torch\include\ATen\ops\isnan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3913334Z copying torch\include\ATen\ops\isneginf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3919580Z copying torch\include\ATen\ops\isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3925913Z copying torch\include\ATen\ops\isneginf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3932325Z copying torch\include\ATen\ops\isneginf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3938830Z copying torch\include\ATen\ops\isneginf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3944927Z copying torch\include\ATen\ops\isneginf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3951981Z copying torch\include\ATen\ops\isneginf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3958301Z copying torch\include\ATen\ops\isneginf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3964830Z copying torch\include\ATen\ops\isposinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3971654Z copying torch\include\ATen\ops\isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3978309Z copying torch\include\ATen\ops\isposinf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3984822Z copying torch\include\ATen\ops\isposinf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3991549Z copying torch\include\ATen\ops\isposinf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.3997893Z copying torch\include\ATen\ops\isposinf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4004175Z copying torch\include\ATen\ops\isposinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4010756Z copying torch\include\ATen\ops\isposinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4018057Z copying torch\include\ATen\ops\isreal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4024350Z copying torch\include\ATen\ops\isreal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4030982Z copying torch\include\ATen\ops\isreal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4037416Z copying torch\include\ATen\ops\isreal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4044557Z copying torch\include\ATen\ops\istft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4050982Z copying torch\include\ATen\ops\istft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4057384Z copying torch\include\ATen\ops\istft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4064115Z copying torch\include\ATen\ops\istft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4070453Z copying torch\include\ATen\ops\is_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4076950Z copying torch\include\ATen\ops\is_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4083725Z copying torch\include\ATen\ops\is_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4089887Z copying torch\include\ATen\ops\is_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4096650Z copying torch\include\ATen\ops\is_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4103341Z copying torch\include\ATen\ops\is_complex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4109885Z copying torch\include\ATen\ops\is_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4116239Z copying torch\include\ATen\ops\is_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4123011Z copying torch\include\ATen\ops\is_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4129392Z copying torch\include\ATen\ops\is_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4136144Z copying torch\include\ATen\ops\is_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4142086Z copying torch\include\ATen\ops\is_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4148611Z copying torch\include\ATen\ops\is_distributed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4155718Z copying torch\include\ATen\ops\is_distributed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4162584Z copying torch\include\ATen\ops\is_distributed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4168818Z copying torch\include\ATen\ops\is_distributed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4175770Z copying torch\include\ATen\ops\is_floating_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4182793Z copying torch\include\ATen\ops\is_floating_point_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4189067Z copying torch\include\ATen\ops\is_floating_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4195673Z copying torch\include\ATen\ops\is_floating_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4202421Z copying torch\include\ATen\ops\is_inference.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4209199Z copying torch\include\ATen\ops\is_inference_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4215763Z copying torch\include\ATen\ops\is_inference_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4222498Z copying torch\include\ATen\ops\is_inference_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4228965Z copying torch\include\ATen\ops\is_leaf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4236011Z copying torch\include\ATen\ops\is_leaf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4242704Z copying torch\include\ATen\ops\is_leaf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4249004Z copying torch\include\ATen\ops\is_leaf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4256080Z copying torch\include\ATen\ops\is_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4262412Z copying torch\include\ATen\ops\is_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4269102Z copying torch\include\ATen\ops\is_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4275163Z copying torch\include\ATen\ops\is_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4281512Z copying torch\include\ATen\ops\is_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4288436Z copying torch\include\ATen\ops\is_nonzero_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4295045Z copying torch\include\ATen\ops\is_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4301286Z copying torch\include\ATen\ops\is_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4308088Z copying torch\include\ATen\ops\is_pinned.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4315323Z copying torch\include\ATen\ops\is_pinned_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4321810Z copying torch\include\ATen\ops\is_pinned_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4328532Z copying torch\include\ATen\ops\is_pinned_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4334978Z copying torch\include\ATen\ops\is_same_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4341595Z copying torch\include\ATen\ops\is_same_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4347930Z copying torch\include\ATen\ops\is_same_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4354309Z copying torch\include\ATen\ops\is_same_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4361090Z copying torch\include\ATen\ops\is_set_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4367665Z copying torch\include\ATen\ops\is_set_to_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4374163Z copying torch\include\ATen\ops\is_set_to_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4380444Z copying torch\include\ATen\ops\is_set_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4386633Z copying torch\include\ATen\ops\is_set_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4393207Z copying torch\include\ATen\ops\is_signed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4399662Z copying torch\include\ATen\ops\is_signed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4405964Z copying torch\include\ATen\ops\is_signed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4412080Z copying torch\include\ATen\ops\is_signed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4418632Z copying torch\include\ATen\ops\is_vulkan_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4426273Z copying torch\include\ATen\ops\is_vulkan_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4431848Z copying torch\include\ATen\ops\is_vulkan_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4438228Z copying torch\include\ATen\ops\is_vulkan_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4444593Z copying torch\include\ATen\ops\item.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4450991Z copying torch\include\ATen\ops\item_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4457276Z copying torch\include\ATen\ops\item_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4463681Z copying torch\include\ATen\ops\item_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4469719Z copying torch\include\ATen\ops\kaiser_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4476346Z copying torch\include\ATen\ops\kaiser_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4483274Z copying torch\include\ATen\ops\kaiser_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4489645Z copying torch\include\ATen\ops\kaiser_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4496394Z copying torch\include\ATen\ops\kl_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4502626Z copying torch\include\ATen\ops\kl_div_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4508977Z copying torch\include\ATen\ops\kl_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4515019Z copying torch\include\ATen\ops\kl_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4521733Z copying torch\include\ATen\ops\kron.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4528139Z copying torch\include\ATen\ops\kron_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4534825Z copying torch\include\ATen\ops\kron_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4541449Z copying torch\include\ATen\ops\kron_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4547701Z copying torch\include\ATen\ops\kthvalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4554480Z copying torch\include\ATen\ops\kthvalue_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4561369Z copying torch\include\ATen\ops\kthvalue_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4568459Z copying torch\include\ATen\ops\kthvalue_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4575078Z copying torch\include\ATen\ops\kthvalue_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4581415Z copying torch\include\ATen\ops\kthvalue_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4588146Z copying torch\include\ATen\ops\kthvalue_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4594440Z copying torch\include\ATen\ops\l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4601108Z copying torch\include\ATen\ops\l1_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4607718Z copying torch\include\ATen\ops\l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4614467Z copying torch\include\ATen\ops\l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4621024Z copying torch\include\ATen\ops\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4627936Z copying torch\include\ATen\ops\layer_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4634647Z copying torch\include\ATen\ops\layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4641167Z copying torch\include\ATen\ops\layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4647539Z copying torch\include\ATen\ops\lcm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4655096Z copying torch\include\ATen\ops\lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4661617Z copying torch\include\ATen\ops\lcm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4668306Z copying torch\include\ATen\ops\lcm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4674924Z copying torch\include\ATen\ops\lcm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4681373Z copying torch\include\ATen\ops\lcm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4687670Z copying torch\include\ATen\ops\lcm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4694362Z copying torch\include\ATen\ops\lcm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4700708Z copying torch\include\ATen\ops\ldexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4707096Z copying torch\include\ATen\ops\ldexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4755317Z copying torch\include\ATen\ops\ldexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4762350Z copying torch\include\ATen\ops\ldexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4769010Z copying torch\include\ATen\ops\le.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4775256Z copying torch\include\ATen\ops\leaky_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4781733Z copying torch\include\ATen\ops\leaky_relu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4788706Z copying torch\include\ATen\ops\leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4795103Z copying torch\include\ATen\ops\leaky_relu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4801738Z copying torch\include\ATen\ops\leaky_relu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4808363Z copying torch\include\ATen\ops\leaky_relu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4815263Z copying torch\include\ATen\ops\leaky_relu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4822042Z copying torch\include\ATen\ops\leaky_relu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4828779Z copying torch\include\ATen\ops\leaky_relu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4835980Z copying torch\include\ATen\ops\leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4842515Z copying torch\include\ATen\ops\leaky_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4849073Z copying torch\include\ATen\ops\leaky_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4855557Z copying torch\include\ATen\ops\leaky_relu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4862198Z copying torch\include\ATen\ops\leaky_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4868742Z copying torch\include\ATen\ops\leaky_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4875093Z copying torch\include\ATen\ops\leaky_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4881395Z copying torch\include\ATen\ops\lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4887951Z copying torch\include\ATen\ops\lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4894592Z copying torch\include\ATen\ops\lerp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4900900Z copying torch\include\ATen\ops\lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4907384Z copying torch\include\ATen\ops\lerp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4913298Z copying torch\include\ATen\ops\lerp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4919481Z copying torch\include\ATen\ops\lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4925985Z copying torch\include\ATen\ops\lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4932046Z copying torch\include\ATen\ops\less.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4957507Z copying torch\include\ATen\ops\less_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4963925Z copying torch\include\ATen\ops\less_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4970460Z copying torch\include\ATen\ops\less_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4977316Z copying torch\include\ATen\ops\less_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4983711Z copying torch\include\ATen\ops\less_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4990073Z copying torch\include\ATen\ops\less_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.4996432Z copying torch\include\ATen\ops\less_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5002900Z copying torch\include\ATen\ops\le_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5009701Z copying torch\include\ATen\ops\le_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5016421Z copying torch\include\ATen\ops\le_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5022969Z copying torch\include\ATen\ops\le_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5029141Z copying torch\include\ATen\ops\le_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5034998Z copying torch\include\ATen\ops\le_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5041354Z copying torch\include\ATen\ops\le_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5047970Z copying torch\include\ATen\ops\lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5054621Z copying torch\include\ATen\ops\lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5060883Z copying torch\include\ATen\ops\lgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5067852Z copying torch\include\ATen\ops\lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5074406Z copying torch\include\ATen\ops\lgamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5080850Z copying torch\include\ATen\ops\lgamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5087272Z copying torch\include\ATen\ops\lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5094154Z copying torch\include\ATen\ops\lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5100212Z copying torch\include\ATen\ops\lift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5106760Z copying torch\include\ATen\ops\lift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5113130Z copying torch\include\ATen\ops\lift_fresh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5119951Z copying torch\include\ATen\ops\lift_fresh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5125937Z copying torch\include\ATen\ops\lift_fresh_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5133388Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5139951Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5146523Z copying torch\include\ATen\ops\lift_fresh_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5153476Z copying torch\include\ATen\ops\lift_fresh_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5159964Z copying torch\include\ATen\ops\lift_fresh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5166355Z copying torch\include\ATen\ops\lift_fresh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5173142Z copying torch\include\ATen\ops\lift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5179233Z copying torch\include\ATen\ops\lift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5185859Z copying torch\include\ATen\ops\linalg_cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5192724Z copying torch\include\ATen\ops\linalg_cholesky_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5199104Z copying torch\include\ATen\ops\linalg_cholesky_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5205889Z copying torch\include\ATen\ops\linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5212476Z copying torch\include\ATen\ops\linalg_cholesky_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5218858Z copying torch\include\ATen\ops\linalg_cholesky_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5225206Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5231939Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5238627Z copying torch\include\ATen\ops\linalg_cholesky_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5244914Z copying torch\include\ATen\ops\linalg_cholesky_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5252143Z copying torch\include\ATen\ops\linalg_cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5258648Z copying torch\include\ATen\ops\linalg_cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5264906Z copying torch\include\ATen\ops\linalg_cond.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5272090Z copying torch\include\ATen\ops\linalg_cond_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5278861Z copying torch\include\ATen\ops\linalg_cond_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5285477Z copying torch\include\ATen\ops\linalg_cond_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5291695Z copying torch\include\ATen\ops\linalg_cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5298869Z copying torch\include\ATen\ops\linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5305308Z copying torch\include\ATen\ops\linalg_cross_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5312437Z copying torch\include\ATen\ops\linalg_cross_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5318744Z copying torch\include\ATen\ops\linalg_cross_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5325645Z copying torch\include\ATen\ops\linalg_cross_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5332889Z copying torch\include\ATen\ops\linalg_cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5339708Z copying torch\include\ATen\ops\linalg_cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5346415Z copying torch\include\ATen\ops\linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5354159Z copying torch\include\ATen\ops\linalg_det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5360960Z copying torch\include\ATen\ops\linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5368177Z copying torch\include\ATen\ops\linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5375904Z copying torch\include\ATen\ops\linalg_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5405936Z copying torch\include\ATen\ops\linalg_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5412548Z copying torch\include\ATen\ops\linalg_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5419107Z copying torch\include\ATen\ops\linalg_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5426325Z copying torch\include\ATen\ops\linalg_eig.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5432663Z copying torch\include\ATen\ops\linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5439451Z copying torch\include\ATen\ops\linalg_eigh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5446609Z copying torch\include\ATen\ops\linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5453598Z copying torch\include\ATen\ops\linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5460357Z copying torch\include\ATen\ops\linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5466839Z copying torch\include\ATen\ops\linalg_eigvalsh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5473765Z copying torch\include\ATen\ops\linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5480510Z copying torch\include\ATen\ops\linalg_eigvalsh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5486693Z copying torch\include\ATen\ops\linalg_eigvalsh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5493722Z copying torch\include\ATen\ops\linalg_eigvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5501093Z copying torch\include\ATen\ops\linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5507647Z copying torch\include\ATen\ops\linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5514001Z copying torch\include\ATen\ops\linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5520509Z copying torch\include\ATen\ops\linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5526923Z copying torch\include\ATen\ops\linalg_eig_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5533376Z copying torch\include\ATen\ops\linalg_eig_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5539929Z copying torch\include\ATen\ops\linalg_eig_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5546615Z copying torch\include\ATen\ops\linalg_eig_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5553120Z copying torch\include\ATen\ops\linalg_householder_product.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5559605Z copying torch\include\ATen\ops\linalg_householder_product_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5566435Z copying torch\include\ATen\ops\linalg_householder_product_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5573025Z copying torch\include\ATen\ops\linalg_householder_product_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5579415Z copying torch\include\ATen\ops\linalg_householder_product_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5585637Z copying torch\include\ATen\ops\linalg_inv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5592612Z copying torch\include\ATen\ops\linalg_inv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5598802Z copying torch\include\ATen\ops\linalg_inv_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5605616Z copying torch\include\ATen\ops\linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5612002Z copying torch\include\ATen\ops\linalg_inv_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5619110Z copying torch\include\ATen\ops\linalg_inv_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5625484Z copying torch\include\ATen\ops\linalg_inv_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5632216Z copying torch\include\ATen\ops\linalg_inv_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5638849Z copying torch\include\ATen\ops\linalg_inv_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5645371Z copying torch\include\ATen\ops\linalg_inv_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5651896Z copying torch\include\ATen\ops\linalg_inv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5657989Z copying torch\include\ATen\ops\linalg_inv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5664577Z copying torch\include\ATen\ops\linalg_ldl_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5671571Z copying torch\include\ATen\ops\linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5678273Z copying torch\include\ATen\ops\linalg_ldl_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5685324Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5692100Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5698807Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5705535Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5712208Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5719247Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5725802Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5733216Z copying torch\include\ATen\ops\linalg_ldl_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5741106Z copying torch\include\ATen\ops\linalg_ldl_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5748565Z copying torch\include\ATen\ops\linalg_ldl_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5756632Z copying torch\include\ATen\ops\linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5763394Z copying torch\include\ATen\ops\linalg_ldl_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5770133Z copying torch\include\ATen\ops\linalg_ldl_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5776949Z copying torch\include\ATen\ops\linalg_ldl_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5783849Z copying torch\include\ATen\ops\linalg_ldl_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5790825Z copying torch\include\ATen\ops\linalg_ldl_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5797437Z copying torch\include\ATen\ops\linalg_ldl_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5803892Z copying torch\include\ATen\ops\linalg_lstsq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5811241Z copying torch\include\ATen\ops\linalg_lstsq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5817967Z copying torch\include\ATen\ops\linalg_lstsq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5824225Z copying torch\include\ATen\ops\linalg_lstsq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5830842Z copying torch\include\ATen\ops\linalg_lstsq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5837403Z copying torch\include\ATen\ops\linalg_lstsq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5849237Z copying torch\include\ATen\ops\linalg_lu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5853515Z copying torch\include\ATen\ops\linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5859977Z copying torch\include\ATen\ops\linalg_lu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5867677Z copying torch\include\ATen\ops\linalg_lu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5873995Z copying torch\include\ATen\ops\linalg_lu_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5881503Z copying torch\include\ATen\ops\linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5887904Z copying torch\include\ATen\ops\linalg_lu_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5895313Z copying torch\include\ATen\ops\linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5901950Z copying torch\include\ATen\ops\linalg_lu_factor_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5908403Z copying torch\include\ATen\ops\linalg_lu_factor_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5915569Z copying torch\include\ATen\ops\linalg_lu_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5922452Z copying torch\include\ATen\ops\linalg_lu_factor_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5928974Z copying torch\include\ATen\ops\linalg_lu_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5935629Z copying torch\include\ATen\ops\linalg_lu_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5942298Z copying torch\include\ATen\ops\linalg_lu_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5948796Z copying torch\include\ATen\ops\linalg_lu_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5955207Z copying torch\include\ATen\ops\linalg_lu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5961566Z copying torch\include\ATen\ops\linalg_lu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5968307Z copying torch\include\ATen\ops\linalg_lu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5974998Z copying torch\include\ATen\ops\linalg_lu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5981484Z copying torch\include\ATen\ops\linalg_lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5988574Z copying torch\include\ATen\ops\linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.5995364Z copying torch\include\ATen\ops\linalg_lu_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6002282Z copying torch\include\ATen\ops\linalg_lu_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6008985Z copying torch\include\ATen\ops\linalg_lu_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6015676Z copying torch\include\ATen\ops\linalg_lu_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6022601Z copying torch\include\ATen\ops\linalg_lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6029498Z copying torch\include\ATen\ops\linalg_lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6036486Z copying torch\include\ATen\ops\linalg_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6043549Z copying torch\include\ATen\ops\linalg_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6050112Z copying torch\include\ATen\ops\linalg_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6057269Z copying torch\include\ATen\ops\linalg_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6078327Z copying torch\include\ATen\ops\linalg_matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6085392Z copying torch\include\ATen\ops\linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6092631Z copying torch\include\ATen\ops\linalg_matrix_exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6099754Z copying torch\include\ATen\ops\linalg_matrix_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6106636Z copying torch\include\ATen\ops\linalg_matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6113701Z copying torch\include\ATen\ops\linalg_matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6120451Z copying torch\include\ATen\ops\linalg_matrix_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6127560Z copying torch\include\ATen\ops\linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6134533Z copying torch\include\ATen\ops\linalg_matrix_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6141841Z copying torch\include\ATen\ops\linalg_matrix_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6148922Z copying torch\include\ATen\ops\linalg_matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6155985Z copying torch\include\ATen\ops\linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6162778Z copying torch\include\ATen\ops\linalg_matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6169487Z copying torch\include\ATen\ops\linalg_matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6176642Z copying torch\include\ATen\ops\linalg_matrix_rank.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6183536Z copying torch\include\ATen\ops\linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6190611Z copying torch\include\ATen\ops\linalg_matrix_rank_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6198365Z copying torch\include\ATen\ops\linalg_matrix_rank_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6204910Z copying torch\include\ATen\ops\linalg_multi_dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6211678Z copying torch\include\ATen\ops\linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6219029Z copying torch\include\ATen\ops\linalg_multi_dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6226051Z copying torch\include\ATen\ops\linalg_multi_dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6232652Z copying torch\include\ATen\ops\linalg_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6239882Z copying torch\include\ATen\ops\linalg_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6246802Z copying torch\include\ATen\ops\linalg_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6254012Z copying torch\include\ATen\ops\linalg_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6261798Z copying torch\include\ATen\ops\linalg_pinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6269191Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6276274Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6283346Z copying torch\include\ATen\ops\linalg_pinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6290234Z copying torch\include\ATen\ops\linalg_pinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6297203Z copying torch\include\ATen\ops\linalg_pinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6303979Z copying torch\include\ATen\ops\linalg_qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6311082Z copying torch\include\ATen\ops\linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6317644Z copying torch\include\ATen\ops\linalg_qr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6324519Z copying torch\include\ATen\ops\linalg_qr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6331150Z copying torch\include\ATen\ops\linalg_qr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6337688Z copying torch\include\ATen\ops\linalg_qr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6344559Z copying torch\include\ATen\ops\linalg_qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6351033Z copying torch\include\ATen\ops\linalg_qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6357506Z copying torch\include\ATen\ops\linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6364647Z copying torch\include\ATen\ops\linalg_slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6371305Z copying torch\include\ATen\ops\linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6377964Z copying torch\include\ATen\ops\linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6384494Z copying torch\include\ATen\ops\linalg_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6391609Z copying torch\include\ATen\ops\linalg_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6398626Z copying torch\include\ATen\ops\linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6405586Z copying torch\include\ATen\ops\linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6412137Z copying torch\include\ATen\ops\linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6418752Z copying torch\include\ATen\ops\linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6425564Z copying torch\include\ATen\ops\linalg_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6432132Z copying torch\include\ATen\ops\linalg_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6438374Z copying torch\include\ATen\ops\linalg_solve_triangular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6445468Z copying torch\include\ATen\ops\linalg_solve_triangular_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6452787Z copying torch\include\ATen\ops\linalg_solve_triangular_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6459440Z copying torch\include\ATen\ops\linalg_solve_triangular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6466942Z copying torch\include\ATen\ops\linalg_solve_triangular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6473104Z copying torch\include\ATen\ops\linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6479920Z copying torch\include\ATen\ops\linalg_svdvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6486901Z copying torch\include\ATen\ops\linalg_svdvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6493428Z copying torch\include\ATen\ops\linalg_svdvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6500186Z copying torch\include\ATen\ops\linalg_svdvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6507164Z copying torch\include\ATen\ops\linalg_svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6513867Z copying torch\include\ATen\ops\linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6520495Z copying torch\include\ATen\ops\linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6527340Z copying torch\include\ATen\ops\linalg_tensorinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6534139Z copying torch\include\ATen\ops\linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6540546Z copying torch\include\ATen\ops\linalg_tensorinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6547255Z copying torch\include\ATen\ops\linalg_tensorinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6554007Z copying torch\include\ATen\ops\linalg_tensorsolve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6561349Z copying torch\include\ATen\ops\linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6567858Z copying torch\include\ATen\ops\linalg_tensorsolve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6574471Z copying torch\include\ATen\ops\linalg_tensorsolve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6581262Z copying torch\include\ATen\ops\linalg_vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6588228Z copying torch\include\ATen\ops\linalg_vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6594793Z copying torch\include\ATen\ops\linalg_vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6601558Z copying torch\include\ATen\ops\linalg_vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6608062Z copying torch\include\ATen\ops\linalg_vecdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6615309Z copying torch\include\ATen\ops\linalg_vecdot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6622015Z copying torch\include\ATen\ops\linalg_vecdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6628588Z copying torch\include\ATen\ops\linalg_vecdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6635685Z copying torch\include\ATen\ops\linalg_vector_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6643245Z copying torch\include\ATen\ops\linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6650483Z copying torch\include\ATen\ops\linalg_vector_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6657710Z copying torch\include\ATen\ops\linalg_vector_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6664544Z copying torch\include\ATen\ops\linalg_vector_norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6671344Z copying torch\include\ATen\ops\linalg_vector_norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6678071Z copying torch\include\ATen\ops\linalg_vector_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6685009Z copying torch\include\ATen\ops\linalg_vector_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6692222Z copying torch\include\ATen\ops\linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6726994Z copying torch\include\ATen\ops\linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6734329Z copying torch\include\ATen\ops\linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6741475Z copying torch\include\ATen\ops\linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6748714Z copying torch\include\ATen\ops\linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.6755838Z copying torch\include\ATen\ops\linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7440887Z copying torch\include\ATen\ops\linear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7447083Z copying torch\include\ATen\ops\linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7453507Z copying torch\include\ATen\ops\linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7459905Z copying torch\include\ATen\ops\linspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7466578Z copying torch\include\ATen\ops\linspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7472805Z copying torch\include\ATen\ops\linspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7479436Z copying torch\include\ATen\ops\linspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7486007Z copying torch\include\ATen\ops\linspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7492550Z copying torch\include\ATen\ops\linspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7498889Z copying torch\include\ATen\ops\linspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7505425Z copying torch\include\ATen\ops\log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7511743Z copying torch\include\ATen\ops\log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7518301Z copying torch\include\ATen\ops\log10_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7524524Z copying torch\include\ATen\ops\log10_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7530985Z copying torch\include\ATen\ops\log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7537483Z copying torch\include\ATen\ops\log10_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7543846Z copying torch\include\ATen\ops\log10_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7550496Z copying torch\include\ATen\ops\log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7556950Z copying torch\include\ATen\ops\log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7563601Z copying torch\include\ATen\ops\log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7569835Z copying torch\include\ATen\ops\log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7576040Z copying torch\include\ATen\ops\log1p_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7582616Z copying torch\include\ATen\ops\log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7589213Z copying torch\include\ATen\ops\log1p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7595668Z copying torch\include\ATen\ops\log1p_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7602383Z copying torch\include\ATen\ops\log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7608837Z copying torch\include\ATen\ops\log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7615500Z copying torch\include\ATen\ops\log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7622324Z copying torch\include\ATen\ops\log2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7628968Z copying torch\include\ATen\ops\log2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7635028Z copying torch\include\ATen\ops\log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7641212Z copying torch\include\ATen\ops\log2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7647563Z copying torch\include\ATen\ops\log2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7653677Z copying torch\include\ATen\ops\log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7659784Z copying torch\include\ATen\ops\log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7666172Z copying torch\include\ATen\ops\logaddexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7672223Z copying torch\include\ATen\ops\logaddexp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7679121Z copying torch\include\ATen\ops\logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7685262Z copying torch\include\ATen\ops\logaddexp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7691561Z copying torch\include\ATen\ops\logaddexp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7698224Z copying torch\include\ATen\ops\logaddexp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:56.7704810Z copying torch\include\ATen\ops\logaddexp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0391087Z copying torch\include\ATen\ops\logaddexp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0398945Z copying torch\include\ATen\ops\logaddexp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0408206Z copying torch\include\ATen\ops\logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0417774Z copying torch\include\ATen\ops\logaddexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0425075Z copying torch\include\ATen\ops\logaddexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0433381Z copying torch\include\ATen\ops\logaddexp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0440279Z copying torch\include\ATen\ops\logaddexp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0447362Z copying torch\include\ATen\ops\logaddexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0454845Z copying torch\include\ATen\ops\logaddexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0462178Z copying torch\include\ATen\ops\logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0469628Z copying torch\include\ATen\ops\logcumsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0476885Z copying torch\include\ATen\ops\logcumsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0483898Z copying torch\include\ATen\ops\logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0490943Z copying torch\include\ATen\ops\logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0499620Z copying torch\include\ATen\ops\logdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0506800Z copying torch\include\ATen\ops\logdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0513769Z copying torch\include\ATen\ops\logdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0520524Z copying torch\include\ATen\ops\logdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0527691Z copying torch\include\ATen\ops\logical_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0536671Z copying torch\include\ATen\ops\logical_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0544488Z copying torch\include\ATen\ops\logical_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0551388Z copying torch\include\ATen\ops\logical_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0558211Z copying torch\include\ATen\ops\logical_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0565417Z copying torch\include\ATen\ops\logical_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0573084Z copying torch\include\ATen\ops\logical_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0580343Z copying torch\include\ATen\ops\logical_not_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0588102Z copying torch\include\ATen\ops\logical_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0595008Z copying torch\include\ATen\ops\logical_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0602255Z copying torch\include\ATen\ops\logical_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0613689Z copying torch\include\ATen\ops\logical_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0623957Z copying torch\include\ATen\ops\logical_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0645076Z copying torch\include\ATen\ops\logical_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0651792Z copying torch\include\ATen\ops\logical_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0658879Z copying torch\include\ATen\ops\logical_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0665512Z copying torch\include\ATen\ops\logical_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0672204Z copying torch\include\ATen\ops\logical_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0678798Z copying torch\include\ATen\ops\logical_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0685832Z copying torch\include\ATen\ops\logical_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0692623Z copying torch\include\ATen\ops\logical_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0699584Z copying torch\include\ATen\ops\logical_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0706240Z copying torch\include\ATen\ops\logical_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0713266Z copying torch\include\ATen\ops\logical_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0719979Z copying torch\include\ATen\ops\logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0726325Z copying torch\include\ATen\ops\logit_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0733453Z copying torch\include\ATen\ops\logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0740271Z copying torch\include\ATen\ops\logit_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0746810Z copying torch\include\ATen\ops\logit_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0753664Z copying torch\include\ATen\ops\logit_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0760738Z copying torch\include\ATen\ops\logit_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0767528Z copying torch\include\ATen\ops\logit_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0775079Z copying torch\include\ATen\ops\logit_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0782210Z copying torch\include\ATen\ops\logit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0790378Z copying torch\include\ATen\ops\logit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0798052Z copying torch\include\ATen\ops\logit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0811929Z copying torch\include\ATen\ops\logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0819305Z copying torch\include\ATen\ops\logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0826118Z copying torch\include\ATen\ops\logspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0832864Z copying torch\include\ATen\ops\logspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0839631Z copying torch\include\ATen\ops\logspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0846403Z copying torch\include\ATen\ops\logspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0853041Z copying torch\include\ATen\ops\logspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0859472Z copying torch\include\ATen\ops\logspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0866188Z copying torch\include\ATen\ops\logspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0873057Z copying torch\include\ATen\ops\logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0879915Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0886453Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0893402Z copying torch\include\ATen\ops\logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0900128Z copying torch\include\ATen\ops\logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0906605Z copying torch\include\ATen\ops\logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0913677Z copying torch\include\ATen\ops\log_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0920087Z copying torch\include\ATen\ops\log_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0926428Z copying torch\include\ATen\ops\log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0933105Z copying torch\include\ATen\ops\log_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0938908Z copying torch\include\ATen\ops\log_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0945126Z copying torch\include\ATen\ops\log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0951482Z copying torch\include\ATen\ops\log_normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0958154Z copying torch\include\ATen\ops\log_normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0964845Z copying torch\include\ATen\ops\log_normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0971262Z copying torch\include\ATen\ops\log_normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0977746Z copying torch\include\ATen\ops\log_normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0984371Z copying torch\include\ATen\ops\log_normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0990625Z copying torch\include\ATen\ops\log_normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.0996944Z copying torch\include\ATen\ops\log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1003545Z copying torch\include\ATen\ops\log_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1009583Z copying torch\include\ATen\ops\log_sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1016470Z copying torch\include\ATen\ops\log_sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1023047Z copying torch\include\ATen\ops\log_sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1029726Z copying torch\include\ATen\ops\log_sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1036572Z copying torch\include\ATen\ops\log_sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1043214Z copying torch\include\ATen\ops\log_sigmoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1049648Z copying torch\include\ATen\ops\log_sigmoid_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1056593Z copying torch\include\ATen\ops\log_sigmoid_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1063049Z copying torch\include\ATen\ops\log_sigmoid_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1069668Z copying torch\include\ATen\ops\log_sigmoid_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1076087Z copying torch\include\ATen\ops\log_sigmoid_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1082894Z copying torch\include\ATen\ops\log_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1088931Z copying torch\include\ATen\ops\log_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1095387Z copying torch\include\ATen\ops\log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1102552Z copying torch\include\ATen\ops\log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1109052Z copying torch\include\ATen\ops\log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1115244Z copying torch\include\ATen\ops\log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1121474Z copying torch\include\ATen\ops\log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1128109Z copying torch\include\ATen\ops\lshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1134407Z copying torch\include\ATen\ops\lshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1140542Z copying torch\include\ATen\ops\lshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1146982Z copying torch\include\ATen\ops\lshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1153314Z copying torch\include\ATen\ops\lshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1159632Z copying torch\include\ATen\ops\lshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1165899Z copying torch\include\ATen\ops\lshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1172421Z copying torch\include\ATen\ops\lstm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1178607Z copying torch\include\ATen\ops\lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1185313Z copying torch\include\ATen\ops\lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1191537Z copying torch\include\ATen\ops\lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1198998Z copying torch\include\ATen\ops\lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1206080Z copying torch\include\ATen\ops\lstm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1212523Z copying torch\include\ATen\ops\lstm_mps_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1219769Z copying torch\include\ATen\ops\lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1226851Z copying torch\include\ATen\ops\lstm_mps_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1234025Z copying torch\include\ATen\ops\lstm_mps_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1240183Z copying torch\include\ATen\ops\lstm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1246902Z copying torch\include\ATen\ops\lstm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1252921Z copying torch\include\ATen\ops\lt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1261257Z copying torch\include\ATen\ops\lt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1268241Z copying torch\include\ATen\ops\lt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1275269Z copying torch\include\ATen\ops\lt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1282304Z copying torch\include\ATen\ops\lt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1289605Z copying torch\include\ATen\ops\lt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1297389Z copying torch\include\ATen\ops\lt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1304974Z copying torch\include\ATen\ops\lt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1311614Z copying torch\include\ATen\ops\lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1319772Z copying torch\include\ATen\ops\lu_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1326388Z copying torch\include\ATen\ops\lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1332939Z copying torch\include\ATen\ops\lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1339723Z copying torch\include\ATen\ops\lu_unpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1346658Z copying torch\include\ATen\ops\lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1353458Z copying torch\include\ATen\ops\lu_unpack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1360327Z copying torch\include\ATen\ops\lu_unpack_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1367379Z copying torch\include\ATen\ops\lu_unpack_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1374175Z copying torch\include\ATen\ops\lu_unpack_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1381182Z copying torch\include\ATen\ops\lu_unpack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1388503Z copying torch\include\ATen\ops\lu_unpack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1394954Z copying torch\include\ATen\ops\margin_ranking_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1401479Z copying torch\include\ATen\ops\margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1407812Z copying torch\include\ATen\ops\margin_ranking_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1414220Z copying torch\include\ATen\ops\margin_ranking_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1420375Z copying torch\include\ATen\ops\masked_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1426878Z copying torch\include\ATen\ops\masked_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1433609Z copying torch\include\ATen\ops\masked_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1439843Z copying torch\include\ATen\ops\masked_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1446361Z copying torch\include\ATen\ops\masked_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1452774Z copying torch\include\ATen\ops\masked_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1459239Z copying torch\include\ATen\ops\masked_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1465299Z copying torch\include\ATen\ops\masked_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1471379Z copying torch\include\ATen\ops\masked_scatter_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1478210Z copying torch\include\ATen\ops\masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1484653Z copying torch\include\ATen\ops\masked_scatter_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1491149Z copying torch\include\ATen\ops\masked_scatter_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1498471Z copying torch\include\ATen\ops\masked_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1524589Z copying torch\include\ATen\ops\masked_scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1531363Z copying torch\include\ATen\ops\masked_scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1537921Z copying torch\include\ATen\ops\masked_scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1544215Z copying torch\include\ATen\ops\masked_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1550791Z copying torch\include\ATen\ops\masked_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1557077Z copying torch\include\ATen\ops\masked_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1563532Z copying torch\include\ATen\ops\masked_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1570414Z copying torch\include\ATen\ops\masked_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1576852Z copying torch\include\ATen\ops\masked_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1583000Z copying torch\include\ATen\ops\masked_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1589664Z copying torch\include\ATen\ops\masked_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1596589Z copying torch\include\ATen\ops\masked_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1603270Z copying torch\include\ATen\ops\masked_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1609619Z copying torch\include\ATen\ops\masked_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1616108Z copying torch\include\ATen\ops\matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1623781Z copying torch\include\ATen\ops\matmul_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1630472Z copying torch\include\ATen\ops\matmul_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1636739Z copying torch\include\ATen\ops\matmul_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1643480Z copying torch\include\ATen\ops\matmul_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1651286Z copying torch\include\ATen\ops\matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1657630Z copying torch\include\ATen\ops\matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1664219Z copying torch\include\ATen\ops\matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1670879Z copying torch\include\ATen\ops\matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1677257Z copying torch\include\ATen\ops\matrix_exp_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1684134Z copying torch\include\ATen\ops\matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1690806Z copying torch\include\ATen\ops\matrix_exp_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1697082Z copying torch\include\ATen\ops\matrix_exp_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1703829Z copying torch\include\ATen\ops\matrix_exp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1710226Z copying torch\include\ATen\ops\matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1716527Z copying torch\include\ATen\ops\matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1722936Z copying torch\include\ATen\ops\matrix_H.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1729505Z copying torch\include\ATen\ops\matrix_H_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1736254Z copying torch\include\ATen\ops\matrix_H_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1742494Z copying torch\include\ATen\ops\matrix_H_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1749646Z copying torch\include\ATen\ops\matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1756481Z copying torch\include\ATen\ops\matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1763397Z copying torch\include\ATen\ops\matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1769504Z copying torch\include\ATen\ops\matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1776103Z copying torch\include\ATen\ops\max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1783057Z copying torch\include\ATen\ops\maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1790470Z copying torch\include\ATen\ops\maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1797715Z copying torch\include\ATen\ops\maximum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1804373Z copying torch\include\ATen\ops\maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1810818Z copying torch\include\ATen\ops\maximum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1817413Z copying torch\include\ATen\ops\maximum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1823909Z copying torch\include\ATen\ops\maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1830264Z copying torch\include\ATen\ops\maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1837347Z copying torch\include\ATen\ops\max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1843647Z copying torch\include\ATen\ops\max_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1850251Z copying torch\include\ATen\ops\max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1856858Z copying torch\include\ATen\ops\max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1862740Z copying torch\include\ATen\ops\max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1868726Z copying torch\include\ATen\ops\max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1874807Z copying torch\include\ATen\ops\max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1881205Z copying torch\include\ATen\ops\max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1887193Z copying torch\include\ATen\ops\max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1893810Z copying torch\include\ATen\ops\max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1917870Z copying torch\include\ATen\ops\max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1924243Z copying torch\include\ATen\ops\max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1930608Z copying torch\include\ATen\ops\max_pool1d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1937639Z copying torch\include\ATen\ops\max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1944236Z copying torch\include\ATen\ops\max_pool1d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1950606Z copying torch\include\ATen\ops\max_pool1d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1956757Z copying torch\include\ATen\ops\max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1963164Z copying torch\include\ATen\ops\max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1969916Z copying torch\include\ATen\ops\max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1976301Z copying torch\include\ATen\ops\max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1982725Z copying torch\include\ATen\ops\max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1989793Z copying torch\include\ATen\ops\max_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.1996368Z copying torch\include\ATen\ops\max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2002677Z copying torch\include\ATen\ops\max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2009239Z copying torch\include\ATen\ops\max_pool2d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2015961Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2022815Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2029385Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2036081Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2042711Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2049409Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2056169Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2063056Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2070115Z copying torch\include\ATen\ops\max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2076664Z copying torch\include\ATen\ops\max_pool2d_with_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2083423Z copying torch\include\ATen\ops\max_pool2d_with_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2090227Z copying torch\include\ATen\ops\max_pool2d_with_indices_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2096771Z copying torch\include\ATen\ops\max_pool2d_with_indices_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2103481Z copying torch\include\ATen\ops\max_pool2d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2110060Z copying torch\include\ATen\ops\max_pool2d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2116399Z copying torch\include\ATen\ops\max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2123119Z copying torch\include\ATen\ops\max_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2129447Z copying torch\include\ATen\ops\max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2135978Z copying torch\include\ATen\ops\max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2143065Z copying torch\include\ATen\ops\max_pool3d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2149729Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2156567Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2163135Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2169783Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2176615Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2183408Z copying torch\include\ATen\ops\max_pool3d_with_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2190205Z copying torch\include\ATen\ops\max_pool3d_with_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2196749Z copying torch\include\ATen\ops\max_pool3d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2203333Z copying torch\include\ATen\ops\max_pool3d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2209713Z copying torch\include\ATen\ops\max_unpool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2216689Z copying torch\include\ATen\ops\max_unpool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2223108Z copying torch\include\ATen\ops\max_unpool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2229716Z copying torch\include\ATen\ops\max_unpool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2236391Z copying torch\include\ATen\ops\max_unpool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2242905Z copying torch\include\ATen\ops\max_unpool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2249551Z copying torch\include\ATen\ops\max_unpool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2256254Z copying torch\include\ATen\ops\max_unpool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2262832Z copying torch\include\ATen\ops\max_unpool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2269416Z copying torch\include\ATen\ops\max_unpool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2275895Z copying torch\include\ATen\ops\mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2282359Z copying torch\include\ATen\ops\mean_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2289431Z copying torch\include\ATen\ops\mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2296434Z copying torch\include\ATen\ops\mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2302931Z copying torch\include\ATen\ops\mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2309384Z copying torch\include\ATen\ops\mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2315742Z copying torch\include\ATen\ops\mean_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2322214Z copying torch\include\ATen\ops\mean_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2328389Z copying torch\include\ATen\ops\mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2335014Z copying torch\include\ATen\ops\mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2341011Z copying torch\include\ATen\ops\median.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2347339Z copying torch\include\ATen\ops\median_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2353626Z copying torch\include\ATen\ops\median_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2360290Z copying torch\include\ATen\ops\median_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2366572Z copying torch\include\ATen\ops\median_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2373373Z copying torch\include\ATen\ops\median_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2379520Z copying torch\include\ATen\ops\median_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2385737Z copying torch\include\ATen\ops\meshgrid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2391869Z copying torch\include\ATen\ops\meshgrid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2397969Z copying torch\include\ATen\ops\meshgrid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2404202Z copying torch\include\ATen\ops\meshgrid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2410025Z copying torch\include\ATen\ops\mH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2416135Z copying torch\include\ATen\ops\mH_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2423400Z copying torch\include\ATen\ops\mH_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2429365Z copying torch\include\ATen\ops\mH_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2435523Z copying torch\include\ATen\ops\min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2441650Z copying torch\include\ATen\ops\minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2448446Z copying torch\include\ATen\ops\minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2454661Z copying torch\include\ATen\ops\minimum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2460971Z copying torch\include\ATen\ops\minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2467423Z copying torch\include\ATen\ops\minimum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2473826Z copying torch\include\ATen\ops\minimum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2479948Z copying torch\include\ATen\ops\minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2486191Z copying torch\include\ATen\ops\minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2492960Z copying torch\include\ATen\ops\min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2499306Z copying torch\include\ATen\ops\min_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2505409Z copying torch\include\ATen\ops\min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2511580Z copying torch\include\ATen\ops\min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2518359Z copying torch\include\ATen\ops\min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2524401Z copying torch\include\ATen\ops\min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2530435Z copying torch\include\ATen\ops\min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2542570Z copying torch\include\ATen\ops\min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2549137Z copying torch\include\ATen\ops\miopen_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2555622Z copying torch\include\ATen\ops\miopen_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2562590Z copying torch\include\ATen\ops\miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2569866Z copying torch\include\ATen\ops\miopen_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2576777Z copying torch\include\ATen\ops\miopen_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2584267Z copying torch\include\ATen\ops\miopen_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2591310Z copying torch\include\ATen\ops\miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2597843Z copying torch\include\ATen\ops\miopen_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2604433Z copying torch\include\ATen\ops\miopen_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2611105Z copying torch\include\ATen\ops\miopen_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2625205Z copying torch\include\ATen\ops\miopen_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2626474Z copying torch\include\ATen\ops\miopen_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2631269Z copying torch\include\ATen\ops\miopen_convolution_add_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2637753Z copying torch\include\ATen\ops\miopen_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2644348Z copying torch\include\ATen\ops\miopen_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2651552Z copying torch\include\ATen\ops\miopen_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2658258Z copying torch\include\ATen\ops\miopen_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2664775Z copying torch\include\ATen\ops\miopen_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2671348Z copying torch\include\ATen\ops\miopen_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2678173Z copying torch\include\ATen\ops\miopen_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2685396Z copying torch\include\ATen\ops\miopen_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2692093Z copying torch\include\ATen\ops\miopen_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2698942Z copying torch\include\ATen\ops\miopen_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2705534Z copying torch\include\ATen\ops\miopen_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2712616Z copying torch\include\ATen\ops\miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2719273Z copying torch\include\ATen\ops\miopen_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2726045Z copying torch\include\ATen\ops\miopen_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2733008Z copying torch\include\ATen\ops\miopen_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2739627Z copying torch\include\ATen\ops\miopen_depthwise_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2746703Z copying torch\include\ATen\ops\miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2753257Z copying torch\include\ATen\ops\miopen_depthwise_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2760433Z copying torch\include\ATen\ops\miopen_depthwise_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2767068Z copying torch\include\ATen\ops\miopen_depthwise_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2774169Z copying torch\include\ATen\ops\miopen_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2780637Z copying torch\include\ATen\ops\miopen_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2787546Z copying torch\include\ATen\ops\miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2794151Z copying torch\include\ATen\ops\miopen_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2801286Z copying torch\include\ATen\ops\miopen_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2807773Z copying torch\include\ATen\ops\miopen_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2814934Z copying torch\include\ATen\ops\miopen_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2822231Z copying torch\include\ATen\ops\miopen_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2828295Z copying torch\include\ATen\ops\miopen_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2834777Z copying torch\include\ATen\ops\miopen_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2840991Z copying torch\include\ATen\ops\mish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2847172Z copying torch\include\ATen\ops\mish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2854068Z copying torch\include\ATen\ops\mish_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2860526Z copying torch\include\ATen\ops\mish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2866917Z copying torch\include\ATen\ops\mish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2873196Z copying torch\include\ATen\ops\mish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2879629Z copying torch\include\ATen\ops\mish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2886350Z copying torch\include\ATen\ops\mish_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2892858Z copying torch\include\ATen\ops\mish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2898837Z copying torch\include\ATen\ops\mish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2905563Z copying torch\include\ATen\ops\mish_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2911554Z copying torch\include\ATen\ops\mish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2917844Z copying torch\include\ATen\ops\mish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2924137Z copying torch\include\ATen\ops\mish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2930303Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2937110Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2943690Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2950154Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2956568Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2963040Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2969503Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2976081Z copying torch\include\ATen\ops\mkldnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2982865Z copying torch\include\ATen\ops\mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2989273Z copying torch\include\ATen\ops\mkldnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.2995627Z copying torch\include\ATen\ops\mkldnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3001946Z copying torch\include\ATen\ops\mkldnn_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3008406Z copying torch\include\ATen\ops\mkldnn_linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3015291Z copying torch\include\ATen\ops\mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3021653Z copying torch\include\ATen\ops\mkldnn_linear_backward_input.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3028767Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3035043Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3041416Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3047806Z copying torch\include\ATen\ops\mkldnn_linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3054269Z copying torch\include\ATen\ops\mkldnn_linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3060702Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3068106Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3074425Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3080857Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3087467Z copying torch\include\ATen\ops\mkldnn_linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3093895Z copying torch\include\ATen\ops\mkldnn_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3100743Z copying torch\include\ATen\ops\mkldnn_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3107253Z copying torch\include\ATen\ops\mkldnn_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3113920Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3121073Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3128013Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3134754Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3141615Z copying torch\include\ATen\ops\mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3148234Z copying torch\include\ATen\ops\mkldnn_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3154885Z copying torch\include\ATen\ops\mkldnn_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3161601Z copying torch\include\ATen\ops\mkldnn_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3168158Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3175282Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3181655Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3204043Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3211022Z copying torch\include\ATen\ops\mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3217782Z copying torch\include\ATen\ops\mkldnn_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3224391Z copying torch\include\ATen\ops\mkldnn_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3231071Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3238066Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3244805Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3251588Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3258317Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3265460Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3271988Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3278817Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3285451Z copying torch\include\ATen\ops\mkldnn_rnn_layer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3292491Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3299747Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3307635Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3315198Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3322117Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3329100Z copying torch\include\ATen\ops\mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3335874Z copying torch\include\ATen\ops\mkldnn_rnn_layer_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3342649Z copying torch\include\ATen\ops\mkldnn_rnn_layer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3349239Z copying torch\include\ATen\ops\mkldnn_rnn_layer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3355716Z copying torch\include\ATen\ops\mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3362219Z copying torch\include\ATen\ops\mm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3368802Z copying torch\include\ATen\ops\mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3375644Z copying torch\include\ATen\ops\mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3381892Z copying torch\include\ATen\ops\mm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3387810Z copying torch\include\ATen\ops\mm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3394178Z copying torch\include\ATen\ops\mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3400540Z copying torch\include\ATen\ops\mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3406439Z copying torch\include\ATen\ops\mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3412846Z copying torch\include\ATen\ops\mode_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3419442Z copying torch\include\ATen\ops\mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3425678Z copying torch\include\ATen\ops\mode_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3431980Z copying torch\include\ATen\ops\mode_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3438283Z copying torch\include\ATen\ops\mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3444511Z copying torch\include\ATen\ops\mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3450636Z copying torch\include\ATen\ops\moveaxis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3457018Z copying torch\include\ATen\ops\moveaxis_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3463493Z copying torch\include\ATen\ops\moveaxis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3469761Z copying torch\include\ATen\ops\moveaxis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3475936Z copying torch\include\ATen\ops\movedim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3482297Z copying torch\include\ATen\ops\movedim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3488409Z copying torch\include\ATen\ops\movedim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3495103Z copying torch\include\ATen\ops\movedim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3501588Z copying torch\include\ATen\ops\mps_convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3508349Z copying torch\include\ATen\ops\mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3514863Z copying torch\include\ATen\ops\mps_convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3521421Z copying torch\include\ATen\ops\mps_convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3527928Z copying torch\include\ATen\ops\mps_convolution_transpose_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3535016Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3541490Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3548281Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3554576Z copying torch\include\ATen\ops\mse_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3560621Z copying torch\include\ATen\ops\mse_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3566957Z copying torch\include\ATen\ops\mse_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3573729Z copying torch\include\ATen\ops\mse_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3580068Z copying torch\include\ATen\ops\mse_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3586399Z copying torch\include\ATen\ops\mse_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3593736Z copying torch\include\ATen\ops\mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3600026Z copying torch\include\ATen\ops\mse_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3606598Z copying torch\include\ATen\ops\mse_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3613101Z copying torch\include\ATen\ops\mse_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.3681791Z copying torch\include\ATen\ops\mse_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4476835Z copying torch\include\ATen\ops\mse_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4482995Z copying torch\include\ATen\ops\mse_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4489453Z copying torch\include\ATen\ops\msort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4495873Z copying torch\include\ATen\ops\msort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4501999Z copying torch\include\ATen\ops\msort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4507966Z copying torch\include\ATen\ops\msort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4514300Z copying torch\include\ATen\ops\mT.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4520342Z copying torch\include\ATen\ops\mT_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4526498Z copying torch\include\ATen\ops\mT_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4532578Z copying torch\include\ATen\ops\mT_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4538715Z copying torch\include\ATen\ops\mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4544881Z copying torch\include\ATen\ops\multilabel_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4551416Z copying torch\include\ATen\ops\multilabel_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4557916Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4564350Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4570764Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4577423Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4584344Z copying torch\include\ATen\ops\multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4590695Z copying torch\include\ATen\ops\multilabel_margin_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4597526Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4604014Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4610465Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4617318Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4623765Z copying torch\include\ATen\ops\multilabel_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4630146Z copying torch\include\ATen\ops\multilabel_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4636460Z copying torch\include\ATen\ops\multinomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4642876Z copying torch\include\ATen\ops\multinomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4649259Z copying torch\include\ATen\ops\multinomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4655747Z copying torch\include\ATen\ops\multinomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4662364Z copying torch\include\ATen\ops\multinomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4668740Z copying torch\include\ATen\ops\multiply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4675622Z copying torch\include\ATen\ops\multiply_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4681759Z copying torch\include\ATen\ops\multiply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4688046Z copying torch\include\ATen\ops\multiply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4694385Z copying torch\include\ATen\ops\multi_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4700774Z copying torch\include\ATen\ops\multi_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4707276Z copying torch\include\ATen\ops\multi_margin_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4714005Z copying torch\include\ATen\ops\multi_margin_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4720623Z copying torch\include\ATen\ops\multi_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4727202Z copying torch\include\ATen\ops\multi_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4734110Z copying torch\include\ATen\ops\multi_margin_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4740576Z copying torch\include\ATen\ops\multi_margin_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4747140Z copying torch\include\ATen\ops\multi_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4754013Z copying torch\include\ATen\ops\multi_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4760927Z copying torch\include\ATen\ops\mul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4767376Z copying torch\include\ATen\ops\mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4773794Z copying torch\include\ATen\ops\mul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4780180Z copying torch\include\ATen\ops\mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4786616Z copying torch\include\ATen\ops\mul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4792575Z copying torch\include\ATen\ops\mul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4799147Z copying torch\include\ATen\ops\mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4806184Z copying torch\include\ATen\ops\mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4812929Z copying torch\include\ATen\ops\mv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4819850Z copying torch\include\ATen\ops\mvlgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4826751Z copying torch\include\ATen\ops\mvlgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4833012Z copying torch\include\ATen\ops\mvlgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4839435Z copying torch\include\ATen\ops\mvlgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4846254Z copying torch\include\ATen\ops\mvlgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4852471Z copying torch\include\ATen\ops\mvlgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4859102Z copying torch\include\ATen\ops\mv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4865400Z copying torch\include\ATen\ops\mv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4895732Z copying torch\include\ATen\ops\mv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4901566Z copying torch\include\ATen\ops\nanmean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4907905Z copying torch\include\ATen\ops\nanmean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4914245Z copying torch\include\ATen\ops\nanmean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4920374Z copying torch\include\ATen\ops\nanmean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4927150Z copying torch\include\ATen\ops\nanmedian.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4934070Z copying torch\include\ATen\ops\nanmedian_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4940165Z copying torch\include\ATen\ops\nanmedian_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4946319Z copying torch\include\ATen\ops\nanmedian_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4952595Z copying torch\include\ATen\ops\nanmedian_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4959115Z copying torch\include\ATen\ops\nanmedian_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4965395Z copying torch\include\ATen\ops\nanmedian_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4971787Z copying torch\include\ATen\ops\nanquantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4978493Z copying torch\include\ATen\ops\nanquantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4984564Z copying torch\include\ATen\ops\nanquantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4990828Z copying torch\include\ATen\ops\nanquantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.4997092Z copying torch\include\ATen\ops\nansum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5003155Z copying torch\include\ATen\ops\nansum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5009415Z copying torch\include\ATen\ops\nansum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5015852Z copying torch\include\ATen\ops\nansum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5022325Z copying torch\include\ATen\ops\nansum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5028532Z copying torch\include\ATen\ops\nan_to_num.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5035108Z copying torch\include\ATen\ops\nan_to_num_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5041369Z copying torch\include\ATen\ops\nan_to_num_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5047647Z copying torch\include\ATen\ops\nan_to_num_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5054068Z copying torch\include\ATen\ops\nan_to_num_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5060335Z copying torch\include\ATen\ops\nan_to_num_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5066868Z copying torch\include\ATen\ops\narrow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5073138Z copying torch\include\ATen\ops\narrow_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5079302Z copying torch\include\ATen\ops\narrow_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5086123Z copying torch\include\ATen\ops\narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5092314Z copying torch\include\ATen\ops\narrow_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5098589Z copying torch\include\ATen\ops\narrow_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5104862Z copying torch\include\ATen\ops\narrow_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5111382Z copying torch\include\ATen\ops\narrow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5117782Z copying torch\include\ATen\ops\narrow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5124237Z copying torch\include\ATen\ops\native_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5130620Z copying torch\include\ATen\ops\native_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5137430Z copying torch\include\ATen\ops\native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5144052Z copying torch\include\ATen\ops\native_batch_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5151100Z copying torch\include\ATen\ops\native_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5157802Z copying torch\include\ATen\ops\native_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5164379Z copying torch\include\ATen\ops\native_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5170973Z copying torch\include\ATen\ops\native_batch_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5177947Z copying torch\include\ATen\ops\native_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5184468Z copying torch\include\ATen\ops\native_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5191196Z copying torch\include\ATen\ops\native_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5197966Z copying torch\include\ATen\ops\native_channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5204987Z copying torch\include\ATen\ops\native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5211625Z copying torch\include\ATen\ops\native_channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5218347Z copying torch\include\ATen\ops\native_channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5225036Z copying torch\include\ATen\ops\native_channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5231695Z copying torch\include\ATen\ops\native_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5238466Z copying torch\include\ATen\ops\native_dropout_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5245849Z copying torch\include\ATen\ops\native_dropout_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5252466Z copying torch\include\ATen\ops\native_dropout_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5259188Z copying torch\include\ATen\ops\native_dropout_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5265897Z copying torch\include\ATen\ops\native_dropout_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5272348Z copying torch\include\ATen\ops\native_dropout_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5279294Z copying torch\include\ATen\ops\native_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5285776Z copying torch\include\ATen\ops\native_dropout_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5292573Z copying torch\include\ATen\ops\native_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5299154Z copying torch\include\ATen\ops\native_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5305719Z copying torch\include\ATen\ops\native_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5312753Z copying torch\include\ATen\ops\native_group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5320506Z copying torch\include\ATen\ops\native_group_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5328205Z copying torch\include\ATen\ops\native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5335177Z copying torch\include\ATen\ops\native_group_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5341873Z copying torch\include\ATen\ops\native_group_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5348610Z copying torch\include\ATen\ops\native_group_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5355290Z copying torch\include\ATen\ops\native_group_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5362027Z copying torch\include\ATen\ops\native_group_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5368741Z copying torch\include\ATen\ops\native_group_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5375338Z copying torch\include\ATen\ops\native_group_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5382371Z copying torch\include\ATen\ops\native_group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5388984Z copying torch\include\ATen\ops\native_group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5395616Z copying torch\include\ATen\ops\native_layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5402164Z copying torch\include\ATen\ops\native_layer_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5409173Z copying torch\include\ATen\ops\native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5415949Z copying torch\include\ATen\ops\native_layer_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5422391Z copying torch\include\ATen\ops\native_layer_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5428703Z copying torch\include\ATen\ops\native_layer_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5435043Z copying torch\include\ATen\ops\native_layer_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5441754Z copying torch\include\ATen\ops\native_layer_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5448287Z copying torch\include\ATen\ops\native_layer_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5454958Z copying torch\include\ATen\ops\native_layer_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5461711Z copying torch\include\ATen\ops\native_layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5468409Z copying torch\include\ATen\ops\native_layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5474870Z copying torch\include\ATen\ops\native_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5481712Z copying torch\include\ATen\ops\native_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5488393Z copying torch\include\ATen\ops\native_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5494953Z copying torch\include\ATen\ops\native_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5501223Z copying torch\include\ATen\ops\ne.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5507307Z copying torch\include\ATen\ops\neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5513513Z copying torch\include\ATen\ops\negative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5519973Z copying torch\include\ATen\ops\negative_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5526207Z copying torch\include\ATen\ops\negative_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5532917Z copying torch\include\ATen\ops\negative_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5539897Z copying torch\include\ATen\ops\neg_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5546086Z copying torch\include\ATen\ops\neg_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5552647Z copying torch\include\ATen\ops\neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5558975Z copying torch\include\ATen\ops\neg_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5565019Z copying torch\include\ATen\ops\neg_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5571322Z copying torch\include\ATen\ops\neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5577913Z copying torch\include\ATen\ops\neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5584146Z copying torch\include\ATen\ops\nested_to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5590987Z copying torch\include\ATen\ops\nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5597432Z copying torch\include\ATen\ops\nested_to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5604174Z copying torch\include\ATen\ops\nested_to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5610452Z copying torch\include\ATen\ops\new_empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5617309Z copying torch\include\ATen\ops\new_empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5623633Z copying torch\include\ATen\ops\new_empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5630210Z copying torch\include\ATen\ops\new_empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5636680Z copying torch\include\ATen\ops\new_empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5644050Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5650682Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5657196Z copying torch\include\ATen\ops\new_empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5663687Z copying torch\include\ATen\ops\new_empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5670046Z copying torch\include\ATen\ops\new_full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5676695Z copying torch\include\ATen\ops\new_full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5682898Z copying torch\include\ATen\ops\new_full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5689276Z copying torch\include\ATen\ops\new_full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5695811Z copying torch\include\ATen\ops\new_ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5702360Z copying torch\include\ATen\ops\new_ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5708769Z copying torch\include\ATen\ops\new_ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5715056Z copying torch\include\ATen\ops\new_ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5721650Z copying torch\include\ATen\ops\new_zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5728316Z copying torch\include\ATen\ops\new_zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5734811Z copying torch\include\ATen\ops\new_zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5741457Z copying torch\include\ATen\ops\new_zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5747849Z copying torch\include\ATen\ops\nextafter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5754798Z copying torch\include\ATen\ops\nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5761081Z copying torch\include\ATen\ops\nextafter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5767753Z copying torch\include\ATen\ops\nextafter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5794513Z copying torch\include\ATen\ops\nextafter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5800779Z copying torch\include\ATen\ops\nextafter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5806876Z copying torch\include\ATen\ops\nextafter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5814001Z copying torch\include\ATen\ops\nextafter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5822400Z copying torch\include\ATen\ops\ne_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5829388Z copying torch\include\ATen\ops\ne_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5836000Z copying torch\include\ATen\ops\ne_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5842518Z copying torch\include\ATen\ops\ne_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5848808Z copying torch\include\ATen\ops\ne_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5855717Z copying torch\include\ATen\ops\ne_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5862218Z copying torch\include\ATen\ops\ne_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5868247Z copying torch\include\ATen\ops\nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5874471Z copying torch\include\ATen\ops\nll_loss2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5880712Z copying torch\include\ATen\ops\nll_loss2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5887141Z copying torch\include\ATen\ops\nll_loss2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5893984Z copying torch\include\ATen\ops\nll_loss2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5900285Z copying torch\include\ATen\ops\nll_loss2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5906753Z copying torch\include\ATen\ops\nll_loss2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5913362Z copying torch\include\ATen\ops\nll_loss2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5919812Z copying torch\include\ATen\ops\nll_loss2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5926483Z copying torch\include\ATen\ops\nll_loss2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5933054Z copying torch\include\ATen\ops\nll_loss2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5939611Z copying torch\include\ATen\ops\nll_loss2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5945955Z copying torch\include\ATen\ops\nll_loss2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5952291Z copying torch\include\ATen\ops\nll_loss2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5958653Z copying torch\include\ATen\ops\nll_loss2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5965211Z copying torch\include\ATen\ops\nll_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5972225Z copying torch\include\ATen\ops\nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5979170Z copying torch\include\ATen\ops\nll_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5985585Z copying torch\include\ATen\ops\nll_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5991962Z copying torch\include\ATen\ops\nll_loss_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.5998472Z copying torch\include\ATen\ops\nll_loss_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6004838Z copying torch\include\ATen\ops\nll_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6011204Z copying torch\include\ATen\ops\nll_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6017883Z copying torch\include\ATen\ops\nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6024416Z copying torch\include\ATen\ops\nll_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6031282Z copying torch\include\ATen\ops\nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6037551Z copying torch\include\ATen\ops\nll_loss_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6044092Z copying torch\include\ATen\ops\nll_loss_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6050478Z copying torch\include\ATen\ops\nll_loss_forward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6057075Z copying torch\include\ATen\ops\nll_loss_forward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6063724Z copying torch\include\ATen\ops\nll_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6070188Z copying torch\include\ATen\ops\nll_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6077020Z copying torch\include\ATen\ops\nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6083459Z copying torch\include\ATen\ops\nll_loss_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6090333Z copying torch\include\ATen\ops\nll_loss_nd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6096764Z copying torch\include\ATen\ops\nll_loss_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6103506Z copying torch\include\ATen\ops\nll_loss_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6110481Z copying torch\include\ATen\ops\nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6116935Z copying torch\include\ATen\ops\nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6123176Z copying torch\include\ATen\ops\nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6129636Z copying torch\include\ATen\ops\nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6136452Z copying torch\include\ATen\ops\nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6142907Z copying torch\include\ATen\ops\nonzero_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6149789Z copying torch\include\ATen\ops\nonzero_numpy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6156410Z copying torch\include\ATen\ops\nonzero_numpy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6162936Z copying torch\include\ATen\ops\nonzero_numpy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6169416Z copying torch\include\ATen\ops\nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6176075Z copying torch\include\ATen\ops\nonzero_static.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6182677Z copying torch\include\ATen\ops\nonzero_static_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6189212Z copying torch\include\ATen\ops\nonzero_static_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6213674Z copying torch\include\ATen\ops\nonzero_static_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6219995Z copying torch\include\ATen\ops\norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6226541Z copying torch\include\ATen\ops\normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6233075Z copying torch\include\ATen\ops\normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6239518Z copying torch\include\ATen\ops\normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6246106Z copying torch\include\ATen\ops\normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6252684Z copying torch\include\ATen\ops\normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6259230Z copying torch\include\ATen\ops\normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6265694Z copying torch\include\ATen\ops\normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6272756Z copying torch\include\ATen\ops\norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6279449Z copying torch\include\ATen\ops\norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6285982Z copying torch\include\ATen\ops\norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6292619Z copying torch\include\ATen\ops\norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6299057Z copying torch\include\ATen\ops\norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6305515Z copying torch\include\ATen\ops\norm_except_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6312255Z copying torch\include\ATen\ops\norm_except_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6320526Z copying torch\include\ATen\ops\norm_except_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6327199Z copying torch\include\ATen\ops\norm_except_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6333851Z copying torch\include\ATen\ops\norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6340297Z copying torch\include\ATen\ops\norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6346784Z copying torch\include\ATen\ops\norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6353258Z copying torch\include\ATen\ops\norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6359330Z copying torch\include\ATen\ops\not_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6365775Z copying torch\include\ATen\ops\not_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6372071Z copying torch\include\ATen\ops\not_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6385612Z copying torch\include\ATen\ops\not_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6391868Z copying torch\include\ATen\ops\nuclear_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6398667Z copying torch\include\ATen\ops\nuclear_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6405059Z copying torch\include\ATen\ops\nuclear_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6411491Z copying torch\include\ATen\ops\nuclear_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6417769Z copying torch\include\ATen\ops\numpy_T.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6423963Z copying torch\include\ATen\ops\numpy_T_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6430276Z copying torch\include\ATen\ops\numpy_T_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6436170Z copying torch\include\ATen\ops\numpy_T_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6442443Z copying torch\include\ATen\ops\ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6448739Z copying torch\include\ATen\ops\ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6454815Z copying torch\include\ATen\ops\ones_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6461623Z copying torch\include\ATen\ops\ones_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6467673Z copying torch\include\ATen\ops\ones_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6474263Z copying torch\include\ATen\ops\ones_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6480507Z copying torch\include\ATen\ops\ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6486743Z copying torch\include\ATen\ops\ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6492766Z copying torch\include\ATen\ops\one_hot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6498826Z copying torch\include\ATen\ops\one_hot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6504879Z copying torch\include\ATen\ops\one_hot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6510846Z copying torch\include\ATen\ops\one_hot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6516875Z copying torch\include\ATen\ops\or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6522974Z copying torch\include\ATen\ops\orgqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6529462Z copying torch\include\ATen\ops\orgqr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6540225Z copying torch\include\ATen\ops\orgqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6543952Z copying torch\include\ATen\ops\orgqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6549919Z copying torch\include\ATen\ops\ormqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6556079Z copying torch\include\ATen\ops\ormqr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6563380Z copying torch\include\ATen\ops\ormqr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6569496Z copying torch\include\ATen\ops\ormqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6575831Z copying torch\include\ATen\ops\ormqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6582236Z copying torch\include\ATen\ops\or_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6588654Z copying torch\include\ATen\ops\or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6594693Z copying torch\include\ATen\ops\or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6600529Z copying torch\include\ATen\ops\outer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6606759Z copying torch\include\ATen\ops\outer_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6613001Z copying torch\include\ATen\ops\outer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6619120Z copying torch\include\ATen\ops\outer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6625363Z copying torch\include\ATen\ops\output_nr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6631667Z copying torch\include\ATen\ops\output_nr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6637880Z copying torch\include\ATen\ops\output_nr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6643788Z copying torch\include\ATen\ops\output_nr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6649965Z copying torch\include\ATen\ops\pad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6656313Z copying torch\include\ATen\ops\pad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6662284Z copying torch\include\ATen\ops\pad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6668297Z copying torch\include\ATen\ops\pad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6674167Z copying torch\include\ATen\ops\pad_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6680753Z copying torch\include\ATen\ops\pad_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6687192Z copying torch\include\ATen\ops\pad_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6693479Z copying torch\include\ATen\ops\pad_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6699717Z copying torch\include\ATen\ops\pairwise_distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6706171Z copying torch\include\ATen\ops\pairwise_distance_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6712333Z copying torch\include\ATen\ops\pairwise_distance_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6718407Z copying torch\include\ATen\ops\pairwise_distance_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6724727Z copying torch\include\ATen\ops\pdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6730834Z copying torch\include\ATen\ops\pdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6737033Z copying torch\include\ATen\ops\pdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6743025Z copying torch\include\ATen\ops\pdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6749083Z copying torch\include\ATen\ops\permute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6755105Z copying torch\include\ATen\ops\permute_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6761107Z copying torch\include\ATen\ops\permute_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6767703Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6775442Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6782012Z copying torch\include\ATen\ops\permute_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6789262Z copying torch\include\ATen\ops\permute_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6796689Z copying torch\include\ATen\ops\permute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6804063Z copying torch\include\ATen\ops\permute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6811386Z copying torch\include\ATen\ops\pinverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6818700Z copying torch\include\ATen\ops\pinverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6825980Z copying torch\include\ATen\ops\pinverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6832186Z copying torch\include\ATen\ops\pinverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6838482Z copying torch\include\ATen\ops\pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6845079Z copying torch\include\ATen\ops\pin_memory_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6851413Z copying torch\include\ATen\ops\pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6857674Z copying torch\include\ATen\ops\pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6864081Z copying torch\include\ATen\ops\pixel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6871046Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6877501Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6883689Z copying torch\include\ATen\ops\pixel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6890074Z copying torch\include\ATen\ops\pixel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6896853Z copying torch\include\ATen\ops\pixel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6903089Z copying torch\include\ATen\ops\pixel_unshuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6910078Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6917570Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6923786Z copying torch\include\ATen\ops\pixel_unshuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6930003Z copying torch\include\ATen\ops\pixel_unshuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6936392Z copying torch\include\ATen\ops\pixel_unshuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6942688Z copying torch\include\ATen\ops\poisson.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6949109Z copying torch\include\ATen\ops\poisson_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6955592Z copying torch\include\ATen\ops\poisson_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6961855Z copying torch\include\ATen\ops\poisson_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6970082Z copying torch\include\ATen\ops\poisson_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6977918Z copying torch\include\ATen\ops\poisson_nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6984706Z copying torch\include\ATen\ops\poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6991068Z copying torch\include\ATen\ops\poisson_nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.6997343Z copying torch\include\ATen\ops\poisson_nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7003699Z copying torch\include\ATen\ops\poisson_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7009931Z copying torch\include\ATen\ops\polar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7016298Z copying torch\include\ATen\ops\polar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7022776Z copying torch\include\ATen\ops\polar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7028996Z copying torch\include\ATen\ops\polar_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7035397Z copying torch\include\ATen\ops\polar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7041733Z copying torch\include\ATen\ops\polar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7048231Z copying torch\include\ATen\ops\polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7055184Z copying torch\include\ATen\ops\polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7061566Z copying torch\include\ATen\ops\polygamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7068027Z copying torch\include\ATen\ops\polygamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7075033Z copying torch\include\ATen\ops\polygamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7082147Z copying torch\include\ATen\ops\polygamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7089404Z copying torch\include\ATen\ops\polygamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7096827Z copying torch\include\ATen\ops\polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7104096Z copying torch\include\ATen\ops\polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7110676Z copying torch\include\ATen\ops\positive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7116972Z copying torch\include\ATen\ops\positive_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7123097Z copying torch\include\ATen\ops\positive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7129607Z copying torch\include\ATen\ops\positive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7136148Z copying torch\include\ATen\ops\pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7142664Z copying torch\include\ATen\ops\pow_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7149103Z copying torch\include\ATen\ops\pow_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7155315Z copying torch\include\ATen\ops\pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7161798Z copying torch\include\ATen\ops\pow_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7167875Z copying torch\include\ATen\ops\pow_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7174388Z copying torch\include\ATen\ops\pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7180924Z copying torch\include\ATen\ops\pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7187262Z copying torch\include\ATen\ops\prelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7193914Z copying torch\include\ATen\ops\prelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7200211Z copying torch\include\ATen\ops\prelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7206400Z copying torch\include\ATen\ops\prelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7212964Z copying torch\include\ATen\ops\prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7219765Z copying torch\include\ATen\ops\prod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7226200Z copying torch\include\ATen\ops\prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7232955Z copying torch\include\ATen\ops\prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7239311Z copying torch\include\ATen\ops\prod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7245943Z copying torch\include\ATen\ops\prod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7252583Z copying torch\include\ATen\ops\prod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7259098Z copying torch\include\ATen\ops\prod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7265364Z copying torch\include\ATen\ops\prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7271574Z copying torch\include\ATen\ops\prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7277729Z copying torch\include\ATen\ops\promote_types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7284332Z copying torch\include\ATen\ops\promote_types_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7308626Z copying torch\include\ATen\ops\promote_types_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7314915Z copying torch\include\ATen\ops\promote_types_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7321226Z copying torch\include\ATen\ops\put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7327911Z copying torch\include\ATen\ops\put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7334140Z copying torch\include\ATen\ops\put_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7340492Z copying torch\include\ATen\ops\put_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7347072Z copying torch\include\ATen\ops\put_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7353712Z copying torch\include\ATen\ops\put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7361098Z copying torch\include\ATen\ops\put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7368412Z copying torch\include\ATen\ops\qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7376126Z copying torch\include\ATen\ops\qr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7383525Z copying torch\include\ATen\ops\qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7389951Z copying torch\include\ATen\ops\qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7397241Z copying torch\include\ATen\ops\qscheme.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7403006Z copying torch\include\ATen\ops\qscheme_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7409558Z copying torch\include\ATen\ops\qscheme_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7416193Z copying torch\include\ATen\ops\quantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7422690Z copying torch\include\ATen\ops\quantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7429493Z copying torch\include\ATen\ops\quantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7435805Z copying torch\include\ATen\ops\quantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7442436Z copying torch\include\ATen\ops\quantized_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7449454Z copying torch\include\ATen\ops\quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7456247Z copying torch\include\ATen\ops\quantized_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7462811Z copying torch\include\ATen\ops\quantized_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7469399Z copying torch\include\ATen\ops\quantized_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7476841Z copying torch\include\ATen\ops\quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7483311Z copying torch\include\ATen\ops\quantized_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7489719Z copying torch\include\ATen\ops\quantized_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7496275Z copying torch\include\ATen\ops\quantized_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7503138Z copying torch\include\ATen\ops\quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7509382Z copying torch\include\ATen\ops\quantized_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7516234Z copying torch\include\ATen\ops\quantized_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7522812Z copying torch\include\ATen\ops\quantized_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7529795Z copying torch\include\ATen\ops\quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7536252Z copying torch\include\ATen\ops\quantized_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7542548Z copying torch\include\ATen\ops\quantized_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7549052Z copying torch\include\ATen\ops\quantized_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7555855Z copying torch\include\ATen\ops\quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7562569Z copying torch\include\ATen\ops\quantized_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7569197Z copying torch\include\ATen\ops\quantized_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7575441Z copying torch\include\ATen\ops\quantized_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7582054Z copying torch\include\ATen\ops\quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7588392Z copying torch\include\ATen\ops\quantized_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7594978Z copying torch\include\ATen\ops\quantized_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7601564Z copying torch\include\ATen\ops\quantized_rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7608385Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7614908Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7621590Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7627989Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7634931Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7642157Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7648725Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7655371Z copying torch\include\ATen\ops\quantize_per_channel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7662481Z copying torch\include\ATen\ops\quantize_per_channel_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7669189Z copying torch\include\ATen\ops\quantize_per_channel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7676263Z copying torch\include\ATen\ops\quantize_per_channel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7683064Z copying torch\include\ATen\ops\quantize_per_channel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7690048Z copying torch\include\ATen\ops\quantize_per_channel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7696665Z copying torch\include\ATen\ops\quantize_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7703963Z copying torch\include\ATen\ops\quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7710540Z copying torch\include\ATen\ops\quantize_per_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7717298Z copying torch\include\ATen\ops\quantize_per_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7724425Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7731617Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7738699Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7745452Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7752353Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7759397Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7766136Z copying torch\include\ATen\ops\quantize_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7772908Z copying torch\include\ATen\ops\quantize_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7779499Z copying torch\include\ATen\ops\q_per_channel_axis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7785911Z copying torch\include\ATen\ops\q_per_channel_axis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7792211Z copying torch\include\ATen\ops\q_per_channel_axis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7798599Z copying torch\include\ATen\ops\q_per_channel_scales.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7806818Z copying torch\include\ATen\ops\q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7813326Z copying torch\include\ATen\ops\q_per_channel_scales_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7819808Z copying torch\include\ATen\ops\q_per_channel_scales_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7826678Z copying torch\include\ATen\ops\q_per_channel_zero_points.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7834903Z copying torch\include\ATen\ops\q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7841832Z copying torch\include\ATen\ops\q_per_channel_zero_points_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7848537Z copying torch\include\ATen\ops\q_per_channel_zero_points_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7854954Z copying torch\include\ATen\ops\q_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7861101Z copying torch\include\ATen\ops\q_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7867374Z copying torch\include\ATen\ops\q_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7873537Z copying torch\include\ATen\ops\q_zero_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7879873Z copying torch\include\ATen\ops\q_zero_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7886013Z copying torch\include\ATen\ops\q_zero_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7892461Z copying torch\include\ATen\ops\rad2deg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7899743Z copying torch\include\ATen\ops\rad2deg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7905545Z copying torch\include\ATen\ops\rad2deg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.7912000Z copying torch\include\ATen\ops\rad2deg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8588736Z copying torch\include\ATen\ops\rand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8597176Z copying torch\include\ATen\ops\randint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8604731Z copying torch\include\ATen\ops\randint_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8611107Z copying torch\include\ATen\ops\randint_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8617943Z copying torch\include\ATen\ops\randint_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8624352Z copying torch\include\ATen\ops\randint_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8631021Z copying torch\include\ATen\ops\randint_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8638298Z copying torch\include\ATen\ops\randint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8645695Z copying torch\include\ATen\ops\randint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8652646Z copying torch\include\ATen\ops\randn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8659978Z copying torch\include\ATen\ops\randn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8667001Z copying torch\include\ATen\ops\randn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8673643Z copying torch\include\ATen\ops\randn_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8680772Z copying torch\include\ATen\ops\randn_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8688255Z copying torch\include\ATen\ops\randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8694827Z copying torch\include\ATen\ops\randn_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8702019Z copying torch\include\ATen\ops\randn_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8709207Z copying torch\include\ATen\ops\randn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8716164Z copying torch\include\ATen\ops\randn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8723297Z copying torch\include\ATen\ops\random.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8730215Z copying torch\include\ATen\ops\random_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8737020Z copying torch\include\ATen\ops\random_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8743829Z copying torch\include\ATen\ops\random_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8750585Z copying torch\include\ATen\ops\random_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8757847Z copying torch\include\ATen\ops\random_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8764970Z copying torch\include\ATen\ops\random_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8771881Z copying torch\include\ATen\ops\randperm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8778924Z copying torch\include\ATen\ops\randperm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8785718Z copying torch\include\ATen\ops\randperm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8793032Z copying torch\include\ATen\ops\randperm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8799418Z copying torch\include\ATen\ops\randperm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8806137Z copying torch\include\ATen\ops\randperm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8813295Z copying torch\include\ATen\ops\rand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8820145Z copying torch\include\ATen\ops\rand_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8826978Z copying torch\include\ATen\ops\rand_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8833766Z copying torch\include\ATen\ops\rand_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8841419Z copying torch\include\ATen\ops\rand_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8849345Z copying torch\include\ATen\ops\rand_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8856403Z copying torch\include\ATen\ops\rand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8863121Z copying torch\include\ATen\ops\rand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8869365Z copying torch\include\ATen\ops\range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8875862Z copying torch\include\ATen\ops\range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8882344Z copying torch\include\ATen\ops\range_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8889037Z copying torch\include\ATen\ops\range_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8895769Z copying torch\include\ATen\ops\range_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8902354Z copying torch\include\ATen\ops\range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8908654Z copying torch\include\ATen\ops\range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8915060Z copying torch\include\ATen\ops\ravel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8921357Z copying torch\include\ATen\ops\ravel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8928178Z copying torch\include\ATen\ops\ravel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8934610Z copying torch\include\ATen\ops\ravel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8940961Z copying torch\include\ATen\ops\real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8947216Z copying torch\include\ATen\ops\real_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8953555Z copying torch\include\ATen\ops\real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8959542Z copying torch\include\ATen\ops\real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8965539Z copying torch\include\ATen\ops\reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8972376Z copying torch\include\ATen\ops\reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8978941Z copying torch\include\ATen\ops\reciprocal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8985771Z copying torch\include\ATen\ops\reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8992706Z copying torch\include\ATen\ops\reciprocal_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.8999140Z copying torch\include\ATen\ops\reciprocal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9005475Z copying torch\include\ATen\ops\reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9011881Z copying torch\include\ATen\ops\reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9018674Z copying torch\include\ATen\ops\record_stream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9024775Z copying torch\include\ATen\ops\record_stream_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9031318Z copying torch\include\ATen\ops\record_stream_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9037972Z copying torch\include\ATen\ops\record_stream_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9045134Z copying torch\include\ATen\ops\refine_names.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9051646Z copying torch\include\ATen\ops\refine_names_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9058560Z copying torch\include\ATen\ops\refine_names_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9064793Z copying torch\include\ATen\ops\refine_names_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9071478Z copying torch\include\ATen\ops\reflection_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9078653Z copying torch\include\ATen\ops\reflection_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9085836Z copying torch\include\ATen\ops\reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9092862Z copying torch\include\ATen\ops\reflection_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9099799Z copying torch\include\ATen\ops\reflection_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9107315Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9114117Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9121207Z copying torch\include\ATen\ops\reflection_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9127854Z copying torch\include\ATen\ops\reflection_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9135414Z copying torch\include\ATen\ops\reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9143018Z copying torch\include\ATen\ops\reflection_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9149822Z copying torch\include\ATen\ops\reflection_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9156480Z copying torch\include\ATen\ops\reflection_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9163339Z copying torch\include\ATen\ops\reflection_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9170095Z copying torch\include\ATen\ops\reflection_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9177211Z copying torch\include\ATen\ops\reflection_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9183794Z copying torch\include\ATen\ops\reflection_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9190653Z copying torch\include\ATen\ops\reflection_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9197955Z copying torch\include\ATen\ops\reflection_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9205269Z copying torch\include\ATen\ops\reflection_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9212879Z copying torch\include\ATen\ops\reflection_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9219540Z copying torch\include\ATen\ops\reflection_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9226408Z copying torch\include\ATen\ops\reflection_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9233467Z copying torch\include\ATen\ops\reflection_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9240470Z copying torch\include\ATen\ops\reflection_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9247352Z copying torch\include\ATen\ops\reflection_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9254142Z copying torch\include\ATen\ops\reflection_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9260963Z copying torch\include\ATen\ops\reflection_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9269007Z copying torch\include\ATen\ops\reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9275816Z copying torch\include\ATen\ops\reflection_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9282648Z copying torch\include\ATen\ops\reflection_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9289809Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9297087Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9304683Z copying torch\include\ATen\ops\reflection_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9311351Z copying torch\include\ATen\ops\reflection_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9318694Z copying torch\include\ATen\ops\reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9325805Z copying torch\include\ATen\ops\reflection_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9333325Z copying torch\include\ATen\ops\reflection_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9341705Z copying torch\include\ATen\ops\reflection_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9349574Z copying torch\include\ATen\ops\reflection_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9357077Z copying torch\include\ATen\ops\reflection_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9375806Z copying torch\include\ATen\ops\reflection_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9390415Z copying torch\include\ATen\ops\relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9391469Z copying torch\include\ATen\ops\relu6.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9392844Z copying torch\include\ATen\ops\relu6_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9395379Z copying torch\include\ATen\ops\relu6_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9402107Z copying torch\include\ATen\ops\relu6_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9409387Z copying torch\include\ATen\ops\relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9416765Z copying torch\include\ATen\ops\relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9423087Z copying torch\include\ATen\ops\relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9429756Z copying torch\include\ATen\ops\relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9436208Z copying torch\include\ATen\ops\relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9443112Z copying torch\include\ATen\ops\relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9449524Z copying torch\include\ATen\ops\remainder.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9456625Z copying torch\include\ATen\ops\remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9463303Z copying torch\include\ATen\ops\remainder_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9488354Z copying torch\include\ATen\ops\remainder_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9495181Z copying torch\include\ATen\ops\remainder_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9502053Z copying torch\include\ATen\ops\remainder_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9508984Z copying torch\include\ATen\ops\remainder_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9515679Z copying torch\include\ATen\ops\remainder_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9522062Z copying torch\include\ATen\ops\remainder_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9528680Z copying torch\include\ATen\ops\rename.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9535269Z copying torch\include\ATen\ops\rename_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9541957Z copying torch\include\ATen\ops\rename_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9548665Z copying torch\include\ATen\ops\rename_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9554927Z copying torch\include\ATen\ops\renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9562078Z copying torch\include\ATen\ops\renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9568632Z copying torch\include\ATen\ops\renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9575513Z copying torch\include\ATen\ops\renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9581969Z copying torch\include\ATen\ops\renorm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9588356Z copying torch\include\ATen\ops\renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9594995Z copying torch\include\ATen\ops\renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9601723Z copying torch\include\ATen\ops\renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9608066Z copying torch\include\ATen\ops\repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9615037Z copying torch\include\ATen\ops\repeat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9621273Z copying torch\include\ATen\ops\repeat_interleave.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9628319Z copying torch\include\ATen\ops\repeat_interleave_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9635384Z copying torch\include\ATen\ops\repeat_interleave_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9641702Z copying torch\include\ATen\ops\repeat_interleave_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9648283Z copying torch\include\ATen\ops\repeat_interleave_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9655304Z copying torch\include\ATen\ops\repeat_interleave_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9661993Z copying torch\include\ATen\ops\repeat_interleave_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9668513Z copying torch\include\ATen\ops\repeat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9675126Z copying torch\include\ATen\ops\repeat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9681752Z copying torch\include\ATen\ops\replication_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9688626Z copying torch\include\ATen\ops\replication_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9696007Z copying torch\include\ATen\ops\replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9702817Z copying torch\include\ATen\ops\replication_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9709603Z copying torch\include\ATen\ops\replication_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9716880Z copying torch\include\ATen\ops\replication_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9723511Z copying torch\include\ATen\ops\replication_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9730643Z copying torch\include\ATen\ops\replication_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9737848Z copying torch\include\ATen\ops\replication_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9745105Z copying torch\include\ATen\ops\replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9751905Z copying torch\include\ATen\ops\replication_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9758708Z copying torch\include\ATen\ops\replication_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9765552Z copying torch\include\ATen\ops\replication_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9772944Z copying torch\include\ATen\ops\replication_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9780224Z copying torch\include\ATen\ops\replication_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9787264Z copying torch\include\ATen\ops\replication_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9794236Z copying torch\include\ATen\ops\replication_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9801440Z copying torch\include\ATen\ops\replication_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9808563Z copying torch\include\ATen\ops\replication_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9815455Z copying torch\include\ATen\ops\replication_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9822449Z copying torch\include\ATen\ops\replication_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9829532Z copying torch\include\ATen\ops\replication_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9837701Z copying torch\include\ATen\ops\replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9844764Z copying torch\include\ATen\ops\replication_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9851838Z copying torch\include\ATen\ops\replication_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9859502Z copying torch\include\ATen\ops\replication_pad2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9868423Z copying torch\include\ATen\ops\replication_pad2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9875477Z copying torch\include\ATen\ops\replication_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9883243Z copying torch\include\ATen\ops\replication_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9890248Z copying torch\include\ATen\ops\replication_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9897651Z copying torch\include\ATen\ops\replication_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9904538Z copying torch\include\ATen\ops\replication_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9911320Z copying torch\include\ATen\ops\replication_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9918387Z copying torch\include\ATen\ops\replication_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9925553Z copying torch\include\ATen\ops\replication_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9932700Z copying torch\include\ATen\ops\replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9939348Z copying torch\include\ATen\ops\replication_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9945890Z copying torch\include\ATen\ops\replication_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9952510Z copying torch\include\ATen\ops\replication_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9960122Z copying torch\include\ATen\ops\replication_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9966978Z copying torch\include\ATen\ops\replication_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9974066Z copying torch\include\ATen\ops\replication_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9980190Z copying torch\include\ATen\ops\requires_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9986630Z copying torch\include\ATen\ops\requires_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9993528Z copying torch\include\ATen\ops\requires_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:57.9999979Z copying torch\include\ATen\ops\requires_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0006328Z copying torch\include\ATen\ops\reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0012593Z copying torch\include\ATen\ops\reshape_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0019090Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0025810Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0032141Z copying torch\include\ATen\ops\reshape_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0038706Z copying torch\include\ATen\ops\reshape_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0045956Z copying torch\include\ATen\ops\reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0053464Z copying torch\include\ATen\ops\reshape_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0060008Z copying torch\include\ATen\ops\reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0066818Z copying torch\include\ATen\ops\reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0073647Z copying torch\include\ATen\ops\resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0079757Z copying torch\include\ATen\ops\resize_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0097811Z copying torch\include\ATen\ops\resize_as_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0104440Z copying torch\include\ATen\ops\resize_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0111437Z copying torch\include\ATen\ops\resize_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0118275Z copying torch\include\ATen\ops\resize_as_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0125660Z copying torch\include\ATen\ops\resize_as_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0132981Z copying torch\include\ATen\ops\resize_as_sparse_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0140221Z copying torch\include\ATen\ops\resize_as_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0147412Z copying torch\include\ATen\ops\resize_as_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0155138Z copying torch\include\ATen\ops\resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0161527Z copying torch\include\ATen\ops\resize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0168105Z copying torch\include\ATen\ops\resize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0175015Z copying torch\include\ATen\ops\resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0181542Z copying torch\include\ATen\ops\resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0188302Z copying torch\include\ATen\ops\resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0195347Z copying torch\include\ATen\ops\resolve_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0202317Z copying torch\include\ATen\ops\resolve_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0208936Z copying torch\include\ATen\ops\resolve_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0215881Z copying torch\include\ATen\ops\resolve_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0222701Z copying torch\include\ATen\ops\resolve_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0230250Z copying torch\include\ATen\ops\resolve_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0236815Z copying torch\include\ATen\ops\resolve_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0243021Z copying torch\include\ATen\ops\resolve_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0249686Z copying torch\include\ATen\ops\result_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0256828Z copying torch\include\ATen\ops\result_type_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0263944Z copying torch\include\ATen\ops\result_type_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0269988Z copying torch\include\ATen\ops\result_type_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0276436Z copying torch\include\ATen\ops\retains_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0283393Z copying torch\include\ATen\ops\retains_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0290225Z copying torch\include\ATen\ops\retains_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0296726Z copying torch\include\ATen\ops\retains_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0303571Z copying torch\include\ATen\ops\retain_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0310289Z copying torch\include\ATen\ops\retain_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0316831Z copying torch\include\ATen\ops\retain_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0323359Z copying torch\include\ATen\ops\retain_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0329966Z copying torch\include\ATen\ops\rms_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0336875Z copying torch\include\ATen\ops\rms_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0343053Z copying torch\include\ATen\ops\rms_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0350160Z copying torch\include\ATen\ops\rms_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0357908Z copying torch\include\ATen\ops\rnn_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0364496Z copying torch\include\ATen\ops\rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0371749Z copying torch\include\ATen\ops\rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0378301Z copying torch\include\ATen\ops\rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0403780Z copying torch\include\ATen\ops\rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0410558Z copying torch\include\ATen\ops\rnn_relu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0417437Z copying torch\include\ATen\ops\rnn_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0424336Z copying torch\include\ATen\ops\rnn_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0430759Z copying torch\include\ATen\ops\rnn_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0436917Z copying torch\include\ATen\ops\rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0444185Z copying torch\include\ATen\ops\rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0450645Z copying torch\include\ATen\ops\rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0457581Z copying torch\include\ATen\ops\rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0464288Z copying torch\include\ATen\ops\rnn_tanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0470697Z copying torch\include\ATen\ops\rnn_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0477251Z copying torch\include\ATen\ops\rnn_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0483949Z copying torch\include\ATen\ops\roll.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0490560Z copying torch\include\ATen\ops\roll_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0496889Z copying torch\include\ATen\ops\roll_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0503464Z copying torch\include\ATen\ops\roll_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0510336Z copying torch\include\ATen\ops\roll_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0517077Z copying torch\include\ATen\ops\roll_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0523517Z copying torch\include\ATen\ops\rot90.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0529695Z copying torch\include\ATen\ops\rot90_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0536608Z copying torch\include\ATen\ops\rot90_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0543266Z copying torch\include\ATen\ops\rot90_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0550066Z copying torch\include\ATen\ops\round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0556605Z copying torch\include\ATen\ops\round_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0562786Z copying torch\include\ATen\ops\round_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0569116Z copying torch\include\ATen\ops\round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0576065Z copying torch\include\ATen\ops\round_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0586794Z copying torch\include\ATen\ops\round_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0591356Z copying torch\include\ATen\ops\round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0597826Z copying torch\include\ATen\ops\round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0604425Z copying torch\include\ATen\ops\row_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0612389Z copying torch\include\ATen\ops\row_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0619742Z copying torch\include\ATen\ops\row_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0627885Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0634681Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0641724Z copying torch\include\ATen\ops\row_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0648067Z copying torch\include\ATen\ops\row_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0654743Z copying torch\include\ATen\ops\row_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0661221Z copying torch\include\ATen\ops\row_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0667655Z copying torch\include\ATen\ops\row_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0674642Z copying torch\include\ATen\ops\row_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0681420Z copying torch\include\ATen\ops\row_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0687765Z copying torch\include\ATen\ops\row_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0694528Z copying torch\include\ATen\ops\rrelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0701096Z copying torch\include\ATen\ops\rrelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0707241Z copying torch\include\ATen\ops\rrelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0713757Z copying torch\include\ATen\ops\rrelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0720570Z copying torch\include\ATen\ops\rrelu_with_noise.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0727713Z copying torch\include\ATen\ops\rrelu_with_noise_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0734776Z copying torch\include\ATen\ops\rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0741444Z copying torch\include\ATen\ops\rrelu_with_noise_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0748070Z copying torch\include\ATen\ops\rrelu_with_noise_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0754628Z copying torch\include\ATen\ops\rrelu_with_noise_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0761333Z copying torch\include\ATen\ops\rrelu_with_noise_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0768264Z copying torch\include\ATen\ops\rrelu_with_noise_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0775168Z copying torch\include\ATen\ops\rrelu_with_noise_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0781993Z copying torch\include\ATen\ops\rrelu_with_noise_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0789410Z copying torch\include\ATen\ops\rshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0796769Z copying torch\include\ATen\ops\rshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0804145Z copying torch\include\ATen\ops\rshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0811821Z copying torch\include\ATen\ops\rshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0819144Z copying torch\include\ATen\ops\rshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0825573Z copying torch\include\ATen\ops\rshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0831977Z copying torch\include\ATen\ops\rshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0838674Z copying torch\include\ATen\ops\rsqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0845470Z copying torch\include\ATen\ops\rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0851788Z copying torch\include\ATen\ops\rsqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0858273Z copying torch\include\ATen\ops\rsqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0864582Z copying torch\include\ATen\ops\rsqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0871302Z copying torch\include\ATen\ops\rsqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0877658Z copying torch\include\ATen\ops\rsqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0883842Z copying torch\include\ATen\ops\rsqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0890155Z copying torch\include\ATen\ops\rsub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0896514Z copying torch\include\ATen\ops\rsub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0903045Z copying torch\include\ATen\ops\rsub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0909410Z copying torch\include\ATen\ops\rsub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0915849Z copying torch\include\ATen\ops\rsub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0922024Z copying torch\include\ATen\ops\rsub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0928068Z copying torch\include\ATen\ops\scalar_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0934808Z copying torch\include\ATen\ops\scalar_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0941130Z copying torch\include\ATen\ops\scalar_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0947437Z copying torch\include\ATen\ops\scalar_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0954160Z copying torch\include\ATen\ops\scaled_dot_product_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0961353Z copying torch\include\ATen\ops\scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0967917Z copying torch\include\ATen\ops\scaled_dot_product_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0974409Z copying torch\include\ATen\ops\scaled_dot_product_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0981447Z copying torch\include\ATen\ops\scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0987516Z copying torch\include\ATen\ops\scatter_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.0994660Z copying torch\include\ATen\ops\scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1000946Z copying torch\include\ATen\ops\scatter_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1007563Z copying torch\include\ATen\ops\scatter_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1014280Z copying torch\include\ATen\ops\scatter_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1020602Z copying torch\include\ATen\ops\scatter_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1027041Z copying torch\include\ATen\ops\scatter_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1034145Z copying torch\include\ATen\ops\scatter_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1040452Z copying torch\include\ATen\ops\scatter_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1047354Z copying torch\include\ATen\ops\scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1054402Z copying torch\include\ATen\ops\scatter_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1060673Z copying torch\include\ATen\ops\scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1067195Z copying torch\include\ATen\ops\scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1073745Z copying torch\include\ATen\ops\scatter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1080135Z copying torch\include\ATen\ops\scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1086400Z copying torch\include\ATen\ops\scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1093098Z copying torch\include\ATen\ops\scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1099822Z copying torch\include\ATen\ops\scatter_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1106802Z copying torch\include\ATen\ops\scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1113066Z copying torch\include\ATen\ops\scatter_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1119565Z copying torch\include\ATen\ops\scatter_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1126002Z copying torch\include\ATen\ops\scatter_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1132557Z copying torch\include\ATen\ops\scatter_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1139324Z copying torch\include\ATen\ops\scatter_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1145772Z copying torch\include\ATen\ops\scatter_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1152159Z copying torch\include\ATen\ops\searchsorted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1158367Z copying torch\include\ATen\ops\searchsorted_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1165072Z copying torch\include\ATen\ops\searchsorted_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1171469Z copying torch\include\ATen\ops\searchsorted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1178551Z copying torch\include\ATen\ops\searchsorted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1184848Z copying torch\include\ATen\ops\segment_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1191662Z copying torch\include\ATen\ops\segment_reduce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1198333Z copying torch\include\ATen\ops\segment_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1204740Z copying torch\include\ATen\ops\segment_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1211160Z copying torch\include\ATen\ops\segment_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1217700Z copying torch\include\ATen\ops\segment_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1223967Z copying torch\include\ATen\ops\select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1230080Z copying torch\include\ATen\ops\select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1237158Z copying torch\include\ATen\ops\select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1243568Z copying torch\include\ATen\ops\select_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1249650Z copying torch\include\ATen\ops\select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1256034Z copying torch\include\ATen\ops\select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1262460Z copying torch\include\ATen\ops\select_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1269425Z copying torch\include\ATen\ops\select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1275850Z copying torch\include\ATen\ops\select_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1282841Z copying torch\include\ATen\ops\select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1289284Z copying torch\include\ATen\ops\select_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1295759Z copying torch\include\ATen\ops\select_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1302446Z copying torch\include\ATen\ops\select_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1308808Z copying torch\include\ATen\ops\select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1315138Z copying torch\include\ATen\ops\select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1321944Z copying torch\include\ATen\ops\select_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1328934Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1335594Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1341983Z copying torch\include\ATen\ops\select_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1349153Z copying torch\include\ATen\ops\select_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1355572Z copying torch\include\ATen\ops\selu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1363176Z copying torch\include\ATen\ops\selu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1370064Z copying torch\include\ATen\ops\selu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1376100Z copying torch\include\ATen\ops\selu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1383106Z copying torch\include\ATen\ops\set.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1389727Z copying torch\include\ATen\ops\set_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1396582Z copying torch\include\ATen\ops\set_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1402646Z copying torch\include\ATen\ops\set_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1409531Z copying torch\include\ATen\ops\set_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1416693Z copying torch\include\ATen\ops\set_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1422976Z copying torch\include\ATen\ops\set_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1428945Z copying torch\include\ATen\ops\set_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1434868Z copying torch\include\ATen\ops\set_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1441039Z copying torch\include\ATen\ops\set_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1446903Z copying torch\include\ATen\ops\set_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1453800Z copying torch\include\ATen\ops\set_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1459747Z copying torch\include\ATen\ops\sgn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1466248Z copying torch\include\ATen\ops\sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1472389Z copying torch\include\ATen\ops\sgn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1478512Z copying torch\include\ATen\ops\sgn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1484614Z copying torch\include\ATen\ops\sgn_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1490707Z copying torch\include\ATen\ops\sgn_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1496937Z copying torch\include\ATen\ops\sgn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1503303Z copying torch\include\ATen\ops\sgn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1509177Z copying torch\include\ATen\ops\sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1515422Z copying torch\include\ATen\ops\sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1521963Z copying torch\include\ATen\ops\sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1528419Z copying torch\include\ATen\ops\sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1535077Z copying torch\include\ATen\ops\sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1541240Z copying torch\include\ATen\ops\sigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1548030Z copying torch\include\ATen\ops\sigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1554550Z copying torch\include\ATen\ops\sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1561345Z copying torch\include\ATen\ops\sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1568012Z copying torch\include\ATen\ops\sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1574609Z copying torch\include\ATen\ops\sigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1581005Z copying torch\include\ATen\ops\sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1587099Z copying torch\include\ATen\ops\sigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1593777Z copying torch\include\ATen\ops\sigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1600479Z copying torch\include\ATen\ops\sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1607015Z copying torch\include\ATen\ops\sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1613347Z copying torch\include\ATen\ops\sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1619223Z copying torch\include\ATen\ops\signbit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1626159Z copying torch\include\ATen\ops\signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1632238Z copying torch\include\ATen\ops\signbit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1638717Z copying torch\include\ATen\ops\signbit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1645098Z copying torch\include\ATen\ops\signbit_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1651033Z copying torch\include\ATen\ops\signbit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1657658Z copying torch\include\ATen\ops\signbit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1664107Z copying torch\include\ATen\ops\signbit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1671329Z copying torch\include\ATen\ops\sign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1677034Z copying torch\include\ATen\ops\sign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1683809Z copying torch\include\ATen\ops\sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1690148Z copying torch\include\ATen\ops\sign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1696791Z copying torch\include\ATen\ops\sign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1703199Z copying torch\include\ATen\ops\sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1709315Z copying torch\include\ATen\ops\sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1715272Z copying torch\include\ATen\ops\silu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1721323Z copying torch\include\ATen\ops\silu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1728394Z copying torch\include\ATen\ops\silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1735590Z copying torch\include\ATen\ops\silu_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1742087Z copying torch\include\ATen\ops\silu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1748698Z copying torch\include\ATen\ops\silu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1755059Z copying torch\include\ATen\ops\silu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1764201Z copying torch\include\ATen\ops\silu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1771319Z copying torch\include\ATen\ops\silu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1778189Z copying torch\include\ATen\ops\silu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1784666Z copying torch\include\ATen\ops\silu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1790856Z copying torch\include\ATen\ops\silu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1797444Z copying torch\include\ATen\ops\silu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1803760Z copying torch\include\ATen\ops\silu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1810513Z copying torch\include\ATen\ops\silu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1816880Z copying torch\include\ATen\ops\silu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1823388Z copying torch\include\ATen\ops\silu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1829380Z copying torch\include\ATen\ops\sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1835472Z copying torch\include\ATen\ops\sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1841933Z copying torch\include\ATen\ops\sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1848227Z copying torch\include\ATen\ops\sinc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1855272Z copying torch\include\ATen\ops\sinc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1862106Z copying torch\include\ATen\ops\sinc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1868222Z copying torch\include\ATen\ops\sinc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1874577Z copying torch\include\ATen\ops\sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1880860Z copying torch\include\ATen\ops\sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1886891Z copying torch\include\ATen\ops\sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1893446Z copying torch\include\ATen\ops\sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1899825Z copying torch\include\ATen\ops\sinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1905916Z copying torch\include\ATen\ops\sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1912153Z copying torch\include\ATen\ops\sinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1918143Z copying torch\include\ATen\ops\sinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1924472Z copying torch\include\ATen\ops\sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1930821Z copying torch\include\ATen\ops\sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1937295Z copying torch\include\ATen\ops\sin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1944970Z copying torch\include\ATen\ops\sin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1952445Z copying torch\include\ATen\ops\sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1958777Z copying torch\include\ATen\ops\sin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1964512Z copying torch\include\ATen\ops\sin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1970624Z copying torch\include\ATen\ops\sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1976650Z copying torch\include\ATen\ops\sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1982563Z copying torch\include\ATen\ops\size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1989128Z copying torch\include\ATen\ops\size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.1995708Z copying torch\include\ATen\ops\size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.2001848Z copying torch\include\ATen\ops\size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.2008072Z copying torch\include\ATen\ops\slice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.2015064Z copying torch\include\ATen\ops\slice_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.2022009Z copying torch\include\ATen\ops\slice_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.2028343Z copying torch\include\ATen\ops\slice_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.2034966Z copying torch\include\ATen\ops\slice_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.2041194Z copying torch\include\ATen\ops\slice_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.2047620Z copying torch\include\ATen\ops\slice_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.2054896Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.2061107Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.2067253Z copying torch\include\ATen\ops\slice_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.2073869Z copying torch\include\ATen\ops\slice_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.2080153Z copying torch\include\ATen\ops\slice_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4079784Z copying torch\include\ATen\ops\slice_inverse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4085892Z copying torch\include\ATen\ops\slice_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4092248Z copying torch\include\ATen\ops\slice_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4098602Z copying torch\include\ATen\ops\slice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4104963Z copying torch\include\ATen\ops\slice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4111337Z copying torch\include\ATen\ops\slice_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4118265Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4124828Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4131214Z copying torch\include\ATen\ops\slice_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4137733Z copying torch\include\ATen\ops\slice_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4144043Z copying torch\include\ATen\ops\slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4150356Z copying torch\include\ATen\ops\slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4156593Z copying torch\include\ATen\ops\slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4162762Z copying torch\include\ATen\ops\slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4169442Z copying torch\include\ATen\ops\slow_conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4176226Z copying torch\include\ATen\ops\slow_conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4182853Z copying torch\include\ATen\ops\slow_conv3d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4189456Z copying torch\include\ATen\ops\slow_conv3d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4195742Z copying torch\include\ATen\ops\slow_conv3d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4202122Z copying torch\include\ATen\ops\slow_conv3d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4208620Z copying torch\include\ATen\ops\slow_conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4215158Z copying torch\include\ATen\ops\slow_conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4221827Z copying torch\include\ATen\ops\slow_conv_dilated2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4228755Z copying torch\include\ATen\ops\slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4235265Z copying torch\include\ATen\ops\slow_conv_dilated2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4241965Z copying torch\include\ATen\ops\slow_conv_dilated2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4248857Z copying torch\include\ATen\ops\slow_conv_dilated2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4255513Z copying torch\include\ATen\ops\slow_conv_dilated2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4262124Z copying torch\include\ATen\ops\slow_conv_dilated3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4269001Z copying torch\include\ATen\ops\slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4275557Z copying torch\include\ATen\ops\slow_conv_dilated3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4282087Z copying torch\include\ATen\ops\slow_conv_dilated3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4288574Z copying torch\include\ATen\ops\slow_conv_dilated3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4295049Z copying torch\include\ATen\ops\slow_conv_dilated3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4301666Z copying torch\include\ATen\ops\slow_conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4308948Z copying torch\include\ATen\ops\slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4315434Z copying torch\include\ATen\ops\slow_conv_transpose2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4322173Z copying torch\include\ATen\ops\slow_conv_transpose2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4328608Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4335334Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4341977Z copying torch\include\ATen\ops\slow_conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4348440Z copying torch\include\ATen\ops\slow_conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4354978Z copying torch\include\ATen\ops\slow_conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4361661Z copying torch\include\ATen\ops\slow_conv_transpose3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4368386Z copying torch\include\ATen\ops\slow_conv_transpose3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4375412Z copying torch\include\ATen\ops\slow_conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4383020Z copying torch\include\ATen\ops\slow_conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4390574Z copying torch\include\ATen\ops\smm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4397628Z copying torch\include\ATen\ops\smm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4403936Z copying torch\include\ATen\ops\smm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4410357Z copying torch\include\ATen\ops\smm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4416718Z copying torch\include\ATen\ops\smooth_l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4423004Z copying torch\include\ATen\ops\smooth_l1_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4429798Z copying torch\include\ATen\ops\smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4436188Z copying torch\include\ATen\ops\smooth_l1_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4442822Z copying torch\include\ATen\ops\smooth_l1_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4449410Z copying torch\include\ATen\ops\smooth_l1_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4455837Z copying torch\include\ATen\ops\smooth_l1_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4462546Z copying torch\include\ATen\ops\smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4469063Z copying torch\include\ATen\ops\smooth_l1_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4475567Z copying torch\include\ATen\ops\smooth_l1_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4481943Z copying torch\include\ATen\ops\smooth_l1_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4488260Z copying torch\include\ATen\ops\smooth_l1_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4494564Z copying torch\include\ATen\ops\smooth_l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4500926Z copying torch\include\ATen\ops\smooth_l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4507113Z copying torch\include\ATen\ops\softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4513369Z copying torch\include\ATen\ops\softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4519681Z copying torch\include\ATen\ops\softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4550127Z copying torch\include\ATen\ops\softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4556351Z copying torch\include\ATen\ops\softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4562718Z copying torch\include\ATen\ops\softplus.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4568700Z copying torch\include\ATen\ops\softplus_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4575466Z copying torch\include\ATen\ops\softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4581707Z copying torch\include\ATen\ops\softplus_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4587988Z copying torch\include\ATen\ops\softplus_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4594231Z copying torch\include\ATen\ops\softplus_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4600705Z copying torch\include\ATen\ops\softplus_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4607108Z copying torch\include\ATen\ops\softplus_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4613429Z copying torch\include\ATen\ops\softplus_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4620231Z copying torch\include\ATen\ops\softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4626498Z copying torch\include\ATen\ops\softplus_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4632789Z copying torch\include\ATen\ops\softplus_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4639005Z copying torch\include\ATen\ops\softplus_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4645381Z copying torch\include\ATen\ops\softplus_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4651700Z copying torch\include\ATen\ops\softplus_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4657935Z copying torch\include\ATen\ops\softplus_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4664119Z copying torch\include\ATen\ops\softshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4670583Z copying torch\include\ATen\ops\softshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4677270Z copying torch\include\ATen\ops\softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4683685Z copying torch\include\ATen\ops\softshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4690328Z copying torch\include\ATen\ops\softshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4697038Z copying torch\include\ATen\ops\softshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4703696Z copying torch\include\ATen\ops\softshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4710326Z copying torch\include\ATen\ops\softshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4716740Z copying torch\include\ATen\ops\softshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4723757Z copying torch\include\ATen\ops\softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4730048Z copying torch\include\ATen\ops\softshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4736736Z copying torch\include\ATen\ops\softshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4743117Z copying torch\include\ATen\ops\softshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4749825Z copying torch\include\ATen\ops\softshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4756433Z copying torch\include\ATen\ops\softshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4762846Z copying torch\include\ATen\ops\softshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4769400Z copying torch\include\ATen\ops\soft_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4775904Z copying torch\include\ATen\ops\soft_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4782941Z copying torch\include\ATen\ops\soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4789305Z copying torch\include\ATen\ops\soft_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4795829Z copying torch\include\ATen\ops\soft_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4802586Z copying torch\include\ATen\ops\soft_margin_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4808822Z copying torch\include\ATen\ops\soft_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4815546Z copying torch\include\ATen\ops\soft_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4821870Z copying torch\include\ATen\ops\sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4828590Z copying torch\include\ATen\ops\sort_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4835040Z copying torch\include\ATen\ops\sort_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4841657Z copying torch\include\ATen\ops\sort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4848110Z copying torch\include\ATen\ops\sort_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4854857Z copying torch\include\ATen\ops\sort_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4860982Z copying torch\include\ATen\ops\sort_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4867318Z copying torch\include\ATen\ops\sort_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4873766Z copying torch\include\ATen\ops\sort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4880883Z copying torch\include\ATen\ops\sort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4888223Z copying torch\include\ATen\ops\sparse_bsc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4895170Z copying torch\include\ATen\ops\sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4901531Z copying torch\include\ATen\ops\sparse_bsc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4907913Z copying torch\include\ATen\ops\sparse_bsc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4914542Z copying torch\include\ATen\ops\sparse_bsr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4921137Z copying torch\include\ATen\ops\sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4927494Z copying torch\include\ATen\ops\sparse_bsr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4934148Z copying torch\include\ATen\ops\sparse_bsr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4940641Z copying torch\include\ATen\ops\sparse_compressed_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4947594Z copying torch\include\ATen\ops\sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4953862Z copying torch\include\ATen\ops\sparse_compressed_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4960244Z copying torch\include\ATen\ops\sparse_compressed_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4966589Z copying torch\include\ATen\ops\sparse_coo_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4973861Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4980334Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4986567Z copying torch\include\ATen\ops\sparse_coo_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4992902Z copying torch\include\ATen\ops\sparse_coo_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.4999612Z copying torch\include\ATen\ops\sparse_csc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5005894Z copying torch\include\ATen\ops\sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5012627Z copying torch\include\ATen\ops\sparse_csc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5019047Z copying torch\include\ATen\ops\sparse_csc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5025381Z copying torch\include\ATen\ops\sparse_csr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5032331Z copying torch\include\ATen\ops\sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5038824Z copying torch\include\ATen\ops\sparse_csr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5045212Z copying torch\include\ATen\ops\sparse_csr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5051504Z copying torch\include\ATen\ops\sparse_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5058280Z copying torch\include\ATen\ops\sparse_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5064516Z copying torch\include\ATen\ops\sparse_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5070817Z copying torch\include\ATen\ops\sparse_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5077194Z copying torch\include\ATen\ops\sparse_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5083971Z copying torch\include\ATen\ops\sparse_mask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5090262Z copying torch\include\ATen\ops\sparse_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5096774Z copying torch\include\ATen\ops\sparse_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5103335Z copying torch\include\ATen\ops\sparse_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5109869Z copying torch\include\ATen\ops\sparse_resize_and_clear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5116706Z copying torch\include\ATen\ops\sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5123296Z copying torch\include\ATen\ops\sparse_resize_and_clear_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5129827Z copying torch\include\ATen\ops\sparse_resize_and_clear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5136312Z copying torch\include\ATen\ops\sparse_resize_and_clear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5143222Z copying torch\include\ATen\ops\sparse_resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5149803Z copying torch\include\ATen\ops\sparse_resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5156139Z copying torch\include\ATen\ops\sparse_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5162824Z copying torch\include\ATen\ops\sparse_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5169260Z copying torch\include\ATen\ops\sparse_sampled_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5175906Z copying torch\include\ATen\ops\sparse_sampled_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5182520Z copying torch\include\ATen\ops\sparse_sampled_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5189081Z copying torch\include\ATen\ops\special_airy_ai.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5196208Z copying torch\include\ATen\ops\special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5202531Z copying torch\include\ATen\ops\special_airy_ai_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5209532Z copying torch\include\ATen\ops\special_airy_ai_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5215964Z copying torch\include\ATen\ops\special_airy_ai_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5222531Z copying torch\include\ATen\ops\special_airy_ai_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5229099Z copying torch\include\ATen\ops\special_airy_ai_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5235492Z copying torch\include\ATen\ops\special_airy_ai_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5241992Z copying torch\include\ATen\ops\special_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5249028Z copying torch\include\ATen\ops\special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5255500Z copying torch\include\ATen\ops\special_bessel_j0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5262127Z copying torch\include\ATen\ops\special_bessel_j0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5268695Z copying torch\include\ATen\ops\special_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5286092Z copying torch\include\ATen\ops\special_bessel_j0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5292495Z copying torch\include\ATen\ops\special_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5299127Z copying torch\include\ATen\ops\special_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5305551Z copying torch\include\ATen\ops\special_bessel_j1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5312281Z copying torch\include\ATen\ops\special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5318734Z copying torch\include\ATen\ops\special_bessel_j1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5325379Z copying torch\include\ATen\ops\special_bessel_j1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5331840Z copying torch\include\ATen\ops\special_bessel_j1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5338635Z copying torch\include\ATen\ops\special_bessel_j1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5344839Z copying torch\include\ATen\ops\special_bessel_j1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5351341Z copying torch\include\ATen\ops\special_bessel_j1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5376044Z copying torch\include\ATen\ops\special_bessel_y0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5382781Z copying torch\include\ATen\ops\special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5389309Z copying torch\include\ATen\ops\special_bessel_y0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5395739Z copying torch\include\ATen\ops\special_bessel_y0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5402168Z copying torch\include\ATen\ops\special_bessel_y0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5408863Z copying torch\include\ATen\ops\special_bessel_y0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5415390Z copying torch\include\ATen\ops\special_bessel_y0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5421809Z copying torch\include\ATen\ops\special_bessel_y0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5428274Z copying torch\include\ATen\ops\special_bessel_y1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5435186Z copying torch\include\ATen\ops\special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5441489Z copying torch\include\ATen\ops\special_bessel_y1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5448025Z copying torch\include\ATen\ops\special_bessel_y1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5454649Z copying torch\include\ATen\ops\special_bessel_y1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5461031Z copying torch\include\ATen\ops\special_bessel_y1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5467643Z copying torch\include\ATen\ops\special_bessel_y1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5473934Z copying torch\include\ATen\ops\special_bessel_y1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5480368Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5487247Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5493891Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5500564Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5507107Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5513479Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5520201Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5526649Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5533505Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5540128Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5547058Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5553755Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5560380Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5567062Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5574002Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5580732Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5587398Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5594465Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5601251Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5608473Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5615471Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5622057Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5628665Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5635288Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5642315Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5648910Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5655673Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5662265Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5669491Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5676460Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5683270Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5690051Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5696766Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5703363Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5710118Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5716722Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5723287Z copying torch\include\ATen\ops\special_digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5730166Z copying torch\include\ATen\ops\special_digamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5736795Z copying torch\include\ATen\ops\special_digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5743352Z copying torch\include\ATen\ops\special_digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5750001Z copying torch\include\ATen\ops\special_entr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5757129Z copying torch\include\ATen\ops\special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5763655Z copying torch\include\ATen\ops\special_entr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5770286Z copying torch\include\ATen\ops\special_entr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5776812Z copying torch\include\ATen\ops\special_entr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5783821Z copying torch\include\ATen\ops\special_entr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5790268Z copying torch\include\ATen\ops\special_entr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5796839Z copying torch\include\ATen\ops\special_entr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5807194Z copying torch\include\ATen\ops\special_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5812079Z copying torch\include\ATen\ops\special_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5835986Z copying torch\include\ATen\ops\special_erfcx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5843153Z copying torch\include\ATen\ops\special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5849460Z copying torch\include\ATen\ops\special_erfcx_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5856162Z copying torch\include\ATen\ops\special_erfcx_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5863023Z copying torch\include\ATen\ops\special_erfcx_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5869637Z copying torch\include\ATen\ops\special_erfcx_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5876225Z copying torch\include\ATen\ops\special_erfcx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5883132Z copying torch\include\ATen\ops\special_erfcx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5889761Z copying torch\include\ATen\ops\special_erfc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5896309Z copying torch\include\ATen\ops\special_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5902407Z copying torch\include\ATen\ops\special_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5909011Z copying torch\include\ATen\ops\special_erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5915653Z copying torch\include\ATen\ops\special_erfinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5921873Z copying torch\include\ATen\ops\special_erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5928105Z copying torch\include\ATen\ops\special_erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5934744Z copying torch\include\ATen\ops\special_erf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5941081Z copying torch\include\ATen\ops\special_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5947330Z copying torch\include\ATen\ops\special_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5953521Z copying torch\include\ATen\ops\special_exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5960139Z copying torch\include\ATen\ops\special_exp2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5966458Z copying torch\include\ATen\ops\special_exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5972643Z copying torch\include\ATen\ops\special_exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5978808Z copying torch\include\ATen\ops\special_expit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5985873Z copying torch\include\ATen\ops\special_expit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5992084Z copying torch\include\ATen\ops\special_expit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.5998428Z copying torch\include\ATen\ops\special_expit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6004621Z copying torch\include\ATen\ops\special_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6011115Z copying torch\include\ATen\ops\special_expm1_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6017484Z copying torch\include\ATen\ops\special_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6023560Z copying torch\include\ATen\ops\special_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6030040Z copying torch\include\ATen\ops\special_gammainc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6036441Z copying torch\include\ATen\ops\special_gammaincc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6043123Z copying torch\include\ATen\ops\special_gammaincc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6049406Z copying torch\include\ATen\ops\special_gammaincc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6055838Z copying torch\include\ATen\ops\special_gammaincc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6062463Z copying torch\include\ATen\ops\special_gammainc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6068763Z copying torch\include\ATen\ops\special_gammainc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6075015Z copying torch\include\ATen\ops\special_gammainc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6081354Z copying torch\include\ATen\ops\special_gammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6088038Z copying torch\include\ATen\ops\special_gammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6094338Z copying torch\include\ATen\ops\special_gammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6100721Z copying torch\include\ATen\ops\special_gammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6107170Z copying torch\include\ATen\ops\special_hermite_polynomial_h.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6113613Z copying torch\include\ATen\ops\special_hermite_polynomial_he.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6120457Z copying torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6127204Z copying torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6133731Z copying torch\include\ATen\ops\special_hermite_polynomial_he_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6140126Z copying torch\include\ATen\ops\special_hermite_polynomial_he_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6146656Z copying torch\include\ATen\ops\special_hermite_polynomial_he_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6153123Z copying torch\include\ATen\ops\special_hermite_polynomial_he_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6159629Z copying torch\include\ATen\ops\special_hermite_polynomial_he_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6166460Z copying torch\include\ATen\ops\special_hermite_polynomial_he_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6173424Z copying torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6180046Z copying torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6186531Z copying torch\include\ATen\ops\special_hermite_polynomial_h_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6193543Z copying torch\include\ATen\ops\special_hermite_polynomial_h_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6200175Z copying torch\include\ATen\ops\special_hermite_polynomial_h_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6206648Z copying torch\include\ATen\ops\special_hermite_polynomial_h_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6213494Z copying torch\include\ATen\ops\special_hermite_polynomial_h_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6220155Z copying torch\include\ATen\ops\special_hermite_polynomial_h_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6226837Z copying torch\include\ATen\ops\special_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6233304Z copying torch\include\ATen\ops\special_i0e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6240132Z copying torch\include\ATen\ops\special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6246443Z copying torch\include\ATen\ops\special_i0e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6253132Z copying torch\include\ATen\ops\special_i0e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6259566Z copying torch\include\ATen\ops\special_i0e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6266129Z copying torch\include\ATen\ops\special_i0e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6272864Z copying torch\include\ATen\ops\special_i0e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6279376Z copying torch\include\ATen\ops\special_i0e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6286187Z copying torch\include\ATen\ops\special_i0_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6292627Z copying torch\include\ATen\ops\special_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6298809Z copying torch\include\ATen\ops\special_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6305252Z copying torch\include\ATen\ops\special_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6311829Z copying torch\include\ATen\ops\special_i1e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6318808Z copying torch\include\ATen\ops\special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6325496Z copying torch\include\ATen\ops\special_i1e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6332147Z copying torch\include\ATen\ops\special_i1e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6338533Z copying torch\include\ATen\ops\special_i1e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6345219Z copying torch\include\ATen\ops\special_i1e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6352229Z copying torch\include\ATen\ops\special_i1e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6358703Z copying torch\include\ATen\ops\special_i1e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6365808Z copying torch\include\ATen\ops\special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6372106Z copying torch\include\ATen\ops\special_i1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6378839Z copying torch\include\ATen\ops\special_i1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6386412Z copying torch\include\ATen\ops\special_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6394206Z copying torch\include\ATen\ops\special_i1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6400828Z copying torch\include\ATen\ops\special_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6407338Z copying torch\include\ATen\ops\special_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6414836Z copying torch\include\ATen\ops\special_laguerre_polynomial_l.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6421845Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6428236Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6434956Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6441343Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6448260Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6454885Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6461299Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6467765Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6474157Z copying torch\include\ATen\ops\special_legendre_polynomial_p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6481241Z copying torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6488064Z copying torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6494629Z copying torch\include\ATen\ops\special_legendre_polynomial_p_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6501140Z copying torch\include\ATen\ops\special_legendre_polynomial_p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6507545Z copying torch\include\ATen\ops\special_legendre_polynomial_p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6514101Z copying torch\include\ATen\ops\special_legendre_polynomial_p_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6520722Z copying torch\include\ATen\ops\special_legendre_polynomial_p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6527219Z copying torch\include\ATen\ops\special_legendre_polynomial_p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6533760Z copying torch\include\ATen\ops\special_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6541142Z copying torch\include\ATen\ops\special_log1p_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6547492Z copying torch\include\ATen\ops\special_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6553629Z copying torch\include\ATen\ops\special_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6560286Z copying torch\include\ATen\ops\special_logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6566990Z copying torch\include\ATen\ops\special_logit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6573278Z copying torch\include\ATen\ops\special_logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6579867Z copying torch\include\ATen\ops\special_logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6586181Z copying torch\include\ATen\ops\special_logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6593064Z copying torch\include\ATen\ops\special_logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6599367Z copying torch\include\ATen\ops\special_logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6606279Z copying torch\include\ATen\ops\special_logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6612341Z copying torch\include\ATen\ops\special_log_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6619209Z copying torch\include\ATen\ops\special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6625438Z copying torch\include\ATen\ops\special_log_ndtr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6631848Z copying torch\include\ATen\ops\special_log_ndtr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6638305Z copying torch\include\ATen\ops\special_log_ndtr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6645203Z copying torch\include\ATen\ops\special_log_ndtr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6651916Z copying torch\include\ATen\ops\special_log_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6658453Z copying torch\include\ATen\ops\special_log_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6665025Z copying torch\include\ATen\ops\special_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6672008Z copying torch\include\ATen\ops\special_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6679062Z copying torch\include\ATen\ops\special_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6685684Z copying torch\include\ATen\ops\special_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6692505Z copying torch\include\ATen\ops\special_modified_bessel_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6700355Z copying torch\include\ATen\ops\special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6713952Z copying torch\include\ATen\ops\special_modified_bessel_i0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6715404Z copying torch\include\ATen\ops\special_modified_bessel_i0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6719640Z copying torch\include\ATen\ops\special_modified_bessel_i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6727575Z copying torch\include\ATen\ops\special_modified_bessel_i0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6736626Z copying torch\include\ATen\ops\special_modified_bessel_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6741337Z copying torch\include\ATen\ops\special_modified_bessel_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6748903Z copying torch\include\ATen\ops\special_modified_bessel_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6769912Z copying torch\include\ATen\ops\special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6771822Z copying torch\include\ATen\ops\special_modified_bessel_i1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6773298Z copying torch\include\ATen\ops\special_modified_bessel_i1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6777902Z copying torch\include\ATen\ops\special_modified_bessel_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6785027Z copying torch\include\ATen\ops\special_modified_bessel_i1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6791578Z copying torch\include\ATen\ops\special_modified_bessel_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6798126Z copying torch\include\ATen\ops\special_modified_bessel_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6804729Z copying torch\include\ATen\ops\special_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6811883Z copying torch\include\ATen\ops\special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6818511Z copying torch\include\ATen\ops\special_modified_bessel_k0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6824974Z copying torch\include\ATen\ops\special_modified_bessel_k0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6831502Z copying torch\include\ATen\ops\special_modified_bessel_k0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6838117Z copying torch\include\ATen\ops\special_modified_bessel_k0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6845012Z copying torch\include\ATen\ops\special_modified_bessel_k0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6851487Z copying torch\include\ATen\ops\special_modified_bessel_k0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6857988Z copying torch\include\ATen\ops\special_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6865002Z copying torch\include\ATen\ops\special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6871421Z copying torch\include\ATen\ops\special_modified_bessel_k1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6878208Z copying torch\include\ATen\ops\special_modified_bessel_k1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6884730Z copying torch\include\ATen\ops\special_modified_bessel_k1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6891351Z copying torch\include\ATen\ops\special_modified_bessel_k1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6898748Z copying torch\include\ATen\ops\special_modified_bessel_k1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6904893Z copying torch\include\ATen\ops\special_modified_bessel_k1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6911191Z copying torch\include\ATen\ops\special_multigammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6918386Z copying torch\include\ATen\ops\special_multigammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6924931Z copying torch\include\ATen\ops\special_multigammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6931239Z copying torch\include\ATen\ops\special_multigammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6937903Z copying torch\include\ATen\ops\special_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6944048Z copying torch\include\ATen\ops\special_ndtri.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6950887Z copying torch\include\ATen\ops\special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6957318Z copying torch\include\ATen\ops\special_ndtri_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6963846Z copying torch\include\ATen\ops\special_ndtri_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6970070Z copying torch\include\ATen\ops\special_ndtri_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6976529Z copying torch\include\ATen\ops\special_ndtri_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6983096Z copying torch\include\ATen\ops\special_ndtri_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6989708Z copying torch\include\ATen\ops\special_ndtri_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.6996631Z copying torch\include\ATen\ops\special_ndtr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7004953Z copying torch\include\ATen\ops\special_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7013390Z copying torch\include\ATen\ops\special_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7021902Z copying torch\include\ATen\ops\special_polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7029784Z copying torch\include\ATen\ops\special_polygamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7036339Z copying torch\include\ATen\ops\special_polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7043657Z copying torch\include\ATen\ops\special_polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7050611Z copying torch\include\ATen\ops\special_psi.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7057714Z copying torch\include\ATen\ops\special_psi_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7064130Z copying torch\include\ATen\ops\special_psi_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7070409Z copying torch\include\ATen\ops\special_psi_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7076934Z copying torch\include\ATen\ops\special_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7083743Z copying torch\include\ATen\ops\special_round_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7090054Z copying torch\include\ATen\ops\special_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7096515Z copying torch\include\ATen\ops\special_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7103474Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7110837Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7117222Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7125206Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7131849Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7138772Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7145260Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7151776Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7158194Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7165278Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7172049Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7178720Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7185162Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7193113Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7199822Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7206530Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7213152Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7220209Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7226940Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7233630Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7240510Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7247062Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7253861Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7260511Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7267101Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7273949Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7281220Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7288058Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7294958Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7302174Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7309041Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7315997Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7322763Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7329607Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7336746Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7344224Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7351249Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7357858Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7364986Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7371669Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7378640Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7385874Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7393803Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7401897Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7409942Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7416966Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7423832Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7431008Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7437965Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7444620Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7451197Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7458344Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7464689Z copying torch\include\ATen\ops\special_sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7471519Z copying torch\include\ATen\ops\special_sinc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7477885Z copying torch\include\ATen\ops\special_sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7484195Z copying torch\include\ATen\ops\special_sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7490763Z copying torch\include\ATen\ops\special_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7497939Z copying torch\include\ATen\ops\special_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7504367Z copying torch\include\ATen\ops\special_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7511864Z copying torch\include\ATen\ops\special_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7518532Z copying torch\include\ATen\ops\special_spherical_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7525828Z copying torch\include\ATen\ops\special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7532305Z copying torch\include\ATen\ops\special_spherical_bessel_j0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7539108Z copying torch\include\ATen\ops\special_spherical_bessel_j0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7545735Z copying torch\include\ATen\ops\special_spherical_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.7552509Z copying torch\include\ATen\ops\special_spherical_bessel_j0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8761227Z copying torch\include\ATen\ops\special_spherical_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8767657Z copying torch\include\ATen\ops\special_spherical_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8774343Z copying torch\include\ATen\ops\special_xlog1py.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8781422Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8788142Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8794984Z copying torch\include\ATen\ops\special_xlog1py_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8801615Z copying torch\include\ATen\ops\special_xlog1py_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8808397Z copying torch\include\ATen\ops\special_xlog1py_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8816401Z copying torch\include\ATen\ops\special_xlog1py_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8823027Z copying torch\include\ATen\ops\special_xlog1py_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8829810Z copying torch\include\ATen\ops\special_xlog1py_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8836631Z copying torch\include\ATen\ops\special_xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8843657Z copying torch\include\ATen\ops\special_xlogy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8850241Z copying torch\include\ATen\ops\special_xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8857032Z copying torch\include\ATen\ops\special_xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8863659Z copying torch\include\ATen\ops\special_zeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8870921Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8877656Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8884429Z copying torch\include\ATen\ops\special_zeta_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8891542Z copying torch\include\ATen\ops\special_zeta_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8899382Z copying torch\include\ATen\ops\special_zeta_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8906964Z copying torch\include\ATen\ops\special_zeta_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8913817Z copying torch\include\ATen\ops\special_zeta_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8920567Z copying torch\include\ATen\ops\special_zeta_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8927425Z copying torch\include\ATen\ops\split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8934170Z copying torch\include\ATen\ops\split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8940962Z copying torch\include\ATen\ops\split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8947092Z copying torch\include\ATen\ops\split_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8953858Z copying torch\include\ATen\ops\split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8960507Z copying torch\include\ATen\ops\split_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8966933Z copying torch\include\ATen\ops\split_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8973454Z copying torch\include\ATen\ops\split_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8979896Z copying torch\include\ATen\ops\split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8986405Z copying torch\include\ATen\ops\split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8992928Z copying torch\include\ATen\ops\split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.8999709Z copying torch\include\ATen\ops\split_with_sizes_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9005970Z copying torch\include\ATen\ops\split_with_sizes_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9013136Z copying torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9020122Z copying torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9026539Z copying torch\include\ATen\ops\split_with_sizes_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9032987Z copying torch\include\ATen\ops\split_with_sizes_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9039350Z copying torch\include\ATen\ops\split_with_sizes_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9045784Z copying torch\include\ATen\ops\split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9052653Z copying torch\include\ATen\ops\split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9059632Z copying torch\include\ATen\ops\sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9066230Z copying torch\include\ATen\ops\sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9072468Z copying torch\include\ATen\ops\sqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9079043Z copying torch\include\ATen\ops\sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9085894Z copying torch\include\ATen\ops\sqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9091931Z copying torch\include\ATen\ops\sqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9098349Z copying torch\include\ATen\ops\sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9104801Z copying torch\include\ATen\ops\sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9111011Z copying torch\include\ATen\ops\square.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9117448Z copying torch\include\ATen\ops\square_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9123695Z copying torch\include\ATen\ops\square_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9130009Z copying torch\include\ATen\ops\square_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9136510Z copying torch\include\ATen\ops\squeeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9143085Z copying torch\include\ATen\ops\squeeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9149758Z copying torch\include\ATen\ops\squeeze_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9156894Z copying torch\include\ATen\ops\squeeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9163907Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9170465Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9176992Z copying torch\include\ATen\ops\squeeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9183695Z copying torch\include\ATen\ops\squeeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9190301Z copying torch\include\ATen\ops\squeeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9196992Z copying torch\include\ATen\ops\squeeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9203513Z copying torch\include\ATen\ops\sspaddmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9210910Z copying torch\include\ATen\ops\sspaddmm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9217351Z copying torch\include\ATen\ops\sspaddmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9223968Z copying torch\include\ATen\ops\sspaddmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9230563Z copying torch\include\ATen\ops\sspaddmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9236883Z copying torch\include\ATen\ops\sspaddmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9243513Z copying torch\include\ATen\ops\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9250109Z copying torch\include\ATen\ops\stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9256441Z copying torch\include\ATen\ops\stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9262705Z copying torch\include\ATen\ops\stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9269103Z copying torch\include\ATen\ops\std.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9275775Z copying torch\include\ATen\ops\std_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9282038Z copying torch\include\ATen\ops\std_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9288754Z copying torch\include\ATen\ops\std_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9295191Z copying torch\include\ATen\ops\std_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9301983Z copying torch\include\ATen\ops\std_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9308916Z copying torch\include\ATen\ops\std_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9315300Z copying torch\include\ATen\ops\std_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9321809Z copying torch\include\ATen\ops\std_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9328265Z copying torch\include\ATen\ops\std_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9334847Z copying torch\include\ATen\ops\std_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9341374Z copying torch\include\ATen\ops\std_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9347894Z copying torch\include\ATen\ops\std_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9354082Z copying torch\include\ATen\ops\stft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9360579Z copying torch\include\ATen\ops\stft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9366947Z copying torch\include\ATen\ops\stft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9373398Z copying torch\include\ATen\ops\stft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9379637Z copying torch\include\ATen\ops\stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9385972Z copying torch\include\ATen\ops\stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9394075Z copying torch\include\ATen\ops\stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9400069Z copying torch\include\ATen\ops\stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9406642Z copying torch\include\ATen\ops\sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9412850Z copying torch\include\ATen\ops\subtract.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9419172Z copying torch\include\ATen\ops\subtract_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9425416Z copying torch\include\ATen\ops\subtract_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9431658Z copying torch\include\ATen\ops\subtract_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9439056Z copying torch\include\ATen\ops\sub_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9445327Z copying torch\include\ATen\ops\sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9451671Z copying torch\include\ATen\ops\sub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9458237Z copying torch\include\ATen\ops\sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9464354Z copying torch\include\ATen\ops\sub_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9470135Z copying torch\include\ATen\ops\sub_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9476553Z copying torch\include\ATen\ops\sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9482628Z copying torch\include\ATen\ops\sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9488481Z copying torch\include\ATen\ops\sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9495024Z copying torch\include\ATen\ops\sum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9501739Z copying torch\include\ATen\ops\sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9508164Z copying torch\include\ATen\ops\sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9514489Z copying torch\include\ATen\ops\sum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9520764Z copying torch\include\ATen\ops\sum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9526841Z copying torch\include\ATen\ops\sum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9532809Z copying torch\include\ATen\ops\sum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9539026Z copying torch\include\ATen\ops\sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9545355Z copying torch\include\ATen\ops\sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9551488Z copying torch\include\ATen\ops\sum_to_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9557970Z copying torch\include\ATen\ops\sum_to_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9564224Z copying torch\include\ATen\ops\sum_to_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9570274Z copying torch\include\ATen\ops\sum_to_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9576566Z copying torch\include\ATen\ops\svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9582814Z copying torch\include\ATen\ops\svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9588779Z copying torch\include\ATen\ops\svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9595220Z copying torch\include\ATen\ops\svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9601186Z copying torch\include\ATen\ops\swapaxes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9607629Z copying torch\include\ATen\ops\swapaxes_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9614346Z copying torch\include\ATen\ops\swapaxes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9620409Z copying torch\include\ATen\ops\swapaxes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9626744Z copying torch\include\ATen\ops\swapdims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9632813Z copying torch\include\ATen\ops\swapdims_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9638807Z copying torch\include\ATen\ops\swapdims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9645263Z copying torch\include\ATen\ops\swapdims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9651465Z copying torch\include\ATen\ops\sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9658152Z copying torch\include\ATen\ops\sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9664274Z copying torch\include\ATen\ops\sym_constrain_range_for_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9670950Z copying torch\include\ATen\ops\sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9677440Z copying torch\include\ATen\ops\sym_constrain_range_for_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9683853Z copying torch\include\ATen\ops\sym_constrain_range_for_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9690274Z copying torch\include\ATen\ops\sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9696694Z copying torch\include\ATen\ops\sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9703022Z copying torch\include\ATen\ops\sym_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9709683Z copying torch\include\ATen\ops\sym_numel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9715872Z copying torch\include\ATen\ops\sym_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9722105Z copying torch\include\ATen\ops\sym_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9729053Z copying torch\include\ATen\ops\sym_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9735558Z copying torch\include\ATen\ops\sym_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9741760Z copying torch\include\ATen\ops\sym_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9747797Z copying torch\include\ATen\ops\sym_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9754289Z copying torch\include\ATen\ops\sym_storage_offset.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9760958Z copying torch\include\ATen\ops\sym_storage_offset_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9767180Z copying torch\include\ATen\ops\sym_storage_offset_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9773694Z copying torch\include\ATen\ops\sym_storage_offset_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9780121Z copying torch\include\ATen\ops\sym_stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9786991Z copying torch\include\ATen\ops\sym_stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9793634Z copying torch\include\ATen\ops\sym_stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9800159Z copying torch\include\ATen\ops\sym_stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9806334Z copying torch\include\ATen\ops\t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9812091Z copying torch\include\ATen\ops\take.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9818253Z copying torch\include\ATen\ops\take_along_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9825182Z copying torch\include\ATen\ops\take_along_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9831354Z copying torch\include\ATen\ops\take_along_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9838196Z copying torch\include\ATen\ops\take_along_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9844466Z copying torch\include\ATen\ops\take_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9850802Z copying torch\include\ATen\ops\take_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9857135Z copying torch\include\ATen\ops\take_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9863452Z copying torch\include\ATen\ops\take_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9869466Z copying torch\include\ATen\ops\tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9875570Z copying torch\include\ATen\ops\tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9881672Z copying torch\include\ATen\ops\tanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9888460Z copying torch\include\ATen\ops\tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9894861Z copying torch\include\ATen\ops\tanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9901449Z copying torch\include\ATen\ops\tanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9908346Z copying torch\include\ATen\ops\tanh_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9915109Z copying torch\include\ATen\ops\tanh_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9921795Z copying torch\include\ATen\ops\tanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9928218Z copying torch\include\ATen\ops\tanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9935158Z copying torch\include\ATen\ops\tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9941160Z copying torch\include\ATen\ops\tanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9947433Z copying torch\include\ATen\ops\tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9953552Z copying torch\include\ATen\ops\tanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9959479Z copying torch\include\ATen\ops\tanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9965854Z copying torch\include\ATen\ops\tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9985628Z copying torch\include\ATen\ops\tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9992268Z copying torch\include\ATen\ops\tan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:58.9998378Z copying torch\include\ATen\ops\tan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0004772Z copying torch\include\ATen\ops\tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0010914Z copying torch\include\ATen\ops\tan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0016700Z copying torch\include\ATen\ops\tan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0022823Z copying torch\include\ATen\ops\tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0029167Z copying torch\include\ATen\ops\tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0035006Z copying torch\include\ATen\ops\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0040962Z copying torch\include\ATen\ops\tensordot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0047408Z copying torch\include\ATen\ops\tensordot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0053592Z copying torch\include\ATen\ops\tensordot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0059928Z copying torch\include\ATen\ops\tensordot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0066355Z copying torch\include\ATen\ops\tensor_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0073714Z copying torch\include\ATen\ops\tensor_split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0085290Z copying torch\include\ATen\ops\tensor_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0089077Z copying torch\include\ATen\ops\tensor_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0095342Z copying torch\include\ATen\ops\thnn_conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0102052Z copying torch\include\ATen\ops\thnn_conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0108227Z copying torch\include\ATen\ops\thnn_conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0114514Z copying torch\include\ATen\ops\thnn_conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0120849Z copying torch\include\ATen\ops\threshold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0127362Z copying torch\include\ATen\ops\threshold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0135114Z copying torch\include\ATen\ops\threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0141342Z copying torch\include\ATen\ops\threshold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0147760Z copying torch\include\ATen\ops\threshold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0154236Z copying torch\include\ATen\ops\threshold_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0161020Z copying torch\include\ATen\ops\threshold_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0167453Z copying torch\include\ATen\ops\threshold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0174311Z copying torch\include\ATen\ops\threshold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0181383Z copying torch\include\ATen\ops\threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0187571Z copying torch\include\ATen\ops\threshold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0194097Z copying torch\include\ATen\ops\threshold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0200407Z copying torch\include\ATen\ops\threshold_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0206875Z copying torch\include\ATen\ops\threshold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0213525Z copying torch\include\ATen\ops\threshold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0219998Z copying torch\include\ATen\ops\threshold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0226304Z copying torch\include\ATen\ops\tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0232752Z copying torch\include\ATen\ops\tile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0238951Z copying torch\include\ATen\ops\tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0244940Z copying torch\include\ATen\ops\tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0250945Z copying torch\include\ATen\ops\to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0256901Z copying torch\include\ATen\ops\topk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0263500Z copying torch\include\ATen\ops\topk_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0364878Z copying torch\include\ATen\ops\topk_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0371216Z copying torch\include\ATen\ops\topk_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0377584Z copying torch\include\ATen\ops\topk_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0383906Z copying torch\include\ATen\ops\topk_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0390131Z copying torch\include\ATen\ops\topk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0396427Z copying torch\include\ATen\ops\topk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0403086Z copying torch\include\ATen\ops\to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0409402Z copying torch\include\ATen\ops\to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0415420Z copying torch\include\ATen\ops\to_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0421960Z copying torch\include\ATen\ops\to_dense_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0428493Z copying torch\include\ATen\ops\to_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0434416Z copying torch\include\ATen\ops\to_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0441095Z copying torch\include\ATen\ops\to_dense_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0447219Z copying torch\include\ATen\ops\to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0453779Z copying torch\include\ATen\ops\to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0460099Z copying torch\include\ATen\ops\to_mkldnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0466163Z copying torch\include\ATen\ops\to_mkldnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0472717Z copying torch\include\ATen\ops\to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0478890Z copying torch\include\ATen\ops\to_mkldnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0485087Z copying torch\include\ATen\ops\to_mkldnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0491779Z copying torch\include\ATen\ops\to_mkldnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0498199Z copying torch\include\ATen\ops\to_mkldnn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0504504Z copying torch\include\ATen\ops\to_mkldnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0510727Z copying torch\include\ATen\ops\to_mkldnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0516923Z copying torch\include\ATen\ops\to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0523013Z copying torch\include\ATen\ops\to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0546189Z copying torch\include\ATen\ops\to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0552803Z copying torch\include\ATen\ops\to_padded_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0559071Z copying torch\include\ATen\ops\to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0565468Z copying torch\include\ATen\ops\to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0571734Z copying torch\include\ATen\ops\to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0577874Z copying torch\include\ATen\ops\to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0584203Z copying torch\include\ATen\ops\to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0590343Z copying torch\include\ATen\ops\to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0596408Z copying torch\include\ATen\ops\to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0602695Z copying torch\include\ATen\ops\to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0609323Z copying torch\include\ATen\ops\to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0615622Z copying torch\include\ATen\ops\to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0621677Z copying torch\include\ATen\ops\to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0628266Z copying torch\include\ATen\ops\to_sparse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0634440Z copying torch\include\ATen\ops\to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0641046Z copying torch\include\ATen\ops\to_sparse_csc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0648185Z copying torch\include\ATen\ops\to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0654787Z copying torch\include\ATen\ops\to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0661055Z copying torch\include\ATen\ops\to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0667519Z copying torch\include\ATen\ops\to_sparse_csr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0673815Z copying torch\include\ATen\ops\to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0679922Z copying torch\include\ATen\ops\to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0686232Z copying torch\include\ATen\ops\to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0693028Z copying torch\include\ATen\ops\to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0699463Z copying torch\include\ATen\ops\trace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0705446Z copying torch\include\ATen\ops\trace_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0712089Z copying torch\include\ATen\ops\trace_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0718481Z copying torch\include\ATen\ops\trace_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0724697Z copying torch\include\ATen\ops\trace_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0731415Z copying torch\include\ATen\ops\trace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0737956Z copying torch\include\ATen\ops\trace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0744416Z copying torch\include\ATen\ops\trace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0750807Z copying torch\include\ATen\ops\trace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0757148Z copying torch\include\ATen\ops\trace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0763645Z copying torch\include\ATen\ops\transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0770218Z copying torch\include\ATen\ops\transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0776890Z copying torch\include\ATen\ops\transpose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0799925Z copying torch\include\ATen\ops\transpose_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0807048Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0813966Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0820615Z copying torch\include\ATen\ops\transpose_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0827345Z copying torch\include\ATen\ops\transpose_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0833922Z copying torch\include\ATen\ops\transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0840330Z copying torch\include\ATen\ops\transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0846809Z copying torch\include\ATen\ops\trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0854558Z copying torch\include\ATen\ops\trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0860473Z copying torch\include\ATen\ops\trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0866896Z copying torch\include\ATen\ops\trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0873261Z copying torch\include\ATen\ops\trapz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0879781Z copying torch\include\ATen\ops\trapz_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0886261Z copying torch\include\ATen\ops\trapz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0892704Z copying torch\include\ATen\ops\trapz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0899196Z copying torch\include\ATen\ops\triangular_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0906442Z copying torch\include\ATen\ops\triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0912741Z copying torch\include\ATen\ops\triangular_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0920096Z copying torch\include\ATen\ops\triangular_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0927389Z copying torch\include\ATen\ops\triangular_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0934407Z copying torch\include\ATen\ops\triangular_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0940938Z copying torch\include\ATen\ops\triangular_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0947855Z copying torch\include\ATen\ops\triangular_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0954204Z copying torch\include\ATen\ops\tril.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0960598Z copying torch\include\ATen\ops\tril_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0966971Z copying torch\include\ATen\ops\tril_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0974142Z copying torch\include\ATen\ops\tril_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0981027Z copying torch\include\ATen\ops\tril_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0987415Z copying torch\include\ATen\ops\tril_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.0993620Z copying torch\include\ATen\ops\tril_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1000497Z copying torch\include\ATen\ops\tril_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1006879Z copying torch\include\ATen\ops\tril_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1013348Z copying torch\include\ATen\ops\tril_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1019577Z copying torch\include\ATen\ops\tril_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1026014Z copying torch\include\ATen\ops\tril_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1032111Z copying torch\include\ATen\ops\tril_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1038295Z copying torch\include\ATen\ops\tril_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1044543Z copying torch\include\ATen\ops\triplet_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1050973Z copying torch\include\ATen\ops\triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1057290Z copying torch\include\ATen\ops\triplet_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1063641Z copying torch\include\ATen\ops\triplet_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1069855Z copying torch\include\ATen\ops\triu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1076292Z copying torch\include\ATen\ops\triu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1082463Z copying torch\include\ATen\ops\triu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1088715Z copying torch\include\ATen\ops\triu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1094909Z copying torch\include\ATen\ops\triu_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1101333Z copying torch\include\ATen\ops\triu_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1107464Z copying torch\include\ATen\ops\triu_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1114163Z copying torch\include\ATen\ops\triu_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1120451Z copying torch\include\ATen\ops\triu_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1126957Z copying torch\include\ATen\ops\triu_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1133430Z copying torch\include\ATen\ops\triu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1139612Z copying torch\include\ATen\ops\triu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1146147Z copying torch\include\ATen\ops\triu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1152216Z copying torch\include\ATen\ops\triu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1158243Z copying torch\include\ATen\ops\true_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1164701Z copying torch\include\ATen\ops\true_divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1170759Z copying torch\include\ATen\ops\true_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1177300Z copying torch\include\ATen\ops\true_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1183525Z copying torch\include\ATen\ops\trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1189908Z copying torch\include\ATen\ops\trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1196347Z copying torch\include\ATen\ops\trunc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1202535Z copying torch\include\ATen\ops\trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1208573Z copying torch\include\ATen\ops\trunc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1214703Z copying torch\include\ATen\ops\trunc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1221105Z copying torch\include\ATen\ops\trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1227581Z copying torch\include\ATen\ops\trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1233680Z copying torch\include\ATen\ops\type_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1239658Z copying torch\include\ATen\ops\type_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1245733Z copying torch\include\ATen\ops\type_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1251586Z copying torch\include\ATen\ops\type_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1258238Z copying torch\include\ATen\ops\t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1264292Z copying torch\include\ATen\ops\t_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1270618Z copying torch\include\ATen\ops\t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1277021Z copying torch\include\ATen\ops\t_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1283157Z copying torch\include\ATen\ops\t_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1289102Z copying torch\include\ATen\ops\t_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1295365Z copying torch\include\ATen\ops\t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1300973Z copying torch\include\ATen\ops\t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1306914Z copying torch\include\ATen\ops\unbind.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1313201Z copying torch\include\ATen\ops\unbind_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1319874Z copying torch\include\ATen\ops\unbind_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1326036Z copying torch\include\ATen\ops\unbind_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1332696Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1339520Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1345690Z copying torch\include\ATen\ops\unbind_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1351930Z copying torch\include\ATen\ops\unbind_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1358365Z copying torch\include\ATen\ops\unbind_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1364671Z copying torch\include\ATen\ops\unbind_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1370915Z copying torch\include\ATen\ops\unflatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1377826Z copying torch\include\ATen\ops\unflatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1384094Z copying torch\include\ATen\ops\unflatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1390674Z copying torch\include\ATen\ops\unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1396830Z copying torch\include\ATen\ops\unflatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1403218Z copying torch\include\ATen\ops\unflatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1409392Z copying torch\include\ATen\ops\unflatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1415693Z copying torch\include\ATen\ops\unflatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1422102Z copying torch\include\ATen\ops\unfold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1427780Z copying torch\include\ATen\ops\unfold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1434500Z copying torch\include\ATen\ops\unfold_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1440638Z copying torch\include\ATen\ops\unfold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1447317Z copying torch\include\ATen\ops\unfold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1453632Z copying torch\include\ATen\ops\unfold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1459879Z copying torch\include\ATen\ops\unfold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1466176Z copying torch\include\ATen\ops\unfold_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1473014Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1479387Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1485788Z copying torch\include\ATen\ops\unfold_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1492047Z copying torch\include\ATen\ops\unfold_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1498514Z copying torch\include\ATen\ops\unfold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1504823Z copying torch\include\ATen\ops\unfold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1511155Z copying torch\include\ATen\ops\unfold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1517494Z copying torch\include\ATen\ops\unfold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1523574Z copying torch\include\ATen\ops\unfold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1529785Z copying torch\include\ATen\ops\uniform.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1536564Z copying torch\include\ATen\ops\uniform_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1543021Z copying torch\include\ATen\ops\uniform_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1549199Z copying torch\include\ATen\ops\uniform_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1555324Z copying torch\include\ATen\ops\uniform_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1561660Z copying torch\include\ATen\ops\uniform_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1568470Z copying torch\include\ATen\ops\uniform_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1574897Z copying torch\include\ATen\ops\unique_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1581511Z copying torch\include\ATen\ops\unique_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1587830Z copying torch\include\ATen\ops\unique_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1594209Z copying torch\include\ATen\ops\unique_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1600626Z copying torch\include\ATen\ops\unique_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1606964Z copying torch\include\ATen\ops\unique_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1613355Z copying torch\include\ATen\ops\unique_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1619917Z copying torch\include\ATen\ops\unique_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1626653Z copying torch\include\ATen\ops\unique_dim_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1633451Z copying torch\include\ATen\ops\unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1639971Z copying torch\include\ATen\ops\unique_dim_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1646559Z copying torch\include\ATen\ops\unique_dim_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1653279Z copying torch\include\ATen\ops\unique_dim_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1659827Z copying torch\include\ATen\ops\unique_dim_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1666646Z copying torch\include\ATen\ops\unique_dim_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1673298Z copying torch\include\ATen\ops\unique_dim_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1679752Z copying torch\include\ATen\ops\unique_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1686163Z copying torch\include\ATen\ops\unique_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1692884Z copying torch\include\ATen\ops\unsafe_chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1699649Z copying torch\include\ATen\ops\unsafe_chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1706011Z copying torch\include\ATen\ops\unsafe_chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1712349Z copying torch\include\ATen\ops\unsafe_chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1718796Z copying torch\include\ATen\ops\unsafe_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1725572Z copying torch\include\ATen\ops\unsafe_split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1732303Z copying torch\include\ATen\ops\unsafe_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1738994Z copying torch\include\ATen\ops\unsafe_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1745669Z copying torch\include\ATen\ops\unsafe_split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1752562Z copying torch\include\ATen\ops\unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1759205Z copying torch\include\ATen\ops\unsafe_split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1765910Z copying torch\include\ATen\ops\unsafe_split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1772169Z copying torch\include\ATen\ops\unsqueeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1778882Z copying torch\include\ATen\ops\unsqueeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1785101Z copying torch\include\ATen\ops\unsqueeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1792424Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1799296Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1805685Z copying torch\include\ATen\ops\unsqueeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1812146Z copying torch\include\ATen\ops\unsqueeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1818686Z copying torch\include\ATen\ops\unsqueeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1825250Z copying torch\include\ATen\ops\unsqueeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1831838Z copying torch\include\ATen\ops\upsample_bicubic2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1838461Z copying torch\include\ATen\ops\upsample_bicubic2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1845551Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1852399Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1859081Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1865659Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1872333Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1879063Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1885775Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1892991Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1899797Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1906259Z copying torch\include\ATen\ops\upsample_bicubic2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1912910Z copying torch\include\ATen\ops\upsample_bicubic2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1920013Z copying torch\include\ATen\ops\upsample_bicubic2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1926779Z copying torch\include\ATen\ops\upsample_bicubic2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1933559Z copying torch\include\ATen\ops\upsample_bicubic2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1940261Z copying torch\include\ATen\ops\upsample_bicubic2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1946697Z copying torch\include\ATen\ops\upsample_bilinear2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1953522Z copying torch\include\ATen\ops\upsample_bilinear2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1960445Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1967087Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1973828Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1980146Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1986601Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1993026Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.1999767Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2006549Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2013119Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2019833Z copying torch\include\ATen\ops\upsample_bilinear2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2026330Z copying torch\include\ATen\ops\upsample_bilinear2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2033080Z copying torch\include\ATen\ops\upsample_bilinear2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2039459Z copying torch\include\ATen\ops\upsample_bilinear2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2045751Z copying torch\include\ATen\ops\upsample_bilinear2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2052087Z copying torch\include\ATen\ops\upsample_bilinear2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2058620Z copying torch\include\ATen\ops\upsample_linear1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2065067Z copying torch\include\ATen\ops\upsample_linear1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2072105Z copying torch\include\ATen\ops\upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2078642Z copying torch\include\ATen\ops\upsample_linear1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2085059Z copying torch\include\ATen\ops\upsample_linear1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2092008Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2098682Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2105169Z copying torch\include\ATen\ops\upsample_linear1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2111863Z copying torch\include\ATen\ops\upsample_linear1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2118663Z copying torch\include\ATen\ops\upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2125316Z copying torch\include\ATen\ops\upsample_linear1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2131631Z copying torch\include\ATen\ops\upsample_linear1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2138156Z copying torch\include\ATen\ops\upsample_linear1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2145086Z copying torch\include\ATen\ops\upsample_linear1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2151372Z copying torch\include\ATen\ops\upsample_linear1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2157765Z copying torch\include\ATen\ops\upsample_linear1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2164122Z copying torch\include\ATen\ops\upsample_linear1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2170549Z copying torch\include\ATen\ops\upsample_nearest1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2183533Z copying torch\include\ATen\ops\upsample_nearest1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2190502Z copying torch\include\ATen\ops\upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2197086Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2203700Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2210227Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2217137Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2223487Z copying torch\include\ATen\ops\upsample_nearest1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2923821Z copying torch\include\ATen\ops\upsample_nearest1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2931592Z copying torch\include\ATen\ops\upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2939551Z copying torch\include\ATen\ops\upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2946012Z copying torch\include\ATen\ops\upsample_nearest1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2952715Z copying torch\include\ATen\ops\upsample_nearest1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2959401Z copying torch\include\ATen\ops\upsample_nearest1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2966366Z copying torch\include\ATen\ops\upsample_nearest1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2972904Z copying torch\include\ATen\ops\upsample_nearest1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2980066Z copying torch\include\ATen\ops\upsample_nearest1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2986381Z copying torch\include\ATen\ops\upsample_nearest2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.2993145Z copying torch\include\ATen\ops\upsample_nearest2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3000326Z copying torch\include\ATen\ops\upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3006967Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3013688Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3020229Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3026941Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3033409Z copying torch\include\ATen\ops\upsample_nearest2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3039909Z copying torch\include\ATen\ops\upsample_nearest2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3047034Z copying torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3053745Z copying torch\include\ATen\ops\upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3060159Z copying torch\include\ATen\ops\upsample_nearest2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3066734Z copying torch\include\ATen\ops\upsample_nearest2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3073319Z copying torch\include\ATen\ops\upsample_nearest2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3080122Z copying torch\include\ATen\ops\upsample_nearest2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3086515Z copying torch\include\ATen\ops\upsample_nearest2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3093002Z copying torch\include\ATen\ops\upsample_nearest2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3099386Z copying torch\include\ATen\ops\upsample_nearest3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3106702Z copying torch\include\ATen\ops\upsample_nearest3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3113787Z copying torch\include\ATen\ops\upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3120459Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3127087Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3133723Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3140343Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3146887Z copying torch\include\ATen\ops\upsample_nearest3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3153280Z copying torch\include\ATen\ops\upsample_nearest3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3160606Z copying torch\include\ATen\ops\upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3167563Z copying torch\include\ATen\ops\upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3174028Z copying torch\include\ATen\ops\upsample_nearest3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3180752Z copying torch\include\ATen\ops\upsample_nearest3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3187381Z copying torch\include\ATen\ops\upsample_nearest3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3194221Z copying torch\include\ATen\ops\upsample_nearest3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3200648Z copying torch\include\ATen\ops\upsample_nearest3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3207063Z copying torch\include\ATen\ops\upsample_nearest3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3213622Z copying torch\include\ATen\ops\upsample_trilinear3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3220137Z copying torch\include\ATen\ops\upsample_trilinear3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3227582Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3233801Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3240330Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3246938Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3253503Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3260123Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3271147Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3278116Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3284942Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3291461Z copying torch\include\ATen\ops\upsample_trilinear3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3298288Z copying torch\include\ATen\ops\upsample_trilinear3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3304860Z copying torch\include\ATen\ops\upsample_trilinear3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3311847Z copying torch\include\ATen\ops\upsample_trilinear3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3318532Z copying torch\include\ATen\ops\upsample_trilinear3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3325073Z copying torch\include\ATen\ops\upsample_trilinear3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3331580Z copying torch\include\ATen\ops\values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3338111Z copying torch\include\ATen\ops\values_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3344270Z copying torch\include\ATen\ops\values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3351111Z copying torch\include\ATen\ops\values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3357955Z copying torch\include\ATen\ops\values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3364398Z copying torch\include\ATen\ops\values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3370989Z copying torch\include\ATen\ops\values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3377657Z copying torch\include\ATen\ops\values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3384157Z copying torch\include\ATen\ops\values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3390803Z copying torch\include\ATen\ops\value_selecting_reduction_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3398608Z copying torch\include\ATen\ops\value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3404988Z copying torch\include\ATen\ops\value_selecting_reduction_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3411393Z copying torch\include\ATen\ops\value_selecting_reduction_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3417761Z copying torch\include\ATen\ops\vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3424187Z copying torch\include\ATen\ops\vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3430927Z copying torch\include\ATen\ops\vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3437946Z copying torch\include\ATen\ops\vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3445361Z copying torch\include\ATen\ops\var.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3452609Z copying torch\include\ATen\ops\var_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3459147Z copying torch\include\ATen\ops\var_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3465569Z copying torch\include\ATen\ops\var_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3471892Z copying torch\include\ATen\ops\var_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3478392Z copying torch\include\ATen\ops\var_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3484741Z copying torch\include\ATen\ops\var_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3491362Z copying torch\include\ATen\ops\var_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3497875Z copying torch\include\ATen\ops\var_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3504417Z copying torch\include\ATen\ops\var_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3510706Z copying torch\include\ATen\ops\var_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3517044Z copying torch\include\ATen\ops\var_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3523432Z copying torch\include\ATen\ops\var_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3529486Z copying torch\include\ATen\ops\vdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3535997Z copying torch\include\ATen\ops\vdot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3542239Z copying torch\include\ATen\ops\vdot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3548408Z copying torch\include\ATen\ops\vdot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3554510Z copying torch\include\ATen\ops\vdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3560851Z copying torch\include\ATen\ops\vdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3566672Z copying torch\include\ATen\ops\view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3572652Z copying torch\include\ATen\ops\view_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3578596Z copying torch\include\ATen\ops\view_as_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3584743Z copying torch\include\ATen\ops\view_as_complex_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3591997Z copying torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3598367Z copying torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3604491Z copying torch\include\ATen\ops\view_as_complex_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3610775Z copying torch\include\ATen\ops\view_as_complex_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3617276Z copying torch\include\ATen\ops\view_as_complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3624068Z copying torch\include\ATen\ops\view_as_complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3630706Z copying torch\include\ATen\ops\view_as_complex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3637103Z copying torch\include\ATen\ops\view_as_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3643351Z copying torch\include\ATen\ops\view_as_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3649867Z copying torch\include\ATen\ops\view_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3656127Z copying torch\include\ATen\ops\view_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3662408Z copying torch\include\ATen\ops\view_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3668676Z copying torch\include\ATen\ops\view_as_real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3675176Z copying torch\include\ATen\ops\view_as_real_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3682023Z copying torch\include\ATen\ops\view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3688442Z copying torch\include\ATen\ops\view_as_real_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3694919Z copying torch\include\ATen\ops\view_as_real_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3701359Z copying torch\include\ATen\ops\view_as_real_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3707821Z copying torch\include\ATen\ops\view_as_real_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3714344Z copying torch\include\ATen\ops\view_as_real_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3720847Z copying torch\include\ATen\ops\view_as_real_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3727177Z copying torch\include\ATen\ops\view_as_real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3733932Z copying torch\include\ATen\ops\view_as_real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3740876Z copying torch\include\ATen\ops\view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3746881Z copying torch\include\ATen\ops\view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3753632Z copying torch\include\ATen\ops\view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3760191Z copying torch\include\ATen\ops\view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3766418Z copying torch\include\ATen\ops\view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3772807Z copying torch\include\ATen\ops\view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3779190Z copying torch\include\ATen\ops\view_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3785541Z copying torch\include\ATen\ops\view_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3792073Z copying torch\include\ATen\ops\view_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3798215Z copying torch\include\ATen\ops\view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3804648Z copying torch\include\ATen\ops\view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3810554Z copying torch\include\ATen\ops\vsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3816903Z copying torch\include\ATen\ops\vsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3822944Z copying torch\include\ATen\ops\vsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3829090Z copying torch\include\ATen\ops\vsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3835618Z copying torch\include\ATen\ops\vstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3841531Z copying torch\include\ATen\ops\vstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3847549Z copying torch\include\ATen\ops\vstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3854120Z copying torch\include\ATen\ops\vstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3860377Z copying torch\include\ATen\ops\where.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3866670Z copying torch\include\ATen\ops\where_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3872753Z copying torch\include\ATen\ops\where_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3879126Z copying torch\include\ATen\ops\where_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3885412Z copying torch\include\ATen\ops\where_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3891643Z copying torch\include\ATen\ops\where_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3898166Z copying torch\include\ATen\ops\xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3905171Z copying torch\include\ATen\ops\xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3911314Z copying torch\include\ATen\ops\xlogy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3917793Z copying torch\include\ATen\ops\xlogy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3924298Z copying torch\include\ATen\ops\xlogy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3930717Z copying torch\include\ATen\ops\xlogy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3938294Z copying torch\include\ATen\ops\xlogy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3952416Z copying torch\include\ATen\ops\xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3966341Z copying torch\include\ATen\ops\xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3967424Z copying torch\include\ATen\ops\xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3968686Z copying torch\include\ATen\ops\xor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3981898Z copying torch\include\ATen\ops\xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3986374Z copying torch\include\ATen\ops\xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3987456Z copying torch\include\ATen\ops\zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3997158Z copying torch\include\ATen\ops\zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.3999261Z copying torch\include\ATen\ops\zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4005808Z copying torch\include\ATen\ops\zeros_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4015520Z copying torch\include\ATen\ops\zeros_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4030234Z copying torch\include\ATen\ops\zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4031666Z copying torch\include\ATen\ops\zeros_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4032821Z copying torch\include\ATen\ops\zeros_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4038160Z copying torch\include\ATen\ops\zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4044355Z copying torch\include\ATen\ops\zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4051188Z copying torch\include\ATen\ops\zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4057511Z copying torch\include\ATen\ops\zero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4063856Z copying torch\include\ATen\ops\zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4070049Z copying torch\include\ATen\ops\zero_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4076156Z copying torch\include\ATen\ops\zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4082853Z copying torch\include\ATen\ops\zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4088838Z copying torch\include\ATen\ops\_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4095630Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4102470Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4109126Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4115719Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4122368Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4129093Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4136022Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4142732Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4149784Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4156341Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4162897Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4169409Z copying torch\include\ATen\ops\_adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4176263Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4183372Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4190037Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4196733Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4203343Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4210046Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4217201Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4223777Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4230422Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4237039Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4243727Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4250283Z copying torch\include\ATen\ops\_addmm_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4258453Z copying torch\include\ATen\ops\_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4264626Z copying torch\include\ATen\ops\_addmm_activation_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4271314Z copying torch\include\ATen\ops\_addmm_activation_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4277804Z copying torch\include\ATen\ops\_addmm_activation_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4284435Z copying torch\include\ATen\ops\_addmm_activation_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4291044Z copying torch\include\ATen\ops\_addmm_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4297864Z copying torch\include\ATen\ops\_addmm_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4304315Z copying torch\include\ATen\ops\_add_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4311057Z copying torch\include\ATen\ops\_add_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4317821Z copying torch\include\ATen\ops\_add_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4324257Z copying torch\include\ATen\ops\_add_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4330668Z copying torch\include\ATen\ops\_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4342499Z copying torch\include\ATen\ops\_add_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4347565Z copying torch\include\ATen\ops\_add_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4354043Z copying torch\include\ATen\ops\_add_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4360627Z copying torch\include\ATen\ops\_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4367248Z copying torch\include\ATen\ops\_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4374083Z copying torch\include\ATen\ops\_aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4380755Z copying torch\include\ATen\ops\_aminmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4387304Z copying torch\include\ATen\ops\_aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4393994Z copying torch\include\ATen\ops\_aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4400494Z copying torch\include\ATen\ops\_aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4406931Z copying torch\include\ATen\ops\_aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4414261Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4421004Z 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 2024-11-01T16:44:59.4427705Z 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 2024-11-01T16:44:59.4434876Z 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 2024-11-01T16:44:59.4442236Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4448450Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4455034Z copying torch\include\ATen\ops\_amp_update_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4461793Z copying torch\include\ATen\ops\_amp_update_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4468536Z copying torch\include\ATen\ops\_amp_update_scale_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4475263Z copying torch\include\ATen\ops\_amp_update_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4481745Z copying torch\include\ATen\ops\_amp_update_scale_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4488337Z copying torch\include\ATen\ops\_amp_update_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4495204Z copying torch\include\ATen\ops\_amp_update_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4502459Z copying torch\include\ATen\ops\_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4509440Z copying torch\include\ATen\ops\_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4516169Z copying torch\include\ATen\ops\_assert_async_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4522389Z copying torch\include\ATen\ops\_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4528686Z copying torch\include\ATen\ops\_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4535385Z copying torch\include\ATen\ops\_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4542212Z copying torch\include\ATen\ops\_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4548495Z copying torch\include\ATen\ops\_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4554836Z copying torch\include\ATen\ops\_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4561860Z copying torch\include\ATen\ops\_assert_tensor_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4569659Z copying torch\include\ATen\ops\_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4576924Z copying torch\include\ATen\ops\_assert_tensor_metadata_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4584495Z copying torch\include\ATen\ops\_assert_tensor_metadata_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4591170Z copying torch\include\ATen\ops\_autocast_to_full_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4597747Z copying torch\include\ATen\ops\_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4604318Z copying torch\include\ATen\ops\_autocast_to_full_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4610499Z copying torch\include\ATen\ops\_autocast_to_full_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4617166Z copying torch\include\ATen\ops\_autocast_to_reduced_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4643525Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4649643Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4656667Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4662973Z copying torch\include\ATen\ops\_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4669468Z copying torch\include\ATen\ops\_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4675966Z copying torch\include\ATen\ops\_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4682610Z copying torch\include\ATen\ops\_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4689111Z copying torch\include\ATen\ops\_batch_norm_impl_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4695612Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4702766Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4709173Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4715999Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4723054Z copying torch\include\ATen\ops\_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4729521Z copying torch\include\ATen\ops\_batch_norm_impl_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4736605Z copying torch\include\ATen\ops\_batch_norm_impl_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4743243Z copying torch\include\ATen\ops\_batch_norm_no_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4750235Z copying torch\include\ATen\ops\_batch_norm_no_update_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4756737Z copying torch\include\ATen\ops\_batch_norm_no_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4763145Z copying torch\include\ATen\ops\_batch_norm_no_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4769722Z copying torch\include\ATen\ops\_batch_norm_with_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4776668Z copying torch\include\ATen\ops\_batch_norm_with_update_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4783574Z copying torch\include\ATen\ops\_batch_norm_with_update_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4790237Z copying torch\include\ATen\ops\_batch_norm_with_update_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4796594Z copying torch\include\ATen\ops\_batch_norm_with_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4802983Z copying torch\include\ATen\ops\_batch_norm_with_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4809258Z copying torch\include\ATen\ops\_cast_Byte.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4815978Z copying torch\include\ATen\ops\_cast_Byte_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4822589Z copying torch\include\ATen\ops\_cast_Byte_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4828660Z copying torch\include\ATen\ops\_cast_Byte_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4834858Z copying torch\include\ATen\ops\_cast_Char.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4841538Z copying torch\include\ATen\ops\_cast_Char_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4847786Z copying torch\include\ATen\ops\_cast_Char_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4877344Z copying torch\include\ATen\ops\_cast_Char_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4883468Z copying torch\include\ATen\ops\_cast_Double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4890465Z copying torch\include\ATen\ops\_cast_Double_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4897001Z copying torch\include\ATen\ops\_cast_Double_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4903075Z copying torch\include\ATen\ops\_cast_Double_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4909543Z copying torch\include\ATen\ops\_cast_Float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4916212Z copying torch\include\ATen\ops\_cast_Float_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4922414Z copying torch\include\ATen\ops\_cast_Float_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4928691Z copying torch\include\ATen\ops\_cast_Float_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4935497Z copying torch\include\ATen\ops\_cast_Half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4941995Z copying torch\include\ATen\ops\_cast_Half_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4948442Z copying torch\include\ATen\ops\_cast_Half_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4954592Z copying torch\include\ATen\ops\_cast_Half_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4960907Z copying torch\include\ATen\ops\_cast_Int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4967314Z copying torch\include\ATen\ops\_cast_Int_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4974482Z copying torch\include\ATen\ops\_cast_Int_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4981030Z copying torch\include\ATen\ops\_cast_Int_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4988130Z copying torch\include\ATen\ops\_cast_Long.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.4995557Z copying torch\include\ATen\ops\_cast_Long_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5002744Z copying torch\include\ATen\ops\_cast_Long_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5009924Z copying torch\include\ATen\ops\_cast_Long_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5017175Z copying torch\include\ATen\ops\_cast_Short.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5024505Z copying torch\include\ATen\ops\_cast_Short_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5031388Z copying torch\include\ATen\ops\_cast_Short_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5037686Z copying torch\include\ATen\ops\_cast_Short_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5044507Z copying torch\include\ATen\ops\_cdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5051205Z copying torch\include\ATen\ops\_cdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5057516Z copying torch\include\ATen\ops\_cdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5064360Z copying torch\include\ATen\ops\_cdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5070644Z copying torch\include\ATen\ops\_cdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5077458Z copying torch\include\ATen\ops\_cdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5084056Z copying torch\include\ATen\ops\_cdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5090796Z copying torch\include\ATen\ops\_cdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5097344Z copying torch\include\ATen\ops\_cdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5103715Z copying torch\include\ATen\ops\_cdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5109950Z copying torch\include\ATen\ops\_cdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5116364Z copying torch\include\ATen\ops\_cdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5122991Z copying torch\include\ATen\ops\_cholesky_solve_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5129866Z copying torch\include\ATen\ops\_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5136288Z copying torch\include\ATen\ops\_cholesky_solve_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5142746Z copying torch\include\ATen\ops\_cholesky_solve_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5149249Z copying torch\include\ATen\ops\_cholesky_solve_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5155724Z copying torch\include\ATen\ops\_cholesky_solve_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5162220Z copying torch\include\ATen\ops\_choose_qparams_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5169136Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5175501Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5181571Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5187797Z copying torch\include\ATen\ops\_chunk_cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5194446Z copying torch\include\ATen\ops\_chunk_cat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5201101Z copying torch\include\ATen\ops\_chunk_cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5207515Z copying torch\include\ATen\ops\_chunk_cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5214006Z copying torch\include\ATen\ops\_chunk_cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5220272Z copying torch\include\ATen\ops\_coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5226446Z copying torch\include\ATen\ops\_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5233052Z copying torch\include\ATen\ops\_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5239264Z copying torch\include\ATen\ops\_coalesced_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5246165Z copying torch\include\ATen\ops\_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5252712Z copying torch\include\ATen\ops\_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5259860Z copying torch\include\ATen\ops\_coalesce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5266043Z copying torch\include\ATen\ops\_coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5272984Z copying torch\include\ATen\ops\_coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5279555Z copying torch\include\ATen\ops\_compute_linear_combination.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5286102Z copying torch\include\ATen\ops\_compute_linear_combination_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5292769Z copying torch\include\ATen\ops\_compute_linear_combination_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5299317Z copying torch\include\ATen\ops\_compute_linear_combination_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5305769Z copying torch\include\ATen\ops\_compute_linear_combination_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5311917Z copying torch\include\ATen\ops\_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5317983Z copying torch\include\ATen\ops\_conj_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5324068Z copying torch\include\ATen\ops\_conj_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5330783Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5337497Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5343854Z copying torch\include\ATen\ops\_conj_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5349958Z copying torch\include\ATen\ops\_conj_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5356205Z copying torch\include\ATen\ops\_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5362314Z copying torch\include\ATen\ops\_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5368666Z copying torch\include\ATen\ops\_conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5375458Z copying torch\include\ATen\ops\_conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5381931Z copying torch\include\ATen\ops\_conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5388288Z copying torch\include\ATen\ops\_conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5394825Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5402144Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5408754Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5415733Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5422306Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5428961Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5435829Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5443264Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5451567Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5467281Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5474341Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5481238Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5487904Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5495040Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5502125Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5508833Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5515285Z copying torch\include\ATen\ops\_convert_weight_to_int4pack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5521908Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5528446Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5535305Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5541753Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5548242Z copying torch\include\ATen\ops\_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5554850Z copying torch\include\ATen\ops\_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5561447Z copying torch\include\ATen\ops\_convolution_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5567789Z copying torch\include\ATen\ops\_convolution_double_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5574957Z copying torch\include\ATen\ops\_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5581467Z copying torch\include\ATen\ops\_convolution_double_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5587882Z copying torch\include\ATen\ops\_convolution_double_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5594218Z copying torch\include\ATen\ops\_convolution_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5601205Z copying torch\include\ATen\ops\_convolution_mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5607439Z copying torch\include\ATen\ops\_convolution_mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5614060Z copying torch\include\ATen\ops\_convolution_mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5620553Z copying torch\include\ATen\ops\_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5626901Z copying torch\include\ATen\ops\_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5633277Z copying torch\include\ATen\ops\_conv_depthwise2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5639886Z copying torch\include\ATen\ops\_conv_depthwise2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5646155Z copying torch\include\ATen\ops\_conv_depthwise2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5652539Z copying torch\include\ATen\ops\_conv_depthwise2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5658976Z copying torch\include\ATen\ops\_copy_from.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5665638Z copying torch\include\ATen\ops\_copy_from_and_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5672369Z copying torch\include\ATen\ops\_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5678581Z copying torch\include\ATen\ops\_copy_from_and_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5684628Z copying torch\include\ATen\ops\_copy_from_and_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5691215Z copying torch\include\ATen\ops\_copy_from_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5697954Z copying torch\include\ATen\ops\_copy_from_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5704110Z copying torch\include\ATen\ops\_copy_from_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5710703Z copying torch\include\ATen\ops\_cslt_compress.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5717117Z copying torch\include\ATen\ops\_cslt_compress_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5723272Z copying torch\include\ATen\ops\_cslt_compress_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5729531Z copying torch\include\ATen\ops\_cslt_compress_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5735880Z copying torch\include\ATen\ops\_cslt_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5742280Z copying torch\include\ATen\ops\_cslt_sparse_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5748903Z copying torch\include\ATen\ops\_cslt_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5756180Z copying torch\include\ATen\ops\_cslt_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5763078Z copying torch\include\ATen\ops\_cslt_sparse_mm_search.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5769746Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5776465Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5783498Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5790964Z copying torch\include\ATen\ops\_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5797355Z copying torch\include\ATen\ops\_ctc_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5804043Z copying torch\include\ATen\ops\_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5810848Z copying torch\include\ATen\ops\_ctc_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5818683Z copying torch\include\ATen\ops\_ctc_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5825349Z copying torch\include\ATen\ops\_ctc_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5832038Z copying torch\include\ATen\ops\_ctc_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5839212Z copying torch\include\ATen\ops\_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5846100Z copying torch\include\ATen\ops\_ctc_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5852861Z copying torch\include\ATen\ops\_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5860625Z copying torch\include\ATen\ops\_ctc_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5867707Z copying torch\include\ATen\ops\_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5874308Z copying torch\include\ATen\ops\_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5880901Z copying torch\include\ATen\ops\_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5887868Z copying torch\include\ATen\ops\_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5894569Z copying torch\include\ATen\ops\_cudnn_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5901138Z copying torch\include\ATen\ops\_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5907681Z copying torch\include\ATen\ops\_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5914440Z copying torch\include\ATen\ops\_cudnn_init_dropout_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5921307Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5927855Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5935144Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5943260Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5950763Z copying torch\include\ATen\ops\_cudnn_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5958491Z copying torch\include\ATen\ops\_cudnn_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5965951Z copying torch\include\ATen\ops\_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5972729Z copying torch\include\ATen\ops\_cudnn_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5980024Z copying torch\include\ATen\ops\_cudnn_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5986493Z copying torch\include\ATen\ops\_cudnn_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.5994134Z copying torch\include\ATen\ops\_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6000770Z copying torch\include\ATen\ops\_cudnn_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6008280Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6037824Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6044408Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6051392Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6058270Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6064619Z copying torch\include\ATen\ops\_cudnn_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6071126Z copying torch\include\ATen\ops\_cudnn_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6077639Z copying torch\include\ATen\ops\_cufft_clear_plan_cache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6084406Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6090601Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6097079Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6103480Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6110265Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6117435Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6124038Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6130606Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6137930Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6145115Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6151402Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6158172Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6165118Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6171437Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6177888Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6184227Z copying torch\include\ATen\ops\_cummax_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6190608Z copying torch\include\ATen\ops\_cummax_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6197783Z copying torch\include\ATen\ops\_cummax_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6204162Z copying torch\include\ATen\ops\_cummax_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6210824Z copying torch\include\ATen\ops\_cummax_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6217493Z copying torch\include\ATen\ops\_cummin_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6223934Z copying torch\include\ATen\ops\_cummin_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6231050Z copying torch\include\ATen\ops\_cummin_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6237627Z copying torch\include\ATen\ops\_cummin_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6245012Z copying torch\include\ATen\ops\_cummin_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6251770Z copying torch\include\ATen\ops\_debug_has_internal_overlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6259352Z copying torch\include\ATen\ops\_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6265841Z copying torch\include\ATen\ops\_debug_has_internal_overlap_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6272509Z copying torch\include\ATen\ops\_debug_has_internal_overlap_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6278936Z copying torch\include\ATen\ops\_dimI.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6285382Z copying torch\include\ATen\ops\_dimI_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6291830Z copying torch\include\ATen\ops\_dimI_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6299005Z copying torch\include\ATen\ops\_dimV.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6305435Z copying torch\include\ATen\ops\_dimV_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6312527Z copying torch\include\ATen\ops\_dimV_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6319261Z copying torch\include\ATen\ops\_dim_arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6326635Z copying torch\include\ATen\ops\_dim_arange_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6333732Z copying torch\include\ATen\ops\_dim_arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6340486Z copying torch\include\ATen\ops\_dim_arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6348001Z copying torch\include\ATen\ops\_dirichlet_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6354403Z copying torch\include\ATen\ops\_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6360782Z copying torch\include\ATen\ops\_dirichlet_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6367280Z copying torch\include\ATen\ops\_dirichlet_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6373965Z copying torch\include\ATen\ops\_dirichlet_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6380447Z copying torch\include\ATen\ops\_dirichlet_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6386980Z copying torch\include\ATen\ops\_efficientzerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6394004Z copying torch\include\ATen\ops\_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.6400357Z copying torch\include\ATen\ops\_efficientzerotensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7490146Z copying torch\include\ATen\ops\_efficientzerotensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7496654Z copying torch\include\ATen\ops\_efficientzerotensor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7503424Z copying torch\include\ATen\ops\_efficientzerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7509906Z copying torch\include\ATen\ops\_efficientzerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7516912Z copying torch\include\ATen\ops\_efficient_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7524376Z copying torch\include\ATen\ops\_efficient_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7531154Z copying torch\include\ATen\ops\_efficient_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7537808Z copying torch\include\ATen\ops\_efficient_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7544418Z copying torch\include\ATen\ops\_efficient_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7550992Z copying torch\include\ATen\ops\_efficient_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7558090Z copying torch\include\ATen\ops\_efficient_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7564831Z copying torch\include\ATen\ops\_efficient_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7571107Z copying torch\include\ATen\ops\_embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7577626Z copying torch\include\ATen\ops\_embedding_bag_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7584254Z copying torch\include\ATen\ops\_embedding_bag_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7591198Z copying torch\include\ATen\ops\_embedding_bag_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7598034Z copying torch\include\ATen\ops\_embedding_bag_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7604662Z copying torch\include\ATen\ops\_embedding_bag_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7611630Z copying torch\include\ATen\ops\_embedding_bag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7618028Z copying torch\include\ATen\ops\_embedding_bag_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7624944Z copying torch\include\ATen\ops\_embedding_bag_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7631494Z copying torch\include\ATen\ops\_embedding_bag_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7638375Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7644915Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7651525Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7658806Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7665369Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7671817Z copying torch\include\ATen\ops\_embedding_bag_forward_only.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7678987Z copying torch\include\ATen\ops\_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7685448Z copying torch\include\ATen\ops\_embedding_bag_forward_only_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7692740Z copying torch\include\ATen\ops\_embedding_bag_forward_only_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7699300Z copying torch\include\ATen\ops\_embedding_bag_forward_only_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7705828Z copying torch\include\ATen\ops\_embedding_bag_forward_only_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7712442Z copying torch\include\ATen\ops\_embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7718807Z copying torch\include\ATen\ops\_embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7725908Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7732950Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7739556Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7746242Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7753104Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7759839Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7892643Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7917202Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7923936Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7930785Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7937984Z copying torch\include\ATen\ops\_empty_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7944761Z copying torch\include\ATen\ops\_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7951140Z copying torch\include\ATen\ops\_empty_affine_quantized_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7958692Z copying torch\include\ATen\ops\_empty_affine_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7966750Z copying torch\include\ATen\ops\_empty_affine_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7974690Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7982284Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7989126Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.7995978Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8003013Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8009421Z copying torch\include\ATen\ops\_euclidean_dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8016385Z copying torch\include\ATen\ops\_euclidean_dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8028613Z copying torch\include\ATen\ops\_euclidean_dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8035119Z copying torch\include\ATen\ops\_euclidean_dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8041800Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8048735Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8055848Z 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 2024-11-01T16:44:59.8062515Z 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 2024-11-01T16:44:59.8069447Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8076110Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8083664Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8090378Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8097245Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8103935Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8110857Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8118202Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8125012Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8131782Z 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 2024-11-01T16:44:59.8139259Z 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 2024-11-01T16:44:59.8146267Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8153139Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8160281Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8167642Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8174786Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8181527Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8188284Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8194987Z copying torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8202095Z 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 2024-11-01T16:44:59.8209281Z 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 2024-11-01T16:44:59.8216256Z 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 2024-11-01T16:44:59.8223165Z 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 2024-11-01T16:44:59.8230145Z 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 2024-11-01T16:44:59.8236374Z copying torch\include\ATen\ops\_fft_c2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8242883Z copying torch\include\ATen\ops\_fft_c2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8249728Z copying torch\include\ATen\ops\_fft_c2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8256052Z copying torch\include\ATen\ops\_fft_c2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8262432Z copying torch\include\ATen\ops\_fft_c2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8268832Z copying torch\include\ATen\ops\_fft_c2r.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8275259Z copying torch\include\ATen\ops\_fft_c2r_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8281990Z copying torch\include\ATen\ops\_fft_c2r_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8288830Z copying torch\include\ATen\ops\_fft_c2r_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8295430Z copying torch\include\ATen\ops\_fft_c2r_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8301653Z copying torch\include\ATen\ops\_fft_r2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8307820Z copying torch\include\ATen\ops\_fft_r2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8314120Z copying torch\include\ATen\ops\_fft_r2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8320422Z copying torch\include\ATen\ops\_fft_r2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8326755Z copying torch\include\ATen\ops\_fft_r2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8333675Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8342903Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8371443Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8378035Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8384230Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8390666Z copying torch\include\ATen\ops\_flash_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8397393Z copying torch\include\ATen\ops\_flash_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8403817Z copying torch\include\ATen\ops\_flash_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8410280Z copying torch\include\ATen\ops\_flash_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8416826Z copying torch\include\ATen\ops\_flash_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8423544Z copying torch\include\ATen\ops\_flash_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8430110Z copying torch\include\ATen\ops\_flash_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8436810Z copying torch\include\ATen\ops\_flash_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8443319Z copying torch\include\ATen\ops\_foobar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8449677Z copying torch\include\ATen\ops\_foobar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8455949Z copying torch\include\ATen\ops\_foobar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8462273Z copying torch\include\ATen\ops\_foobar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8468754Z copying torch\include\ATen\ops\_foobar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8475485Z copying torch\include\ATen\ops\_foreach_abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8482384Z copying torch\include\ATen\ops\_foreach_abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8490318Z copying torch\include\ATen\ops\_foreach_abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8498017Z copying torch\include\ATen\ops\_foreach_abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8506033Z copying torch\include\ATen\ops\_foreach_abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8513481Z copying torch\include\ATen\ops\_foreach_acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8520609Z copying torch\include\ATen\ops\_foreach_acos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8527056Z copying torch\include\ATen\ops\_foreach_acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8537777Z copying torch\include\ATen\ops\_foreach_acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8544268Z copying torch\include\ATen\ops\_foreach_acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8550873Z copying torch\include\ATen\ops\_foreach_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8557439Z copying torch\include\ATen\ops\_foreach_addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8564189Z copying torch\include\ATen\ops\_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8570879Z copying torch\include\ATen\ops\_foreach_addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8577336Z copying torch\include\ATen\ops\_foreach_addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8583939Z copying torch\include\ATen\ops\_foreach_addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8590503Z copying torch\include\ATen\ops\_foreach_addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8597294Z copying torch\include\ATen\ops\_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8603778Z copying torch\include\ATen\ops\_foreach_addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8610725Z copying torch\include\ATen\ops\_foreach_addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8617427Z copying torch\include\ATen\ops\_foreach_addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8624189Z copying torch\include\ATen\ops\_foreach_add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8630697Z copying torch\include\ATen\ops\_foreach_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8637081Z copying torch\include\ATen\ops\_foreach_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8643501Z copying torch\include\ATen\ops\_foreach_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8649921Z copying torch\include\ATen\ops\_foreach_asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8656955Z copying torch\include\ATen\ops\_foreach_asin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8663781Z copying torch\include\ATen\ops\_foreach_asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8669818Z copying torch\include\ATen\ops\_foreach_asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8676405Z copying torch\include\ATen\ops\_foreach_asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8682836Z copying torch\include\ATen\ops\_foreach_atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8689617Z copying torch\include\ATen\ops\_foreach_atan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8696149Z copying torch\include\ATen\ops\_foreach_atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8702607Z copying torch\include\ATen\ops\_foreach_atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8708978Z copying torch\include\ATen\ops\_foreach_atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8715517Z copying torch\include\ATen\ops\_foreach_ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8723196Z copying torch\include\ATen\ops\_foreach_ceil_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8729620Z copying torch\include\ATen\ops\_foreach_ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8740961Z copying torch\include\ATen\ops\_foreach_ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8747770Z copying torch\include\ATen\ops\_foreach_ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8754178Z copying torch\include\ATen\ops\_foreach_clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8761483Z copying torch\include\ATen\ops\_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8768160Z copying torch\include\ATen\ops\_foreach_clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8774862Z copying torch\include\ATen\ops\_foreach_clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8781394Z copying torch\include\ATen\ops\_foreach_clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8788116Z copying torch\include\ATen\ops\_foreach_clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8794957Z copying torch\include\ATen\ops\_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8801365Z copying torch\include\ATen\ops\_foreach_clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8808037Z copying torch\include\ATen\ops\_foreach_clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8814889Z copying torch\include\ATen\ops\_foreach_clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8821414Z copying torch\include\ATen\ops\_foreach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8828253Z copying torch\include\ATen\ops\_foreach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8834709Z copying torch\include\ATen\ops\_foreach_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8841134Z copying torch\include\ATen\ops\_foreach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8847548Z copying torch\include\ATen\ops\_foreach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8854382Z copying torch\include\ATen\ops\_foreach_cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8861111Z copying torch\include\ATen\ops\_foreach_cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8867816Z copying torch\include\ATen\ops\_foreach_cosh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8874266Z copying torch\include\ATen\ops\_foreach_cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8880696Z copying torch\include\ATen\ops\_foreach_cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8887269Z copying torch\include\ATen\ops\_foreach_cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8894123Z copying torch\include\ATen\ops\_foreach_cos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8900705Z copying torch\include\ATen\ops\_foreach_cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8907315Z copying torch\include\ATen\ops\_foreach_cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8913773Z copying torch\include\ATen\ops\_foreach_cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8920250Z copying torch\include\ATen\ops\_foreach_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8926965Z copying torch\include\ATen\ops\_foreach_div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8933390Z copying torch\include\ATen\ops\_foreach_div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8940249Z copying torch\include\ATen\ops\_foreach_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8946901Z copying torch\include\ATen\ops\_foreach_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8953394Z copying torch\include\ATen\ops\_foreach_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8960058Z copying torch\include\ATen\ops\_foreach_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8967068Z copying torch\include\ATen\ops\_foreach_erfc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8974287Z copying torch\include\ATen\ops\_foreach_erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8981798Z copying torch\include\ATen\ops\_foreach_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8989357Z copying torch\include\ATen\ops\_foreach_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.8997422Z copying torch\include\ATen\ops\_foreach_erf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9004749Z copying torch\include\ATen\ops\_foreach_erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9011532Z copying torch\include\ATen\ops\_foreach_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9018448Z copying torch\include\ATen\ops\_foreach_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9025059Z copying torch\include\ATen\ops\_foreach_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9032023Z copying torch\include\ATen\ops\_foreach_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9039007Z copying torch\include\ATen\ops\_foreach_expm1_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9045769Z copying torch\include\ATen\ops\_foreach_expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9052231Z copying torch\include\ATen\ops\_foreach_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9058887Z copying torch\include\ATen\ops\_foreach_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9065540Z copying torch\include\ATen\ops\_foreach_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9095129Z copying torch\include\ATen\ops\_foreach_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9101396Z copying torch\include\ATen\ops\_foreach_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9107757Z copying torch\include\ATen\ops\_foreach_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9114377Z copying torch\include\ATen\ops\_foreach_floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9121448Z copying torch\include\ATen\ops\_foreach_floor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9127852Z copying torch\include\ATen\ops\_foreach_floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9134451Z copying torch\include\ATen\ops\_foreach_floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9140946Z copying torch\include\ATen\ops\_foreach_floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9147443Z copying torch\include\ATen\ops\_foreach_frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9154134Z copying torch\include\ATen\ops\_foreach_frac_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9160676Z copying torch\include\ATen\ops\_foreach_frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9167165Z copying torch\include\ATen\ops\_foreach_frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9173692Z copying torch\include\ATen\ops\_foreach_frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9180250Z copying torch\include\ATen\ops\_foreach_lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9187014Z copying torch\include\ATen\ops\_foreach_lerp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9193303Z copying torch\include\ATen\ops\_foreach_lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9199795Z copying torch\include\ATen\ops\_foreach_lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9206410Z copying torch\include\ATen\ops\_foreach_lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9213150Z copying torch\include\ATen\ops\_foreach_lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9219968Z copying torch\include\ATen\ops\_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9226300Z copying torch\include\ATen\ops\_foreach_lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9232890Z copying torch\include\ATen\ops\_foreach_lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9239271Z copying torch\include\ATen\ops\_foreach_lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9245994Z copying torch\include\ATen\ops\_foreach_log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9253006Z copying torch\include\ATen\ops\_foreach_log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9260035Z copying torch\include\ATen\ops\_foreach_log10_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9266800Z copying torch\include\ATen\ops\_foreach_log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9273866Z copying torch\include\ATen\ops\_foreach_log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9281286Z copying torch\include\ATen\ops\_foreach_log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9288407Z copying torch\include\ATen\ops\_foreach_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9295823Z copying torch\include\ATen\ops\_foreach_log1p_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9303250Z copying torch\include\ATen\ops\_foreach_log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9310440Z copying torch\include\ATen\ops\_foreach_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9317559Z copying torch\include\ATen\ops\_foreach_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9324693Z copying torch\include\ATen\ops\_foreach_log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9332314Z copying torch\include\ATen\ops\_foreach_log2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9339568Z copying torch\include\ATen\ops\_foreach_log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9346725Z copying torch\include\ATen\ops\_foreach_log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9353397Z copying torch\include\ATen\ops\_foreach_log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9360391Z copying torch\include\ATen\ops\_foreach_log_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9366884Z copying torch\include\ATen\ops\_foreach_log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9373533Z copying torch\include\ATen\ops\_foreach_log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9380046Z copying torch\include\ATen\ops\_foreach_log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9386575Z copying torch\include\ATen\ops\_foreach_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9393808Z copying torch\include\ATen\ops\_foreach_maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9401081Z copying torch\include\ATen\ops\_foreach_maximum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9407610Z copying torch\include\ATen\ops\_foreach_maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9414272Z copying torch\include\ATen\ops\_foreach_maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9420871Z copying torch\include\ATen\ops\_foreach_maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9445201Z copying torch\include\ATen\ops\_foreach_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9451644Z copying torch\include\ATen\ops\_foreach_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9458539Z copying torch\include\ATen\ops\_foreach_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9465541Z copying torch\include\ATen\ops\_foreach_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9473249Z copying torch\include\ATen\ops\_foreach_minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9480262Z copying torch\include\ATen\ops\_foreach_minimum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9487561Z copying torch\include\ATen\ops\_foreach_minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9494360Z copying torch\include\ATen\ops\_foreach_minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9501032Z copying torch\include\ATen\ops\_foreach_minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9508071Z copying torch\include\ATen\ops\_foreach_mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9515110Z copying torch\include\ATen\ops\_foreach_mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9521372Z copying torch\include\ATen\ops\_foreach_mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9527960Z copying torch\include\ATen\ops\_foreach_mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9534900Z copying torch\include\ATen\ops\_foreach_mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9541674Z copying torch\include\ATen\ops\_foreach_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9548409Z copying torch\include\ATen\ops\_foreach_neg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9554981Z copying torch\include\ATen\ops\_foreach_neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9561424Z copying torch\include\ATen\ops\_foreach_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9567685Z copying torch\include\ATen\ops\_foreach_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9574527Z copying torch\include\ATen\ops\_foreach_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9581036Z copying torch\include\ATen\ops\_foreach_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9587352Z copying torch\include\ATen\ops\_foreach_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9593585Z copying torch\include\ATen\ops\_foreach_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9599878Z copying torch\include\ATen\ops\_foreach_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9606185Z copying torch\include\ATen\ops\_foreach_pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9612935Z copying torch\include\ATen\ops\_foreach_pow_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9619281Z copying torch\include\ATen\ops\_foreach_pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9625889Z copying torch\include\ATen\ops\_foreach_pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9632396Z copying torch\include\ATen\ops\_foreach_pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9638844Z copying torch\include\ATen\ops\_foreach_reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9645945Z copying torch\include\ATen\ops\_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9652445Z copying torch\include\ATen\ops\_foreach_reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9658913Z copying torch\include\ATen\ops\_foreach_reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9665230Z copying torch\include\ATen\ops\_foreach_reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9671945Z copying torch\include\ATen\ops\_foreach_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9678714Z copying torch\include\ATen\ops\_foreach_round_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9685092Z copying torch\include\ATen\ops\_foreach_round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9691378Z copying torch\include\ATen\ops\_foreach_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9697795Z copying torch\include\ATen\ops\_foreach_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9704143Z copying torch\include\ATen\ops\_foreach_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9710873Z copying torch\include\ATen\ops\_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9717544Z copying torch\include\ATen\ops\_foreach_sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9724136Z copying torch\include\ATen\ops\_foreach_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9730735Z copying torch\include\ATen\ops\_foreach_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9737603Z copying torch\include\ATen\ops\_foreach_sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9744601Z copying torch\include\ATen\ops\_foreach_sign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9751127Z copying torch\include\ATen\ops\_foreach_sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9758386Z copying torch\include\ATen\ops\_foreach_sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9765022Z copying torch\include\ATen\ops\_foreach_sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9771691Z copying torch\include\ATen\ops\_foreach_sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9778373Z copying torch\include\ATen\ops\_foreach_sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9785193Z copying torch\include\ATen\ops\_foreach_sinh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9791703Z copying torch\include\ATen\ops\_foreach_sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9798319Z copying torch\include\ATen\ops\_foreach_sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9804850Z copying torch\include\ATen\ops\_foreach_sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9812988Z copying torch\include\ATen\ops\_foreach_sin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9821120Z copying torch\include\ATen\ops\_foreach_sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9828748Z copying torch\include\ATen\ops\_foreach_sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9836756Z copying torch\include\ATen\ops\_foreach_sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9843308Z copying torch\include\ATen\ops\_foreach_sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9851110Z copying torch\include\ATen\ops\_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9858029Z copying torch\include\ATen\ops\_foreach_sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9864708Z copying torch\include\ATen\ops\_foreach_sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9871757Z copying torch\include\ATen\ops\_foreach_sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9878618Z copying torch\include\ATen\ops\_foreach_sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9885153Z copying torch\include\ATen\ops\_foreach_sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9891441Z copying torch\include\ATen\ops\_foreach_sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9897988Z copying torch\include\ATen\ops\_foreach_sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9904432Z copying torch\include\ATen\ops\_foreach_sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9910813Z copying torch\include\ATen\ops\_foreach_tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9917554Z copying torch\include\ATen\ops\_foreach_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9924258Z copying torch\include\ATen\ops\_foreach_tanh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9930634Z copying torch\include\ATen\ops\_foreach_tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9937095Z copying torch\include\ATen\ops\_foreach_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9944204Z copying torch\include\ATen\ops\_foreach_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9950982Z copying torch\include\ATen\ops\_foreach_tan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9957345Z copying torch\include\ATen\ops\_foreach_tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9987702Z copying torch\include\ATen\ops\_foreach_tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:44:59.9995845Z copying torch\include\ATen\ops\_foreach_tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0003274Z copying torch\include\ATen\ops\_foreach_trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0011571Z copying torch\include\ATen\ops\_foreach_trunc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0018478Z copying torch\include\ATen\ops\_foreach_trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0025156Z copying torch\include\ATen\ops\_foreach_trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0031794Z copying torch\include\ATen\ops\_foreach_trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0039193Z copying torch\include\ATen\ops\_foreach_zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0047203Z copying torch\include\ATen\ops\_foreach_zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0053661Z copying torch\include\ATen\ops\_foreach_zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0060189Z copying torch\include\ATen\ops\_foreach_zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0066834Z copying torch\include\ATen\ops\_foreach_zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0073430Z copying torch\include\ATen\ops\_functional_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0079925Z copying torch\include\ATen\ops\_functional_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0087090Z copying torch\include\ATen\ops\_functional_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0094110Z copying torch\include\ATen\ops\_functional_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0100710Z copying torch\include\ATen\ops\_functional_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0107594Z copying torch\include\ATen\ops\_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0114038Z copying torch\include\ATen\ops\_functional_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0120915Z copying torch\include\ATen\ops\_functional_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0127562Z copying torch\include\ATen\ops\_functional_sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0134683Z copying torch\include\ATen\ops\_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0141157Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0148694Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0155567Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0162202Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0168649Z copying torch\include\ATen\ops\_functional_sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0175312Z copying torch\include\ATen\ops\_functional_sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0181635Z copying torch\include\ATen\ops\_fused_adagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0188218Z copying torch\include\ATen\ops\_fused_adagrad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0194772Z copying torch\include\ATen\ops\_fused_adagrad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0201116Z copying torch\include\ATen\ops\_fused_adagrad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0207531Z copying torch\include\ATen\ops\_fused_adagrad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0214092Z copying torch\include\ATen\ops\_fused_adam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0220528Z copying torch\include\ATen\ops\_fused_adamw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0227382Z copying torch\include\ATen\ops\_fused_adamw_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0234286Z copying torch\include\ATen\ops\_fused_adamw_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0240991Z copying torch\include\ATen\ops\_fused_adamw_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0247293Z copying torch\include\ATen\ops\_fused_adamw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0253740Z copying torch\include\ATen\ops\_fused_adamw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0260496Z copying torch\include\ATen\ops\_fused_adam_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0266909Z copying torch\include\ATen\ops\_fused_adam_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0273083Z copying torch\include\ATen\ops\_fused_adam_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0279609Z copying torch\include\ATen\ops\_fused_adam_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0286142Z copying torch\include\ATen\ops\_fused_adam_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0292692Z copying torch\include\ATen\ops\_fused_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0299652Z copying torch\include\ATen\ops\_fused_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0306167Z copying torch\include\ATen\ops\_fused_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0312361Z copying torch\include\ATen\ops\_fused_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0318707Z copying torch\include\ATen\ops\_fused_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0345583Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0352737Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0359641Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0366402Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0373170Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0379952Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0386640Z copying torch\include\ATen\ops\_fused_sdp_choice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0393709Z copying torch\include\ATen\ops\_fused_sdp_choice_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0400327Z copying torch\include\ATen\ops\_fused_sdp_choice_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0406943Z copying torch\include\ATen\ops\_fused_sdp_choice_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0413604Z copying torch\include\ATen\ops\_fused_sdp_choice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0420142Z copying torch\include\ATen\ops\_fused_sdp_choice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0426568Z copying torch\include\ATen\ops\_fused_sgd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0433581Z copying torch\include\ATen\ops\_fused_sgd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0440085Z copying torch\include\ATen\ops\_fused_sgd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0446730Z copying torch\include\ATen\ops\_fused_sgd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0453203Z copying torch\include\ATen\ops\_fused_sgd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0459672Z copying torch\include\ATen\ops\_fused_sgd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0466107Z copying torch\include\ATen\ops\_fw_primal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0472426Z copying torch\include\ATen\ops\_fw_primal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0479595Z copying torch\include\ATen\ops\_fw_primal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0486409Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0493064Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0499514Z copying torch\include\ATen\ops\_fw_primal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0505950Z copying torch\include\ATen\ops\_fw_primal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0512467Z copying torch\include\ATen\ops\_fw_primal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0518738Z copying torch\include\ATen\ops\_fw_primal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0525614Z copying torch\include\ATen\ops\_gather_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0532408Z copying torch\include\ATen\ops\_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0538958Z copying torch\include\ATen\ops\_gather_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0545365Z copying torch\include\ATen\ops\_gather_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0551898Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0558391Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0565457Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0571897Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0578861Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0586195Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0602845Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0604427Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0608846Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0625197Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0626922Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0629889Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0646038Z copying torch\include\ATen\ops\_has_same_storage_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0663783Z copying torch\include\ATen\ops\_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0665324Z copying torch\include\ATen\ops\_has_same_storage_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0666637Z copying torch\include\ATen\ops\_has_same_storage_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0667904Z copying torch\include\ATen\ops\_histogramdd_bin_edges.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0669728Z copying torch\include\ATen\ops\_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0676380Z copying torch\include\ATen\ops\_histogramdd_bin_edges_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0683001Z copying torch\include\ATen\ops\_histogramdd_bin_edges_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0689338Z copying torch\include\ATen\ops\_histogramdd_bin_edges_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0695933Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0703222Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0709826Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0716420Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0723060Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0729914Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0736906Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0743486Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0750379Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0756955Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0763224Z copying torch\include\ATen\ops\_index_put_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0769853Z copying torch\include\ATen\ops\_index_put_impl_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0776188Z copying torch\include\ATen\ops\_index_put_impl_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0782718Z copying torch\include\ATen\ops\_index_put_impl_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0789465Z copying torch\include\ATen\ops\_index_put_impl_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0795889Z copying torch\include\ATen\ops\_index_put_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0802517Z copying torch\include\ATen\ops\_index_put_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0808989Z copying torch\include\ATen\ops\_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0815066Z copying torch\include\ATen\ops\_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0822044Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0828570Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0835175Z copying torch\include\ATen\ops\_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0841410Z copying torch\include\ATen\ops\_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0848104Z copying torch\include\ATen\ops\_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0854587Z copying torch\include\ATen\ops\_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0861087Z copying torch\include\ATen\ops\_int_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0867536Z copying torch\include\ATen\ops\_int_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0873892Z copying torch\include\ATen\ops\_int_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0880488Z copying torch\include\ATen\ops\_int_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0886903Z copying torch\include\ATen\ops\_int_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0893528Z copying torch\include\ATen\ops\_is_all_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0900303Z copying torch\include\ATen\ops\_is_all_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0907199Z copying torch\include\ATen\ops\_is_all_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0913555Z copying torch\include\ATen\ops\_is_all_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0920083Z copying torch\include\ATen\ops\_is_any_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0927426Z copying torch\include\ATen\ops\_is_any_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0934128Z copying torch\include\ATen\ops\_is_any_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0940319Z copying torch\include\ATen\ops\_is_any_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0946859Z copying torch\include\ATen\ops\_is_zerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0953540Z copying torch\include\ATen\ops\_is_zerotensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0959828Z copying torch\include\ATen\ops\_is_zerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0966138Z copying torch\include\ATen\ops\_is_zerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0972936Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0981006Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0987739Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.0995375Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1004319Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1011615Z copying torch\include\ATen\ops\_lazy_clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1018862Z copying torch\include\ATen\ops\_lazy_clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1025265Z copying torch\include\ATen\ops\_lazy_clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1031405Z copying torch\include\ATen\ops\_lazy_clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1038055Z copying torch\include\ATen\ops\_linalg_check_errors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1044808Z copying torch\include\ATen\ops\_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1051271Z copying torch\include\ATen\ops\_linalg_check_errors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1057485Z copying torch\include\ATen\ops\_linalg_check_errors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1064002Z copying torch\include\ATen\ops\_linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1070923Z copying torch\include\ATen\ops\_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1077150Z copying torch\include\ATen\ops\_linalg_det_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1083796Z copying torch\include\ATen\ops\_linalg_det_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1090211Z copying torch\include\ATen\ops\_linalg_det_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1096895Z copying torch\include\ATen\ops\_linalg_det_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1103273Z copying torch\include\ATen\ops\_linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1109831Z copying torch\include\ATen\ops\_linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1116713Z copying torch\include\ATen\ops\_linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1123661Z copying torch\include\ATen\ops\_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1130054Z copying torch\include\ATen\ops\_linalg_eigh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1136878Z copying torch\include\ATen\ops\_linalg_eigh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1143215Z copying torch\include\ATen\ops\_linalg_eigh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1149747Z copying torch\include\ATen\ops\_linalg_eigh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1156382Z copying torch\include\ATen\ops\_linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1162830Z copying torch\include\ATen\ops\_linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1169563Z copying torch\include\ATen\ops\_linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1176223Z copying torch\include\ATen\ops\_linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1182738Z copying torch\include\ATen\ops\_linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1189165Z copying torch\include\ATen\ops\_linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1195569Z copying torch\include\ATen\ops\_linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1202161Z copying torch\include\ATen\ops\_linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1953999Z copying torch\include\ATen\ops\_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1960370Z copying torch\include\ATen\ops\_linalg_slogdet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1967095Z copying torch\include\ATen\ops\_linalg_slogdet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1973970Z copying torch\include\ATen\ops\_linalg_slogdet_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1980666Z copying torch\include\ATen\ops\_linalg_slogdet_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1987849Z copying torch\include\ATen\ops\_linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.1995372Z copying torch\include\ATen\ops\_linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2002410Z copying torch\include\ATen\ops\_linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2010105Z copying torch\include\ATen\ops\_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2016711Z copying torch\include\ATen\ops\_linalg_solve_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2023437Z copying torch\include\ATen\ops\_linalg_solve_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2030136Z copying torch\include\ATen\ops\_linalg_solve_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2037242Z copying torch\include\ATen\ops\_linalg_solve_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2043845Z copying torch\include\ATen\ops\_linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2050650Z copying torch\include\ATen\ops\_linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2057028Z copying torch\include\ATen\ops\_linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2064223Z copying torch\include\ATen\ops\_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2070486Z copying torch\include\ATen\ops\_linalg_svd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2076891Z copying torch\include\ATen\ops\_linalg_svd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2083406Z copying torch\include\ATen\ops\_linalg_svd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2090060Z copying torch\include\ATen\ops\_linalg_svd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2096558Z copying torch\include\ATen\ops\_linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2102972Z copying torch\include\ATen\ops\_linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2109450Z copying torch\include\ATen\ops\_local_scalar_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2115951Z copying torch\include\ATen\ops\_local_scalar_dense_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2122325Z copying torch\include\ATen\ops\_local_scalar_dense_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2129693Z copying torch\include\ATen\ops\_local_scalar_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2136178Z copying torch\include\ATen\ops\_local_scalar_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2142615Z copying torch\include\ATen\ops\_logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2149093Z copying torch\include\ATen\ops\_logcumsumexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2155329Z copying torch\include\ATen\ops\_logcumsumexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2161616Z copying torch\include\ATen\ops\_logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2167873Z copying torch\include\ATen\ops\_logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2174434Z copying torch\include\ATen\ops\_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2180883Z copying torch\include\ATen\ops\_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2187819Z copying torch\include\ATen\ops\_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2193992Z copying torch\include\ATen\ops\_log_softmax_backward_data_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2200361Z copying torch\include\ATen\ops\_log_softmax_backward_data_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2206734Z copying torch\include\ATen\ops\_log_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2213543Z copying torch\include\ATen\ops\_log_softmax_backward_data_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2219913Z copying torch\include\ATen\ops\_log_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2226366Z copying torch\include\ATen\ops\_log_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2233497Z copying torch\include\ATen\ops\_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2239746Z copying torch\include\ATen\ops\_log_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2246154Z copying torch\include\ATen\ops\_log_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2252968Z copying torch\include\ATen\ops\_log_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2259843Z copying torch\include\ATen\ops\_log_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2266266Z copying torch\include\ATen\ops\_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2272823Z copying torch\include\ATen\ops\_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2279097Z copying torch\include\ATen\ops\_lstm_mps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2285663Z copying torch\include\ATen\ops\_lstm_mps_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2291860Z copying torch\include\ATen\ops\_lstm_mps_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2298686Z copying torch\include\ATen\ops\_lstm_mps_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2305150Z copying torch\include\ATen\ops\_lu_with_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2311737Z copying torch\include\ATen\ops\_lu_with_info_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2317986Z copying torch\include\ATen\ops\_lu_with_info_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2324408Z copying torch\include\ATen\ops\_lu_with_info_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2330798Z copying torch\include\ATen\ops\_make_dep_token.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2337308Z copying torch\include\ATen\ops\_make_dep_token_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2343706Z copying torch\include\ATen\ops\_make_dep_token_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2350253Z copying torch\include\ATen\ops\_make_dep_token_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2356971Z copying torch\include\ATen\ops\_make_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2363740Z copying torch\include\ATen\ops\_make_dual_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2370267Z copying torch\include\ATen\ops\_make_dual_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2377361Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2383988Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2390480Z copying torch\include\ATen\ops\_make_dual_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2396969Z copying torch\include\ATen\ops\_make_dual_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2403450Z copying torch\include\ATen\ops\_make_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2410159Z copying torch\include\ATen\ops\_make_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2416809Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2423847Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2430655Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2437553Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2444194Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2451174Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2457557Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2464679Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2471384Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2478074Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2484838Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2492383Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2499215Z copying torch\include\ATen\ops\_masked_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2506280Z copying torch\include\ATen\ops\_masked_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2512676Z copying torch\include\ATen\ops\_masked_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2519123Z copying torch\include\ATen\ops\_masked_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2525493Z copying torch\include\ATen\ops\_masked_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2531998Z copying torch\include\ATen\ops\_masked_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2538537Z copying torch\include\ATen\ops\_masked_softmax_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2545421Z copying torch\include\ATen\ops\_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2552071Z copying torch\include\ATen\ops\_masked_softmax_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2558584Z copying torch\include\ATen\ops\_masked_softmax_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2565054Z copying torch\include\ATen\ops\_masked_softmax_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2571621Z copying torch\include\ATen\ops\_masked_softmax_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2578566Z copying torch\include\ATen\ops\_masked_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2585476Z copying torch\include\ATen\ops\_masked_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2591980Z copying torch\include\ATen\ops\_masked_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2598574Z copying torch\include\ATen\ops\_masked_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2604930Z copying torch\include\ATen\ops\_masked_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2611362Z copying torch\include\ATen\ops\_mixed_dtypes_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2617800Z copying torch\include\ATen\ops\_mixed_dtypes_linear_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2624103Z copying torch\include\ATen\ops\_mixed_dtypes_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2630709Z copying torch\include\ATen\ops\_mixed_dtypes_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2649852Z copying torch\include\ATen\ops\_mkldnn_reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2656471Z copying torch\include\ATen\ops\_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2662506Z copying torch\include\ATen\ops\_mkldnn_reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2668841Z copying torch\include\ATen\ops\_mkldnn_reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2675201Z copying torch\include\ATen\ops\_mkldnn_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2681859Z copying torch\include\ATen\ops\_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2688425Z copying torch\include\ATen\ops\_mkldnn_transpose_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2694910Z copying torch\include\ATen\ops\_mkldnn_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2701270Z copying torch\include\ATen\ops\_mkldnn_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2707660Z copying torch\include\ATen\ops\_mps_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2714407Z copying torch\include\ATen\ops\_mps_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2720588Z copying torch\include\ATen\ops\_mps_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2727023Z copying torch\include\ATen\ops\_mps_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2733576Z copying torch\include\ATen\ops\_mps_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2740448Z copying torch\include\ATen\ops\_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2746789Z copying torch\include\ATen\ops\_mps_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2753340Z copying torch\include\ATen\ops\_mps_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2760080Z copying torch\include\ATen\ops\_native_batch_norm_legit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2766952Z copying torch\include\ATen\ops\_native_batch_norm_legit_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2773430Z copying torch\include\ATen\ops\_native_batch_norm_legit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2779852Z copying torch\include\ATen\ops\_native_batch_norm_legit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2786192Z copying torch\include\ATen\ops\_native_batch_norm_legit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2792635Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2799661Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2806560Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2813500Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2820411Z copying torch\include\ATen\ops\_native_batch_norm_legit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2827140Z copying torch\include\ATen\ops\_native_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2834140Z copying torch\include\ATen\ops\_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2842146Z copying torch\include\ATen\ops\_native_multi_head_attention_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2848891Z copying torch\include\ATen\ops\_native_multi_head_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2855545Z copying torch\include\ATen\ops\_native_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2862071Z copying torch\include\ATen\ops\_native_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2868616Z copying torch\include\ATen\ops\_neg_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2875432Z copying torch\include\ATen\ops\_neg_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2881819Z copying torch\include\ATen\ops\_neg_view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2888746Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2895642Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2901820Z copying torch\include\ATen\ops\_neg_view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2908439Z copying torch\include\ATen\ops\_neg_view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2915123Z copying torch\include\ATen\ops\_neg_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2921457Z copying torch\include\ATen\ops\_neg_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2928101Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2934869Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2941486Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2948229Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2955343Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2961733Z copying torch\include\ATen\ops\_nested_from_padded.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2968402Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2975547Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2982057Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2989138Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.2996879Z copying torch\include\ATen\ops\_nested_from_padded_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3003959Z copying torch\include\ATen\ops\_nested_from_padded_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3010713Z copying torch\include\ATen\ops\_nested_from_padded_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3017475Z copying torch\include\ATen\ops\_nested_from_padded_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3024270Z copying torch\include\ATen\ops\_nested_from_padded_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3030951Z copying torch\include\ATen\ops\_nested_from_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3037616Z copying torch\include\ATen\ops\_nested_from_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3044229Z copying torch\include\ATen\ops\_nested_from_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3050639Z copying torch\include\ATen\ops\_nested_get_jagged_dummy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3057347Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3063509Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3070014Z copying torch\include\ATen\ops\_nested_get_lengths.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3076746Z copying torch\include\ATen\ops\_nested_get_lengths_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3083090Z copying torch\include\ATen\ops\_nested_get_lengths_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3089620Z copying torch\include\ATen\ops\_nested_get_max_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3096183Z copying torch\include\ATen\ops\_nested_get_max_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3102444Z copying torch\include\ATen\ops\_nested_get_max_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3108899Z copying torch\include\ATen\ops\_nested_get_min_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3115469Z copying torch\include\ATen\ops\_nested_get_min_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3121888Z copying torch\include\ATen\ops\_nested_get_min_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3128162Z copying torch\include\ATen\ops\_nested_get_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3134824Z copying torch\include\ATen\ops\_nested_get_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3140932Z copying torch\include\ATen\ops\_nested_get_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3147550Z copying torch\include\ATen\ops\_nested_get_ragged_idx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3153917Z copying torch\include\ATen\ops\_nested_get_ragged_idx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3160043Z copying torch\include\ATen\ops\_nested_get_ragged_idx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3166828Z copying torch\include\ATen\ops\_nested_get_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3173382Z copying torch\include\ATen\ops\_nested_get_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3180251Z copying torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3186873Z copying torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3193245Z copying torch\include\ATen\ops\_nested_get_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3200421Z copying torch\include\ATen\ops\_nested_get_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3209346Z copying torch\include\ATen\ops\_nested_get_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3215618Z copying torch\include\ATen\ops\_nested_get_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3222178Z copying torch\include\ATen\ops\_nested_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3228565Z copying torch\include\ATen\ops\_nested_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3235121Z copying torch\include\ATen\ops\_nested_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3241524Z copying torch\include\ATen\ops\_nested_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3248449Z copying torch\include\ATen\ops\_nested_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3254998Z copying torch\include\ATen\ops\_nested_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3261365Z copying torch\include\ATen\ops\_nested_tensor_from_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3268352Z copying torch\include\ATen\ops\_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3275166Z copying torch\include\ATen\ops\_nested_tensor_from_mask_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3282253Z copying torch\include\ATen\ops\_nested_tensor_from_mask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3288477Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3295174Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3301771Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3308296Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3314814Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3321501Z copying torch\include\ATen\ops\_nested_tensor_from_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3328210Z copying torch\include\ATen\ops\_nested_tensor_from_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3334808Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3341673Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3348482Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3355145Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3361829Z copying torch\include\ATen\ops\_nested_tensor_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3368867Z copying torch\include\ATen\ops\_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3375509Z copying torch\include\ATen\ops\_nested_tensor_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3381948Z copying torch\include\ATen\ops\_nested_tensor_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3388602Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3395576Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3402498Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3409121Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3416545Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3422719Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3429465Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3436438Z copying torch\include\ATen\ops\_nested_tensor_strides.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3443401Z copying torch\include\ATen\ops\_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3449923Z copying torch\include\ATen\ops\_nested_tensor_strides_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3456665Z copying torch\include\ATen\ops\_nested_tensor_strides_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3463193Z copying torch\include\ATen\ops\_nested_view_from_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3469903Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3477072Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3484208Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3490736Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3498930Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3506881Z copying torch\include\ATen\ops\_nested_view_from_buffer_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3514027Z copying torch\include\ATen\ops\_nested_view_from_buffer_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3520789Z copying torch\include\ATen\ops\_nested_view_from_buffer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3527631Z copying torch\include\ATen\ops\_nested_view_from_buffer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3534289Z copying torch\include\ATen\ops\_nested_view_from_jagged.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3540755Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3548113Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3555041Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3561596Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3568067Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3574757Z copying torch\include\ATen\ops\_nested_view_from_jagged_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3581047Z copying torch\include\ATen\ops\_nested_view_from_jagged_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3587613Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3594762Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3601197Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3607583Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3613942Z copying torch\include\ATen\ops\_nnpack_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3620604Z copying torch\include\ATen\ops\_nnpack_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3627000Z copying torch\include\ATen\ops\_nnpack_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3633078Z copying torch\include\ATen\ops\_nnpack_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3639490Z copying torch\include\ATen\ops\_nnpack_spatial_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3646589Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3653221Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3659645Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3666046Z copying torch\include\ATen\ops\_nnz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3692839Z copying torch\include\ATen\ops\_nnz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3698556Z copying torch\include\ATen\ops\_nnz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3704683Z copying torch\include\ATen\ops\_pack_padded_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3711044Z copying torch\include\ATen\ops\_pack_padded_sequence_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3717872Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3724175Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3730809Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3738332Z copying torch\include\ATen\ops\_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3744778Z copying torch\include\ATen\ops\_pack_padded_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3751708Z copying torch\include\ATen\ops\_pack_padded_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3757971Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3764433Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3771111Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3777606Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3784094Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3790492Z copying torch\include\ATen\ops\_pad_circular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3797064Z copying torch\include\ATen\ops\_pad_circular_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3803371Z copying torch\include\ATen\ops\_pad_circular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3809390Z copying torch\include\ATen\ops\_pad_circular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3815771Z copying torch\include\ATen\ops\_pad_enum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3822471Z copying torch\include\ATen\ops\_pad_enum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3828563Z copying torch\include\ATen\ops\_pad_enum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3834612Z copying torch\include\ATen\ops\_pad_enum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3841028Z copying torch\include\ATen\ops\_pad_packed_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3847691Z copying torch\include\ATen\ops\_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3854555Z copying torch\include\ATen\ops\_pad_packed_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3860944Z copying torch\include\ATen\ops\_pad_packed_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3867372Z copying torch\include\ATen\ops\_pdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3874101Z copying torch\include\ATen\ops\_pdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3880607Z copying torch\include\ATen\ops\_pdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3887059Z copying torch\include\ATen\ops\_pdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3894577Z copying torch\include\ATen\ops\_pdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3900986Z copying torch\include\ATen\ops\_pdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3907426Z copying torch\include\ATen\ops\_pdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3914460Z copying torch\include\ATen\ops\_pdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3920796Z copying torch\include\ATen\ops\_pdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3927434Z copying torch\include\ATen\ops\_pdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3933971Z copying torch\include\ATen\ops\_pdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3940825Z copying torch\include\ATen\ops\_pdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3947191Z copying torch\include\ATen\ops\_pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3953864Z copying torch\include\ATen\ops\_pin_memory_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3960230Z copying torch\include\ATen\ops\_pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3966968Z copying torch\include\ATen\ops\_pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3973574Z copying torch\include\ATen\ops\_prelu_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3980093Z copying torch\include\ATen\ops\_prelu_kernel_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3986805Z copying torch\include\ATen\ops\_prelu_kernel_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.3993277Z copying torch\include\ATen\ops\_prelu_kernel_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4000379Z copying torch\include\ATen\ops\_prelu_kernel_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4007806Z copying torch\include\ATen\ops\_prelu_kernel_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4014696Z copying torch\include\ATen\ops\_prelu_kernel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4022237Z copying torch\include\ATen\ops\_prelu_kernel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4028752Z copying torch\include\ATen\ops\_prelu_kernel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4035458Z copying torch\include\ATen\ops\_prelu_kernel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4041945Z copying torch\include\ATen\ops\_print.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4048262Z copying torch\include\ATen\ops\_print_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4054647Z copying torch\include\ATen\ops\_print_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4060753Z copying torch\include\ATen\ops\_print_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4067056Z copying torch\include\ATen\ops\_propagate_xla_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4073629Z copying torch\include\ATen\ops\_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4080254Z copying torch\include\ATen\ops\_propagate_xla_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4086276Z copying torch\include\ATen\ops\_propagate_xla_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4092649Z copying torch\include\ATen\ops\_remove_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4099324Z copying torch\include\ATen\ops\_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4105657Z copying torch\include\ATen\ops\_remove_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4111788Z copying torch\include\ATen\ops\_remove_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4118339Z copying torch\include\ATen\ops\_reshape_alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4133536Z copying torch\include\ATen\ops\_reshape_alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4140469Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4146981Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4153365Z copying torch\include\ATen\ops\_reshape_alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4159737Z copying torch\include\ATen\ops\_reshape_alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4166523Z copying torch\include\ATen\ops\_reshape_alias_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4173066Z copying torch\include\ATen\ops\_reshape_alias_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4179458Z copying torch\include\ATen\ops\_reshape_alias_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4185737Z copying torch\include\ATen\ops\_reshape_alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4191837Z copying torch\include\ATen\ops\_reshape_alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4198113Z copying torch\include\ATen\ops\_reshape_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4205105Z copying torch\include\ATen\ops\_reshape_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4211539Z copying torch\include\ATen\ops\_reshape_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4217719Z copying torch\include\ATen\ops\_reshape_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4224128Z copying torch\include\ATen\ops\_reshape_from_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4230886Z copying torch\include\ATen\ops\_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4237281Z copying torch\include\ATen\ops\_reshape_from_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4243370Z copying torch\include\ATen\ops\_reshape_from_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4249814Z copying torch\include\ATen\ops\_resize_output.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4256761Z copying torch\include\ATen\ops\_resize_output_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4263150Z copying torch\include\ATen\ops\_resize_output_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4269517Z copying torch\include\ATen\ops\_resize_output_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4275979Z copying torch\include\ATen\ops\_resize_output_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4282677Z copying torch\include\ATen\ops\_rowwise_prune.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4289223Z copying torch\include\ATen\ops\_rowwise_prune_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4295983Z copying torch\include\ATen\ops\_rowwise_prune_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4302346Z copying torch\include\ATen\ops\_rowwise_prune_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4309368Z copying torch\include\ATen\ops\_safe_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4315872Z copying torch\include\ATen\ops\_safe_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4322175Z copying torch\include\ATen\ops\_safe_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4328381Z copying torch\include\ATen\ops\_safe_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4334940Z copying torch\include\ATen\ops\_sample_dirichlet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4341767Z copying torch\include\ATen\ops\_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4348316Z copying torch\include\ATen\ops\_sample_dirichlet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4354987Z copying torch\include\ATen\ops\_sample_dirichlet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4389327Z copying torch\include\ATen\ops\_sample_dirichlet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4395756Z copying torch\include\ATen\ops\_sample_dirichlet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4402548Z copying torch\include\ATen\ops\_saturate_weight_to_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4409165Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4415975Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4422387Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4428997Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4435837Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4442733Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4450307Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4457286Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4464443Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4471357Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4478418Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4485752Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4492853Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4500364Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4508183Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4515374Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4522428Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4529325Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4536323Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4543576Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4550547Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4557903Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4564758Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4571703Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4578488Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4585111Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4592596Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4599234Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4606029Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4613018Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4620052Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4626890Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4633505Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4640764Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4648077Z 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 2024-11-01T16:45:00.4655011Z 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 2024-11-01T16:45:00.4661834Z 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 2024-11-01T16:45:00.4668763Z 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 2024-11-01T16:45:00.4675316Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4682403Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4689246Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4695915Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4702588Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4709295Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4716735Z 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 2024-11-01T16:45:00.4723328Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4729925Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4737283Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4743748Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4751534Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4757805Z copying torch\include\ATen\ops\_scaled_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4764340Z copying torch\include\ATen\ops\_scaled_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4771134Z copying torch\include\ATen\ops\_scaled_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4777748Z copying torch\include\ATen\ops\_scaled_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4784341Z copying torch\include\ATen\ops\_segment_reduce_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4791280Z copying torch\include\ATen\ops\_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4798036Z copying torch\include\ATen\ops\_segment_reduce_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4804841Z copying torch\include\ATen\ops\_segment_reduce_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4811416Z copying torch\include\ATen\ops\_segment_reduce_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4817988Z copying torch\include\ATen\ops\_segment_reduce_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4824342Z copying torch\include\ATen\ops\_shape_as_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4831375Z copying torch\include\ATen\ops\_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4838003Z copying torch\include\ATen\ops\_shape_as_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4844223Z copying torch\include\ATen\ops\_shape_as_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4850666Z copying torch\include\ATen\ops\_slow_conv2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4857564Z copying torch\include\ATen\ops\_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4864283Z copying torch\include\ATen\ops\_slow_conv2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4871048Z copying torch\include\ATen\ops\_slow_conv2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4877936Z copying torch\include\ATen\ops\_slow_conv2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4884499Z copying torch\include\ATen\ops\_slow_conv2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4891056Z copying torch\include\ATen\ops\_slow_conv2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4897907Z copying torch\include\ATen\ops\_slow_conv2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4906386Z copying torch\include\ATen\ops\_slow_conv2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4913110Z copying torch\include\ATen\ops\_slow_conv2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4919752Z copying torch\include\ATen\ops\_slow_conv2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4926449Z copying torch\include\ATen\ops\_sobol_engine_draw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4933271Z copying torch\include\ATen\ops\_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4950521Z copying torch\include\ATen\ops\_sobol_engine_draw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4957295Z copying torch\include\ATen\ops\_sobol_engine_draw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4963857Z copying torch\include\ATen\ops\_sobol_engine_ff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4970821Z copying torch\include\ATen\ops\_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4977698Z copying torch\include\ATen\ops\_sobol_engine_ff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4984371Z copying torch\include\ATen\ops\_sobol_engine_ff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4991016Z copying torch\include\ATen\ops\_sobol_engine_initialize_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.4998073Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5004841Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5011582Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5018541Z copying torch\include\ATen\ops\_sobol_engine_scramble.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5025733Z copying torch\include\ATen\ops\_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5032435Z copying torch\include\ATen\ops\_sobol_engine_scramble_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5038584Z copying torch\include\ATen\ops\_sobol_engine_scramble_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5045280Z copying torch\include\ATen\ops\_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5051700Z copying torch\include\ATen\ops\_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5059101Z copying torch\include\ATen\ops\_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5065830Z copying torch\include\ATen\ops\_softmax_backward_data_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5072263Z copying torch\include\ATen\ops\_softmax_backward_data_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5078733Z copying torch\include\ATen\ops\_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5085451Z copying torch\include\ATen\ops\_softmax_backward_data_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5092331Z copying torch\include\ATen\ops\_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5099096Z copying torch\include\ATen\ops\_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5106061Z copying torch\include\ATen\ops\_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5112566Z copying torch\include\ATen\ops\_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5119136Z copying torch\include\ATen\ops\_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5125928Z copying torch\include\ATen\ops\_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5132512Z copying torch\include\ATen\ops\_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5139235Z copying torch\include\ATen\ops\_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5146416Z copying torch\include\ATen\ops\_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5153179Z copying torch\include\ATen\ops\_sparse_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5159894Z copying torch\include\ATen\ops\_sparse_addmm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5166075Z copying torch\include\ATen\ops\_sparse_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5172782Z copying torch\include\ATen\ops\_sparse_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5179341Z copying torch\include\ATen\ops\_sparse_broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5186058Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5193208Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5199930Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5206338Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5212913Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5219758Z copying torch\include\ATen\ops\_sparse_broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5225947Z copying torch\include\ATen\ops\_sparse_broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5232351Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5239148Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5245819Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5252238Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5258821Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5265845Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5272206Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5278685Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5285275Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5292165Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5299013Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5305752Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5312637Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5319725Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5326323Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5333192Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5340079Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5347246Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5353968Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5361689Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5367887Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5374905Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5382808Z 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 2024-11-01T16:45:00.5389450Z 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 2024-11-01T16:45:00.5396024Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5402645Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5409739Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5416598Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5423199Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5429886Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5436380Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5443513Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5450016Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5893045Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5899347Z copying torch\include\ATen\ops\_sparse_csr_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5906338Z copying torch\include\ATen\ops\_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5912754Z copying torch\include\ATen\ops\_sparse_csr_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5919669Z copying torch\include\ATen\ops\_sparse_csr_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5926688Z copying torch\include\ATen\ops\_sparse_csr_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5933577Z copying torch\include\ATen\ops\_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5940075Z copying torch\include\ATen\ops\_sparse_csr_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5946861Z copying torch\include\ATen\ops\_sparse_csr_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5953353Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5960371Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5967276Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5974014Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5980720Z copying torch\include\ATen\ops\_sparse_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5987509Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.5994996Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6002199Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6009581Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6017866Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6025030Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6032166Z copying torch\include\ATen\ops\_sparse_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6039146Z copying torch\include\ATen\ops\_sparse_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6046962Z copying torch\include\ATen\ops\_sparse_mask_projection.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6053964Z copying torch\include\ATen\ops\_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6060770Z copying torch\include\ATen\ops\_sparse_mask_projection_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6067360Z copying torch\include\ATen\ops\_sparse_mask_projection_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6074183Z copying torch\include\ATen\ops\_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6081212Z copying torch\include\ATen\ops\_sparse_mm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6088170Z copying torch\include\ATen\ops\_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6094999Z copying torch\include\ATen\ops\_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6101621Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6108459Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6115449Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6121875Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6128561Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6135578Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6141858Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6148421Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6154949Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6161851Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6168362Z copying torch\include\ATen\ops\_sparse_semi_structured_apply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6175427Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6182152Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6188828Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6195435Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6202033Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6208776Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6215396Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6222141Z copying torch\include\ATen\ops\_sparse_semi_structured_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6229291Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6236086Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6242557Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6249260Z copying torch\include\ATen\ops\_sparse_semi_structured_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6256270Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6263156Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6270705Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6277369Z copying torch\include\ATen\ops\_sparse_semi_structured_tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6284289Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6291873Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6298599Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6305203Z copying torch\include\ATen\ops\_sparse_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6312042Z copying torch\include\ATen\ops\_sparse_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6319559Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6326124Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6333499Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6341108Z copying torch\include\ATen\ops\_sparse_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6348007Z copying torch\include\ATen\ops\_sparse_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6354609Z copying torch\include\ATen\ops\_sparse_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6361487Z copying torch\include\ATen\ops\_sparse_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6368290Z copying torch\include\ATen\ops\_sparse_sparse_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6375402Z copying torch\include\ATen\ops\_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6382252Z copying torch\include\ATen\ops\_sparse_sparse_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6389245Z copying torch\include\ATen\ops\_sparse_sparse_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6395833Z copying torch\include\ATen\ops\_sparse_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6402888Z copying torch\include\ATen\ops\_sparse_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6409880Z copying torch\include\ATen\ops\_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6416703Z copying torch\include\ATen\ops\_sparse_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6423480Z copying torch\include\ATen\ops\_sparse_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6430750Z copying torch\include\ATen\ops\_sparse_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6437631Z copying torch\include\ATen\ops\_sparse_sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6444212Z copying torch\include\ATen\ops\_sparse_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6451023Z copying torch\include\ATen\ops\_sparse_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6458044Z copying torch\include\ATen\ops\_spdiags.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6464596Z copying torch\include\ATen\ops\_spdiags_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6471197Z copying torch\include\ATen\ops\_spdiags_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6477884Z copying torch\include\ATen\ops\_spdiags_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6484356Z copying torch\include\ATen\ops\_spdiags_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6490835Z copying torch\include\ATen\ops\_spsolve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6497017Z copying torch\include\ATen\ops\_spsolve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6503511Z copying torch\include\ATen\ops\_spsolve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6510677Z copying torch\include\ATen\ops\_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6518275Z copying torch\include\ATen\ops\_stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6524759Z copying torch\include\ATen\ops\_stack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6531308Z copying torch\include\ATen\ops\_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6537863Z copying torch\include\ATen\ops\_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6544427Z copying torch\include\ATen\ops\_standard_gamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6551135Z copying torch\include\ATen\ops\_standard_gamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6557592Z copying torch\include\ATen\ops\_standard_gamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6564201Z copying torch\include\ATen\ops\_standard_gamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6570787Z copying torch\include\ATen\ops\_standard_gamma_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6578138Z copying torch\include\ATen\ops\_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6584643Z copying torch\include\ATen\ops\_standard_gamma_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6591540Z copying torch\include\ATen\ops\_standard_gamma_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6597976Z copying torch\include\ATen\ops\_standard_gamma_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6605004Z copying torch\include\ATen\ops\_standard_gamma_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6611457Z copying torch\include\ATen\ops\_standard_gamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6617949Z copying torch\include\ATen\ops\_standard_gamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6630239Z copying torch\include\ATen\ops\_test_ambiguous_defaults.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6636965Z copying torch\include\ATen\ops\_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6643320Z copying torch\include\ATen\ops\_test_ambiguous_defaults_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6650045Z copying torch\include\ATen\ops\_test_ambiguous_defaults_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6657359Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6664487Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6671587Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6678364Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6685392Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6692090Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6699266Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6705873Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6713014Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6720344Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6727161Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6734430Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6741045Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6747574Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6754359Z copying torch\include\ATen\ops\_test_check_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6761260Z copying torch\include\ATen\ops\_test_check_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6767832Z copying torch\include\ATen\ops\_test_check_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6774303Z copying torch\include\ATen\ops\_test_check_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6780924Z copying torch\include\ATen\ops\_test_functorch_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6788227Z copying torch\include\ATen\ops\_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6795148Z copying torch\include\ATen\ops\_test_functorch_fallback_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6801628Z copying torch\include\ATen\ops\_test_functorch_fallback_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6808069Z copying torch\include\ATen\ops\_test_functorch_fallback_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6814877Z copying torch\include\ATen\ops\_test_optional_filled_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6822900Z copying torch\include\ATen\ops\_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6829856Z copying torch\include\ATen\ops\_test_optional_filled_intlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6837545Z copying torch\include\ATen\ops\_test_optional_filled_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6845107Z copying torch\include\ATen\ops\_test_optional_filled_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6852940Z copying torch\include\ATen\ops\_test_optional_floatlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6861304Z copying torch\include\ATen\ops\_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6868043Z copying torch\include\ATen\ops\_test_optional_floatlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6875202Z copying torch\include\ATen\ops\_test_optional_floatlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6882157Z copying torch\include\ATen\ops\_test_optional_floatlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6888579Z copying torch\include\ATen\ops\_test_optional_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6895648Z copying torch\include\ATen\ops\_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6902049Z copying torch\include\ATen\ops\_test_optional_intlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6908585Z copying torch\include\ATen\ops\_test_optional_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6915334Z copying torch\include\ATen\ops\_test_optional_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6921754Z copying torch\include\ATen\ops\_test_parallel_materialize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6928560Z copying torch\include\ATen\ops\_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6934998Z copying torch\include\ATen\ops\_test_parallel_materialize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6941832Z copying torch\include\ATen\ops\_test_parallel_materialize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6951059Z copying torch\include\ATen\ops\_test_serialization_subcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6958621Z copying torch\include\ATen\ops\_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6965208Z copying torch\include\ATen\ops\_test_serialization_subcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6972183Z copying torch\include\ATen\ops\_test_serialization_subcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6978803Z copying torch\include\ATen\ops\_test_string_default.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6985535Z copying torch\include\ATen\ops\_test_string_default_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6992228Z copying torch\include\ATen\ops\_test_string_default_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.6998920Z copying torch\include\ATen\ops\_test_string_default_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7005357Z copying torch\include\ATen\ops\_test_warn_in_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7012131Z copying torch\include\ATen\ops\_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7018962Z copying torch\include\ATen\ops\_test_warn_in_autograd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7025267Z copying torch\include\ATen\ops\_test_warn_in_autograd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7032020Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7038759Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7045151Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7051606Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7058494Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7065709Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7072217Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7078767Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7085397Z copying torch\include\ATen\ops\_thnn_fused_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7092376Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7099515Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7106053Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7112676Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7119291Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7126293Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7133209Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7139706Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7146371Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7152870Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7159444Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7166473Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7173209Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7180244Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7186773Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7194114Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7201172Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7207594Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7214171Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7220925Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7227462Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7233962Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7240423Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7247191Z copying torch\include\ATen\ops\_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7253724Z copying torch\include\ATen\ops\_to_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7259950Z copying torch\include\ATen\ops\_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7266371Z copying torch\include\ATen\ops\_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7272763Z copying torch\include\ATen\ops\_to_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7278900Z copying torch\include\ATen\ops\_to_cpu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7285182Z copying torch\include\ATen\ops\_to_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7291215Z copying torch\include\ATen\ops\_to_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7297878Z copying torch\include\ATen\ops\_to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7304836Z copying torch\include\ATen\ops\_to_dense_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7311018Z copying torch\include\ATen\ops\_to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7317207Z copying torch\include\ATen\ops\_to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7324011Z copying torch\include\ATen\ops\_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7337401Z copying torch\include\ATen\ops\_to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7344227Z copying torch\include\ATen\ops\_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7350666Z copying torch\include\ATen\ops\_to_sparse_bsc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7356973Z copying torch\include\ATen\ops\_to_sparse_bsc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7363398Z copying torch\include\ATen\ops\_to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7370012Z copying torch\include\ATen\ops\_to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7376464Z copying torch\include\ATen\ops\_to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7383219Z copying torch\include\ATen\ops\_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7389521Z copying torch\include\ATen\ops\_to_sparse_bsr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7396481Z copying torch\include\ATen\ops\_to_sparse_bsr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7403154Z copying torch\include\ATen\ops\_to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7410051Z copying torch\include\ATen\ops\_to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7416975Z copying torch\include\ATen\ops\_to_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7423693Z copying torch\include\ATen\ops\_to_sparse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7430824Z copying torch\include\ATen\ops\_to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7437977Z copying torch\include\ATen\ops\_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7444647Z copying torch\include\ATen\ops\_to_sparse_csc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7451264Z copying torch\include\ATen\ops\_to_sparse_csc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7458075Z copying torch\include\ATen\ops\_to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7464978Z copying torch\include\ATen\ops\_to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7471588Z copying torch\include\ATen\ops\_to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7478569Z copying torch\include\ATen\ops\_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7485307Z copying torch\include\ATen\ops\_to_sparse_csr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7492322Z copying torch\include\ATen\ops\_to_sparse_csr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7499375Z copying torch\include\ATen\ops\_to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7506163Z copying torch\include\ATen\ops\_to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7512910Z copying torch\include\ATen\ops\_to_sparse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7520646Z copying torch\include\ATen\ops\_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7528642Z copying torch\include\ATen\ops\_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7535797Z copying torch\include\ATen\ops\_to_sparse_semi_structured.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7543872Z copying torch\include\ATen\ops\_to_sparse_semi_structured_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7550532Z copying torch\include\ATen\ops\_to_sparse_semi_structured_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7556914Z copying torch\include\ATen\ops\_to_sparse_semi_structured_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7563455Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7570440Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7577341Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7583924Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7590362Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7597218Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7603914Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7611003Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7617665Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7624775Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7631303Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7638190Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7644983Z copying torch\include\ATen\ops\_trilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7671222Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7677906Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7685078Z copying torch\include\ATen\ops\_trilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7691575Z copying torch\include\ATen\ops\_trilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7698586Z copying torch\include\ATen\ops\_triton_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7718732Z copying torch\include\ATen\ops\_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7720409Z copying torch\include\ATen\ops\_triton_multi_head_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7721793Z copying torch\include\ATen\ops\_triton_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7725847Z copying torch\include\ATen\ops\_triton_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7732596Z copying torch\include\ATen\ops\_triton_scaled_dot_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7739637Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7746656Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7753405Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7760256Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7766494Z copying torch\include\ATen\ops\_unique.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7774900Z copying torch\include\ATen\ops\_unique2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7781979Z copying torch\include\ATen\ops\_unique2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7788940Z copying torch\include\ATen\ops\_unique2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7795375Z copying torch\include\ATen\ops\_unique2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7802060Z copying torch\include\ATen\ops\_unique2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7808839Z copying torch\include\ATen\ops\_unique2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7816022Z copying torch\include\ATen\ops\_unique_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7822552Z copying torch\include\ATen\ops\_unique_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7829379Z copying torch\include\ATen\ops\_unique_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7836372Z copying torch\include\ATen\ops\_unique_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7843211Z copying torch\include\ATen\ops\_unique_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7849739Z copying torch\include\ATen\ops\_unpack_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7856944Z copying torch\include\ATen\ops\_unpack_dual_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7863516Z copying torch\include\ATen\ops\_unpack_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7870063Z copying torch\include\ATen\ops\_unpack_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7876692Z copying torch\include\ATen\ops\_unsafe_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7883753Z copying torch\include\ATen\ops\_unsafe_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7890328Z copying torch\include\ATen\ops\_unsafe_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7897295Z copying torch\include\ATen\ops\_unsafe_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7903888Z copying torch\include\ATen\ops\_unsafe_index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7910873Z copying torch\include\ATen\ops\_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7918151Z copying torch\include\ATen\ops\_unsafe_index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7924293Z copying torch\include\ATen\ops\_unsafe_index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7930830Z copying torch\include\ATen\ops\_unsafe_masked_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7938098Z copying torch\include\ATen\ops\_unsafe_masked_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7945032Z copying torch\include\ATen\ops\_unsafe_masked_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7951615Z copying torch\include\ATen\ops\_unsafe_masked_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7958358Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7966266Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7973059Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7980008Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7986575Z copying torch\include\ATen\ops\_unsafe_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.7993461Z copying torch\include\ATen\ops\_unsafe_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8000024Z copying torch\include\ATen\ops\_unsafe_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8006519Z copying torch\include\ATen\ops\_unsafe_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8013759Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8020831Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8028424Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8035128Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8041928Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8048938Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8055957Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8062733Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8069724Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8077045Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8084074Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8090914Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8097909Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8104813Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8111565Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8118760Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8125574Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8132150Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8139480Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8147497Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8154078Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8160882Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8168319Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8175762Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8182541Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8189254Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8196738Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8203742Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8210507Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8217382Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8224133Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8230658Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8237335Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8243827Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8250567Z copying torch\include\ATen\ops\_upsample_nearest_exact1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8257528Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8264543Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8270993Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8277749Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8284329Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8320063Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8326491Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8333092Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8340228Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8347115Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8353761Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8360711Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8367311Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8374316Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8408589Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8415277Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8422471Z copying torch\include\ATen\ops\_upsample_nearest_exact2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8429028Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8436617Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8443127Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8450185Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8457187Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8464256Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8471175Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8478280Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8486178Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8493155Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8500007Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8507194Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8514378Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8521595Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8529266Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8537523Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8544688Z copying torch\include\ATen\ops\_upsample_nearest_exact3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8552010Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8559593Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8567087Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8574289Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8581460Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8588403Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8595476Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8602161Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8609370Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8616487Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8623355Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8630549Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8637300Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8644193Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8650997Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8657771Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8664411Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8671170Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8677850Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8684308Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8691048Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8698025Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8704382Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8710898Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8717449Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8724393Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8730830Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8737369Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8744037Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8750847Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8758501Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8764507Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8771092Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8778258Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8785550Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8791944Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8799128Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8806493Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8813827Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8820427Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8827743Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8834341Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8841860Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8848379Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8855533Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8862153Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8869291Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8876444Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8883134Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8890267Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8897567Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8904147Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8911822Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8918401Z copying torch\include\ATen\ops\_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8924325Z copying torch\include\ATen\ops\_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8931622Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8938193Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8945361Z copying torch\include\ATen\ops\_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8951755Z copying torch\include\ATen\ops\_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8958425Z copying torch\include\ATen\ops\_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8964915Z copying torch\include\ATen\ops\_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8971395Z copying torch\include\ATen\ops\_version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8978779Z copying torch\include\ATen\ops\_version_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8984878Z copying torch\include\ATen\ops\_version_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8991183Z copying torch\include\ATen\ops\_version_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.8997827Z copying torch\include\ATen\ops\_weight_int4pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9004484Z copying torch\include\ATen\ops\_weight_int4pack_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9011791Z copying torch\include\ATen\ops\_weight_int4pack_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9018541Z copying torch\include\ATen\ops\_weight_int4pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9026285Z copying torch\include\ATen\ops\_weight_int4pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9033381Z copying torch\include\ATen\ops\_weight_int8pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9040676Z copying torch\include\ATen\ops\_weight_int8pack_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9047171Z copying torch\include\ATen\ops\_weight_int8pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9053555Z copying torch\include\ATen\ops\_weight_int8pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9060226Z copying torch\include\ATen\ops\_weight_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9067337Z copying torch\include\ATen\ops\_weight_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9074657Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9081943Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9110594Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9117313Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9123714Z copying torch\include\ATen\ops\_weight_norm_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9130244Z copying torch\include\ATen\ops\_weight_norm_interface_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9137647Z copying torch\include\ATen\ops\_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9172755Z copying torch\include\ATen\ops\_weight_norm_interface_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9249373Z copying torch\include\ATen\ops\_weight_norm_interface_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9347191Z copying torch\include\ATen\ops\_weight_norm_interface_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9353869Z copying torch\include\ATen\ops\_weight_norm_interface_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9361247Z copying torch\include\ATen\ops\_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9367923Z copying torch\include\ATen\ops\_weight_norm_interface_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9375112Z copying torch\include\ATen\ops\_weight_norm_interface_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9381846Z copying torch\include\ATen\ops\_weight_norm_interface_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9388461Z copying torch\include\ATen\ops\_weight_norm_interface_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9395053Z copying torch\include\ATen\ops\_weight_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9401685Z copying torch\include\ATen\ops\_weight_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9408768Z copying torch\include\ATen\ops\_wrapped_linear_prepack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9416396Z copying torch\include\ATen\ops\_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9422515Z copying torch\include\ATen\ops\_wrapped_linear_prepack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9429355Z copying torch\include\ATen\ops\_wrapped_linear_prepack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9436452Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9444157Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9450922Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9457966Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-11-01T16:45:00.9464351Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\hip 2024-11-01T16:45:00.9466036Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-11-01T16:45:00.9468786Z copying torch\include\ATen\hip\impl\HIPAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-11-01T16:45:00.9475469Z copying torch\include\ATen\hip\impl\HIPCachingAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-11-01T16:45:00.9481562Z copying torch\include\ATen\hip\impl\HIPGuardImplMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-11-01T16:45:00.9493993Z copying torch\include\ATen\hip\impl\HIPStreamMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-11-01T16:45:00.9499311Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:45:00.9501954Z copying torch\include\ATen\mps\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:45:00.9508436Z copying torch\include\ATen\mps\IndexKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:45:00.9514898Z copying torch\include\ATen\mps\MPSAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:45:00.9521281Z copying torch\include\ATen\mps\MPSAllocatorInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:45:00.9534214Z copying torch\include\ATen\mps\MPSDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:45:00.9540311Z copying torch\include\ATen\mps\MPSEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:45:00.9546517Z copying torch\include\ATen\mps\MPSGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:45:00.9552415Z copying torch\include\ATen\mps\MPSGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:45:00.9558527Z copying torch\include\ATen\mps\MPSHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:45:00.9564253Z copying torch\include\ATen\mps\MPSProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:45:00.9570915Z copying torch\include\ATen\mps\MPSStream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-11-01T16:45:00.9576662Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-11-01T16:45:00.9578997Z copying torch\include\ATen\miopen\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-11-01T16:45:00.9585110Z copying torch\include\ATen\miopen\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-11-01T16:45:00.9591207Z copying torch\include\ATen\miopen\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-11-01T16:45:00.9597050Z copying torch\include\ATen\miopen\miopen-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-11-01T16:45:00.9608471Z copying torch\include\ATen\miopen\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-11-01T16:45:00.9614090Z copying torch\include\ATen\miopen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-11-01T16:45:00.9619028Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:45:00.9622150Z copying torch\include\ATen\detail\AcceleratorHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:45:00.9628081Z copying torch\include\ATen\detail\CUDAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:45:00.9634039Z copying torch\include\ATen\detail\FunctionTraits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:45:00.9646615Z copying torch\include\ATen\detail\HIPHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:45:00.9652696Z copying torch\include\ATen\detail\HPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:45:00.9659082Z copying torch\include\ATen\detail\IPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:45:00.9665033Z copying torch\include\ATen\detail\MAIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:45:00.9670993Z copying torch\include\ATen\detail\MPSHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:45:00.9677095Z copying torch\include\ATen\detail\MTIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:45:01.0533756Z copying torch\include\ATen\detail\PrivateUse1HooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:45:01.0540243Z copying torch\include\ATen\detail\XPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-11-01T16:45:01.0546039Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0548687Z copying torch\include\ATen\native\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0554944Z copying torch\include\ATen\native\AdaptivePooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0561400Z copying torch\include\ATen\native\AmpKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0567609Z copying torch\include\ATen\native\BatchLinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0580085Z copying torch\include\ATen\native\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0586191Z copying torch\include\ATen\native\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0592153Z copying torch\include\ATen\native\BucketizationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0598646Z copying torch\include\ATen\native\CanUse32BitIndexMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0604282Z copying torch\include\ATen\native\ComplexHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0610893Z copying torch\include\ATen\native\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0617689Z copying torch\include\ATen\native\CompositeRandomAccessorCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0623449Z copying torch\include\ATen\native\ConvolutionMM3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0629109Z copying torch\include\ATen\native\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0635394Z copying torch\include\ATen\native\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0641230Z copying torch\include\ATen\native\CPUBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0647452Z copying torch\include\ATen\native\CPUFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0653531Z copying torch\include\ATen\native\Cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0659288Z copying torch\include\ATen\native\DilatedConvolutionUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0665514Z copying torch\include\ATen\native\DispatchStub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0672030Z copying torch\include\ATen\native\Distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0678234Z copying torch\include\ATen\native\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0691045Z copying torch\include\ATen\native\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0697789Z copying torch\include\ATen\native\EmbeddingBag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0703795Z copying torch\include\ATen\native\Fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0709432Z copying torch\include\ATen\native\ForeachUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0715793Z copying torch\include\ATen\native\FractionalMaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0721902Z copying torch\include\ATen\native\FunctionOfAMatrixUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0727636Z copying torch\include\ATen\native\FusedAdagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0733711Z copying torch\include\ATen\native\FusedAdam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0740009Z copying torch\include\ATen\native\FusedSGD.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0745654Z copying torch\include\ATen\native\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0760357Z copying torch\include\ATen\native\GridSamplerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0765974Z copying torch\include\ATen\native\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0772288Z copying torch\include\ATen\native\Histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0778527Z copying torch\include\ATen\native\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0784486Z copying torch\include\ATen\native\im2col_shape_check.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0790642Z copying torch\include\ATen\native\IndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0797277Z copying torch\include\ATen\native\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0803269Z copying torch\include\ATen\native\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0809074Z copying torch\include\ATen\native\Lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0815192Z copying torch\include\ATen\native\LinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0821348Z copying torch\include\ATen\native\LinearAlgebraUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0834242Z copying torch\include\ATen\native\LossMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0840427Z copying torch\include\ATen\native\Math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0848535Z copying torch\include\ATen\native\MathBitFallThroughLists.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0854785Z copying torch\include\ATen\native\MathBitsFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0860983Z copying torch\include\ATen\native\MaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0867113Z copying torch\include\ATen\native\NonEmptyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0873080Z copying torch\include\ATen\native\NonSymbolicBC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0879080Z copying torch\include\ATen\native\Normalization.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0884833Z copying torch\include\ATen\native\Padding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0890781Z copying torch\include\ATen\native\PixelShuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0897089Z copying torch\include\ATen\native\PointwiseOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0910652Z copying torch\include\ATen\native\Pool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0916443Z copying torch\include\ATen\native\Pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0922968Z copying torch\include\ATen\native\RangeFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0928686Z copying torch\include\ATen\native\ReduceAllOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0935043Z copying torch\include\ATen\native\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0941103Z copying torch\include\ATen\native\ReduceOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0947567Z copying torch\include\ATen\native\ReductionType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0953619Z copying torch\include\ATen\native\Repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0959703Z copying torch\include\ATen\native\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0965330Z copying torch\include\ATen\native\ResizeCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0971220Z copying torch\include\ATen\native\RNN.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0977584Z copying torch\include\ATen\native\ScatterGatherChecks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.0996457Z copying torch\include\ATen\native\SegmentReduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.1002633Z copying torch\include\ATen\native\SharedReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.1009124Z copying torch\include\ATen\native\SobolEngineOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.1015156Z copying torch\include\ATen\native\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.1020788Z copying torch\include\ATen\native\SortingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.1026888Z copying torch\include\ATen\native\SparseTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.1033027Z copying torch\include\ATen\native\SpectralOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.1039171Z copying torch\include\ATen\native\StridedRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.1045977Z copying torch\include\ATen\native\TensorAdvancedIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.1059128Z copying torch\include\ATen\native\TensorAdvancedIndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.1064905Z copying torch\include\ATen\native\TensorCompare.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.1071291Z copying torch\include\ATen\native\TensorConversions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.1077202Z copying torch\include\ATen\native\TensorDimApply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.1083330Z copying torch\include\ATen\native\TensorFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.1089801Z copying torch\include\ATen\native\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.1096092Z copying torch\include\ATen\native\TensorIteratorDynamicCasting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.1102676Z copying torch\include\ATen\native\TensorProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.1108550Z copying torch\include\ATen\native\TensorShape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.1121035Z copying torch\include\ATen\native\TensorTransformations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.1126673Z copying torch\include\ATen\native\TopKImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.1132761Z copying torch\include\ATen\native\TransposeType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.1138872Z copying torch\include\ATen\native\TriangularOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.1145233Z copying torch\include\ATen\native\TypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.1151265Z copying torch\include\ATen\native\UnaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.1157609Z copying torch\include\ATen\native\Unfold2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.1163729Z copying torch\include\ATen\native\Unfold3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.1169655Z copying torch\include\ATen\native\UnfoldBackward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.1177528Z copying torch\include\ATen\native\UpSample.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.1184322Z copying torch\include\ATen\native\verbose_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.1189928Z copying torch\include\ATen\native\vol2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-11-01T16:45:01.1195213Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:45:01.1197813Z copying torch\include\ATen\native\cpu\AtomicAddFloat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:45:01.1204125Z copying torch\include\ATen\native\cpu\avx_mathfun.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:45:01.1210435Z copying torch\include\ATen\native\cpu\CatKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:45:01.1216518Z copying torch\include\ATen\native\cpu\ChannelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:45:01.1228861Z copying torch\include\ATen\native\cpu\CopyKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:45:01.1234831Z copying torch\include\ATen\native\cpu\DepthwiseConvKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:45:01.1240634Z copying torch\include\ATen\native\cpu\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:45:01.1247020Z copying torch\include\ATen\native\cpu\GridSamplerKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:45:01.1253178Z copying torch\include\ATen\native\cpu\IndexKernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:45:01.1259766Z copying torch\include\ATen\native\cpu\Intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:45:01.1265823Z copying torch\include\ATen\native\cpu\int_mm_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:45:01.1272078Z copying torch\include\ATen\native\cpu\IsContiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:45:01.1278175Z copying torch\include\ATen\native\cpu\LogAddExp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:45:01.1284255Z copying torch\include\ATen\native\cpu\Loops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:45:01.1290760Z copying torch\include\ATen\native\cpu\MaxUnpoolKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:45:01.1296704Z copying torch\include\ATen\native\cpu\mixed_data_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:45:01.1302840Z copying torch\include\ATen\native\cpu\moments_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:45:01.1309377Z copying torch\include\ATen\native\cpu\PixelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:45:01.1315157Z copying torch\include\ATen\native\cpu\Reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:45:01.1321605Z copying torch\include\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:45:01.1335655Z copying torch\include\ATen\native\cpu\ReduceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:45:01.1341728Z copying torch\include\ATen\native\cpu\SampledAddmmKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:45:01.1347559Z copying torch\include\ATen\native\cpu\SerialStackImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:45:01.1353703Z copying torch\include\ATen\native\cpu\SoftmaxKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:45:01.1359862Z copying torch\include\ATen\native\cpu\SpmmReduceKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:45:01.1366090Z copying torch\include\ATen\native\cpu\StackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:45:01.1372393Z copying torch\include\ATen\native\cpu\UpSampleKernelAVXAntialias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:45:01.1379288Z copying torch\include\ATen\native\cpu\utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:45:01.1385748Z copying torch\include\ATen\native\cpu\WeightNormKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:45:01.1398630Z copying torch\include\ATen\native\cpu\zmath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-11-01T16:45:01.1403949Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1406577Z copying torch\include\ATen\native\cuda\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1412368Z copying torch\include\ATen\native\cuda\BinaryInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1418600Z copying torch\include\ATen\native\cuda\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1424514Z copying torch\include\ATen\native\cuda\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1439771Z copying torch\include\ATen\native\cuda\CuFFTPlanCache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1446205Z copying torch\include\ATen\native\cuda\CuFFTUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1452818Z copying torch\include\ATen\native\cuda\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1459086Z copying torch\include\ATen\native\cuda\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1465668Z copying torch\include\ATen\native\cuda\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1471945Z copying torch\include\ATen\native\cuda\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1477794Z copying torch\include\ATen\native\cuda\jit_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1484644Z copying torch\include\ATen\native\cuda\LaunchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1490471Z copying torch\include\ATen\native\cuda\MiscUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1496818Z copying torch\include\ATen\native\cuda\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1502749Z copying torch\include\ATen\native\cuda\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1508988Z copying torch\include\ATen\native\cuda\RowwiseScaledMM.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1514885Z copying torch\include\ATen\native\cuda\ScanKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1521030Z copying torch\include\ATen\native\cuda\Sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1526920Z copying torch\include\ATen\native\cuda\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1532768Z copying torch\include\ATen\native\cuda\SortStable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1538954Z copying torch\include\ATen\native\cuda\TensorModeKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1552953Z copying torch\include\ATen\native\cuda\TensorTopK.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1559149Z copying torch\include\ATen\native\cuda\thread_constants.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1565059Z copying torch\include\ATen\native\cuda\block_reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1571190Z copying torch\include\ATen\native\cuda\CUDAJitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1578172Z copying torch\include\ATen\native\cuda\CUDALoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1584366Z copying torch\include\ATen\native\cuda\DeviceSqrt.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1590675Z copying torch\include\ATen\native\cuda\EmbeddingBackwardKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1596503Z copying torch\include\ATen\native\cuda\ForeachFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1603284Z copying torch\include\ATen\native\cuda\ForeachMinMaxFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1609405Z copying torch\include\ATen\native\cuda\fused_adamw_amsgrad_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1615476Z copying torch\include\ATen\native\cuda\fused_adamw_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1628983Z copying torch\include\ATen\native\cuda\fused_adam_amsgrad_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1635058Z copying torch\include\ATen\native\cuda\fused_adam_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1641742Z copying torch\include\ATen\native\cuda\fused_adam_utils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1647919Z copying torch\include\ATen\native\cuda\GridSampler.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1654055Z copying torch\include\ATen\native\cuda\im2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1660735Z copying torch\include\ATen\native\cuda\JitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1666820Z copying torch\include\ATen\native\cuda\KernelUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1673256Z copying torch\include\ATen\native\cuda\Loops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1679213Z copying torch\include\ATen\native\cuda\Math.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1687741Z copying torch\include\ATen\native\cuda\MemoryAccess.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1694444Z copying torch\include\ATen\native\cuda\MultiTensorApply.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1700551Z copying torch\include\ATen\native\cuda\Normalization.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1707841Z copying torch\include\ATen\native\cuda\PersistentSoftmax.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1714106Z copying torch\include\ATen\native\cuda\Pow.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1726888Z copying torch\include\ATen\native\cuda\Randperm.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1732698Z copying torch\include\ATen\native\cuda\Reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1739623Z copying torch\include\ATen\native\cuda\reduction_template.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1746179Z copying torch\include\ATen\native\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1753057Z copying torch\include\ATen\native\cuda\SortingCommon.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1759196Z copying torch\include\ATen\native\cuda\SortingRadixSelect.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1765193Z copying torch\include\ATen\native\cuda\SortUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1771585Z copying torch\include\ATen\native\cuda\TensorModeKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1777811Z copying torch\include\ATen\native\cuda\UniqueCub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1783682Z copying torch\include\ATen\native\cuda\UpSample.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1789640Z copying torch\include\ATen\native\cuda\vol2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-11-01T16:45:01.1806473Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2024-11-01T16:45:01.1809462Z copying torch\include\ATen\native\hip\ck_gemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2024-11-01T16:45:01.1815545Z copying torch\include\ATen\native\hip\ck_gemm_template.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\hip 2024-11-01T16:45:01.1821114Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-11-01T16:45:01.1823779Z copying torch\include\ATen\native\mps\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-11-01T16:45:01.1829739Z copying torch\include\ATen\native\mps\MPSGraphSequoiaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-11-01T16:45:01.1836048Z copying torch\include\ATen\native\mps\MPSGraphSonomaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-11-01T16:45:01.1842243Z copying torch\include\ATen\native\mps\MPSGraphVenturaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-11-01T16:45:01.1861017Z copying torch\include\ATen\native\mps\OperationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-11-01T16:45:01.1867592Z copying torch\include\ATen\native\mps\TensorFactory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-11-01T16:45:01.1873680Z copying torch\include\ATen\native\mps\UnaryConstants.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-11-01T16:45:01.1879834Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn 2024-11-01T16:45:01.1881231Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu 2024-11-01T16:45:01.1882596Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2024-11-01T16:45:01.1885212Z copying torch\include\ATen\native\mkldnn\xpu\detail\Attr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2024-11-01T16:45:01.1891350Z copying torch\include\ATen\native\mkldnn\xpu\detail\oneDNN.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2024-11-01T16:45:01.1897501Z copying torch\include\ATen\native\mkldnn\xpu\detail\oneDNNContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2024-11-01T16:45:01.1903417Z copying torch\include\ATen\native\mkldnn\xpu\detail\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mkldnn\xpu\detail 2024-11-01T16:45:01.1908504Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-11-01T16:45:01.1911159Z copying torch\include\ATen\native\nested\NestedTensorBinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-11-01T16:45:01.1917015Z copying torch\include\ATen\native\nested\NestedTensorMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-11-01T16:45:01.1923560Z copying torch\include\ATen\native\nested\NestedTensorTransformerFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-11-01T16:45:01.1938741Z copying torch\include\ATen\native\nested\NestedTensorTransformerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-11-01T16:45:01.1945213Z copying torch\include\ATen\native\nested\NestedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-11-01T16:45:01.1951107Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-11-01T16:45:01.1953945Z copying torch\include\ATen\native\quantized\AffineQuantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-11-01T16:45:01.1960375Z copying torch\include\ATen\native\quantized\AffineQuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-11-01T16:45:01.1966423Z copying torch\include\ATen\native\quantized\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-11-01T16:45:01.1979095Z copying torch\include\ATen\native\quantized\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-11-01T16:45:01.1984855Z copying torch\include\ATen\native\quantized\FakeQuantAffine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-11-01T16:45:01.1991024Z copying torch\include\ATen\native\quantized\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-11-01T16:45:01.1996901Z copying torch\include\ATen\native\quantized\PackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-11-01T16:45:01.2002628Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:45:01.2005346Z copying torch\include\ATen\native\quantized\cpu\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:45:01.2011244Z copying torch\include\ATen\native\quantized\cpu\conv_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:45:01.2017526Z copying torch\include\ATen\native\quantized\cpu\EmbeddingPackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:45:01.2023605Z copying torch\include\ATen\native\quantized\cpu\fbgemm_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:45:01.2037756Z copying torch\include\ATen\native\quantized\cpu\init_qnnpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:45:01.2043824Z copying torch\include\ATen\native\quantized\cpu\OnednnUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:45:01.2050277Z copying torch\include\ATen\native\quantized\cpu\qconv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:45:01.2056727Z copying torch\include\ATen\native\quantized\cpu\qembeddingbag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:45:01.2063417Z copying torch\include\ATen\native\quantized\cpu\qembeddingbag_prepack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:45:01.2069462Z copying torch\include\ATen\native\quantized\cpu\qlinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:45:01.2075530Z copying torch\include\ATen\native\quantized\cpu\QnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:45:01.2082088Z copying torch\include\ATen\native\quantized\cpu\QuantizedOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:45:01.2088240Z copying torch\include\ATen\native\quantized\cpu\QuantUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:45:01.2094501Z copying torch\include\ATen\native\quantized\cpu\RuyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:45:01.2100204Z copying torch\include\ATen\native\quantized\cpu\XnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-11-01T16:45:01.2105724Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2024-11-01T16:45:01.2108567Z copying torch\include\ATen\native\transformers\attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2024-11-01T16:45:01.2114579Z copying torch\include\ATen\native\transformers\sdp_utils_cpp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2024-11-01T16:45:01.2120469Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-11-01T16:45:01.2122951Z copying torch\include\ATen\native\utils\Factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-11-01T16:45:01.2128558Z copying torch\include\ATen\native\utils\ParamsHash.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-11-01T16:45:01.2134897Z copying torch\include\ATen\native\utils\ParamUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-11-01T16:45:01.2140209Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2024-11-01T16:45:01.2142811Z copying torch\include\ATen\quantized\QTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2024-11-01T16:45:01.2148749Z copying torch\include\ATen\quantized\Quantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2024-11-01T16:45:01.2153982Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-11-01T16:45:01.2156754Z copying torch\include\ATen\xpu\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-11-01T16:45:01.2162531Z copying torch\include\ATen\xpu\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-11-01T16:45:01.2168424Z copying torch\include\ATen\xpu\XPUContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-11-01T16:45:01.2174470Z copying torch\include\ATen\xpu\XPUDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-11-01T16:45:01.2191273Z copying torch\include\ATen\xpu\XPUEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-11-01T16:45:01.2197152Z copying torch\include\ATen\xpu\XPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-11-01T16:45:01.2202951Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2024-11-01T16:45:01.2205469Z copying torch\include\ATen\xpu\detail\XPUHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2024-11-01T16:45:01.2211167Z creating build\lib.win-amd64-cpython-39\torch\include\caffe2 2024-11-01T16:45:01.2212649Z creating build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-11-01T16:45:01.2233978Z copying torch\include\caffe2\serialize\crc_alt.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-11-01T16:45:01.2242895Z copying torch\include\caffe2\serialize\file_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-11-01T16:45:01.2248777Z copying torch\include\caffe2\serialize\inline_container.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-11-01T16:45:01.2254907Z copying torch\include\caffe2\serialize\in_memory_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-11-01T16:45:01.2266796Z copying torch\include\caffe2\serialize\istream_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-11-01T16:45:01.2272788Z copying torch\include\caffe2\serialize\read_adapter_interface.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-11-01T16:45:01.2278467Z copying torch\include\caffe2\serialize\versions.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-11-01T16:45:01.2284102Z creating build\lib.win-amd64-cpython-39\torch\include\c10 2024-11-01T16:45:01.2285435Z creating build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-11-01T16:45:01.2287835Z copying torch\include\c10\macros\cmake_macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-11-01T16:45:01.2294077Z copying torch\include\c10\macros\Export.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-11-01T16:45:01.2300209Z copying torch\include\c10\macros\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-11-01T16:45:01.2306141Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2308582Z copying torch\include\c10\core\alignment.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2314466Z copying torch\include\c10\core\Allocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2320753Z copying torch\include\c10\core\AutogradState.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2326602Z copying torch\include\c10\core\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2338702Z copying torch\include\c10\core\CachingDeviceAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2344695Z copying torch\include\c10\core\CompileTimeFunctionPointer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2350584Z copying torch\include\c10\core\ConstantSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2356423Z copying torch\include\c10\core\Contiguity.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2362323Z copying torch\include\c10\core\CopyBytes.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2368490Z copying torch\include\c10\core\CPUAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2374703Z copying torch\include\c10\core\DefaultDtype.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2380502Z copying torch\include\c10\core\DefaultTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2386395Z copying torch\include\c10\core\Device.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2392253Z copying torch\include\c10\core\DeviceArray.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2398331Z copying torch\include\c10\core\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2404644Z copying torch\include\c10\core\DeviceType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2410920Z copying torch\include\c10\core\DispatchKey.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2417840Z copying torch\include\c10\core\DispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2424521Z copying torch\include\c10\core\DynamicCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2431099Z copying torch\include\c10\core\Event.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2443771Z copying torch\include\c10\core\GeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2450009Z copying torch\include\c10\core\GradMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2455767Z copying torch\include\c10\core\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2461877Z copying torch\include\c10\core\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2468528Z copying torch\include\c10\core\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2474705Z copying torch\include\c10\core\OptionalRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2480678Z copying torch\include\c10\core\PyHandleCache.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2487018Z copying torch\include\c10\core\QEngine.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2493220Z copying torch\include\c10\core\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2499771Z copying torch\include\c10\core\RefcountedDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2506238Z copying torch\include\c10\core\SafePyObject.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2523298Z copying torch\include\c10\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2529870Z copying torch\include\c10\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2543413Z copying torch\include\c10\core\ScalarTypeToTypeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2549747Z copying torch\include\c10\core\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2556734Z copying torch\include\c10\core\StorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2563879Z copying torch\include\c10\core\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2570491Z copying torch\include\c10\core\StreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2578449Z copying torch\include\c10\core\SymbolicShapeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2584796Z copying torch\include\c10\core\SymBool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2591322Z copying torch\include\c10\core\SymFloat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2597559Z copying torch\include\c10\core\SymInt.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2603958Z copying torch\include\c10\core\SymIntArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2610476Z copying torch\include\c10\core\SymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2617066Z copying torch\include\c10\core\TensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2637519Z copying torch\include\c10\core\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2644216Z copying torch\include\c10\core\thread_pool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2650568Z copying torch\include\c10\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2656916Z copying torch\include\c10\core\WrapDimMinimal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-11-01T16:45:01.2662503Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-11-01T16:45:01.2665579Z copying torch\include\ATen\core\boxing\BoxedKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-11-01T16:45:01.2671738Z copying torch\include\ATen\core\boxing\BoxedKernel_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-11-01T16:45:01.2677599Z copying torch\include\ATen\core\boxing\KernelFunction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-11-01T16:45:01.2684137Z copying torch\include\ATen\core\boxing\KernelFunction_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-11-01T16:45:01.2696536Z copying torch\include\ATen\core\boxing\OperatorKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-11-01T16:45:01.2701667Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-11-01T16:45:01.2704287Z copying torch\include\ATen\core\boxing\impl\boxing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-11-01T16:45:01.2710701Z 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 2024-11-01T16:45:01.2717022Z copying torch\include\ATen\core\boxing\impl\test_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-11-01T16:45:01.2723223Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-11-01T16:45:01.2737116Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoRuntimeFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-11-01T16:45:01.2742407Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-11-01T16:45:01.2745408Z copying torch\include\ATen\core\dispatch\CppSignature.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-11-01T16:45:01.2751698Z copying torch\include\ATen\core\dispatch\Dispatcher.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-11-01T16:45:01.2757930Z copying torch\include\ATen\core\dispatch\DispatchKeyExtractor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-11-01T16:45:01.2764087Z copying torch\include\ATen\core\dispatch\ObservedOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-11-01T16:45:01.2776982Z copying torch\include\ATen\core\dispatch\OperatorEntry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-11-01T16:45:01.2783007Z copying torch\include\ATen\core\dispatch\OperatorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-11-01T16:45:01.2789050Z copying torch\include\ATen\core\dispatch\RegistrationHandleRAII.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-11-01T16:45:01.2794288Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-11-01T16:45:01.2796929Z copying torch\include\ATen\core\op_registration\adaption.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-11-01T16:45:01.2802891Z copying torch\include\ATen\core\op_registration\infer_schema.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-11-01T16:45:01.2808790Z copying torch\include\ATen\core\op_registration\op_allowlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-11-01T16:45:01.2814877Z copying torch\include\ATen\core\op_registration\op_registration.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-11-01T16:45:01.2831949Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:45:01.2834645Z copying torch\include\c10\core\impl\alloc_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:45:01.2840251Z copying torch\include\c10\core\impl\COW.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:45:01.2845979Z copying torch\include\c10\core\impl\COWDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:45:01.2852739Z copying torch\include\c10\core\impl\DeviceGuardImplInterface.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:45:01.2868398Z copying torch\include\c10\core\impl\FakeGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:45:01.2874219Z copying torch\include\c10\core\impl\GPUTrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:45:01.2880155Z copying torch\include\c10\core\impl\HermeticPyObjectTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:45:01.2886101Z copying torch\include\c10\core\impl\InlineDeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:45:01.2892150Z copying torch\include\c10\core\impl\InlineEvent.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:45:01.2898642Z copying torch\include\c10\core\impl\InlineStreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:45:01.2905015Z copying torch\include\c10\core\impl\LocalDispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:45:01.2911134Z copying torch\include\c10\core\impl\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:45:01.2917168Z copying torch\include\c10\core\impl\PyObjectSlot.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:45:01.2923479Z copying torch\include\c10\core\impl\PythonDispatcherTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:45:01.2929156Z copying torch\include\c10\core\impl\SizesAndStrides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:45:01.2935593Z copying torch\include\c10\core\impl\TorchDispatchModeTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:45:01.2941935Z copying torch\include\c10\core\impl\VirtualGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-11-01T16:45:01.2947329Z creating build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.2949753Z copying torch\include\c10\util\AbortHandler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.2955757Z copying torch\include\c10\util\accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.2961619Z copying torch\include\c10\util\AlignOf.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.2967427Z copying torch\include\c10\util\ApproximateClock.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.2981505Z copying torch\include\c10\util\Array.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.2987006Z copying torch\include\c10\util\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.2992662Z copying torch\include\c10\util\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.2998775Z copying torch\include\c10\util\BFloat16-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3004767Z copying torch\include\c10\util\BFloat16-math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3011286Z copying torch\include\c10\util\BFloat16.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3017212Z copying torch\include\c10\util\bits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3023454Z copying torch\include\c10\util\Bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3029420Z copying torch\include\c10\util\bit_cast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3035306Z copying torch\include\c10\util\C++17.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3041632Z copying torch\include\c10\util\CallOnce.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3047696Z copying torch\include\c10\util\complex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3078025Z copying torch\include\c10\util\complex_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3085206Z copying torch\include\c10\util\complex_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3092096Z copying torch\include\c10\util\ConstexprCrc.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3098829Z copying torch\include\c10\util\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3105213Z copying torch\include\c10\util\DeadlockDetection.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3111508Z copying torch\include\c10\util\Deprecated.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3117727Z copying torch\include\c10\util\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3123943Z copying torch\include\c10\util\DynamicCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3136107Z copying torch\include\c10\util\env.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3142161Z copying torch\include\c10\util\Exception.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3148902Z copying torch\include\c10\util\ExclusivelyOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3155108Z copying torch\include\c10\util\ExclusivelyOwnedTensorTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3161225Z copying torch\include\c10\util\FbcodeMaps.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3167524Z copying torch\include\c10\util\Flags.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3173724Z copying torch\include\c10\util\flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3180714Z copying torch\include\c10\util\Float8_e4m3fn-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3186851Z copying torch\include\c10\util\Float8_e4m3fn.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3192926Z copying torch\include\c10\util\Float8_e4m3fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3199380Z copying torch\include\c10\util\Float8_e4m3fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3217112Z copying torch\include\c10\util\Float8_e5m2-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3223275Z copying torch\include\c10\util\Float8_e5m2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3229834Z copying torch\include\c10\util\Float8_e5m2fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3235995Z copying torch\include\c10\util\Float8_e5m2fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3242028Z copying torch\include\c10\util\Float8_fnuz_cvt.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3248233Z copying torch\include\c10\util\floating_point_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3254256Z copying torch\include\c10\util\FunctionRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3260213Z copying torch\include\c10\util\Gauge.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3266051Z copying torch\include\c10\util\generic_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3277568Z copying torch\include\c10\util\Half-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3283892Z copying torch\include\c10\util\Half.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3290188Z copying torch\include\c10\util\hash.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3296454Z copying torch\include\c10\util\IdWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3302433Z copying torch\include\c10\util\int128.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3308341Z copying torch\include\c10\util\intrusive_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3314860Z copying torch\include\c10\util\irange.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3320614Z copying torch\include\c10\util\Lazy.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3326558Z copying torch\include\c10\util\LeftRight.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3332547Z copying torch\include\c10\util\llvmMathExtras.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3339059Z copying torch\include\c10\util\Load.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3345013Z copying torch\include\c10\util\Logging.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3351066Z copying torch\include\c10\util\logging_is_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3357205Z copying torch\include\c10\util\logging_is_not_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3370403Z copying torch\include\c10\util\MathConstants.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3376586Z copying torch\include\c10\util\MaybeOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3382784Z copying torch\include\c10\util\Metaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3388839Z copying torch\include\c10\util\NetworkFlow.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3395014Z copying torch\include\c10\util\numa.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3401058Z copying torch\include\c10\util\Optional.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3407259Z copying torch\include\c10\util\OptionalArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3413782Z copying torch\include\c10\util\order_preserving_flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3421344Z copying torch\include\c10\util\overloaded.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3427323Z copying torch\include\c10\util\ParallelGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3450802Z copying torch\include\c10\util\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3456682Z copying torch\include\c10\util\qint32.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3462429Z copying torch\include\c10\util\qint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3468438Z copying torch\include\c10\util\quint2x4.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3474306Z copying torch\include\c10\util\quint4x2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3480192Z copying torch\include\c10\util\quint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3485955Z copying torch\include\c10\util\Registry.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3492088Z copying torch\include\c10\util\safe_numerics.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3498357Z copying torch\include\c10\util\ScopeExit.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3504679Z copying torch\include\c10\util\signal_handler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3510813Z copying torch\include\c10\util\SmallBuffer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3516954Z copying torch\include\c10\util\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3523981Z copying torch\include\c10\util\sparse_bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3538340Z copying torch\include\c10\util\ssize.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3545159Z copying torch\include\c10\util\static_tracepoint.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3551554Z copying torch\include\c10\util\static_tracepoint_elfx86.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3557755Z copying torch\include\c10\util\strides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3563929Z copying torch\include\c10\util\StringUtil.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3570198Z copying torch\include\c10\util\string_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3577232Z copying torch\include\c10\util\string_view.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3585117Z copying torch\include\c10\util\strong_type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3591946Z copying torch\include\c10\util\Synchronized.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3598455Z copying torch\include\c10\util\tempfile.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3604756Z copying torch\include\c10\util\ThreadLocal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3618529Z copying torch\include\c10\util\ThreadLocalDebugInfo.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3624592Z copying torch\include\c10\util\thread_name.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3630600Z copying torch\include\c10\util\Type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3636586Z copying torch\include\c10\util\TypeCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3642486Z copying torch\include\c10\util\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3648877Z copying torch\include\c10\util\TypeIndex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3654993Z copying torch\include\c10\util\TypeList.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3661468Z copying torch\include\c10\util\TypeSafeSignMath.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3667649Z copying torch\include\c10\util\TypeTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3674076Z copying torch\include\c10\util\Unicode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3679789Z copying torch\include\c10\util\UniqueVoidPtr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3685799Z copying torch\include\c10\util\Unroll.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3691863Z copying torch\include\c10\util\WaitCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3698166Z copying torch\include\c10\util\WaitCounterDynamicBackend.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3704350Z copying torch\include\c10\util\win32-headers.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-11-01T16:45:01.3709727Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:45:01.3712231Z copying torch\include\c10\cuda\CUDAAlgorithm.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:45:01.3718368Z copying torch\include\c10\cuda\CUDAAllocatorConfig.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:45:01.3724476Z copying torch\include\c10\cuda\CUDACachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:45:01.3730756Z copying torch\include\c10\cuda\CUDADeviceAssertion.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:45:01.3750085Z copying torch\include\c10\cuda\CUDADeviceAssertionHost.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:45:01.3755975Z copying torch\include\c10\cuda\CUDAException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:45:01.3762285Z copying torch\include\c10\cuda\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:45:01.3768228Z copying torch\include\c10\cuda\CUDAGraphsC10Utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:45:01.3774291Z copying torch\include\c10\cuda\CUDAGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:45:01.3780377Z copying torch\include\c10\cuda\CUDAMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:45:01.3786729Z copying torch\include\c10\cuda\CUDAMathCompat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:45:01.3792731Z copying torch\include\c10\cuda\CUDAMiscFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:45:01.3798768Z copying torch\include\c10\cuda\CUDAStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:45:01.3804869Z copying torch\include\c10\cuda\driver_api.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-11-01T16:45:01.3810250Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2024-11-01T16:45:01.3812814Z copying torch\include\c10\cuda\impl\CUDAGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2024-11-01T16:45:01.3818855Z copying torch\include\c10\cuda\impl\CUDATest.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2024-11-01T16:45:01.3823803Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-11-01T16:45:01.3827264Z copying torch\include\c10\xpu\XPUCachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-11-01T16:45:01.3833054Z copying torch\include\c10\xpu\XPUDeviceProp.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-11-01T16:45:01.3839422Z copying torch\include\c10\xpu\XPUException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-11-01T16:45:01.3845327Z copying torch\include\c10\xpu\XPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-11-01T16:45:01.3858173Z copying torch\include\c10\xpu\XPUMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-11-01T16:45:01.3864123Z copying torch\include\c10\xpu\XPUStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-11-01T16:45:01.3869719Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2024-11-01T16:45:01.3872320Z copying torch\include\c10\xpu\impl\XPUGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2024-11-01T16:45:01.3877702Z creating build\lib.win-amd64-cpython-39\torch\include\torch 2024-11-01T16:45:01.3880159Z copying torch\include\torch\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-11-01T16:45:01.3886657Z copying torch\include\torch\custom_class_detail.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-11-01T16:45:01.3892722Z copying torch\include\torch\extension.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-11-01T16:45:01.3898476Z copying torch\include\torch\library.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-11-01T16:45:01.3919565Z copying torch\include\torch\script.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-11-01T16:45:01.3924380Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:45:01.3926922Z copying torch\include\torch\csrc\copy_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:45:01.3932985Z copying torch\include\torch\csrc\CudaIPCTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:45:01.3939192Z copying torch\include\torch\csrc\DataLoader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:45:01.3944918Z copying torch\include\torch\csrc\Device.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:45:01.3959096Z copying torch\include\torch\csrc\DeviceAccelerator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:45:01.3964924Z copying torch\include\torch\csrc\Dtype.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:45:01.3971176Z copying torch\include\torch\csrc\DynamicTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:45:01.3977237Z copying torch\include\torch\csrc\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:45:01.3983314Z copying torch\include\torch\csrc\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:45:01.4381863Z copying torch\include\torch\csrc\Export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:45:01.4387406Z copying torch\include\torch\csrc\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:45:01.4393515Z copying torch\include\torch\csrc\itt_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:45:01.4399313Z copying torch\include\torch\csrc\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:45:01.4405202Z copying torch\include\torch\csrc\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:45:01.4411160Z copying torch\include\torch\csrc\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:45:01.4417328Z copying torch\include\torch\csrc\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:45:01.4423252Z copying torch\include\torch\csrc\python_dimname.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:45:01.4429262Z copying torch\include\torch\csrc\python_headers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:45:01.4435587Z copying torch\include\torch\csrc\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:45:01.4441911Z copying torch\include\torch\csrc\serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:45:01.4448082Z copying torch\include\torch\csrc\Size.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:45:01.4453945Z copying torch\include\torch\csrc\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:45:01.4460413Z copying torch\include\torch\csrc\StorageMethods.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:45:01.4466536Z copying torch\include\torch\csrc\StorageSharing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:45:01.4478993Z copying torch\include\torch\csrc\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:45:01.4484976Z copying torch\include\torch\csrc\THConcat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:45:01.4490831Z copying torch\include\torch\csrc\THP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:45:01.4497099Z copying torch\include\torch\csrc\TypeInfo.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:45:01.4502828Z copying torch\include\torch\csrc\Types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:45:01.4508488Z copying torch\include\torch\csrc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-11-01T16:45:01.4514346Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api 2024-11-01T16:45:01.4515641Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include 2024-11-01T16:45:01.4517061Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:45:01.4519608Z copying torch\include\torch\csrc\api\include\torch\all.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:45:01.4525593Z copying torch\include\torch\csrc\api\include\torch\arg.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:45:01.4531747Z copying torch\include\torch\csrc\api\include\torch\autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:45:01.4537538Z copying torch\include\torch\csrc\api\include\torch\cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:45:01.4543337Z copying torch\include\torch\csrc\api\include\torch\data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:45:01.4548850Z copying torch\include\torch\csrc\api\include\torch\enum.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:45:01.4557384Z copying torch\include\torch\csrc\api\include\torch\expanding_array.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:45:01.4572198Z copying torch\include\torch\csrc\api\include\torch\fft.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:45:01.4578287Z copying torch\include\torch\csrc\api\include\torch\imethod.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:45:01.4584684Z copying torch\include\torch\csrc\api\include\torch\jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:45:01.4591089Z copying torch\include\torch\csrc\api\include\torch\mps.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:45:01.4596864Z copying torch\include\torch\csrc\api\include\torch\nested.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:45:01.4602856Z copying torch\include\torch\csrc\api\include\torch\nn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:45:01.4608706Z copying torch\include\torch\csrc\api\include\torch\optim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:45:01.4614526Z copying torch\include\torch\csrc\api\include\torch\ordered_dict.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:45:01.4621222Z copying torch\include\torch\csrc\api\include\torch\python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:45:01.4628014Z copying torch\include\torch\csrc\api\include\torch\serialize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:45:01.4634270Z copying torch\include\torch\csrc\api\include\torch\sparse.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:45:01.4640509Z copying torch\include\torch\csrc\api\include\torch\special.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:45:01.4647186Z copying torch\include\torch\csrc\api\include\torch\torch.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:45:01.4653087Z copying torch\include\torch\csrc\api\include\torch\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:45:01.4659246Z copying torch\include\torch\csrc\api\include\torch\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:45:01.4669005Z copying torch\include\torch\csrc\api\include\torch\version.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:45:01.4674885Z copying torch\include\torch\csrc\api\include\torch\xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-11-01T16:45:01.4680058Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2024-11-01T16:45:01.4682852Z 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 2024-11-01T16:45:01.4689012Z 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 2024-11-01T16:45:01.4695870Z 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 2024-11-01T16:45:01.4701459Z 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 2024-11-01T16:45:01.4707736Z 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 2024-11-01T16:45:01.4732818Z 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 2024-11-01T16:45:01.4738816Z 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 2024-11-01T16:45:01.4744733Z 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 2024-11-01T16:45:01.4750181Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader 2024-11-01T16:45:01.4753613Z 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 2024-11-01T16:45:01.4759700Z 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 2024-11-01T16:45:01.4765995Z 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 2024-11-01T16:45:01.4771503Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2024-11-01T16:45:01.4774241Z 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 2024-11-01T16:45:01.4780583Z 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 2024-11-01T16:45:01.4786968Z 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 2024-11-01T16:45:01.4792884Z 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 2024-11-01T16:45:01.4798923Z 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 2024-11-01T16:45:01.4804787Z 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 2024-11-01T16:45:01.4810739Z 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 2024-11-01T16:45:01.4823285Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail 2024-11-01T16:45:01.4826359Z 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 2024-11-01T16:45:01.4832134Z 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 2024-11-01T16:45:01.4838001Z 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 2024-11-01T16:45:01.4843294Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2024-11-01T16:45:01.4845989Z 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 2024-11-01T16:45:01.4852249Z 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 2024-11-01T16:45:01.4858110Z 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 2024-11-01T16:45:01.4864016Z 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 2024-11-01T16:45:01.4869875Z 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 2024-11-01T16:45:01.4885812Z 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 2024-11-01T16:45:01.4891470Z 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 2024-11-01T16:45:01.4897027Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2024-11-01T16:45:01.4899654Z 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 2024-11-01T16:45:01.4905711Z 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 2024-11-01T16:45:01.4911657Z 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 2024-11-01T16:45:01.4917505Z 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 2024-11-01T16:45:01.4923362Z 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 2024-11-01T16:45:01.4928316Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail 2024-11-01T16:45:01.4930919Z 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 2024-11-01T16:45:01.4936946Z 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 2024-11-01T16:45:01.4942129Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2024-11-01T16:45:01.4944757Z 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 2024-11-01T16:45:01.4950772Z 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 2024-11-01T16:45:01.4956510Z 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 2024-11-01T16:45:01.4962809Z 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 2024-11-01T16:45:01.4969091Z 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 2024-11-01T16:45:01.4991564Z 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 2024-11-01T16:45:01.4997058Z 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 2024-11-01T16:45:01.5003157Z 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 2024-11-01T16:45:01.5009011Z 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 2024-11-01T16:45:01.5014098Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2024-11-01T16:45:01.5016832Z 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 2024-11-01T16:45:01.5023501Z 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 2024-11-01T16:45:01.5029815Z 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 2024-11-01T16:45:01.5035846Z 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 2024-11-01T16:45:01.5050546Z 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 2024-11-01T16:45:01.5056674Z 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 2024-11-01T16:45:01.5062743Z 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 2024-11-01T16:45:01.5080216Z 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 2024-11-01T16:45:01.5082223Z 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 2024-11-01T16:45:01.5084266Z 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 2024-11-01T16:45:01.5088170Z 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 2024-11-01T16:45:01.5094556Z 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 2024-11-01T16:45:01.5101731Z 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 2024-11-01T16:45:01.5109104Z 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 2024-11-01T16:45:01.5116932Z 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 2024-11-01T16:45:01.5124350Z 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 2024-11-01T16:45:01.5130162Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2024-11-01T16:45:01.5132972Z 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 2024-11-01T16:45:01.5139648Z 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 2024-11-01T16:45:01.5145633Z 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 2024-11-01T16:45:01.5151945Z 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 2024-11-01T16:45:01.5157999Z 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 2024-11-01T16:45:01.5175167Z 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 2024-11-01T16:45:01.5181254Z 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 2024-11-01T16:45:01.5187687Z 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 2024-11-01T16:45:01.5193813Z 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 2024-11-01T16:45:01.5199799Z 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 2024-11-01T16:45:01.5206039Z 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 2024-11-01T16:45:01.5212217Z 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 2024-11-01T16:45:01.5218340Z 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 2024-11-01T16:45:01.5224299Z 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 2024-11-01T16:45:01.5230419Z 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 2024-11-01T16:45:01.5236695Z 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 2024-11-01T16:45:01.5242922Z 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 2024-11-01T16:45:01.5249227Z 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 2024-11-01T16:45:01.5255836Z 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 2024-11-01T16:45:01.5261555Z 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 2024-11-01T16:45:01.5267517Z 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 2024-11-01T16:45:01.5272848Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2024-11-01T16:45:01.5275625Z 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 2024-11-01T16:45:01.5282218Z 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 2024-11-01T16:45:01.5288393Z 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 2024-11-01T16:45:01.5294943Z 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 2024-11-01T16:45:01.5300888Z 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 2024-11-01T16:45:01.5314700Z 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 2024-11-01T16:45:01.5320474Z 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 2024-11-01T16:45:01.5326371Z 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 2024-11-01T16:45:01.5332441Z 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 2024-11-01T16:45:01.5338448Z 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 2024-11-01T16:45:01.5344812Z 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 2024-11-01T16:45:01.5350719Z 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 2024-11-01T16:45:01.5357192Z 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 2024-11-01T16:45:01.5363789Z 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 2024-11-01T16:45:01.5370226Z 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 2024-11-01T16:45:01.5376526Z 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 2024-11-01T16:45:01.5383053Z 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 2024-11-01T16:45:01.5389350Z 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 2024-11-01T16:45:01.5396063Z 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 2024-11-01T16:45:01.5401969Z 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 2024-11-01T16:45:01.5408144Z 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 2024-11-01T16:45:01.5414426Z 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 2024-11-01T16:45:01.5420604Z 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 2024-11-01T16:45:01.5425923Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2024-11-01T16:45:01.5428833Z 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 2024-11-01T16:45:01.5435366Z 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 2024-11-01T16:45:01.5442167Z 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 2024-11-01T16:45:01.5448458Z 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 2024-11-01T16:45:01.5468319Z 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 2024-11-01T16:45:01.5474411Z 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 2024-11-01T16:45:01.5480877Z 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 2024-11-01T16:45:01.5487192Z 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 2024-11-01T16:45:01.5493475Z 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 2024-11-01T16:45:01.5499720Z 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 2024-11-01T16:45:01.5505230Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\parallel 2024-11-01T16:45:01.5508037Z 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 2024-11-01T16:45:01.5513518Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils 2024-11-01T16:45:01.5516176Z 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 2024-11-01T16:45:01.5522373Z 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 2024-11-01T16:45:01.5528406Z 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 2024-11-01T16:45:01.5533747Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2024-11-01T16:45:01.5536511Z 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 2024-11-01T16:45:01.5542545Z 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 2024-11-01T16:45:01.5548562Z 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 2024-11-01T16:45:01.5555215Z 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 2024-11-01T16:45:01.5561198Z 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 2024-11-01T16:45:01.5567491Z 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 2024-11-01T16:45:01.5582259Z 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 2024-11-01T16:45:01.5589003Z 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 2024-11-01T16:45:01.5595088Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers 2024-11-01T16:45:01.5598085Z 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 2024-11-01T16:45:01.5604464Z 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 2024-11-01T16:45:01.5610827Z 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 2024-11-01T16:45:01.5622693Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2024-11-01T16:45:01.5625337Z 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 2024-11-01T16:45:01.5631209Z 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 2024-11-01T16:45:01.5637329Z 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 2024-11-01T16:45:01.5643227Z 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 2024-11-01T16:45:01.5657529Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.5660039Z copying torch\include\torch\csrc\autograd\anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.5665924Z copying torch\include\torch\csrc\autograd\autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.5671942Z copying torch\include\torch\csrc\autograd\autograd_not_implemented_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.5678027Z copying torch\include\torch\csrc\autograd\cpp_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.5691903Z copying torch\include\torch\csrc\autograd\custom_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.5698391Z copying torch\include\torch\csrc\autograd\edge.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.5704636Z copying torch\include\torch\csrc\autograd\engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.5711163Z copying torch\include\torch\csrc\autograd\forward_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.5717676Z copying torch\include\torch\csrc\autograd\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.5725023Z copying torch\include\torch\csrc\autograd\FunctionsManual.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.5732166Z copying torch\include\torch\csrc\autograd\function_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.5739156Z copying torch\include\torch\csrc\autograd\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.5745464Z copying torch\include\torch\csrc\autograd\graph_task.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.5752160Z copying torch\include\torch\csrc\autograd\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.5758482Z copying torch\include\torch\csrc\autograd\input_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.5765320Z copying torch\include\torch\csrc\autograd\input_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.5771916Z copying torch\include\torch\csrc\autograd\jit_decomp_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.5777931Z copying torch\include\torch\csrc\autograd\profiler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.5783605Z copying torch\include\torch\csrc\autograd\profiler_kineto.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.5789629Z copying torch\include\torch\csrc\autograd\profiler_legacy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.5795705Z copying torch\include\torch\csrc\autograd\profiler_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.5801539Z copying torch\include\torch\csrc\autograd\python_anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.6412253Z copying torch\include\torch\csrc\autograd\python_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.6419053Z copying torch\include\torch\csrc\autograd\python_cpp_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.6427338Z copying torch\include\torch\csrc\autograd\python_engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.6434190Z copying torch\include\torch\csrc\autograd\python_enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.6440196Z copying torch\include\torch\csrc\autograd\python_fft_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.6446166Z copying torch\include\torch\csrc\autograd\python_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.6452624Z copying torch\include\torch\csrc\autograd\python_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.6459191Z copying torch\include\torch\csrc\autograd\python_legacy_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.6465218Z copying torch\include\torch\csrc\autograd\python_linalg_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.6479235Z copying torch\include\torch\csrc\autograd\python_nested_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.6485310Z copying torch\include\torch\csrc\autograd\python_nn_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.6491289Z copying torch\include\torch\csrc\autograd\python_saved_variable_hooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.6497581Z copying torch\include\torch\csrc\autograd\python_sparse_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.6503410Z copying torch\include\torch\csrc\autograd\python_special_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.6509247Z copying torch\include\torch\csrc\autograd\python_torch_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.6515860Z copying torch\include\torch\csrc\autograd\python_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.6521729Z copying torch\include\torch\csrc\autograd\python_variable_indexing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.6527789Z copying torch\include\torch\csrc\autograd\record_function_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.6534145Z copying torch\include\torch\csrc\autograd\saved_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.6540343Z copying torch\include\torch\csrc\autograd\saved_variable_hooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.6553107Z copying torch\include\torch\csrc\autograd\symbolic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.6558622Z copying torch\include\torch\csrc\autograd\variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.6565175Z copying torch\include\torch\csrc\autograd\VariableTypeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.6571720Z copying torch\include\torch\csrc\autograd\variable_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-11-01T16:45:01.6576885Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-11-01T16:45:01.6579570Z copying torch\include\torch\csrc\autograd\functions\accumulate_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-11-01T16:45:01.6585554Z copying torch\include\torch\csrc\autograd\functions\basic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-11-01T16:45:01.6591730Z copying torch\include\torch\csrc\autograd\functions\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-11-01T16:45:01.6597533Z copying torch\include\torch\csrc\autograd\functions\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-11-01T16:45:01.6608402Z copying torch\include\torch\csrc\autograd\functions\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-11-01T16:45:01.6614500Z copying torch\include\torch\csrc\autograd\functions\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-11-01T16:45:01.6619589Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-11-01T16:45:01.6622243Z copying torch\include\torch\csrc\autograd\generated\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-11-01T16:45:01.6633327Z copying torch\include\torch\csrc\autograd\generated\python_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-11-01T16:45:01.6638847Z copying torch\include\torch\csrc\autograd\generated\python_return_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-11-01T16:45:01.6675533Z copying torch\include\torch\csrc\autograd\generated\VariableType.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-11-01T16:45:01.6681842Z copying torch\include\torch\csrc\autograd\generated\variable_factories.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-11-01T16:45:01.6690547Z copying torch\include\torch\csrc\autograd\generated\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-11-01T16:45:01.6697211Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-11-01T16:45:01.6700248Z copying torch\include\torch\csrc\autograd\utils\error_messages.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-11-01T16:45:01.6707092Z copying torch\include\torch\csrc\autograd\utils\grad_layout_contract.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-11-01T16:45:01.6714802Z copying torch\include\torch\csrc\autograd\utils\lambda_post_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-11-01T16:45:01.6720639Z copying torch\include\torch\csrc\autograd\utils\python_arg_parsing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-11-01T16:45:01.6734457Z copying torch\include\torch\csrc\autograd\utils\warnings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-11-01T16:45:01.6740022Z copying torch\include\torch\csrc\autograd\utils\wrap_outputs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-11-01T16:45:01.6745276Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:45:01.6747699Z copying torch\include\torch\csrc\cuda\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:45:01.6753994Z copying torch\include\torch\csrc\cuda\CUDAPluggableAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:45:01.6759860Z copying torch\include\torch\csrc\cuda\device_set.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:45:01.6765403Z copying torch\include\torch\csrc\cuda\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:45:01.6771176Z copying torch\include\torch\csrc\cuda\GdsFile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:45:01.6787083Z copying torch\include\torch\csrc\cuda\memory_snapshot.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:45:01.6792838Z copying torch\include\torch\csrc\cuda\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:45:01.6798281Z copying torch\include\torch\csrc\cuda\nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:45:01.6804412Z copying torch\include\torch\csrc\cuda\python_comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:45:01.6810283Z copying torch\include\torch\csrc\cuda\python_nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:45:01.6816227Z copying torch\include\torch\csrc\cuda\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:45:01.6821896Z copying torch\include\torch\csrc\cuda\THCP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-11-01T16:45:01.6827201Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed 2024-11-01T16:45:01.6828694Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.6831134Z copying torch\include\torch\csrc\distributed\c10d\c10d.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.6836896Z copying torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.6842781Z copying torch\include\torch\csrc\distributed\c10d\debug.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.6848336Z copying torch\include\torch\csrc\distributed\c10d\error.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.6854229Z copying torch\include\torch\csrc\distributed\c10d\exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.6867692Z copying torch\include\torch\csrc\distributed\c10d\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.6873363Z copying torch\include\torch\csrc\distributed\c10d\python_comm_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.6879653Z copying torch\include\torch\csrc\distributed\c10d\socket.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.6885500Z copying torch\include\torch\csrc\distributed\c10d\socket_fmt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.6891359Z copying torch\include\torch\csrc\distributed\c10d\TraceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.6897552Z copying torch\include\torch\csrc\distributed\c10d\Backend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.6903443Z copying torch\include\torch\csrc\distributed\c10d\Backoff.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.6909230Z copying torch\include\torch\csrc\distributed\c10d\comm.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.6915262Z copying torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.6921238Z copying torch\include\torch\csrc\distributed\c10d\default_comm_hooks.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.6927210Z copying torch\include\torch\csrc\distributed\c10d\DMAConnectivity.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.6933489Z copying torch\include\torch\csrc\distributed\c10d\FakeProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.6939637Z copying torch\include\torch\csrc\distributed\c10d\FileStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.6945579Z copying torch\include\torch\csrc\distributed\c10d\Functional.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.6951383Z copying torch\include\torch\csrc\distributed\c10d\GlooDeviceFactory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.6957364Z copying torch\include\torch\csrc\distributed\c10d\GroupRegistry.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.6964509Z copying torch\include\torch\csrc\distributed\c10d\HashStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.6971330Z copying torch\include\torch\csrc\distributed\c10d\intra_node_comm.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.7011979Z copying torch\include\torch\csrc\distributed\c10d\logger.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.7018218Z copying torch\include\torch\csrc\distributed\c10d\NanCheck.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.7024942Z copying torch\include\torch\csrc\distributed\c10d\NCCLUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.7031705Z copying torch\include\torch\csrc\distributed\c10d\ParamCommsUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.7038059Z copying torch\include\torch\csrc\distributed\c10d\PrefixStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.7044268Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.7050919Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupGloo.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.7056984Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupMPI.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.7063187Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupNCCL.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.7078773Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupUCC.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.7084862Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupWrapper.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.7090923Z copying torch\include\torch\csrc\distributed\c10d\PyProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.7097303Z copying torch\include\torch\csrc\distributed\c10d\RankLocal.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.7103242Z copying torch\include\torch\csrc\distributed\c10d\reducer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.7109640Z copying torch\include\torch\csrc\distributed\c10d\reducer_timer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.7122289Z copying torch\include\torch\csrc\distributed\c10d\sequence_num.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.7128701Z copying torch\include\torch\csrc\distributed\c10d\Store.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.7134482Z copying torch\include\torch\csrc\distributed\c10d\SymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.7140599Z copying torch\include\torch\csrc\distributed\c10d\TCPStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.7146546Z copying torch\include\torch\csrc\distributed\c10d\TCPStoreBackend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.7159278Z copying torch\include\torch\csrc\distributed\c10d\Types.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.7165599Z copying torch\include\torch\csrc\distributed\c10d\UCCTracing.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.7172521Z copying torch\include\torch\csrc\distributed\c10d\UCCUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.7179593Z copying torch\include\torch\csrc\distributed\c10d\UnixSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.7185500Z copying torch\include\torch\csrc\distributed\c10d\Utils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.7193086Z copying torch\include\torch\csrc\distributed\c10d\WinSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.7199711Z copying torch\include\torch\csrc\distributed\c10d\Work.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:01.7205352Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:45:01.7208058Z copying torch\include\torch\csrc\distributed\rpc\agent_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:45:01.7214267Z copying torch\include\torch\csrc\distributed\rpc\message.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:45:01.7220306Z copying torch\include\torch\csrc\distributed\rpc\python_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:45:01.7226309Z copying torch\include\torch\csrc\distributed\rpc\python_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:45:01.7242980Z copying torch\include\torch\csrc\distributed\rpc\python_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:45:01.7249130Z copying torch\include\torch\csrc\distributed\rpc\python_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:45:01.7255430Z copying torch\include\torch\csrc\distributed\rpc\python_rpc_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:45:01.7261409Z copying torch\include\torch\csrc\distributed\rpc\py_rref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:45:01.7268649Z copying torch\include\torch\csrc\distributed\rpc\request_callback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:45:01.7275627Z copying torch\include\torch\csrc\distributed\rpc\request_callback_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:45:01.7282169Z copying torch\include\torch\csrc\distributed\rpc\request_callback_no_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:45:01.7287949Z copying torch\include\torch\csrc\distributed\rpc\rpc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:45:01.7294083Z copying torch\include\torch\csrc\distributed\rpc\rpc_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:45:01.7300096Z copying torch\include\torch\csrc\distributed\rpc\rpc_command_base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:45:01.7305767Z copying torch\include\torch\csrc\distributed\rpc\rref_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:45:01.7311723Z copying torch\include\torch\csrc\distributed\rpc\rref_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:45:01.7318198Z copying torch\include\torch\csrc\distributed\rpc\rref_proto.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:45:01.7324256Z copying torch\include\torch\csrc\distributed\rpc\script_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:45:01.7330486Z copying torch\include\torch\csrc\distributed\rpc\script_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:45:01.7336628Z copying torch\include\torch\csrc\distributed\rpc\script_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:45:01.7348742Z copying torch\include\torch\csrc\distributed\rpc\tensorpipe_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:45:01.7354984Z copying torch\include\torch\csrc\distributed\rpc\tensorpipe_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:45:01.7361161Z copying torch\include\torch\csrc\distributed\rpc\torchscript_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:45:01.7366935Z copying torch\include\torch\csrc\distributed\rpc\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:45:01.7372950Z copying torch\include\torch\csrc\distributed\rpc\unpickled_python_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:45:01.7379217Z copying torch\include\torch\csrc\distributed\rpc\unpickled_python_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:45:01.7385374Z copying torch\include\torch\csrc\distributed\rpc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:45:01.7390647Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd 2024-11-01T16:45:01.7392100Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2024-11-01T16:45:01.7394656Z copying torch\include\torch\csrc\distributed\autograd\context\container.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2024-11-01T16:45:01.7400984Z copying torch\include\torch\csrc\distributed\autograd\context\context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2024-11-01T16:45:01.7406036Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions 2024-11-01T16:45:01.7408772Z copying torch\include\torch\csrc\distributed\autograd\functions\recvrpc_backward.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions 2024-11-01T16:45:01.7414832Z copying torch\include\torch\csrc\distributed\autograd\functions\sendrpc_backward.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions 2024-11-01T16:45:01.7419917Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2024-11-01T16:45:01.7422662Z 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 2024-11-01T16:45:01.7428755Z 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 2024-11-01T16:45:01.7434786Z 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 2024-11-01T16:45:01.7446903Z 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 2024-11-01T16:45:01.7453056Z 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 2024-11-01T16:45:01.7459469Z 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 2024-11-01T16:45:01.7465749Z 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 2024-11-01T16:45:01.7471883Z 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 2024-11-01T16:45:01.7478036Z 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 2024-11-01T16:45:01.7484383Z 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 2024-11-01T16:45:01.7489086Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:45:01.7491746Z copying torch\include\torch\csrc\dynamo\cache_entry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:45:01.7497877Z copying torch\include\torch\csrc\dynamo\compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:45:01.7504678Z copying torch\include\torch\csrc\dynamo\cpp_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:45:01.7510342Z copying torch\include\torch\csrc\dynamo\cpython_defs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:45:01.7525410Z copying torch\include\torch\csrc\dynamo\cpython_includes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:45:01.7531321Z copying torch\include\torch\csrc\dynamo\debug_macros.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:45:01.7537481Z copying torch\include\torch\csrc\dynamo\eval_frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:45:01.7543270Z copying torch\include\torch\csrc\dynamo\extra_state.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:45:01.7549575Z copying torch\include\torch\csrc\dynamo\framelocals_mapping.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:45:01.7555284Z copying torch\include\torch\csrc\dynamo\guards.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:45:01.7561142Z copying torch\include\torch\csrc\dynamo\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:45:01.7566995Z copying torch\include\torch\csrc\dynamo\python_compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:45:01.7572684Z copying torch\include\torch\csrc\dynamo\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-11-01T16:45:01.7577733Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2024-11-01T16:45:01.7580409Z copying torch\include\torch\csrc\inductor\inductor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2024-11-01T16:45:01.7585736Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package 2024-11-01T16:45:01.7588467Z 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 2024-11-01T16:45:01.7594463Z copying torch\include\torch\csrc\inductor\aoti_package\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package 2024-11-01T16:45:01.7600096Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2024-11-01T16:45:01.7603139Z 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 2024-11-01T16:45:01.7609867Z 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 2024-11-01T16:45:01.7616398Z 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 2024-11-01T16:45:01.7628540Z copying torch\include\torch\csrc\inductor\aoti_runner\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2024-11-01T16:45:01.7633435Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-11-01T16:45:01.7642898Z copying torch\include\torch\csrc\inductor\aoti_runtime\arrayref_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-11-01T16:45:01.7648657Z copying torch\include\torch\csrc\inductor\aoti_runtime\device_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-11-01T16:45:01.7654602Z copying torch\include\torch\csrc\inductor\aoti_runtime\interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-11-01T16:45:01.7667380Z copying torch\include\torch\csrc\inductor\aoti_runtime\model.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-11-01T16:45:01.7673841Z copying torch\include\torch\csrc\inductor\aoti_runtime\model_container.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-11-01T16:45:01.7680824Z 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 2024-11-01T16:45:01.7686797Z copying torch\include\torch\csrc\inductor\aoti_runtime\thread_local.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-11-01T16:45:01.7693071Z copying torch\include\torch\csrc\inductor\aoti_runtime\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-11-01T16:45:01.7705812Z copying torch\include\torch\csrc\inductor\aoti_runtime\utils_cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-11-01T16:45:01.7710808Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2024-11-01T16:45:01.7713425Z copying torch\include\torch\csrc\inductor\aoti_torch\mkldnn_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2024-11-01T16:45:01.7719151Z 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 2024-11-01T16:45:01.7725061Z copying torch\include\torch\csrc\inductor\aoti_torch\proxy_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2024-11-01T16:45:01.7737118Z copying torch\include\torch\csrc\inductor\aoti_torch\tensor_converter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2024-11-01T16:45:01.7742860Z copying torch\include\torch\csrc\inductor\aoti_torch\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2024-11-01T16:45:01.7748079Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2024-11-01T16:45:01.7750677Z 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 2024-11-01T16:45:01.7757109Z 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 2024-11-01T16:45:01.7762340Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2024-11-01T16:45:01.7765013Z 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 2024-11-01T16:45:01.7771863Z 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 2024-11-01T16:45:01.7777346Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-11-01T16:45:01.7779813Z copying torch\include\torch\csrc\jit\jit_log.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-11-01T16:45:01.7785676Z copying torch\include\torch\csrc\jit\jit_opt_limit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-11-01T16:45:01.7791726Z copying torch\include\torch\csrc\jit\resource_guard.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-11-01T16:45:01.7796759Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-11-01T16:45:01.7799334Z copying torch\include\torch\csrc\jit\backends\backend.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-11-01T16:45:01.7805225Z copying torch\include\torch\csrc\jit\backends\backend_debug_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-11-01T16:45:01.7811453Z copying torch\include\torch\csrc\jit\backends\backend_debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-11-01T16:45:01.7817430Z copying torch\include\torch\csrc\jit\backends\backend_detail.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-11-01T16:45:01.7834899Z copying torch\include\torch\csrc\jit\backends\backend_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-11-01T16:45:01.7840474Z copying torch\include\torch\csrc\jit\backends\backend_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-11-01T16:45:01.7846204Z copying torch\include\torch\csrc\jit\backends\backend_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-11-01T16:45:01.7852441Z copying torch\include\torch\csrc\jit\backends\backend_preprocess.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-11-01T16:45:01.7858508Z copying torch\include\torch\csrc\jit\backends\backend_resolver.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-11-01T16:45:01.7863576Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.7872969Z copying torch\include\torch\csrc\jit\passes\add_if_then_else.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.7879235Z copying torch\include\torch\csrc\jit\passes\annotate_warns.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.7885005Z copying torch\include\torch\csrc\jit\passes\autocast.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.7890719Z copying torch\include\torch\csrc\jit\passes\bailout_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.7903714Z copying torch\include\torch\csrc\jit\passes\batch_mm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.7909271Z copying torch\include\torch\csrc\jit\passes\canonicalize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.7915426Z copying torch\include\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.7921397Z copying torch\include\torch\csrc\jit\passes\check_strict_fusion.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.7927221Z copying torch\include\torch\csrc\jit\passes\clear_profiling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.7933167Z copying torch\include\torch\csrc\jit\passes\clear_undefinedness.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.7939548Z copying torch\include\torch\csrc\jit\passes\common_subexpression_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.7945272Z copying torch\include\torch\csrc\jit\passes\concat_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.7951220Z copying torch\include\torch\csrc\jit\passes\constant_pooling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.7957134Z copying torch\include\torch\csrc\jit\passes\constant_propagation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.7963619Z copying torch\include\torch\csrc\jit\passes\create_autodiff_subgraphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.7969670Z copying torch\include\torch\csrc\jit\passes\create_functional_graphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.7975720Z copying torch\include\torch\csrc\jit\passes\dead_code_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.7981718Z copying torch\include\torch\csrc\jit\passes\decompose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.7987814Z copying torch\include\torch\csrc\jit\passes\device_type_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8002409Z copying torch\include\torch\csrc\jit\passes\dtype_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8008203Z copying torch\include\torch\csrc\jit\passes\eliminate_no_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8014191Z copying torch\include\torch\csrc\jit\passes\erase_number_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8020588Z copying torch\include\torch\csrc\jit\passes\fixup_trace_scope_blocks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8026656Z copying torch\include\torch\csrc\jit\passes\fold_conv_bn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8033325Z copying torch\include\torch\csrc\jit\passes\fold_linear_bn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8039469Z copying torch\include\torch\csrc\jit\passes\freeze_module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8045686Z copying torch\include\torch\csrc\jit\passes\frozen_concat_linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8051699Z 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 2024-11-01T16:45:01.8067514Z copying torch\include\torch\csrc\jit\passes\frozen_conv_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8073998Z copying torch\include\torch\csrc\jit\passes\frozen_graph_optimizations.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8080156Z copying torch\include\torch\csrc\jit\passes\frozen_linear_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8086312Z copying torch\include\torch\csrc\jit\passes\frozen_linear_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8092210Z copying torch\include\torch\csrc\jit\passes\frozen_ops_to_mkldnn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8098247Z copying torch\include\torch\csrc\jit\passes\fuse_linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8104998Z copying torch\include\torch\csrc\jit\passes\fuse_relu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8112392Z copying torch\include\torch\csrc\jit\passes\graph_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8118515Z copying torch\include\torch\csrc\jit\passes\graph_rewrite_helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8130679Z copying torch\include\torch\csrc\jit\passes\guard_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8136989Z copying torch\include\torch\csrc\jit\passes\hoist_conv_packed_params.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8142655Z copying torch\include\torch\csrc\jit\passes\inliner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8148642Z copying torch\include\torch\csrc\jit\passes\inline_autodiff_subgraphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8154350Z copying torch\include\torch\csrc\jit\passes\inline_forked_closures.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8160144Z copying torch\include\torch\csrc\jit\passes\inline_fork_wait.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8166121Z copying torch\include\torch\csrc\jit\passes\inplace_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8171983Z copying torch\include\torch\csrc\jit\passes\insert_guards.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8177846Z copying torch\include\torch\csrc\jit\passes\integer_value_refinement.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8192424Z copying torch\include\torch\csrc\jit\passes\lift_closures.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8198181Z copying torch\include\torch\csrc\jit\passes\liveness.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8203869Z copying torch\include\torch\csrc\jit\passes\loop_unrolling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8209858Z copying torch\include\torch\csrc\jit\passes\lower_grad_of.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8215879Z copying torch\include\torch\csrc\jit\passes\lower_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8221810Z copying torch\include\torch\csrc\jit\passes\lower_tuples.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8227791Z copying torch\include\torch\csrc\jit\passes\metal_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8233537Z copying torch\include\torch\csrc\jit\passes\mkldnn_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8239798Z copying torch\include\torch\csrc\jit\passes\mobile_optimizer_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8245716Z copying torch\include\torch\csrc\jit\passes\normalize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8266736Z copying torch\include\torch\csrc\jit\passes\onednn_graph_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8272581Z copying torch\include\torch\csrc\jit\passes\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8278686Z copying torch\include\torch\csrc\jit\passes\pass_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8285178Z copying torch\include\torch\csrc\jit\passes\peephole.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8291874Z copying torch\include\torch\csrc\jit\passes\peephole_alias_sensitive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8298903Z copying torch\include\torch\csrc\jit\passes\peephole_dict_idioms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8305135Z copying torch\include\torch\csrc\jit\passes\peephole_list_idioms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8311575Z copying torch\include\torch\csrc\jit\passes\peephole_non_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8317599Z copying torch\include\torch\csrc\jit\passes\prepack_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8323559Z copying torch\include\torch\csrc\jit\passes\refine_tuple_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8329526Z copying torch\include\torch\csrc\jit\passes\remove_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8342326Z copying torch\include\torch\csrc\jit\passes\remove_exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8348421Z copying torch\include\torch\csrc\jit\passes\remove_expands.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8354490Z copying torch\include\torch\csrc\jit\passes\remove_inplace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8360516Z copying torch\include\torch\csrc\jit\passes\remove_mutation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8367023Z copying torch\include\torch\csrc\jit\passes\remove_redundant_profiles.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8373261Z copying torch\include\torch\csrc\jit\passes\replacement_of_old_operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.8379264Z copying torch\include\torch\csrc\jit\passes\requires_grad_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.9014014Z copying torch\include\torch\csrc\jit\passes\restore_mutation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.9019965Z copying torch\include\torch\csrc\jit\passes\shape_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.9033314Z copying torch\include\torch\csrc\jit\passes\specialize_autogradzero.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.9039348Z copying torch\include\torch\csrc\jit\passes\subgraph_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.9045732Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.9052193Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_cache.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.9058704Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.9064965Z copying torch\include\torch\csrc\jit\passes\tensorexpr_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.9071490Z 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 2024-11-01T16:45:01.9077584Z copying torch\include\torch\csrc\jit\passes\value_refinement_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.9083876Z copying torch\include\torch\csrc\jit\passes\variadic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.9090007Z copying torch\include\torch\csrc\jit\passes\vulkan_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.9096633Z copying torch\include\torch\csrc\jit\passes\xnnpack_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:01.9102426Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2024-11-01T16:45:01.9105322Z 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 2024-11-01T16:45:01.9112510Z copying torch\include\torch\csrc\jit\passes\quantization\finalize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2024-11-01T16:45:01.9119202Z copying torch\include\torch\csrc\jit\passes\quantization\fusion_passes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2024-11-01T16:45:01.9125128Z copying torch\include\torch\csrc\jit\passes\quantization\helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2024-11-01T16:45:01.9141599Z copying torch\include\torch\csrc\jit\passes\quantization\insert_observers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2024-11-01T16:45:01.9147680Z 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 2024-11-01T16:45:01.9153875Z copying torch\include\torch\csrc\jit\passes\quantization\quantization_patterns.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2024-11-01T16:45:01.9160986Z copying torch\include\torch\csrc\jit\passes\quantization\quantization_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2024-11-01T16:45:01.9166954Z 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 2024-11-01T16:45:01.9172308Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2024-11-01T16:45:01.9175108Z 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 2024-11-01T16:45:01.9180958Z copying torch\include\torch\csrc\jit\passes\utils\memory_dag.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2024-11-01T16:45:01.9187011Z copying torch\include\torch\csrc\jit\passes\utils\optimization_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2024-11-01T16:45:01.9199889Z copying torch\include\torch\csrc\jit\passes\utils\op_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2024-11-01T16:45:01.9205816Z copying torch\include\torch\csrc\jit\passes\utils\subgraph_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2024-11-01T16:45:01.9210937Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9213812Z copying torch\include\torch\csrc\jit\runtime\argument_spec.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9220103Z copying torch\include\torch\csrc\jit\runtime\autodiff.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9226103Z copying torch\include\torch\csrc\jit\runtime\calculate_necessary_args.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9232077Z copying torch\include\torch\csrc\jit\runtime\custom_operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9245694Z copying torch\include\torch\csrc\jit\runtime\decomposition_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9251617Z copying torch\include\torch\csrc\jit\runtime\decomposition_registry_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9257741Z copying torch\include\torch\csrc\jit\runtime\exception_message.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9264102Z copying torch\include\torch\csrc\jit\runtime\graph_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9270340Z copying torch\include\torch\csrc\jit\runtime\graph_executor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9276299Z copying torch\include\torch\csrc\jit\runtime\graph_iterator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9282437Z copying torch\include\torch\csrc\jit\runtime\instruction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9288761Z copying torch\include\torch\csrc\jit\runtime\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9294889Z copying torch\include\torch\csrc\jit\runtime\jit_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9301839Z copying torch\include\torch\csrc\jit\runtime\jit_trace.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9307901Z copying torch\include\torch\csrc\jit\runtime\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9313810Z copying torch\include\torch\csrc\jit\runtime\operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9320037Z copying torch\include\torch\csrc\jit\runtime\operator_options.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9326024Z copying torch\include\torch\csrc\jit\runtime\print_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9332138Z copying torch\include\torch\csrc\jit\runtime\profiling_graph_executor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9338389Z copying torch\include\torch\csrc\jit\runtime\profiling_record.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9351905Z copying torch\include\torch\csrc\jit\runtime\register_ops_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9358475Z copying torch\include\torch\csrc\jit\runtime\script_profile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9364880Z copying torch\include\torch\csrc\jit\runtime\serialized_shape_function_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9370825Z copying torch\include\torch\csrc\jit\runtime\shape_function_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9376873Z copying torch\include\torch\csrc\jit\runtime\simple_graph_executor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9383175Z copying torch\include\torch\csrc\jit\runtime\slice_indices_adjust.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9389210Z copying torch\include\torch\csrc\jit\runtime\symbolic_script.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9395148Z copying torch\include\torch\csrc\jit\runtime\symbolic_shape_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9401522Z copying torch\include\torch\csrc\jit\runtime\symbolic_shape_registry_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9413276Z copying torch\include\torch\csrc\jit\runtime\vararg_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9419372Z copying torch\include\torch\csrc\jit\runtime\variable_tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:01.9424792Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:45:01.9427462Z copying torch\include\torch\csrc\jit\ir\alias_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:45:01.9433712Z copying torch\include\torch\csrc\jit\ir\attributes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:45:01.9439699Z copying torch\include\torch\csrc\jit\ir\constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:45:01.9445834Z copying torch\include\torch\csrc\jit\ir\graph_node_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:45:01.9458117Z copying torch\include\torch\csrc\jit\ir\graph_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:45:01.9463794Z copying torch\include\torch\csrc\jit\ir\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:45:01.9470678Z copying torch\include\torch\csrc\jit\ir\irparser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:45:01.9476523Z copying torch\include\torch\csrc\jit\ir\ir_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:45:01.9482602Z copying torch\include\torch\csrc\jit\ir\named_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:45:01.9488604Z copying torch\include\torch\csrc\jit\ir\node_hashing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:45:01.9494425Z copying torch\include\torch\csrc\jit\ir\scope.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:45:01.9500624Z copying torch\include\torch\csrc\jit\ir\subgraph_matcher.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:45:01.9506616Z copying torch\include\torch\csrc\jit\ir\type_hashing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-11-01T16:45:01.9512127Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:45:01.9514824Z copying torch\include\torch\csrc\jit\frontend\builtin_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:45:01.9520762Z copying torch\include\torch\csrc\jit\frontend\canonicalize_modified_loop.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:45:01.9526496Z copying torch\include\torch\csrc\jit\frontend\concrete_module_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:45:01.9540119Z copying torch\include\torch\csrc\jit\frontend\convert_to_ssa.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:45:01.9545829Z copying torch\include\torch\csrc\jit\frontend\edit_distance.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:45:01.9551570Z copying torch\include\torch\csrc\jit\frontend\error_report.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:45:01.9557882Z copying torch\include\torch\csrc\jit\frontend\exit_transforms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:45:01.9563723Z copying torch\include\torch\csrc\jit\frontend\function_schema_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:45:01.9569956Z copying torch\include\torch\csrc\jit\frontend\inline_loop_condition.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:45:01.9575833Z copying torch\include\torch\csrc\jit\frontend\ir_emitter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:45:01.9581625Z copying torch\include\torch\csrc\jit\frontend\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:45:01.9588067Z copying torch\include\torch\csrc\jit\frontend\mini_environment.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:45:01.9594210Z copying torch\include\torch\csrc\jit\frontend\name_mangler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:45:01.9600194Z copying torch\include\torch\csrc\jit\frontend\parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:45:01.9606410Z copying torch\include\torch\csrc\jit\frontend\parser_constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:45:01.9613202Z copying torch\include\torch\csrc\jit\frontend\parse_string_literal.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:45:01.9619902Z copying torch\include\torch\csrc\jit\frontend\resolver.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:45:01.9625937Z copying torch\include\torch\csrc\jit\frontend\schema_matching.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:45:01.9632099Z copying torch\include\torch\csrc\jit\frontend\schema_type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:45:01.9638310Z copying torch\include\torch\csrc\jit\frontend\script_type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:45:01.9654610Z copying torch\include\torch\csrc\jit\frontend\source_range.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:45:01.9660604Z copying torch\include\torch\csrc\jit\frontend\source_ref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:45:01.9666493Z copying torch\include\torch\csrc\jit\frontend\strtod.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:45:01.9672804Z copying torch\include\torch\csrc\jit\frontend\sugared_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:45:01.9679263Z copying torch\include\torch\csrc\jit\frontend\tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:45:01.9685504Z copying torch\include\torch\csrc\jit\frontend\tree.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:45:01.9691333Z copying torch\include\torch\csrc\jit\frontend\tree_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:45:01.9710479Z copying torch\include\torch\csrc\jit\frontend\versioned_symbols.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-11-01T16:45:01.9715424Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-11-01T16:45:01.9717953Z copying torch\include\torch\csrc\jit\api\compilation_unit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-11-01T16:45:01.9724457Z copying torch\include\torch\csrc\jit\api\function_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-11-01T16:45:01.9730381Z copying torch\include\torch\csrc\jit\api\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-11-01T16:45:01.9736279Z copying torch\include\torch\csrc\jit\api\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-11-01T16:45:01.9742690Z copying torch\include\torch\csrc\jit\api\object.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-11-01T16:45:01.9755158Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:45:01.9757975Z copying torch\include\torch\csrc\jit\serialization\callstack_debug_info_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:45:01.9763980Z copying torch\include\torch\csrc\jit\serialization\export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:45:01.9770091Z copying torch\include\torch\csrc\jit\serialization\export_bytecode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:45:01.9781800Z copying torch\include\torch\csrc\jit\serialization\flatbuffer_serializer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:45:01.9787900Z copying torch\include\torch\csrc\jit\serialization\flatbuffer_serializer_jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:45:01.9793690Z copying torch\include\torch\csrc\jit\serialization\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:45:01.9799829Z copying torch\include\torch\csrc\jit\serialization\import_export_constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:45:01.9806097Z copying torch\include\torch\csrc\jit\serialization\import_export_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:45:01.9812025Z copying torch\include\torch\csrc\jit\serialization\import_export_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:45:01.9818197Z copying torch\include\torch\csrc\jit\serialization\import_read.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:45:01.9824347Z copying torch\include\torch\csrc\jit\serialization\import_source.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:45:01.9830601Z copying torch\include\torch\csrc\jit\serialization\mobile_bytecode_generated.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:45:01.9837912Z copying torch\include\torch\csrc\jit\serialization\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:45:01.9843596Z copying torch\include\torch\csrc\jit\serialization\pickle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:45:01.9849577Z copying torch\include\torch\csrc\jit\serialization\pickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:45:01.9855955Z copying torch\include\torch\csrc\jit\serialization\python_print.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:45:01.9862215Z copying torch\include\torch\csrc\jit\serialization\source_range_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:45:01.9868619Z copying torch\include\torch\csrc\jit\serialization\source_range_serialization_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:45:01.9874667Z copying torch\include\torch\csrc\jit\serialization\storage_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:45:01.9880814Z copying torch\include\torch\csrc\jit\serialization\type_name_uniquer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:45:01.9893480Z copying torch\include\torch\csrc\jit\serialization\unpickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-11-01T16:45:01.9898859Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:45:01.9901346Z copying torch\include\torch\csrc\jit\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:45:01.9907123Z copying torch\include\torch\csrc\jit\python\module_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:45:01.9913457Z copying torch\include\torch\csrc\jit\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:45:01.9920327Z copying torch\include\torch\csrc\jit\python\pybind_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:45:01.9927954Z copying torch\include\torch\csrc\jit\python\python_arg_flatten.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:45:01.9943758Z copying torch\include\torch\csrc\jit\python\python_custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:45:01.9949995Z copying torch\include\torch\csrc\jit\python\python_dict.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:45:01.9956137Z copying torch\include\torch\csrc\jit\python\python_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:45:01.9962879Z copying torch\include\torch\csrc\jit\python\python_ivalue.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:45:01.9968396Z copying torch\include\torch\csrc\jit\python\python_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:45:01.9974616Z copying torch\include\torch\csrc\jit\python\python_sugared_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:45:01.9980862Z copying torch\include\torch\csrc\jit\python\python_tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:45:01.9987105Z copying torch\include\torch\csrc\jit\python\python_tree_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:45:01.9992817Z copying torch\include\torch\csrc\jit\python\script_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:45:01.9998673Z copying torch\include\torch\csrc\jit\python\update_graph_executor_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:45:02.0004415Z copying torch\include\torch\csrc\jit\python\utf8_decoding_ignore.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-11-01T16:45:02.0009292Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:45:02.0011771Z copying torch\include\torch\csrc\jit\mobile\code.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:45:02.0017812Z copying torch\include\torch\csrc\jit\mobile\debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:45:02.0023810Z copying torch\include\torch\csrc\jit\mobile\file_format.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:45:02.0029751Z copying torch\include\torch\csrc\jit\mobile\flatbuffer_loader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:45:02.0042037Z copying torch\include\torch\csrc\jit\mobile\frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:45:02.0047710Z copying torch\include\torch\csrc\jit\mobile\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:45:02.0053457Z copying torch\include\torch\csrc\jit\mobile\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:45:02.0059356Z copying torch\include\torch\csrc\jit\mobile\import_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:45:02.0065576Z copying torch\include\torch\csrc\jit\mobile\import_export_common.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:45:02.0071208Z copying torch\include\torch\csrc\jit\mobile\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:45:02.0077087Z copying torch\include\torch\csrc\jit\mobile\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:45:02.0082797Z copying torch\include\torch\csrc\jit\mobile\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:45:02.0088811Z copying torch\include\torch\csrc\jit\mobile\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:45:02.0094752Z copying torch\include\torch\csrc\jit\mobile\parse_bytecode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:45:02.0100662Z copying torch\include\torch\csrc\jit\mobile\parse_operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:45:02.0106914Z copying torch\include\torch\csrc\jit\mobile\prim_ops_registery.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:45:02.0112967Z copying torch\include\torch\csrc\jit\mobile\profiler_edge.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:45:02.0119059Z copying torch\include\torch\csrc\jit\mobile\promoted_prim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:45:02.0124982Z copying torch\include\torch\csrc\jit\mobile\quantization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:45:02.0131014Z copying torch\include\torch\csrc\jit\mobile\register_ops_common_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:45:02.0137286Z copying torch\include\torch\csrc\jit\mobile\type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:45:02.0143267Z copying torch\include\torch\csrc\jit\mobile\upgrader_mobile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-11-01T16:45:02.0157158Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2024-11-01T16:45:02.0159707Z copying torch\include\torch\csrc\jit\testing\file_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2024-11-01T16:45:02.0165662Z copying torch\include\torch\csrc\jit\testing\hooks_for_testing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2024-11-01T16:45:02.0170547Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0173250Z copying torch\include\torch\csrc\jit\tensorexpr\analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0179242Z copying torch\include\torch\csrc\jit\tensorexpr\block_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0185255Z copying torch\include\torch\csrc\jit\tensorexpr\bounds_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0191534Z copying torch\include\torch\csrc\jit\tensorexpr\bounds_overlap.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0205151Z copying torch\include\torch\csrc\jit\tensorexpr\codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0210997Z copying torch\include\torch\csrc\jit\tensorexpr\cpp_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0217055Z copying torch\include\torch\csrc\jit\tensorexpr\cpp_intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0223020Z copying torch\include\torch\csrc\jit\tensorexpr\cuda_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0229175Z copying torch\include\torch\csrc\jit\tensorexpr\cuda_random.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0235044Z copying torch\include\torch\csrc\jit\tensorexpr\eval.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0240918Z copying torch\include\torch\csrc\jit\tensorexpr\exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0246955Z copying torch\include\torch\csrc\jit\tensorexpr\expr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0253072Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0259219Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions_core.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0265277Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0271242Z copying torch\include\torch\csrc\jit\tensorexpr\fwd_decls.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0277287Z copying torch\include\torch\csrc\jit\tensorexpr\graph_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0283244Z copying torch\include\torch\csrc\jit\tensorexpr\half_support.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0289252Z copying torch\include\torch\csrc\jit\tensorexpr\hash_provider.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0295425Z copying torch\include\torch\csrc\jit\tensorexpr\intrinsic_symbols.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0301401Z copying torch\include\torch\csrc\jit\tensorexpr\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0351213Z copying torch\include\torch\csrc\jit\tensorexpr\ir_cloner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0357268Z copying torch\include\torch\csrc\jit\tensorexpr\ir_mutator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0363214Z copying torch\include\torch\csrc\jit\tensorexpr\ir_printer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0369206Z copying torch\include\torch\csrc\jit\tensorexpr\ir_simplifier.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0375324Z copying torch\include\torch\csrc\jit\tensorexpr\ir_verifier.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0381225Z copying torch\include\torch\csrc\jit\tensorexpr\ir_visitor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0387225Z copying torch\include\torch\csrc\jit\tensorexpr\kernel.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0393232Z copying torch\include\torch\csrc\jit\tensorexpr\llvm_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0399161Z copying torch\include\torch\csrc\jit\tensorexpr\llvm_jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0405004Z copying torch\include\torch\csrc\jit\tensorexpr\loopnest.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0411665Z copying torch\include\torch\csrc\jit\tensorexpr\loopnest_randomization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0426869Z copying torch\include\torch\csrc\jit\tensorexpr\lowerings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0433002Z copying torch\include\torch\csrc\jit\tensorexpr\mem_dependency_checker.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0439191Z copying torch\include\torch\csrc\jit\tensorexpr\reduction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0445359Z copying torch\include\torch\csrc\jit\tensorexpr\registerizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0451471Z copying torch\include\torch\csrc\jit\tensorexpr\stmt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0458082Z copying torch\include\torch\csrc\jit\tensorexpr\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0464232Z copying torch\include\torch\csrc\jit\tensorexpr\tensorexpr_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0470521Z copying torch\include\torch\csrc\jit\tensorexpr\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0476894Z copying torch\include\torch\csrc\jit\tensorexpr\unique_name_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0483040Z copying torch\include\torch\csrc\jit\tensorexpr\var_substitutor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:02.0488429Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-11-01T16:45:02.0491099Z copying torch\include\torch\csrc\jit\tensorexpr\operators\conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-11-01T16:45:02.0497192Z copying torch\include\torch\csrc\jit\tensorexpr\operators\matmul.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-11-01T16:45:02.0502950Z copying torch\include\torch\csrc\jit\tensorexpr\operators\misc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-11-01T16:45:02.0508816Z copying torch\include\torch\csrc\jit\tensorexpr\operators\norm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-11-01T16:45:02.0514586Z copying torch\include\torch\csrc\jit\tensorexpr\operators\operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-11-01T16:45:02.0526951Z copying torch\include\torch\csrc\jit\tensorexpr\operators\pointwise.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-11-01T16:45:02.0532991Z copying torch\include\torch\csrc\jit\tensorexpr\operators\quantization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-11-01T16:45:02.0539658Z copying torch\include\torch\csrc\jit\tensorexpr\operators\reduction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-11-01T16:45:02.0545862Z copying torch\include\torch\csrc\jit\tensorexpr\operators\softmax.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-11-01T16:45:02.0551021Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen 2024-11-01T16:45:02.0552457Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda 2024-11-01T16:45:02.0555083Z copying torch\include\torch\csrc\jit\codegen\cuda\interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda 2024-11-01T16:45:02.0560456Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-11-01T16:45:02.0562909Z copying torch\include\torch\csrc\onnx\back_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-11-01T16:45:02.0568778Z copying torch\include\torch\csrc\onnx\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-11-01T16:45:02.0574501Z copying torch\include\torch\csrc\onnx\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-11-01T16:45:02.0579550Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:45:02.0581992Z copying torch\include\torch\csrc\profiler\api.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:45:02.0587818Z copying torch\include\torch\csrc\profiler\collection.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:45:02.0594346Z copying torch\include\torch\csrc\profiler\combined_traceback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:45:02.0600519Z copying torch\include\torch\csrc\profiler\containers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:45:02.0613743Z copying torch\include\torch\csrc\profiler\data_flow.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:45:02.0620532Z copying torch\include\torch\csrc\profiler\events.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:45:02.0626839Z copying torch\include\torch\csrc\profiler\kineto_client_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:45:02.0633092Z copying torch\include\torch\csrc\profiler\kineto_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:45:02.0639171Z copying torch\include\torch\csrc\profiler\perf-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:45:02.0645053Z copying torch\include\torch\csrc\profiler\perf.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:45:02.0650971Z copying torch\include\torch\csrc\profiler\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-11-01T16:45:02.0656493Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2024-11-01T16:45:02.0659244Z copying torch\include\torch\csrc\profiler\orchestration\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2024-11-01T16:45:02.0665506Z copying torch\include\torch\csrc\profiler\orchestration\python_tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2024-11-01T16:45:02.0671403Z copying torch\include\torch\csrc\profiler\orchestration\vulkan.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2024-11-01T16:45:02.0676473Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-11-01T16:45:02.0679378Z copying torch\include\torch\csrc\profiler\standalone\execution_trace_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-11-01T16:45:02.0685372Z copying torch\include\torch\csrc\profiler\standalone\itt_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-11-01T16:45:02.0691009Z copying torch\include\torch\csrc\profiler\standalone\nvtx_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-11-01T16:45:02.0705130Z copying torch\include\torch\csrc\profiler\standalone\privateuse1_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-11-01T16:45:02.0731604Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2024-11-01T16:45:02.0734223Z copying torch\include\torch\csrc\profiler\stubs\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2024-11-01T16:45:02.0739330Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:45:02.0741881Z copying torch\include\torch\csrc\profiler\unwind\action.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:45:02.0748399Z copying torch\include\torch\csrc\profiler\unwind\communicate.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:45:02.0754197Z copying torch\include\torch\csrc\profiler\unwind\debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:45:02.0760077Z copying torch\include\torch\csrc\profiler\unwind\dwarf_enums.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:45:02.0771673Z copying torch\include\torch\csrc\profiler\unwind\dwarf_symbolize_enums.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:45:02.0777578Z copying torch\include\torch\csrc\profiler\unwind\eh_frame_hdr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:45:02.0783592Z copying torch\include\torch\csrc\profiler\unwind\fast_symbolizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:45:02.0789406Z copying torch\include\torch\csrc\profiler\unwind\fde.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:45:02.0795231Z copying torch\include\torch\csrc\profiler\unwind\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:45:02.0801188Z copying torch\include\torch\csrc\profiler\unwind\line_number_program.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:45:02.0807405Z copying torch\include\torch\csrc\profiler\unwind\mem_file.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:45:02.0813282Z copying torch\include\torch\csrc\profiler\unwind\range_table.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:45:02.0819251Z copying torch\include\torch\csrc\profiler\unwind\sections.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:45:02.0825051Z copying torch\include\torch\csrc\profiler\unwind\unwind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:45:02.1959912Z copying torch\include\torch\csrc\profiler\unwind\unwinder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:45:02.1965690Z copying torch\include\torch\csrc\profiler\unwind\unwind_error.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:45:02.1971150Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2024-11-01T16:45:02.1973930Z copying torch\include\torch\csrc\profiler\python\combined_traceback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2024-11-01T16:45:02.1979955Z copying torch\include\torch\csrc\profiler\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2024-11-01T16:45:02.1985878Z copying torch\include\torch\csrc\profiler\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2024-11-01T16:45:02.1991825Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.1994723Z copying torch\include\torch\csrc\utils\byte_order.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2001734Z copying torch\include\torch\csrc\utils\cpp_stacktraces.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2007832Z copying torch\include\torch\csrc\utils\cuda_enabled.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2014107Z copying torch\include\torch\csrc\utils\device_lazy_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2026336Z copying torch\include\torch\csrc\utils\disable_torch_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2032217Z copying torch\include\torch\csrc\utils\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2037917Z copying torch\include\torch\csrc\utils\invalid_arguments.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2043693Z copying torch\include\torch\csrc\utils\nested.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2049547Z copying torch\include\torch\csrc\utils\numpy_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2055688Z copying torch\include\torch\csrc\utils\object_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2061790Z copying torch\include\torch\csrc\utils\out_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2067569Z copying torch\include\torch\csrc\utils\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2074265Z copying torch\include\torch\csrc\utils\pycfunction_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2080229Z copying torch\include\torch\csrc\utils\pyobject_preservation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2086093Z copying torch\include\torch\csrc\utils\pythoncapi_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2092951Z copying torch\include\torch\csrc\utils\python_arg_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2099835Z copying torch\include\torch\csrc\utils\python_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2106101Z copying torch\include\torch\csrc\utils\python_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2112003Z copying torch\include\torch\csrc\utils\python_numbers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2118282Z copying torch\include\torch\csrc\utils\python_raii.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2135408Z copying torch\include\torch\csrc\utils\python_scalars.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2141562Z copying torch\include\torch\csrc\utils\python_strings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2147660Z copying torch\include\torch\csrc\utils\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2154233Z copying torch\include\torch\csrc\utils\python_symnode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2160329Z copying torch\include\torch\csrc\utils\python_torch_function_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2166577Z copying torch\include\torch\csrc\utils\python_tuples.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2172784Z copying torch\include\torch\csrc\utils\schema_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2179070Z copying torch\include\torch\csrc\utils\six.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2185014Z copying torch\include\torch\csrc\utils\structseq.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2190778Z copying torch\include\torch\csrc\utils\tensor_apply.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2202348Z copying torch\include\torch\csrc\utils\tensor_dtypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2208055Z copying torch\include\torch\csrc\utils\tensor_flatten.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2214416Z copying torch\include\torch\csrc\utils\tensor_layouts.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2220215Z copying torch\include\torch\csrc\utils\tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2226098Z copying torch\include\torch\csrc\utils\tensor_memoryformats.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2232041Z copying torch\include\torch\csrc\utils\tensor_new.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2238102Z copying torch\include\torch\csrc\utils\tensor_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2244228Z copying torch\include\torch\csrc\utils\tensor_qschemes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2250021Z copying torch\include\torch\csrc\utils\tensor_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2256325Z copying torch\include\torch\csrc\utils\throughput_benchmark-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2270535Z copying torch\include\torch\csrc\utils\throughput_benchmark.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2276508Z copying torch\include\torch\csrc\utils\torch_dispatch_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2282437Z copying torch\include\torch\csrc\utils\variadic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2288528Z copying torch\include\torch\csrc\utils\verbose.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-11-01T16:45:02.2293900Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2024-11-01T16:45:02.2296454Z copying torch\include\torch\csrc\tensor\python_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2024-11-01T16:45:02.2301916Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy 2024-11-01T16:45:02.2303326Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-11-01T16:45:02.2305867Z copying torch\include\torch\csrc\lazy\backend\backend_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-11-01T16:45:02.2312537Z copying torch\include\torch\csrc\lazy\backend\backend_device.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-11-01T16:45:02.2317912Z copying torch\include\torch\csrc\lazy\backend\backend_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-11-01T16:45:02.2323738Z copying torch\include\torch\csrc\lazy\backend\lowering_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-11-01T16:45:02.2334233Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:45:02.2336671Z copying torch\include\torch\csrc\lazy\core\cache.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:45:02.2342445Z copying torch\include\torch\csrc\lazy\core\config.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:45:02.2348401Z copying torch\include\torch\csrc\lazy\core\debug_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:45:02.2354298Z copying torch\include\torch\csrc\lazy\core\dynamic_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:45:02.2359987Z copying torch\include\torch\csrc\lazy\core\hash.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:45:02.2373028Z copying torch\include\torch\csrc\lazy\core\helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:45:02.2378786Z copying torch\include\torch\csrc\lazy\core\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:45:02.2388580Z copying torch\include\torch\csrc\lazy\core\ir_builder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:45:02.2394568Z copying torch\include\torch\csrc\lazy\core\ir_dump_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:45:02.2400489Z copying torch\include\torch\csrc\lazy\core\ir_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:45:02.2406395Z copying torch\include\torch\csrc\lazy\core\ir_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:45:02.2412644Z copying torch\include\torch\csrc\lazy\core\lazy_graph_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:45:02.2418701Z copying torch\include\torch\csrc\lazy\core\metrics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:45:02.2425008Z copying torch\include\torch\csrc\lazy\core\multi_wait.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:45:02.2431022Z copying torch\include\torch\csrc\lazy\core\permutation_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:45:02.2454888Z copying torch\include\torch\csrc\lazy\core\shape.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:45:02.2460864Z copying torch\include\torch\csrc\lazy\core\shape_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:45:02.2466926Z copying torch\include\torch\csrc\lazy\core\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:45:02.2473027Z copying torch\include\torch\csrc\lazy\core\tensor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:45:02.2479148Z copying torch\include\torch\csrc\lazy\core\tensor_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:45:02.2485664Z copying torch\include\torch\csrc\lazy\core\thread_pool.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:45:02.2491818Z copying torch\include\torch\csrc\lazy\core\trie.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:45:02.2498023Z copying torch\include\torch\csrc\lazy\core\unique.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:45:02.2504144Z copying torch\include\torch\csrc\lazy\core\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-11-01T16:45:02.2509431Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\internal_ops 2024-11-01T16:45:02.2521059Z 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 2024-11-01T16:45:02.2526264Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2024-11-01T16:45:02.2528933Z 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 2024-11-01T16:45:02.2534746Z copying torch\include\torch\csrc\lazy\core\ops\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2024-11-01T16:45:02.2539925Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2024-11-01T16:45:02.2542599Z copying torch\include\torch\csrc\lazy\python\python_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2024-11-01T16:45:02.2547691Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2024-11-01T16:45:02.2550231Z copying torch\include\torch\csrc\lazy\ts_backend\config.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2024-11-01T16:45:02.2556186Z copying torch\include\torch\csrc\lazy\ts_backend\dynamic_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2024-11-01T16:45:02.2562252Z copying torch\include\torch\csrc\lazy\ts_backend\ir_builder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2024-11-01T16:45:02.2568447Z 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 2024-11-01T16:45:02.2584474Z 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 2024-11-01T16:45:02.2590504Z 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 2024-11-01T16:45:02.2596568Z 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 2024-11-01T16:45:02.2602737Z 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 2024-11-01T16:45:02.2608872Z copying torch\include\torch\csrc\lazy\ts_backend\ts_node.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2024-11-01T16:45:02.2615377Z 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 2024-11-01T16:45:02.2620561Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-11-01T16:45:02.2623490Z copying torch\include\torch\csrc\xpu\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-11-01T16:45:02.2630701Z copying torch\include\torch\csrc\xpu\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-11-01T16:45:02.2637191Z copying torch\include\torch\csrc\xpu\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-11-01T16:45:02.2641997Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:45:02.2644627Z copying torch\include\pybind11\attr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:45:02.2651090Z copying torch\include\pybind11\buffer_info.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:45:02.2657210Z copying torch\include\pybind11\cast.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:45:02.2664093Z copying torch\include\pybind11\chrono.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:45:02.2669999Z copying torch\include\pybind11\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:45:02.2675634Z copying torch\include\pybind11\complex.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:45:02.2690017Z copying torch\include\pybind11\eigen.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:45:02.2695618Z copying torch\include\pybind11\embed.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:45:02.2701377Z copying torch\include\pybind11\eval.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:45:02.2707178Z copying torch\include\pybind11\functional.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:45:02.2713029Z copying torch\include\pybind11\gil.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:45:02.2719034Z copying torch\include\pybind11\gil_safe_call_once.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:45:02.2724846Z copying torch\include\pybind11\iostream.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:45:02.2730808Z copying torch\include\pybind11\numpy.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:45:02.2737667Z copying torch\include\pybind11\operators.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:45:02.2743828Z copying torch\include\pybind11\options.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:45:02.2749573Z copying torch\include\pybind11\pybind11.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:45:02.2756980Z copying torch\include\pybind11\pytypes.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:45:02.2764007Z copying torch\include\pybind11\stl.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:45:02.2769829Z copying torch\include\pybind11\stl_bind.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:45:02.2776501Z copying torch\include\pybind11\type_caster_pyobject_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:45:02.2782471Z copying torch\include\pybind11\typing.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-11-01T16:45:02.2787906Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:45:02.2790306Z copying torch\include\pybind11\detail\class.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:45:02.2796825Z copying torch\include\pybind11\detail\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:45:02.2803610Z copying torch\include\pybind11\detail\cpp_conduit.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:45:02.2809783Z copying torch\include\pybind11\detail\descr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:45:02.2815887Z copying torch\include\pybind11\detail\exception_translation.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:45:02.2832528Z copying torch\include\pybind11\detail\init.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:45:02.2838913Z copying torch\include\pybind11\detail\internals.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:45:02.2845273Z copying torch\include\pybind11\detail\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:45:02.2851262Z copying torch\include\pybind11\detail\type_caster_base.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:45:02.2858225Z copying torch\include\pybind11\detail\value_and_holder.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-11-01T16:45:02.2863484Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-11-01T16:45:02.2866034Z copying torch\include\pybind11\eigen\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-11-01T16:45:02.2871701Z copying torch\include\pybind11\eigen\matrix.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-11-01T16:45:02.2878175Z copying torch\include\pybind11\eigen\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-11-01T16:45:02.2884905Z copying torch\_inductor\codegen\cpp_prefix.h -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-11-01T16:45:02.2900761Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2024-11-01T16:45:02.2916805Z copying torch\_inductor\codegen\aoti_runtime\implementation.cpp -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2024-11-01T16:45:02.2918495Z copying torch\_inductor\codegen\aoti_runtime\interface.cpp -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2024-11-01T16:45:02.2926480Z copying torch\_export\serde\schema.yaml -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-11-01T16:45:02.2937840Z creating build\lib.win-amd64-cpython-39\torch\share 2024-11-01T16:45:02.2939271Z creating build\lib.win-amd64-cpython-39\torch\share\cmake 2024-11-01T16:45:02.2940813Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2024-11-01T16:45:02.2943307Z copying torch\share\cmake\ATen\ATenConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2024-11-01T16:45:02.2948493Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-11-01T16:45:02.2950995Z copying torch\share\cmake\Caffe2\Caffe2Config.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-11-01T16:45:02.2957465Z copying torch\share\cmake\Caffe2\Caffe2Targets-release.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-11-01T16:45:02.2963882Z copying torch\share\cmake\Caffe2\Caffe2Targets.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-11-01T16:45:02.2980544Z copying torch\share\cmake\Caffe2\FindCUDAToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-11-01T16:45:02.2988040Z copying torch\share\cmake\Caffe2\FindCUDSS.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-11-01T16:45:02.2994820Z copying torch\share\cmake\Caffe2\FindCUSPARSELT.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-11-01T16:45:02.3001039Z copying torch\share\cmake\Caffe2\FindSYCLToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-11-01T16:45:02.3006312Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-11-01T16:45:02.3008919Z copying torch\share\cmake\Caffe2\public\cuda.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-11-01T16:45:02.3015093Z copying torch\share\cmake\Caffe2\public\gflags.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-11-01T16:45:02.3021287Z copying torch\share\cmake\Caffe2\public\glog.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-11-01T16:45:02.3027305Z copying torch\share\cmake\Caffe2\public\LoadHIP.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-11-01T16:45:02.3041552Z copying torch\share\cmake\Caffe2\public\mkl.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-11-01T16:45:02.3047597Z copying torch\share\cmake\Caffe2\public\mkldnn.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-11-01T16:45:02.3053338Z copying torch\share\cmake\Caffe2\public\protobuf.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-11-01T16:45:02.3059364Z copying torch\share\cmake\Caffe2\public\utils.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-11-01T16:45:02.3065799Z copying torch\share\cmake\Caffe2\public\xpu.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-11-01T16:45:02.3071246Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2024-11-01T16:45:02.3074091Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDA.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2024-11-01T16:45:02.3079851Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDNN.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2024-11-01T16:45:02.3085291Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2024-11-01T16:45:02.3096242Z 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 2024-11-01T16:45:02.3102335Z 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 2024-11-01T16:45:02.3109800Z 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 2024-11-01T16:45:02.3128666Z 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 2024-11-01T16:45:02.3133755Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2024-11-01T16:45:02.3136471Z 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 2024-11-01T16:45:02.3142481Z 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 2024-11-01T16:45:02.3148901Z 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 2024-11-01T16:45:02.3161906Z 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 2024-11-01T16:45:02.3166674Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2024-11-01T16:45:02.3169153Z copying torch\share\cmake\Torch\TorchConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2024-11-01T16:45:02.3175276Z copying torch\share\cmake\Torch\TorchConfigVersion.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2024-11-01T16:45:02.3181261Z copying torch\utils\benchmark\utils\timeit_template.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-11-01T16:45:02.3193021Z copying torch\utils\benchmark\utils\valgrind_wrapper\compat_bindings.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-11-01T16:45:02.3210912Z copying torch\utils\benchmark\utils\valgrind_wrapper\timer_callgrind_template.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-11-01T16:45:02.3221678Z copying torch\utils\benchmark\utils\valgrind_wrapper\callgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-11-01T16:45:02.3227798Z copying torch\utils\benchmark\utils\valgrind_wrapper\valgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-11-01T16:45:02.3237979Z copying torch\utils\model_dump\skeleton.html -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-11-01T16:45:02.3244042Z copying torch\utils\model_dump\code.js -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-11-01T16:45:02.3275132Z copying torch\utils\model_dump\htm.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-11-01T16:45:02.3297829Z copying torch\utils\model_dump\preact.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-11-01T16:45:02.3309022Z copying torch\lib\aoti_custom_ops.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:45:02.3317167Z copying torch\lib\asmjit.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:45:02.3326600Z copying torch\lib\backend_with_compiler.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:45:02.3349128Z copying torch\lib\c10.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:45:02.3363575Z copying torch\lib\fbgemm.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:45:02.3413664Z copying torch\lib\jitbackend_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:45:02.3422055Z copying torch\lib\torch.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:45:02.3428737Z copying torch\lib\torchbind_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:45:02.3439666Z copying torch\lib\torch_cpu.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:45:02.4650525Z copying torch\lib\torch_global_deps.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:45:02.4656700Z copying torch\lib\torch_python.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:45:02.4790390Z copying torch\lib\aoti_custom_ops.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:45:02.4796943Z copying torch\lib\asmjit.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:45:02.4804630Z copying torch\lib\backend_with_compiler.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:45:02.4811222Z copying torch\lib\c10.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:45:02.4823680Z copying torch\lib\cpuinfo.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:45:02.4830932Z copying torch\lib\dnnl.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:45:03.0387566Z copying torch\lib\fbgemm.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:45:03.0406472Z copying torch\lib\fmt.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:45:03.0426407Z copying torch\lib\jitbackend_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:45:03.0432999Z copying torch\lib\kineto.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:45:03.0631284Z copying torch\lib\libprotobuf-lite.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:45:03.0683834Z copying torch\lib\libprotobuf.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:45:03.4996678Z copying torch\lib\libprotoc.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:45:03.5346317Z copying torch\lib\pthreadpool.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:45:03.5355128Z copying torch\lib\sleef.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:45:03.5434080Z copying torch\lib\torch.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:45:03.5440249Z copying torch\lib\torchbind_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:45:03.5446926Z copying torch\lib\torch_cpu.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:45:03.5698228Z copying torch\lib\torch_python.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:45:03.5706664Z copying torch\lib\XNNPACK.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-11-01T16:45:03.5741749Z creating build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:45:03.5744745Z copying torch\include\kineto\AbstractConfig.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:45:03.5751019Z copying torch\include\kineto\ActivityProfilerInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:45:03.5757701Z copying torch\include\kineto\ActivityTraceInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:45:03.5774746Z copying torch\include\kineto\ActivityType.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:45:03.5780694Z copying torch\include\kineto\ClientInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:45:03.5786440Z copying torch\include\kineto\Config.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:45:03.5792777Z copying torch\include\kineto\GenericTraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:45:03.5798731Z copying torch\include\kineto\IActivityProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:45:03.5804921Z copying torch\include\kineto\ILoggerObserver.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:45:03.5810974Z copying torch\include\kineto\ITraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:45:03.5816800Z copying torch\include\kineto\libkineto.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:45:03.6433598Z copying torch\include\kineto\LoggingAPI.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:45:03.6439286Z copying torch\include\kineto\output_base.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:45:03.6444916Z copying torch\include\kineto\ThreadUtil.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:45:03.6450933Z copying torch\include\kineto\time_since_epoch.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:45:03.6456806Z copying torch\include\kineto\TraceSpan.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-11-01T16:45:03.6462649Z creating build\lib.win-amd64-cpython-39\torchgen\packaged 2024-11-01T16:45:03.6464119Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen 2024-11-01T16:45:03.6465390Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2024-11-01T16:45:03.6468470Z copying torchgen\packaged\ATen\native\native_functions.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2024-11-01T16:45:03.6700587Z copying torchgen\packaged\ATen\native\tags.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2024-11-01T16:45:03.6713670Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.6716655Z copying torchgen\packaged\ATen\templates\ATenOpList.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.6730561Z copying torchgen\packaged\ATen\templates\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.6743516Z copying torchgen\packaged\ATen\templates\CompositeViewCopyKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.6765926Z copying torchgen\packaged\ATen\templates\DispatchKeyFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.6778152Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.6789792Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions_inl.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.6802086Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.6808167Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.6814328Z copying torchgen\packaged\ATen\templates\enum_tag.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.6820531Z copying torchgen\packaged\ATen\templates\Function.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.6826529Z copying torchgen\packaged\ATen\templates\FunctionalInverses.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.6837889Z copying torchgen\packaged\ATen\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.6848979Z copying torchgen\packaged\ATen\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.6860478Z copying torchgen\packaged\ATen\templates\LazyIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.6866797Z copying torchgen\packaged\ATen\templates\LazyNonNativeIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.6872975Z copying torchgen\packaged\ATen\templates\MethodOperators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.6884953Z copying torchgen\packaged\ATen\templates\NativeFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.6891801Z copying torchgen\packaged\ATen\templates\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.6903529Z copying torchgen\packaged\ATen\templates\NativeMetaFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.6917401Z copying torchgen\packaged\ATen\templates\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.6923500Z copying torchgen\packaged\ATen\templates\Operator.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.6929701Z copying torchgen\packaged\ATen\templates\Operators.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.6935600Z copying torchgen\packaged\ATen\templates\Operators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.6947412Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.6953427Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.6964834Z copying torchgen\packaged\ATen\templates\RegisterBackendSelect.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.6976789Z copying torchgen\packaged\ATen\templates\RegisterCodegenUnboxedKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.6988125Z copying torchgen\packaged\ATen\templates\RegisterDispatchDefinitions.ini -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.6994294Z copying torchgen\packaged\ATen\templates\RegisterDispatchKey.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.7013346Z copying torchgen\packaged\ATen\templates\RegisterFunctionalization.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.7027823Z copying torchgen\packaged\ATen\templates\RegisterSchema.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.7034717Z copying torchgen\packaged\ATen\templates\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.7041510Z copying torchgen\packaged\ATen\templates\TensorBody.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.7060393Z copying torchgen\packaged\ATen\templates\TensorMethods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.7072190Z copying torchgen\packaged\ATen\templates\UfuncCPU.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.7078520Z copying torchgen\packaged\ATen\templates\UfuncCPUKernel.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.7084482Z copying torchgen\packaged\ATen\templates\UfuncCUDA.cu -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.7090924Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.7109296Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-11-01T16:45:03.7119510Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:45:03.7122214Z copying torchgen\packaged\autograd\BUILD.bazel -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:45:03.7128830Z copying torchgen\packaged\autograd\build.bzl -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:45:03.7135020Z copying torchgen\packaged\autograd\context.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:45:03.7146383Z copying torchgen\packaged\autograd\deprecated.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:45:03.7158517Z copying torchgen\packaged\autograd\derivatives.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:45:03.7256312Z copying torchgen\packaged\autograd\gen_annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:45:03.7268666Z copying torchgen\packaged\autograd\gen_autograd.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:45:03.7280929Z copying torchgen\packaged\autograd\gen_autograd_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:45:03.7302497Z copying torchgen\packaged\autograd\gen_inplace_or_view_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:45:03.7319415Z copying torchgen\packaged\autograd\gen_python_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:45:03.7341637Z copying torchgen\packaged\autograd\gen_trace_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:45:03.7358474Z copying torchgen\packaged\autograd\gen_variable_factories.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:45:03.7370025Z copying torchgen\packaged\autograd\gen_variable_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:45:03.7429266Z copying torchgen\packaged\autograd\gen_view_funcs.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:45:03.7441326Z copying torchgen\packaged\autograd\load_derivatives.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:45:03.7464210Z copying torchgen\packaged\autograd\README.md -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:45:03.7470098Z copying torchgen\packaged\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-11-01T16:45:03.7474589Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:45:03.7477549Z copying torchgen\packaged\autograd\templates\ADInplaceOrViewType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:45:03.7488893Z copying torchgen\packaged\autograd\templates\annotated_fn_args.py.in -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:45:03.7494861Z copying torchgen\packaged\autograd\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:45:03.7520078Z copying torchgen\packaged\autograd\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:45:03.7531434Z copying torchgen\packaged\autograd\templates\python_enum_tag.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:45:03.7538219Z copying torchgen\packaged\autograd\templates\python_fft_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:45:03.7548413Z copying torchgen\packaged\autograd\templates\python_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:45:03.7559536Z copying torchgen\packaged\autograd\templates\python_functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:45:03.7565638Z copying torchgen\packaged\autograd\templates\python_linalg_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:45:03.7577374Z copying torchgen\packaged\autograd\templates\python_nested_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:45:03.7588720Z copying torchgen\packaged\autograd\templates\python_nn_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:45:03.7600216Z copying torchgen\packaged\autograd\templates\python_return_types.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:45:03.7611247Z copying torchgen\packaged\autograd\templates\python_return_types.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:45:03.7617608Z copying torchgen\packaged\autograd\templates\python_sparse_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:45:03.7629713Z copying torchgen\packaged\autograd\templates\python_special_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:45:03.7641744Z copying torchgen\packaged\autograd\templates\python_torch_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:45:03.7653676Z copying torchgen\packaged\autograd\templates\python_variable_methods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:45:03.7689917Z copying torchgen\packaged\autograd\templates\TraceType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:45:03.7701838Z copying torchgen\packaged\autograd\templates\VariableType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:45:03.7713757Z copying torchgen\packaged\autograd\templates\VariableType.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:45:03.7726230Z copying torchgen\packaged\autograd\templates\variable_factories.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:45:03.7739721Z copying torchgen\packaged\autograd\templates\ViewFuncs.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:45:03.7747084Z copying torchgen\packaged\autograd\templates\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-11-01T16:45:03.7753550Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2024-11-01T16:45:03.7761132Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:45:03.7769241Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-11-01T16:45:03.7776839Z copying torch\utils\_config_typing.pyi -> build\lib.win-amd64-cpython-39\torch\utils 2024-11-01T16:45:03.7794375Z copying torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-11-01T16:45:03.7806968Z copying torch\optim\_multi_tensor\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2024-11-01T16:45:03.7813345Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-11-01T16:45:03.8681859Z running build_ext 2024-11-01T16:45:05.1767163Z -- Building with NumPy bindings 2024-11-01T16:45:05.1767633Z -- Not using cuDNN 2024-11-01T16:45:05.1767920Z -- Not using CUDA 2024-11-01T16:45:05.1768370Z -- Not using XPU 2024-11-01T16:45:05.1768630Z -- Using MKLDNN 2024-11-01T16:45:05.1769146Z -- Not using Compute Library for the Arm architecture with MKLDNN 2024-11-01T16:45:05.1769704Z -- Not using CBLAS in MKLDNN 2024-11-01T16:45:05.1770026Z -- Not using NCCL 2024-11-01T16:45:05.1770356Z -- Building without distributed package 2024-11-01T16:45:05.1770764Z -- Building Executorch 2024-11-01T16:45:05.1771047Z -- Using ITT 2024-11-01T16:45:05.1772026Z 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 2024-11-01T16:45:05.1773827Z copying functorch\functorch.pyd -> C:\actions-runner\_work\pytorch\pytorch\build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd 2024-11-01T16:45:05.1791437Z building 'torch._C' extension 2024-11-01T16:45:05.1812400Z creating build\temp.win-amd64-cpython-39 2024-11-01T16:45:05.1814060Z creating build\temp.win-amd64-cpython-39\Release 2024-11-01T16:45:05.1815493Z creating build\temp.win-amd64-cpython-39\Release\torch 2024-11-01T16:45:05.1816793Z creating build\temp.win-amd64-cpython-39\Release\torch\csrc 2024-11-01T16:45:05.1826531Z "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 2024-11-01T16:45:05.2074445Z stub.c 2024-11-01T16:45:06.0634602Z "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 2024-11-01T16:45:06.0906980Z 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 2024-11-01T16:45:06.0995271Z Generating code 2024-11-01T16:45:06.1465210Z Finished generating code 2024-11-01T16:45:06.1945700Z 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 2024-11-01T16:45:06.1982054Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\_distutils\cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2024-11-01T16:45:06.1983121Z !! 2024-11-01T16:45:06.1983267Z 2024-11-01T16:45:06.1985934Z ******************************************************************************** 2024-11-01T16:45:06.1986494Z Please avoid running ``setup.py`` directly. 2024-11-01T16:45:06.1987033Z Instead, use pypa/build, pypa/installer or other 2024-11-01T16:45:06.1987604Z standards-based tools. 2024-11-01T16:45:06.1987853Z 2024-11-01T16:45:06.1988248Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2024-11-01T16:45:06.1989039Z ******************************************************************************** 2024-11-01T16:45:06.1989377Z 2024-11-01T16:45:06.1989458Z !! 2024-11-01T16:45:06.1989705Z self.initialize_options() 2024-11-01T16:45:06.2096548Z installing to build\bdist.win-amd64\wheel 2024-11-01T16:45:06.2096968Z running install 2024-11-01T16:45:06.2125258Z running install_lib 2024-11-01T16:45:06.2240832Z creating build\bdist.win-amd64 2024-11-01T16:45:06.2242359Z creating build\bdist.win-amd64\wheel 2024-11-01T16:45:06.2245574Z creating build\bdist.win-amd64\wheel\functorch 2024-11-01T16:45:06.2248231Z creating build\bdist.win-amd64\wheel\functorch\compile 2024-11-01T16:45:06.2251162Z copying build\lib.win-amd64-cpython-39\functorch\compile\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\compile 2024-11-01T16:45:06.2257026Z creating build\bdist.win-amd64\wheel\functorch\dim 2024-11-01T16:45:06.2259815Z copying build\lib.win-amd64-cpython-39\functorch\dim\batch_tensor.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-11-01T16:45:06.2265129Z copying build\lib.win-amd64-cpython-39\functorch\dim\delayed_mul_tensor.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-11-01T16:45:06.2270397Z copying build\lib.win-amd64-cpython-39\functorch\dim\dim.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-11-01T16:45:06.2275534Z copying build\lib.win-amd64-cpython-39\functorch\dim\magic_trace.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-11-01T16:45:06.2288281Z copying build\lib.win-amd64-cpython-39\functorch\dim\op_properties.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-11-01T16:45:06.2293498Z copying build\lib.win-amd64-cpython-39\functorch\dim\reference.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-11-01T16:45:06.2299319Z copying build\lib.win-amd64-cpython-39\functorch\dim\tree_map.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-11-01T16:45:06.2304251Z copying build\lib.win-amd64-cpython-39\functorch\dim\wrap_type.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-11-01T16:45:06.2309374Z copying build\lib.win-amd64-cpython-39\functorch\dim\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-11-01T16:45:06.2314635Z creating build\bdist.win-amd64\wheel\functorch\einops 2024-11-01T16:45:06.2317910Z copying build\lib.win-amd64-cpython-39\functorch\einops\rearrange.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2024-11-01T16:45:06.2322895Z copying build\lib.win-amd64-cpython-39\functorch\einops\_parsing.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2024-11-01T16:45:06.2328232Z copying build\lib.win-amd64-cpython-39\functorch\einops\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2024-11-01T16:45:06.2333449Z creating build\bdist.win-amd64\wheel\functorch\experimental 2024-11-01T16:45:06.2336906Z copying build\lib.win-amd64-cpython-39\functorch\experimental\control_flow.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2024-11-01T16:45:06.2341629Z copying build\lib.win-amd64-cpython-39\functorch\experimental\ops.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2024-11-01T16:45:06.2346611Z copying build\lib.win-amd64-cpython-39\functorch\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2024-11-01T16:45:06.2351427Z copying build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\functorch 2024-11-01T16:45:06.2368773Z creating build\bdist.win-amd64\wheel\functorch\_src 2024-11-01T16:45:06.2372231Z creating build\bdist.win-amd64\wheel\functorch\_src\aot_autograd 2024-11-01T16:45:06.2375802Z copying build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\aot_autograd 2024-11-01T16:45:06.2381581Z creating build\bdist.win-amd64\wheel\functorch\_src\eager_transforms 2024-11-01T16:45:06.2384819Z copying build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\eager_transforms 2024-11-01T16:45:06.2390085Z creating build\bdist.win-amd64\wheel\functorch\_src\make_functional 2024-11-01T16:45:06.2393202Z copying build\lib.win-amd64-cpython-39\functorch\_src\make_functional\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\make_functional 2024-11-01T16:45:06.2398111Z creating build\bdist.win-amd64\wheel\functorch\_src\vmap 2024-11-01T16:45:06.2406858Z copying build\lib.win-amd64-cpython-39\functorch\_src\vmap\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\vmap 2024-11-01T16:45:06.2411836Z copying build\lib.win-amd64-cpython-39\functorch\_src\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src 2024-11-01T16:45:06.2416194Z copying build\lib.win-amd64-cpython-39\functorch\__init__.py -> build\bdist.win-amd64\wheel\.\functorch 2024-11-01T16:45:06.2422085Z creating build\bdist.win-amd64\wheel\torch 2024-11-01T16:45:06.2424799Z creating build\bdist.win-amd64\wheel\torch\accelerator 2024-11-01T16:45:06.2427691Z copying build\lib.win-amd64-cpython-39\torch\accelerator\_utils.py -> build\bdist.win-amd64\wheel\.\torch\accelerator 2024-11-01T16:45:06.2432964Z copying build\lib.win-amd64-cpython-39\torch\accelerator\__init__.py -> build\bdist.win-amd64\wheel\.\torch\accelerator 2024-11-01T16:45:06.2438062Z creating build\bdist.win-amd64\wheel\torch\amp 2024-11-01T16:45:06.2440798Z copying build\lib.win-amd64-cpython-39\torch\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\amp 2024-11-01T16:45:06.2446628Z copying build\lib.win-amd64-cpython-39\torch\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\amp 2024-11-01T16:45:06.2452150Z copying build\lib.win-amd64-cpython-39\torch\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\amp 2024-11-01T16:45:06.2457109Z creating build\bdist.win-amd64\wheel\torch\ao 2024-11-01T16:45:06.2460128Z creating build\bdist.win-amd64\wheel\torch\ao\nn 2024-11-01T16:45:06.2463145Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic 2024-11-01T16:45:06.2465909Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\modules 2024-11-01T16:45:06.2468701Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules\fused.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\modules 2024-11-01T16:45:06.2473862Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\modules 2024-11-01T16:45:06.2478640Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat 2024-11-01T16:45:06.2481436Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat\modules 2024-11-01T16:45:06.2484321Z 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 2024-11-01T16:45:06.2490053Z 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 2024-11-01T16:45:06.2495168Z 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 2024-11-01T16:45:06.2500329Z 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 2024-11-01T16:45:06.2512777Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\qat 2024-11-01T16:45:06.2517551Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized 2024-11-01T16:45:06.2520491Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic 2024-11-01T16:45:06.2523407Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic\modules 2024-11-01T16:45:06.2526603Z 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 2024-11-01T16:45:06.2531631Z 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 2024-11-01T16:45:06.2536376Z 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 2024-11-01T16:45:06.2541515Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\modules 2024-11-01T16:45:06.2544229Z 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 2024-11-01T16:45:06.2549136Z 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 2024-11-01T16:45:06.2554163Z 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 2024-11-01T16:45:06.2559489Z 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 2024-11-01T16:45:06.2564730Z 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 2024-11-01T16:45:06.2576095Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized 2024-11-01T16:45:06.2580609Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic 2024-11-01T16:45:06.2585663Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat 2024-11-01T16:45:06.2588447Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic 2024-11-01T16:45:06.2591127Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic\modules 2024-11-01T16:45:06.2594035Z 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 2024-11-01T16:45:06.2599080Z 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 2024-11-01T16:45:06.2603740Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\dynamic 2024-11-01T16:45:06.2608406Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\modules 2024-11-01T16:45:06.2611155Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\modules 2024-11-01T16:45:06.2616451Z 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 2024-11-01T16:45:06.2621834Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\modules 2024-11-01T16:45:06.2626982Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\modules 2024-11-01T16:45:06.2631754Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat 2024-11-01T16:45:06.2636792Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable 2024-11-01T16:45:06.2639595Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable\modules 2024-11-01T16:45:06.2642605Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable\modules 2024-11-01T16:45:06.2648297Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable\modules 2024-11-01T16:45:06.2654087Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable\modules 2024-11-01T16:45:06.2658752Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable 2024-11-01T16:45:06.2663639Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized 2024-11-01T16:45:06.2671887Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic 2024-11-01T16:45:06.2674676Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic\modules 2024-11-01T16:45:06.2677752Z 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 2024-11-01T16:45:06.2683597Z 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 2024-11-01T16:45:06.2688663Z 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 2024-11-01T16:45:06.2694807Z 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 2024-11-01T16:45:06.2699754Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\dynamic 2024-11-01T16:45:06.2704845Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\functional.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized 2024-11-01T16:45:06.2711049Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\modules 2024-11-01T16:45:06.2713898Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2024-11-01T16:45:06.2718986Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2024-11-01T16:45:06.2724016Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2024-11-01T16:45:06.2729883Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2024-11-01T16:45:06.2736339Z 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 2024-11-01T16:45:06.2747151Z 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 2024-11-01T16:45:06.2752370Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2024-11-01T16:45:06.2757742Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2024-11-01T16:45:06.2763114Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2024-11-01T16:45:06.2768270Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2024-11-01T16:45:06.2773326Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2024-11-01T16:45:06.2778687Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference 2024-11-01T16:45:06.2789402Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference\modules 2024-11-01T16:45:06.2792396Z 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 2024-11-01T16:45:06.2797896Z 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 2024-11-01T16:45:06.2802986Z 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 2024-11-01T16:45:06.2808675Z 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 2024-11-01T16:45:06.2814012Z 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 2024-11-01T16:45:06.2819285Z 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 2024-11-01T16:45:06.2824376Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\reference 2024-11-01T16:45:06.2828856Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized 2024-11-01T16:45:06.2833785Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse 2024-11-01T16:45:06.2836700Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized 2024-11-01T16:45:06.2839797Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized\dynamic 2024-11-01T16:45:06.2842620Z 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 2024-11-01T16:45:06.2847862Z 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 2024-11-01T16:45:06.2852801Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse\quantized 2024-11-01T16:45:06.2858108Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse\quantized 2024-11-01T16:45:06.2863181Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse\quantized 2024-11-01T16:45:06.2867860Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse 2024-11-01T16:45:06.2872790Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn 2024-11-01T16:45:06.2878408Z creating build\bdist.win-amd64\wheel\torch\ao\ns 2024-11-01T16:45:06.2881303Z creating build\bdist.win-amd64\wheel\torch\ao\ns\fx 2024-11-01T16:45:06.2884188Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\graph_matcher.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-11-01T16:45:06.2889911Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\graph_passes.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-11-01T16:45:06.2895780Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-11-01T16:45:06.2901335Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\ns_types.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-11-01T16:45:06.2906732Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\n_shadows_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-11-01T16:45:06.2919871Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-11-01T16:45:06.2924914Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\qconfig_multi_mapping.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-11-01T16:45:06.2930344Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-11-01T16:45:06.2935887Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\weight_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-11-01T16:45:06.2941104Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-11-01T16:45:06.2945253Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2024-11-01T16:45:06.2950837Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\_numeric_suite_fx.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2024-11-01T16:45:06.2957428Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2024-11-01T16:45:06.2962666Z creating build\bdist.win-amd64\wheel\torch\ao\pruning 2024-11-01T16:45:06.2965878Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\scheduler 2024-11-01T16:45:06.2968789Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\base_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2024-11-01T16:45:06.2973991Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\cubic_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2024-11-01T16:45:06.2979320Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\lambda_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2024-11-01T16:45:06.2990389Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2024-11-01T16:45:06.3018937Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\sparsifier 2024-11-01T16:45:06.3021910Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\base_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2024-11-01T16:45:06.3027726Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\nearly_diagonal_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2024-11-01T16:45:06.3032629Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2024-11-01T16:45:06.3043661Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\weight_norm_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2024-11-01T16:45:06.3048857Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2024-11-01T16:45:06.3053108Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental 2024-11-01T16:45:06.3056196Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\activation_sparsifier 2024-11-01T16:45:06.3059410Z 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 2024-11-01T16:45:06.3065002Z 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 2024-11-01T16:45:06.3068985Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_scheduler 2024-11-01T16:45:06.3072044Z 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 2024-11-01T16:45:06.3077270Z 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 2024-11-01T16:45:06.3082069Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier 2024-11-01T16:45:06.3092781Z 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 2024-11-01T16:45:06.3098918Z 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 2024-11-01T16:45:06.3104182Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning 2024-11-01T16:45:06.3113506Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2024-11-01T16:45:06.3116763Z 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 2024-11-01T16:45:06.3122171Z 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 2024-11-01T16:45:06.3127532Z 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 2024-11-01T16:45:06.3138020Z 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 2024-11-01T16:45:06.3142080Z 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 2024-11-01T16:45:06.3147160Z 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 2024-11-01T16:45:06.3151955Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\pruner 2024-11-01T16:45:06.3155052Z 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 2024-11-01T16:45:06.3160303Z 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 2024-11-01T16:45:06.3165531Z 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 2024-11-01T16:45:06.3177319Z 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 2024-11-01T16:45:06.3182347Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\parametrization.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2024-11-01T16:45:06.3187843Z 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 2024-11-01T16:45:06.3193342Z 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 2024-11-01T16:45:06.3198467Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2024-11-01T16:45:06.3203406Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental 2024-11-01T16:45:06.3207406Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2024-11-01T16:45:06.3224247Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2024-11-01T16:45:06.3229047Z creating build\bdist.win-amd64\wheel\torch\ao\quantization 2024-11-01T16:45:06.3232066Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\backend_config 2024-11-01T16:45:06.3235002Z 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 2024-11-01T16:45:06.3240529Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\executorch.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2024-11-01T16:45:06.3246141Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\fbgemm.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2024-11-01T16:45:06.3251115Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\native.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2024-11-01T16:45:06.3268379Z 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 2024-11-01T16:45:06.3272388Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\onednn.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2024-11-01T16:45:06.3277898Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\qnnpack.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2024-11-01T16:45:06.3283116Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\tensorrt.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2024-11-01T16:45:06.3288204Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2024-11-01T16:45:06.3293348Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\x86.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2024-11-01T16:45:06.3298608Z 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 2024-11-01T16:45:06.3304178Z 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 2024-11-01T16:45:06.3309296Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2024-11-01T16:45:06.3314211Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:45:06.3320016Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fuser_method_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:45:06.3330620Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:45:06.3336176Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx 2024-11-01T16:45:06.3338964Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\convert.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:45:06.3344740Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\custom_config.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:45:06.3350190Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\fuse.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:45:06.3355303Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\fuse_handler.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:45:06.3360976Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:45:06.3372766Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\lower_to_fbgemm.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:45:06.3377729Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\lower_to_qnnpack.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:45:06.3382515Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\lstm_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:45:06.3388079Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:45:06.3393487Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:45:06.3398552Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\prepare.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:45:06.3404737Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\qconfig_mapping_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:45:06.3409854Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\quantize_handler.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:45:06.3414776Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\tracer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:45:06.3419699Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:45:06.3425289Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_decomposed.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:45:06.3431068Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:45:06.3436903Z 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 2024-11-01T16:45:06.3443239Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx\_model_report 2024-11-01T16:45:06.3446228Z 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 2024-11-01T16:45:06.3452168Z 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 2024-11-01T16:45:06.3458106Z 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 2024-11-01T16:45:06.3475351Z 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 2024-11-01T16:45:06.3481055Z 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 2024-11-01T16:45:06.3485026Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-11-01T16:45:06.3489613Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:45:06.3495905Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e 2024-11-01T16:45:06.3499066Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\duplicate_dq_pass.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-11-01T16:45:06.3504277Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\export_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-11-01T16:45:06.3509385Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\graph_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-11-01T16:45:06.3519110Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\port_metadata_pass.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-11-01T16:45:06.3532220Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\prepare.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-11-01T16:45:06.3537619Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\qat_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-11-01T16:45:06.3543917Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e\representation 2024-11-01T16:45:06.3546876Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation\rewrite.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e\representation 2024-11-01T16:45:06.3552529Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e\representation 2024-11-01T16:45:06.3557290Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-11-01T16:45:06.3563257Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\_numeric_debugger.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-11-01T16:45:06.3568797Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-11-01T16:45:06.3573082Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:45:06.3578749Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig_mapping.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:45:06.3584247Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:45:06.3589532Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:45:06.3595408Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\quantizer 2024-11-01T16:45:06.3598517Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\composable_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-11-01T16:45:06.3603979Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\embedding_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-11-01T16:45:06.3609308Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-11-01T16:45:06.3622201Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-11-01T16:45:06.3627320Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\x86_inductor_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-11-01T16:45:06.3633532Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\xnnpack_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-11-01T16:45:06.3639019Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\xnnpack_quantizer_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-11-01T16:45:06.3644900Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-11-01T16:45:06.3649636Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:45:06.3655812Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:45:06.3661432Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_pt2e.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:45:06.3666744Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:45:06.3672199Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:45:06.3677526Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:45:06.3683104Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_correct_bias.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:45:06.3688513Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:45:06.3694439Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_learnable_fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:45:06.3699475Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-11-01T16:45:06.3704401Z copying build\lib.win-amd64-cpython-39\torch\ao\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao 2024-11-01T16:45:06.3709938Z creating build\bdist.win-amd64\wheel\torch\autograd 2024-11-01T16:45:06.3713063Z copying build\lib.win-amd64-cpython-39\torch\autograd\anomaly_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:45:06.3718141Z copying build\lib.win-amd64-cpython-39\torch\autograd\forward_ad.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:45:06.3723291Z copying build\lib.win-amd64-cpython-39\torch\autograd\function.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:45:06.3729100Z copying build\lib.win-amd64-cpython-39\torch\autograd\functional.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:45:06.3747142Z copying build\lib.win-amd64-cpython-39\torch\autograd\gradcheck.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:45:06.3753332Z copying build\lib.win-amd64-cpython-39\torch\autograd\grad_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:45:06.3758474Z copying build\lib.win-amd64-cpython-39\torch\autograd\graph.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:45:06.3764197Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:45:06.3770055Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_legacy.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:45:06.3775682Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_util.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:45:06.3781722Z copying build\lib.win-amd64-cpython-39\torch\autograd\variable.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:45:06.3786791Z creating build\bdist.win-amd64\wheel\torch\autograd\_functions 2024-11-01T16:45:06.3789799Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\tensor.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2024-11-01T16:45:06.3794999Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\utils.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2024-11-01T16:45:06.3800180Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2024-11-01T16:45:06.3805412Z copying build\lib.win-amd64-cpython-39\torch\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-11-01T16:45:06.3811350Z creating build\bdist.win-amd64\wheel\torch\backends 2024-11-01T16:45:06.3814254Z creating build\bdist.win-amd64\wheel\torch\backends\cpu 2024-11-01T16:45:06.3817196Z copying build\lib.win-amd64-cpython-39\torch\backends\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cpu 2024-11-01T16:45:06.3822235Z creating build\bdist.win-amd64\wheel\torch\backends\cuda 2024-11-01T16:45:06.3825008Z copying build\lib.win-amd64-cpython-39\torch\backends\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cuda 2024-11-01T16:45:06.3830772Z creating build\bdist.win-amd64\wheel\torch\backends\cudnn 2024-11-01T16:45:06.3833556Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\rnn.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2024-11-01T16:45:06.3838407Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2024-11-01T16:45:06.3843480Z creating build\bdist.win-amd64\wheel\torch\backends\cusparselt 2024-11-01T16:45:06.3846334Z copying build\lib.win-amd64-cpython-39\torch\backends\cusparselt\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cusparselt 2024-11-01T16:45:06.3851093Z creating build\bdist.win-amd64\wheel\torch\backends\mha 2024-11-01T16:45:06.3853770Z copying build\lib.win-amd64-cpython-39\torch\backends\mha\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mha 2024-11-01T16:45:06.3858813Z creating build\bdist.win-amd64\wheel\torch\backends\mkl 2024-11-01T16:45:06.3861695Z copying build\lib.win-amd64-cpython-39\torch\backends\mkl\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkl 2024-11-01T16:45:06.3866590Z creating build\bdist.win-amd64\wheel\torch\backends\mkldnn 2024-11-01T16:45:06.3881978Z copying build\lib.win-amd64-cpython-39\torch\backends\mkldnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkldnn 2024-11-01T16:45:06.3886923Z creating build\bdist.win-amd64\wheel\torch\backends\mps 2024-11-01T16:45:06.3889816Z copying build\lib.win-amd64-cpython-39\torch\backends\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mps 2024-11-01T16:45:06.3895679Z creating build\bdist.win-amd64\wheel\torch\backends\nnpack 2024-11-01T16:45:06.3898441Z copying build\lib.win-amd64-cpython-39\torch\backends\nnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\nnpack 2024-11-01T16:45:06.3903506Z creating build\bdist.win-amd64\wheel\torch\backends\openmp 2024-11-01T16:45:06.3906311Z copying build\lib.win-amd64-cpython-39\torch\backends\openmp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\openmp 2024-11-01T16:45:06.3911389Z creating build\bdist.win-amd64\wheel\torch\backends\opt_einsum 2024-11-01T16:45:06.3914039Z copying build\lib.win-amd64-cpython-39\torch\backends\opt_einsum\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\opt_einsum 2024-11-01T16:45:06.3919091Z creating build\bdist.win-amd64\wheel\torch\backends\quantized 2024-11-01T16:45:06.3922007Z copying build\lib.win-amd64-cpython-39\torch\backends\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\quantized 2024-11-01T16:45:06.3927022Z creating build\bdist.win-amd64\wheel\torch\backends\xeon 2024-11-01T16:45:06.3929791Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\run_cpu.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2024-11-01T16:45:06.3935643Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2024-11-01T16:45:06.3939875Z creating build\bdist.win-amd64\wheel\torch\backends\xnnpack 2024-11-01T16:45:06.3942665Z copying build\lib.win-amd64-cpython-39\torch\backends\xnnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xnnpack 2024-11-01T16:45:06.3947907Z creating build\bdist.win-amd64\wheel\torch\backends\_coreml 2024-11-01T16:45:06.3950905Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\preprocess.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2024-11-01T16:45:06.3956137Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2024-11-01T16:45:06.3960158Z creating build\bdist.win-amd64\wheel\torch\backends\_nnapi 2024-11-01T16:45:06.3962983Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\prepare.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2024-11-01T16:45:06.3967938Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\serializer.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2024-11-01T16:45:06.3974093Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2024-11-01T16:45:06.3978324Z copying build\lib.win-amd64-cpython-39\torch\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends 2024-11-01T16:45:06.3983391Z creating build\bdist.win-amd64\wheel\torch\bin 2024-11-01T16:45:06.3986106Z copying build\lib.win-amd64-cpython-39\torch\bin\asmjit.dll -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:45:06.3994402Z copying build\lib.win-amd64-cpython-39\torch\bin\fbgemm.dll -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:45:06.4039334Z copying build\lib.win-amd64-cpython-39\torch\bin\FileStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:45:06.4048001Z copying build\lib.win-amd64-cpython-39\torch\bin\protoc.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:45:06.4076264Z copying build\lib.win-amd64-cpython-39\torch\bin\TCPStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:45:06.4093608Z copying build\lib.win-amd64-cpython-39\torch\bin\test_api.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:45:06.4171152Z copying build\lib.win-amd64-cpython-39\torch\bin\test_edge_op_registration.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:45:06.4179509Z copying build\lib.win-amd64-cpython-39\torch\bin\test_jit.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:45:06.4227652Z copying build\lib.win-amd64-cpython-39\torch\bin\test_lazy.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:45:06.4252881Z copying build\lib.win-amd64-cpython-39\torch\bin\test_tensorexpr.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:45:06.4308980Z copying build\lib.win-amd64-cpython-39\torch\bin\tutorial_tensorexpr.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-11-01T16:45:06.4316750Z creating build\bdist.win-amd64\wheel\torch\compiler 2024-11-01T16:45:06.4329702Z copying build\lib.win-amd64-cpython-39\torch\compiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2024-11-01T16:45:06.4335061Z creating build\bdist.win-amd64\wheel\torch\contrib 2024-11-01T16:45:06.4337903Z copying build\lib.win-amd64-cpython-39\torch\contrib\_tensorboard_vis.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2024-11-01T16:45:06.4343077Z copying build\lib.win-amd64-cpython-39\torch\contrib\__init__.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2024-11-01T16:45:06.4347325Z creating build\bdist.win-amd64\wheel\torch\cpu 2024-11-01T16:45:06.4350052Z creating build\bdist.win-amd64\wheel\torch\cpu\amp 2024-11-01T16:45:06.4352802Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2024-11-01T16:45:06.4357852Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2024-11-01T16:45:06.4362886Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2024-11-01T16:45:06.4367555Z copying build\lib.win-amd64-cpython-39\torch\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu 2024-11-01T16:45:06.4372728Z creating build\bdist.win-amd64\wheel\torch\cuda 2024-11-01T16:45:06.4375606Z creating build\bdist.win-amd64\wheel\torch\cuda\amp 2024-11-01T16:45:06.4378387Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-11-01T16:45:06.4383789Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\common.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-11-01T16:45:06.4388464Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-11-01T16:45:06.4393474Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-11-01T16:45:06.4398524Z copying build\lib.win-amd64-cpython-39\torch\cuda\comm.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:45:06.4403721Z copying build\lib.win-amd64-cpython-39\torch\cuda\error.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:45:06.4408625Z copying build\lib.win-amd64-cpython-39\torch\cuda\gds.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:45:06.4414491Z copying build\lib.win-amd64-cpython-39\torch\cuda\graphs.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:45:06.4420907Z copying build\lib.win-amd64-cpython-39\torch\cuda\jiterator.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:45:06.4434265Z copying build\lib.win-amd64-cpython-39\torch\cuda\memory.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:45:06.4440087Z copying build\lib.win-amd64-cpython-39\torch\cuda\nccl.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:45:06.4445519Z copying build\lib.win-amd64-cpython-39\torch\cuda\nvtx.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:45:06.4450632Z copying build\lib.win-amd64-cpython-39\torch\cuda\profiler.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:45:06.4455997Z copying build\lib.win-amd64-cpython-39\torch\cuda\random.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:45:06.4461164Z copying build\lib.win-amd64-cpython-39\torch\cuda\sparse.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:45:06.4465843Z copying build\lib.win-amd64-cpython-39\torch\cuda\streams.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:45:06.4471085Z copying build\lib.win-amd64-cpython-39\torch\cuda\tunable.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:45:06.4476251Z copying build\lib.win-amd64-cpython-39\torch\cuda\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:45:06.4481294Z copying build\lib.win-amd64-cpython-39\torch\cuda\_memory_viz.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:45:06.4487136Z copying build\lib.win-amd64-cpython-39\torch\cuda\_sanitizer.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:45:06.4492723Z copying build\lib.win-amd64-cpython-39\torch\cuda\_utils.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:45:06.4498220Z copying build\lib.win-amd64-cpython-39\torch\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-11-01T16:45:06.4504535Z creating build\bdist.win-amd64\wheel\torch\distributed 2024-11-01T16:45:06.4507408Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms 2024-11-01T16:45:06.4510307Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\ddp_comm_hooks 2024-11-01T16:45:06.4513378Z 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 2024-11-01T16:45:06.4519071Z 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 2024-11-01T16:45:06.4524607Z 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 2024-11-01T16:45:06.4539466Z 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 2024-11-01T16:45:06.4544531Z 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 2024-11-01T16:45:06.4550696Z 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 2024-11-01T16:45:06.4555733Z 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 2024-11-01T16:45:06.4561399Z 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 2024-11-01T16:45:06.4566647Z 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 2024-11-01T16:45:06.4571436Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\join.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2024-11-01T16:45:06.4576751Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\model_averaging 2024-11-01T16:45:06.4579732Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging\averagers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\model_averaging 2024-11-01T16:45:06.4585035Z 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 2024-11-01T16:45:06.4590039Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\model_averaging 2024-11-01T16:45:06.4600910Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\model_averaging 2024-11-01T16:45:06.4605039Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_checkpoint 2024-11-01T16:45:06.4614144Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_checkpoint 2024-11-01T16:45:06.4619435Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_checkpoint 2024-11-01T16:45:06.4623514Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_comm_hooks 2024-11-01T16:45:06.4626612Z 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 2024-11-01T16:45:06.4631765Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_comm_hooks 2024-11-01T16:45:06.4636568Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_optimizer_overlap 2024-11-01T16:45:06.4639657Z 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 2024-11-01T16:45:06.4644621Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_optimizer_overlap 2024-11-01T16:45:06.4649356Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_quantization 2024-11-01T16:45:06.4652392Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization\quantization.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_quantization 2024-11-01T16:45:06.4657868Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_quantization 2024-11-01T16:45:06.4661909Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2024-11-01T16:45:06.4666488Z copying build\lib.win-amd64-cpython-39\torch\distributed\argparse_util.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:45:06.4671697Z creating build\bdist.win-amd64\wheel\torch\distributed\autograd 2024-11-01T16:45:06.4674494Z copying build\lib.win-amd64-cpython-39\torch\distributed\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\autograd 2024-11-01T16:45:06.4679408Z copying build\lib.win-amd64-cpython-39\torch\distributed\c10d_logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:45:06.5279802Z creating build\bdist.win-amd64\wheel\torch\distributed\checkpoint 2024-11-01T16:45:06.5282283Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:45:06.5287480Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\default_planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:45:06.5293059Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:45:06.5298927Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\format_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:45:06.5310795Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:45:06.5316075Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:45:06.5320956Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:45:06.5326082Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:45:06.5331414Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:45:06.5336899Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner_helpers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:45:06.5342215Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\resharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:45:06.5347803Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\staging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:45:06.5352710Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\stateful.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:45:06.5358026Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:45:06.5364305Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict_loader.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:45:06.5369823Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict_saver.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:45:06.5375160Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\storage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:45:06.5380447Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:45:06.5385800Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_checkpointer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:45:06.5391328Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_dedup_save_plans.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:45:06.5396769Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_dedup_tensors.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:45:06.5402925Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_fsspec_filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:45:06.5409359Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_nested_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:45:06.5425584Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_sharded_tensor_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:45:06.5430872Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_storage_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:45:06.5436216Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_traverse.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:45:06.5441565Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_version.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:45:06.5446334Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-11-01T16:45:06.5451039Z copying build\lib.win-amd64-cpython-39\torch\distributed\collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:45:06.5456264Z copying build\lib.win-amd64-cpython-39\torch\distributed\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:45:06.5461741Z copying build\lib.win-amd64-cpython-39\torch\distributed\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:45:06.5469463Z copying build\lib.win-amd64-cpython-39\torch\distributed\distributed_c10d.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:45:06.5477001Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic 2024-11-01T16:45:06.5479753Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent 2024-11-01T16:45:06.5482716Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent\server 2024-11-01T16:45:06.5485681Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent\server 2024-11-01T16:45:06.5491410Z 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 2024-11-01T16:45:06.5496602Z 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 2024-11-01T16:45:06.5502025Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent\server 2024-11-01T16:45:06.5507335Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent 2024-11-01T16:45:06.5511400Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\control_plane.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2024-11-01T16:45:06.5516674Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\events 2024-11-01T16:45:06.5519468Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2024-11-01T16:45:06.5524441Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2024-11-01T16:45:06.5529187Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2024-11-01T16:45:06.5534087Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\metrics 2024-11-01T16:45:06.5537186Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\metrics 2024-11-01T16:45:06.5542284Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\metrics 2024-11-01T16:45:06.5547501Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing 2024-11-01T16:45:06.5560134Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2024-11-01T16:45:06.5565821Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\errors 2024-11-01T16:45:06.5569027Z 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 2024-11-01T16:45:06.5574428Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors\handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing\errors 2024-11-01T16:45:06.5579490Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing\errors 2024-11-01T16:45:06.5584858Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\redirects.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2024-11-01T16:45:06.5590299Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-11-01T16:45:06.5598809Z 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 2024-11-01T16:45:06.5603870Z 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 2024-11-01T16:45:06.5609107Z 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 2024-11-01T16:45:06.5613816Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\tail_log.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2024-11-01T16:45:06.5619107Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2024-11-01T16:45:06.5624368Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\rendezvous 2024-11-01T16:45:06.5627321Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-11-01T16:45:06.5632787Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\c10d_rendezvous_backend.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-11-01T16:45:06.5638293Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\dynamic_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-11-01T16:45:06.5650679Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-11-01T16:45:06.5656316Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_rendezvous_backend.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-11-01T16:45:06.5661618Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_server.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-11-01T16:45:06.5666937Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_store.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-11-01T16:45:06.5672288Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-11-01T16:45:06.5677728Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\static_tcp_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-11-01T16:45:06.5682822Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-11-01T16:45:06.5688555Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-11-01T16:45:06.5693827Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\timer 2024-11-01T16:45:06.5696870Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2024-11-01T16:45:06.5702080Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\debug_info_logging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2024-11-01T16:45:06.5707270Z 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 2024-11-01T16:45:06.5712540Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\local_timer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2024-11-01T16:45:06.5725432Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2024-11-01T16:45:06.5730422Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils 2024-11-01T16:45:06.5733303Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-11-01T16:45:06.5738554Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils\data 2024-11-01T16:45:06.5741502Z 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 2024-11-01T16:45:06.5747142Z 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 2024-11-01T16:45:06.5752151Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils\data 2024-11-01T16:45:06.5756949Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\distributed.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-11-01T16:45:06.5762448Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\logging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-11-01T16:45:06.5767654Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\log_level.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-11-01T16:45:06.5779855Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\store.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-11-01T16:45:06.5785065Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-11-01T16:45:06.5789844Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2024-11-01T16:45:06.5795294Z creating build\bdist.win-amd64\wheel\torch\distributed\fsdp 2024-11-01T16:45:06.5798110Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:45:06.5804178Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\fully_sharded_data_parallel.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:45:06.5810532Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\sharded_grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:45:06.5816122Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\wrap.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:45:06.5821768Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_common_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:45:06.5834102Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:45:06.5839318Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_dynamo_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:45:06.5844574Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_exec_order_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:45:06.5850237Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_flat_param.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:45:06.5857394Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fsdp_extensions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:45:06.5862610Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_init_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:45:06.5868434Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_limiter_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:45:06.5873763Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_optim_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:45:06.5880135Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:45:06.5898467Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_shard_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:45:06.5900132Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_state_dict_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:45:06.5901651Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_trace_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:45:06.5903444Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_traversal_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:45:06.5908868Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_unshard_param_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:45:06.5914279Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_wrap_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:45:06.5928360Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-11-01T16:45:06.5933456Z copying build\lib.win-amd64-cpython-39\torch\distributed\launch.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:45:06.5938964Z creating build\bdist.win-amd64\wheel\torch\distributed\launcher 2024-11-01T16:45:06.5942020Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2024-11-01T16:45:06.5946998Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2024-11-01T16:45:06.5951742Z copying build\lib.win-amd64-cpython-39\torch\distributed\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:45:06.5956783Z creating build\bdist.win-amd64\wheel\torch\distributed\nn 2024-11-01T16:45:06.5959613Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\api 2024-11-01T16:45:06.5962952Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\api\remote_module.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\api 2024-11-01T16:45:06.5968595Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\api\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\api 2024-11-01T16:45:06.5972664Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2024-11-01T16:45:06.5977942Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit 2024-11-01T16:45:06.5980816Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\instantiator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit 2024-11-01T16:45:06.5985947Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit\templates 2024-11-01T16:45:06.5988924Z 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 2024-11-01T16:45:06.5994248Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit\templates 2024-11-01T16:45:06.5998406Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit 2024-11-01T16:45:06.6002445Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2024-11-01T16:45:06.6007523Z creating build\bdist.win-amd64\wheel\torch\distributed\optim 2024-11-01T16:45:06.6010555Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\apply_optimizer_in_backward.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:45:06.6016046Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adadelta.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:45:06.6021407Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adagrad.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:45:06.6038557Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adam.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:45:06.6044115Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamax.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:45:06.6049467Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamw.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:45:06.6054992Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:45:06.6060380Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:45:06.6065892Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_sgd.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:45:06.6071240Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\named_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:45:06.6076839Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:45:06.6082238Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\post_localSGD_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:45:06.6087483Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:45:06.6092843Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\zero_redundancy_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:45:06.6099459Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:45:06.6105056Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-11-01T16:45:06.6110356Z creating build\bdist.win-amd64\wheel\torch\distributed\pipelining 2024-11-01T16:45:06.6113327Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\microbatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-11-01T16:45:06.6118988Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\schedules.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-11-01T16:45:06.6125471Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\stage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-11-01T16:45:06.6131595Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_backward.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-11-01T16:45:06.6148852Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_debug.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-11-01T16:45:06.6153446Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_IR.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-11-01T16:45:06.6159565Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_unflatten.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-11-01T16:45:06.6164846Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-11-01T16:45:06.6170030Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-11-01T16:45:06.6175009Z copying build\lib.win-amd64-cpython-39\torch\distributed\remote_device.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:45:06.6180513Z copying build\lib.win-amd64-cpython-39\torch\distributed\rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:45:06.6186191Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc 2024-11-01T16:45:06.6189108Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-11-01T16:45:06.6194938Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\backend_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-11-01T16:45:06.6200450Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-11-01T16:45:06.6206242Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\functions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-11-01T16:45:06.6217546Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\internal.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-11-01T16:45:06.6223317Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\options.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-11-01T16:45:06.6228361Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\rref_proxy.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-11-01T16:45:06.6234286Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\server_process_global_profiler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-11-01T16:45:06.6239474Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc\_testing 2024-11-01T16:45:06.6242464Z 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 2024-11-01T16:45:06.6247439Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc\_testing 2024-11-01T16:45:06.6252302Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-11-01T16:45:06.6257467Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-11-01T16:45:06.6262433Z copying build\lib.win-amd64-cpython-39\torch\distributed\run.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:45:06.6268324Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor 2024-11-01T16:45:06.6271048Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\debug 2024-11-01T16:45:06.6273794Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_comm_mode.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2024-11-01T16:45:06.6279350Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_op_coverage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2024-11-01T16:45:06.6284686Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_visualize_sharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2024-11-01T16:45:06.6289721Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2024-11-01T16:45:06.6304569Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:45:06.6309584Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\experimental 2024-11-01T16:45:06.6312530Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_attention.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2024-11-01T16:45:06.6318154Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_func_map.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2024-11-01T16:45:06.6323522Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_register_sharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2024-11-01T16:45:06.6338297Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_tp_transform.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2024-11-01T16:45:06.6343758Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2024-11-01T16:45:06.6348943Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\parallel 2024-11-01T16:45:06.6352161Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-11-01T16:45:06.6357547Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\ddp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-11-01T16:45:06.6362763Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\fsdp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-11-01T16:45:06.6368103Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\input_reshard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-11-01T16:45:06.6373392Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\loss.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-11-01T16:45:06.6379139Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\style.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-11-01T16:45:06.6391693Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\_data_parallel_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-11-01T16:45:06.6396894Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-11-01T16:45:06.6402184Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-11-01T16:45:06.6407065Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\placement_types.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:45:06.6420089Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:45:06.6426573Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:45:06.6432596Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:45:06.6439108Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_dtensor_spec.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:45:06.6445573Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\_ops 2024-11-01T16:45:06.6449097Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-11-01T16:45:06.6455383Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_common_rules.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-11-01T16:45:06.6460690Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_conv_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-11-01T16:45:06.6466111Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_einsum_strategy.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-11-01T16:45:06.6477890Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-11-01T16:45:06.6482979Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_experimental_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-11-01T16:45:06.6487944Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_math_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-11-01T16:45:06.6493668Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_matrix_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-11-01T16:45:06.6499464Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_pointwise_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-11-01T16:45:06.6505496Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_random_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-11-01T16:45:06.6510813Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-11-01T16:45:06.6516508Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_view_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-11-01T16:45:06.6522194Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-11-01T16:45:06.6527326Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_op_schema.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:45:06.6532893Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_random.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:45:06.6538321Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_redistribute.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:45:06.6543723Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_sharding_prop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:45:06.6549560Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_shards_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:45:06.6554716Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_tp_conv.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:45:06.6559824Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:45:06.6564918Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-11-01T16:45:06.6569951Z copying build\lib.win-amd64-cpython-39\torch\distributed\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:45:06.6575622Z copying build\lib.win-amd64-cpython-39\torch\distributed\_checkpointable.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:45:06.6581044Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable 2024-11-01T16:45:06.6594751Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\checkpoint_activation.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-11-01T16:45:06.6599830Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\contract.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-11-01T16:45:06.6605097Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable\fsdp 2024-11-01T16:45:06.6608157Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\fully_shard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-11-01T16:45:06.6613652Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-11-01T16:45:06.6618801Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_collectives.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-11-01T16:45:06.6624383Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_common.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-11-01T16:45:06.6635512Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_init.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-11-01T16:45:06.6640739Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_param.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-11-01T16:45:06.6646682Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_param_group.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-11-01T16:45:06.6652479Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_state.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-11-01T16:45:06.6658196Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-11-01T16:45:06.6663105Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fully_shard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-11-01T16:45:06.6675358Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\replicate.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-11-01T16:45:06.6680396Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-11-01T16:45:06.6685181Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable_state.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:45:06.6690486Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:45:06.6696784Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives_impl.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:45:06.6702727Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard 2024-11-01T16:45:06.6705596Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-11-01T16:45:06.6711116Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\checkpoint 2024-11-01T16:45:06.6714028Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\checkpoint 2024-11-01T16:45:06.6719061Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\common_op_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-11-01T16:45:06.6724313Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-11-01T16:45:06.6729442Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\op_registry_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-11-01T16:45:06.6748258Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_optim 2024-11-01T16:45:06.6751720Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_optim 2024-11-01T16:45:06.6757866Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_optim 2024-11-01T16:45:06.6782277Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor 2024-11-01T16:45:06.6785186Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2024-11-01T16:45:06.6791426Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2024-11-01T16:45:06.6796407Z 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 2024-11-01T16:45:06.6801407Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2024-11-01T16:45:06.6806356Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\reshard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2024-11-01T16:45:06.6817229Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\shard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2024-11-01T16:45:06.6822158Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2024-11-01T16:45:06.6827301Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor\_ops 2024-11-01T16:45:06.6830252Z 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 2024-11-01T16:45:06.6835583Z 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 2024-11-01T16:45:06.6840576Z 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 2024-11-01T16:45:06.6845564Z 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 2024-11-01T16:45:06.6850598Z 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 2024-11-01T16:45:06.6870947Z 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 2024-11-01T16:45:06.6876063Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2024-11-01T16:45:06.6882339Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharder.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-11-01T16:45:06.6887973Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_plan 2024-11-01T16:45:06.6891049Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_plan 2024-11-01T16:45:06.6896964Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_plan 2024-11-01T16:45:06.6902672Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec 2024-11-01T16:45:06.6905759Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec 2024-11-01T16:45:06.6911177Z 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 2024-11-01T16:45:06.6916612Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2024-11-01T16:45:06.6927438Z 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 2024-11-01T16:45:06.6932699Z 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 2024-11-01T16:45:06.6938884Z 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 2024-11-01T16:45:06.6950137Z 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 2024-11-01T16:45:06.6954028Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\_internals.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec 2024-11-01T16:45:06.6959245Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec 2024-11-01T16:45:06.6963951Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-11-01T16:45:06.6969219Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-11-01T16:45:06.6974221Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharded_tensor 2024-11-01T16:45:06.6977278Z copying build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_sharded_tensor 2024-11-01T16:45:06.6982153Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharding_spec 2024-11-01T16:45:06.6985070Z copying build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_sharding_spec 2024-11-01T16:45:06.6989941Z copying build\lib.win-amd64-cpython-39\torch\distributed\_state_dict_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:45:06.6995816Z creating build\bdist.win-amd64\wheel\torch\distributed\_symmetric_memory 2024-11-01T16:45:06.6999481Z copying build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_symmetric_memory 2024-11-01T16:45:06.7007076Z creating build\bdist.win-amd64\wheel\torch\distributed\_tensor 2024-11-01T16:45:06.7011005Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-11-01T16:45:06.7017757Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\placement_types.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-11-01T16:45:06.7023511Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-11-01T16:45:06.7029853Z creating build\bdist.win-amd64\wheel\torch\distributed\_tools 2024-11-01T16:45:06.7033711Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\fsdp2_mem_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-11-01T16:45:06.7040708Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\ilp_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-11-01T16:45:06.7046356Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\memory_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-11-01T16:45:06.7051794Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mem_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-11-01T16:45:06.7069364Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mod_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-11-01T16:45:06.7074899Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\runtime_estimator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-11-01T16:45:06.7080637Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\sac_estimator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-11-01T16:45:06.7086500Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\sac_ilp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-11-01T16:45:06.7092102Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-11-01T16:45:06.7097114Z copying build\lib.win-amd64-cpython-39\torch\distributed\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-11-01T16:45:06.7108549Z creating build\bdist.win-amd64\wheel\torch\distributions 2024-11-01T16:45:06.7111447Z copying build\lib.win-amd64-cpython-39\torch\distributions\bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7116516Z copying build\lib.win-amd64-cpython-39\torch\distributions\beta.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7121613Z copying build\lib.win-amd64-cpython-39\torch\distributions\binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7126816Z copying build\lib.win-amd64-cpython-39\torch\distributions\categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7138877Z copying build\lib.win-amd64-cpython-39\torch\distributions\cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7143815Z copying build\lib.win-amd64-cpython-39\torch\distributions\chi2.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7148901Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraints.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7154540Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraint_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7167701Z copying build\lib.win-amd64-cpython-39\torch\distributions\continuous_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7172707Z copying build\lib.win-amd64-cpython-39\torch\distributions\dirichlet.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7177957Z copying build\lib.win-amd64-cpython-39\torch\distributions\distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7183207Z copying build\lib.win-amd64-cpython-39\torch\distributions\exponential.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7188232Z copying build\lib.win-amd64-cpython-39\torch\distributions\exp_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7193348Z copying build\lib.win-amd64-cpython-39\torch\distributions\fishersnedecor.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7198466Z copying build\lib.win-amd64-cpython-39\torch\distributions\gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7203500Z copying build\lib.win-amd64-cpython-39\torch\distributions\geometric.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7208833Z copying build\lib.win-amd64-cpython-39\torch\distributions\gumbel.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7213968Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7219210Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7224273Z copying build\lib.win-amd64-cpython-39\torch\distributions\independent.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7229498Z copying build\lib.win-amd64-cpython-39\torch\distributions\inverse_gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7234528Z copying build\lib.win-amd64-cpython-39\torch\distributions\kl.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7240057Z copying build\lib.win-amd64-cpython-39\torch\distributions\kumaraswamy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7252664Z copying build\lib.win-amd64-cpython-39\torch\distributions\laplace.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7257740Z copying build\lib.win-amd64-cpython-39\torch\distributions\lkj_cholesky.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7263093Z copying build\lib.win-amd64-cpython-39\torch\distributions\logistic_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7268202Z copying build\lib.win-amd64-cpython-39\torch\distributions\log_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7273472Z copying build\lib.win-amd64-cpython-39\torch\distributions\lowrank_multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7278700Z copying build\lib.win-amd64-cpython-39\torch\distributions\mixture_same_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7283930Z copying build\lib.win-amd64-cpython-39\torch\distributions\multinomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7289362Z copying build\lib.win-amd64-cpython-39\torch\distributions\multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7294681Z copying build\lib.win-amd64-cpython-39\torch\distributions\negative_binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7305908Z copying build\lib.win-amd64-cpython-39\torch\distributions\normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7311382Z copying build\lib.win-amd64-cpython-39\torch\distributions\one_hot_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7316633Z copying build\lib.win-amd64-cpython-39\torch\distributions\pareto.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7321593Z copying build\lib.win-amd64-cpython-39\torch\distributions\poisson.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7326854Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7332166Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7337581Z copying build\lib.win-amd64-cpython-39\torch\distributions\studentT.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7342899Z copying build\lib.win-amd64-cpython-39\torch\distributions\transformed_distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7348152Z copying build\lib.win-amd64-cpython-39\torch\distributions\transforms.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7354170Z copying build\lib.win-amd64-cpython-39\torch\distributions\uniform.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7359563Z copying build\lib.win-amd64-cpython-39\torch\distributions\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7364645Z copying build\lib.win-amd64-cpython-39\torch\distributions\von_mises.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7370101Z copying build\lib.win-amd64-cpython-39\torch\distributions\weibull.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7385213Z copying build\lib.win-amd64-cpython-39\torch\distributions\wishart.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7390299Z copying build\lib.win-amd64-cpython-39\torch\distributions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-11-01T16:45:06.7395782Z creating build\bdist.win-amd64\wheel\torch\export 2024-11-01T16:45:06.7398668Z copying build\lib.win-amd64-cpython-39\torch\export\custom_obj.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:45:06.7404985Z copying build\lib.win-amd64-cpython-39\torch\export\decomp_utils.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:45:06.7410409Z copying build\lib.win-amd64-cpython-39\torch\export\dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:45:06.7417387Z creating build\bdist.win-amd64\wheel\torch\export\experimental 2024-11-01T16:45:06.7428866Z copying build\lib.win-amd64-cpython-39\torch\export\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export\experimental 2024-11-01T16:45:06.7434152Z copying build\lib.win-amd64-cpython-39\torch\export\exported_program.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:45:06.7440414Z copying build\lib.win-amd64-cpython-39\torch\export\graph_signature.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:45:06.7446375Z creating build\bdist.win-amd64\wheel\torch\export\passes 2024-11-01T16:45:06.7449344Z copying build\lib.win-amd64-cpython-39\torch\export\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export\passes 2024-11-01T16:45:06.7455151Z copying build\lib.win-amd64-cpython-39\torch\export\unflatten.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:45:06.7460936Z copying build\lib.win-amd64-cpython-39\torch\export\_draft_export.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:45:06.7466435Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_auto_functionalized_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:45:06.7471405Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_effect_tokens_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:45:06.7476759Z copying build\lib.win-amd64-cpython-39\torch\export\_safeguard.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:45:06.7482167Z copying build\lib.win-amd64-cpython-39\torch\export\_swap.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:45:06.7487520Z copying build\lib.win-amd64-cpython-39\torch\export\_trace.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:45:06.7493674Z copying build\lib.win-amd64-cpython-39\torch\export\_tree_utils.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:45:06.7498975Z copying build\lib.win-amd64-cpython-39\torch\export\_unlift.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:45:06.7504091Z copying build\lib.win-amd64-cpython-39\torch\export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-11-01T16:45:06.7509845Z creating build\bdist.win-amd64\wheel\torch\fft 2024-11-01T16:45:06.7512768Z copying build\lib.win-amd64-cpython-39\torch\fft\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fft 2024-11-01T16:45:06.7519154Z creating build\bdist.win-amd64\wheel\torch\func 2024-11-01T16:45:06.7521889Z copying build\lib.win-amd64-cpython-39\torch\func\__init__.py -> build\bdist.win-amd64\wheel\.\torch\func 2024-11-01T16:45:06.7526643Z copying build\lib.win-amd64-cpython-39\torch\functional.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:06.7533330Z creating build\bdist.win-amd64\wheel\torch\futures 2024-11-01T16:45:06.7536283Z copying build\lib.win-amd64-cpython-39\torch\futures\__init__.py -> build\bdist.win-amd64\wheel\.\torch\futures 2024-11-01T16:45:06.7541717Z creating build\bdist.win-amd64\wheel\torch\fx 2024-11-01T16:45:06.7544489Z copying build\lib.win-amd64-cpython-39\torch\fx\annotate.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:45:06.7549559Z copying build\lib.win-amd64-cpython-39\torch\fx\config.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:45:06.7554743Z creating build\bdist.win-amd64\wheel\torch\fx\experimental 2024-11-01T16:45:06.7557991Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\accelerator_partitioner.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:45:06.7563654Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\const_fold.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:45:06.7568855Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\debug.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:45:06.7587782Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\graph_gradual_typechecker.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:45:06.7593377Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\merge_matmul.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:45:06.7598496Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\meta_tracer.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:45:06.7603951Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\migrate_gradual_types 2024-11-01T16:45:06.7607020Z 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 2024-11-01T16:45:06.7612616Z 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 2024-11-01T16:45:06.7618937Z 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 2024-11-01T16:45:06.7635477Z 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 2024-11-01T16:45:06.7640122Z 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 2024-11-01T16:45:06.7645636Z 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 2024-11-01T16:45:06.7650566Z 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 2024-11-01T16:45:06.7656023Z 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 2024-11-01T16:45:06.7660012Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\normalize.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:45:06.7665131Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\optimization.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:45:06.7670927Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\partitioner_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:45:06.7676088Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\proxy_tensor.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:45:06.7682303Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\recording.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:45:06.7687955Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\refinement_types.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:45:06.7692836Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:45:06.7698285Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\schema_type_annotation.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:45:06.7703501Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\symbolic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:45:06.7711580Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\sym_node.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:45:06.7717659Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification 2024-11-01T16:45:06.7720607Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\core.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-11-01T16:45:06.7725658Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\dispatch.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-11-01T16:45:06.7730616Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\match.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-11-01T16:45:06.7735691Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\more.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-11-01T16:45:06.7740905Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification\multipledispatch 2024-11-01T16:45:06.7757201Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\conflict.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2024-11-01T16:45:06.7762156Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\core.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2024-11-01T16:45:06.7767193Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\dispatcher.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2024-11-01T16:45:06.7772520Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2024-11-01T16:45:06.7777808Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\variadic.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2024-11-01T16:45:06.7794665Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2024-11-01T16:45:06.7799352Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\unification_tools.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-11-01T16:45:06.7804615Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-11-01T16:45:06.7809833Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\variable.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-11-01T16:45:06.7814937Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-11-01T16:45:06.7819934Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unify_refinements.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:45:06.7825386Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\validator.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:45:06.7837733Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_backward_state.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:45:06.7842884Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_config.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:45:06.7848175Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-11-01T16:45:06.7852202Z copying build\lib.win-amd64-cpython-39\torch\fx\graph.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:45:06.7858633Z copying build\lib.win-amd64-cpython-39\torch\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:45:06.7872581Z copying build\lib.win-amd64-cpython-39\torch\fx\immutable_collections.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:45:06.7877700Z copying build\lib.win-amd64-cpython-39\torch\fx\interpreter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:45:06.7883264Z copying build\lib.win-amd64-cpython-39\torch\fx\node.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:45:06.7889388Z copying build\lib.win-amd64-cpython-39\torch\fx\operator_schemas.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:45:06.7895699Z creating build\bdist.win-amd64\wheel\torch\fx\passes 2024-11-01T16:45:06.7898669Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\annotate_getitem_nodes.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:45:06.7904019Z creating build\bdist.win-amd64\wheel\torch\fx\passes\backends 2024-11-01T16:45:06.7907486Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\backends\cudagraphs.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\backends 2024-11-01T16:45:06.7913679Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\backends 2024-11-01T16:45:06.7918588Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect 2024-11-01T16:45:06.7921485Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect\common 2024-11-01T16:45:06.7924349Z 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 2024-11-01T16:45:06.7930869Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\dialect\common 2024-11-01T16:45:06.7935386Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\dialect 2024-11-01T16:45:06.7939718Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\fake_tensor_prop.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:45:06.7945163Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_drawer.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:45:06.7957248Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_manipulation.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:45:06.7962478Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_transform_observer.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:45:06.7967895Z creating build\bdist.win-amd64\wheel\torch\fx\passes\infra 2024-11-01T16:45:06.7970784Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\partitioner.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2024-11-01T16:45:06.7976428Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\pass_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2024-11-01T16:45:06.7981508Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2024-11-01T16:45:06.7986789Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2024-11-01T16:45:06.7998512Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\net_min_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:45:06.8004382Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\operator_support.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:45:06.8009577Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\param_fetch.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:45:06.8014847Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:45:06.8020095Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\reinplace.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:45:06.8026405Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\runtime_assert.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:45:06.8032077Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\shape_prop.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:45:06.8037277Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\splitter_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:45:06.8042971Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_module.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:45:06.8048603Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:45:06.8055083Z creating build\bdist.win-amd64\wheel\torch\fx\passes\tests 2024-11-01T16:45:06.8058369Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tests\test_pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\tests 2024-11-01T16:45:06.8064112Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tests\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\tests 2024-11-01T16:45:06.8068300Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tools_common.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:45:06.8074073Z creating build\bdist.win-amd64\wheel\torch\fx\passes\utils 2024-11-01T16:45:06.8088330Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2024-11-01T16:45:06.8093298Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\fuser_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2024-11-01T16:45:06.8098484Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\matcher_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2024-11-01T16:45:06.8104094Z 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 2024-11-01T16:45:06.8114493Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\source_matcher_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2024-11-01T16:45:06.8119571Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2024-11-01T16:45:06.8124754Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\_tensorify_python_scalars.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:45:06.8129876Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-11-01T16:45:06.8134597Z copying build\lib.win-amd64-cpython-39\torch\fx\proxy.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:45:06.8140367Z copying build\lib.win-amd64-cpython-39\torch\fx\subgraph_rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:45:06.8145478Z copying build\lib.win-amd64-cpython-39\torch\fx\tensor_type.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:45:06.8150547Z copying build\lib.win-amd64-cpython-39\torch\fx\traceback.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:45:06.8155969Z copying build\lib.win-amd64-cpython-39\torch\fx\_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:45:06.8161337Z copying build\lib.win-amd64-cpython-39\torch\fx\_lazy_graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:45:06.8166353Z copying build\lib.win-amd64-cpython-39\torch\fx\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:45:06.8171554Z copying build\lib.win-amd64-cpython-39\torch\fx\_symbolic_trace.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:45:06.8185013Z copying build\lib.win-amd64-cpython-39\torch\fx\_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:45:06.8190214Z copying build\lib.win-amd64-cpython-39\torch\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-11-01T16:45:06.8195410Z copying build\lib.win-amd64-cpython-39\torch\hub.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:06.8201554Z creating build\bdist.win-amd64\wheel\torch\include 2024-11-01T16:45:06.8205845Z creating build\bdist.win-amd64\wheel\torch\include\ATen 2024-11-01T16:45:06.8208788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\AccumulateType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:06.8213976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:06.8219013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ATen.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:06.8224408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\autocast_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:06.8230243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:06.8245275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:06.8250142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\BlasBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:06.8255523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CachedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:06.8260673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ceil_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:06.8265584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\code_template.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:06.8270861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CollapseDims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:06.8276520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:06.8282056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:06.8288253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:06.8293876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:06.8299839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:06.9118125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:06.9124093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:06.9129631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:06.9140472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:06.9145547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Context.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:06.9151915Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core 2024-11-01T16:45:06.9154816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\alias_info.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9159968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Array.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9164975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATenGeneral.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9169895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATenOpList.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9182619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATen_fwd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9187629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\aten_interned_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9193702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATen_pch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9198933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9203638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\blob.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9208910Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing 2024-11-01T16:45:06.9211978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\BoxedKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing 2024-11-01T16:45:06.9217128Z 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 2024-11-01T16:45:06.9222347Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing\impl 2024-11-01T16:45:06.9225356Z 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 2024-11-01T16:45:06.9231062Z 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 2024-11-01T16:45:06.9236804Z 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 2024-11-01T16:45:06.9242059Z 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 2024-11-01T16:45:06.9258786Z 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 2024-11-01T16:45:06.9263860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\KernelFunction.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing 2024-11-01T16:45:06.9276217Z 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 2024-11-01T16:45:06.9281130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\OperatorKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing 2024-11-01T16:45:06.9286285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\builtin_function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9291840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9297728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\CheckMemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9302904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\class_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9308267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9313632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DeprecatedTypeProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9319075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9324227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dict.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9329561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dict_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9335002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9340356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9345574Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\dispatch 2024-11-01T16:45:06.9348491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\CppSignature.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2024-11-01T16:45:06.9353901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\Dispatcher.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2024-11-01T16:45:06.9359679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\DispatchKeyExtractor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2024-11-01T16:45:06.9365166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\ObservedOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2024-11-01T16:45:06.9377522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\OperatorEntry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2024-11-01T16:45:06.9384030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\OperatorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2024-11-01T16:45:06.9389244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\RegistrationHandleRAII.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2024-11-01T16:45:06.9394425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DistributionsHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9406939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dynamic_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9412183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\enum_tag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9417159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\enum_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9423158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Formatting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9429265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9434595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9439932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function_schema.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9446038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function_schema_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9451406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9457151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\GeneratorForPrivateuseone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9462305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\grad_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9472334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\IListRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9477822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\IListRef_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9483313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\interned_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9488656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\interned_strings_class.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9493875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9499886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9506290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9511516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\jit_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9517772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\jit_type_base.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9523482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\LegacyTypeDispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9536490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\List.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9541986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\List_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9547345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\MT19937RNGEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9552053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\NamedTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9557239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\NestedIntSymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9562173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\operator_name.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9568233Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\op_registration 2024-11-01T16:45:06.9571024Z 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 2024-11-01T16:45:06.9576293Z 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 2024-11-01T16:45:06.9581401Z 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 2024-11-01T16:45:06.9586513Z 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 2024-11-01T16:45:06.9599342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PhiloxRNGEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9604607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PythonFallbackKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9609916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PythonOpRegistrationTrampoline.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9615094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\qualified_name.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9629371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\QuantizerBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9634411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9639204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Reduction.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9644109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\rref_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9649258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9654093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9659113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9664193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\symbol.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9669821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9675418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9680858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9686546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorBody.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9706403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TorchDispatchUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9711677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TransformationHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9716984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9721936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\type_factory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9727315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\type_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9732625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\UndefinedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9737813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\UnsafeFromTH.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9743259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\VariableHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9748423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Variadic.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9754308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Vitals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-11-01T16:45:06.9759981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpp_custom_type_hack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:06.9765485Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu 2024-11-01T16:45:06.9768990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\FlushDenormal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2024-11-01T16:45:06.9774119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2024-11-01T16:45:06.9779698Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec 2024-11-01T16:45:06.9782565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2024-11-01T16:45:06.9787558Z 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 2024-11-01T16:45:06.9792846Z 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 2024-11-01T16:45:06.9798566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\intrinsics.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2024-11-01T16:45:06.9813530Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\sve 2024-11-01T16:45:06.9816646Z 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 2024-11-01T16:45:06.9821909Z 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 2024-11-01T16:45:06.9827221Z 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 2024-11-01T16:45:06.9832873Z 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 2024-11-01T16:45:06.9845563Z 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 2024-11-01T16:45:06.9851458Z 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 2024-11-01T16:45:06.9857146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2024-11-01T16:45:06.9862426Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec128 2024-11-01T16:45:06.9865387Z 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 2024-11-01T16:45:06.9870288Z 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 2024-11-01T16:45:06.9875662Z 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 2024-11-01T16:45:06.9881491Z 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 2024-11-01T16:45:06.9894920Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256 2024-11-01T16:45:06.9898046Z 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 2024-11-01T16:45:06.9903669Z 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 2024-11-01T16:45:06.9908571Z 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 2024-11-01T16:45:06.9913833Z 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 2024-11-01T16:45:06.9926899Z 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 2024-11-01T16:45:06.9932962Z 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 2024-11-01T16:45:06.9939483Z 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 2024-11-01T16:45:06.9944871Z 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 2024-11-01T16:45:06.9950367Z 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 2024-11-01T16:45:06.9956189Z 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 2024-11-01T16:45:06.9962892Z 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 2024-11-01T16:45:06.9969173Z 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 2024-11-01T16:45:06.9981675Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\vsx 2024-11-01T16:45:06.9983558Z 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 2024-11-01T16:45:06.9986462Z 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 2024-11-01T16:45:06.9991960Z 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 2024-11-01T16:45:07.0009809Z 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 2024-11-01T16:45:07.0015358Z 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 2024-11-01T16:45:07.0021018Z 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 2024-11-01T16:45:07.0026747Z 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 2024-11-01T16:45:07.0032135Z 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 2024-11-01T16:45:07.0037425Z 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 2024-11-01T16:45:07.0042725Z 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 2024-11-01T16:45:07.0048007Z 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 2024-11-01T16:45:07.0053819Z 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 2024-11-01T16:45:07.0059573Z 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 2024-11-01T16:45:07.0065356Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\zarch 2024-11-01T16:45:07.0068581Z 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 2024-11-01T16:45:07.0075047Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec512 2024-11-01T16:45:07.0078156Z 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 2024-11-01T16:45:07.0083573Z 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 2024-11-01T16:45:07.0089811Z 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 2024-11-01T16:45:07.0095634Z 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 2024-11-01T16:45:07.0110258Z 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 2024-11-01T16:45:07.0115163Z 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 2024-11-01T16:45:07.0120832Z 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 2024-11-01T16:45:07.0126593Z 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 2024-11-01T16:45:07.0132820Z 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 2024-11-01T16:45:07.0138234Z 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 2024-11-01T16:45:07.0144308Z 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 2024-11-01T16:45:07.0150022Z 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 2024-11-01T16:45:07.0155144Z 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 2024-11-01T16:45:07.0160472Z 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 2024-11-01T16:45:07.0165592Z 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 2024-11-01T16:45:07.0170528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vml.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2024-11-01T16:45:07.0175839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUApplyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0181647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFixedAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0186932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0192476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0198226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0204046Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda 2024-11-01T16:45:07.0207153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ApplyGridUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0212478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\AsmUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0217757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ATenCUDAGeneral.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0222709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Atomic.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0228479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0245020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0250263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0255559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub_definitions.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0260851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAApplyUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0266860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDABlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0271909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0276791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAContextLight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0282013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDADataType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0307428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDADevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0312656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0318160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0323537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGraph.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0328884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGraphsUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0334165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0339966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparseBlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0345377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparseDescriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0356185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDATensorMethods.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0361690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0367052Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\detail 2024-11-01T16:45:07.0370031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\CUDAHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2024-11-01T16:45:07.0375473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\DeviceThreadHandles.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2024-11-01T16:45:07.0380702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\IndexUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2024-11-01T16:45:07.0385975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\IntegerDivider.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2024-11-01T16:45:07.0396897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\KernelUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2024-11-01T16:45:07.0402076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\LazyNVRTC.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2024-11-01T16:45:07.0407299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\OffsetCalculator.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2024-11-01T16:45:07.0412749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\PhiloxCudaStateRaw.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2024-11-01T16:45:07.0418152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\TensorInfo.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2024-11-01T16:45:07.0423797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\UnpackRaw.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2024-11-01T16:45:07.0430031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\DeviceUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0435223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0441268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0446657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\jiterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0451971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\jiterator_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0457536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\llvm_jit_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0462915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\NumericLimits.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0482181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PeerToPeerAccess.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0487027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PhiloxCudaState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0492025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PhiloxUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0497265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PinnedMemoryAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0502071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ScanUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0507183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Sleep.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0512054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ThrustAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-11-01T16:45:07.0517153Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\tunable 2024-11-01T16:45:07.0520266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\GemmCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2024-11-01T16:45:07.0525612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\GemmHipblaslt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2024-11-01T16:45:07.0531145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\GemmRocblas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2024-11-01T16:45:07.0536333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\StreamTimer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2024-11-01T16:45:07.0547607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\Tunable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2024-11-01T16:45:07.0552678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\TunableGemm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2024-11-01T16:45:07.0557917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\TunableOp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2024-11-01T16:45:07.0562976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0573848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0580218Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cudnn 2024-11-01T16:45:07.0583113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\cudnn-wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-11-01T16:45:07.0588035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Descriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-11-01T16:45:07.0593124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Handle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-11-01T16:45:07.0597766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Handles.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-11-01T16:45:07.0602416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-11-01T16:45:07.0613885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-11-01T16:45:07.0618830Z creating build\bdist.win-amd64\wheel\torch\include\ATen\detail 2024-11-01T16:45:07.0621847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\AcceleratorHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-11-01T16:45:07.0627033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\CUDAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-11-01T16:45:07.0632077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\FunctionTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-11-01T16:45:07.0643586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\HIPHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-11-01T16:45:07.0648588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\HPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-11-01T16:45:07.0653649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\IPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-11-01T16:45:07.0659261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MAIAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-11-01T16:45:07.0664144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MPSHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-11-01T16:45:07.0669280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MTIAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-11-01T16:45:07.0674478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\PrivateUse1HooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-11-01T16:45:07.0679878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\XPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-11-01T16:45:07.0704497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0709529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceAccelerator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0714769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0720999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0725539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0730607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0736533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch_v2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0742839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\div_rtn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0747913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DLConvertor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0753721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\dlpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0767867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DynamicLibrary.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0772826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0778175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0784109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0789897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Formatting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0795136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalStorageImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0800534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalTensorWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0806428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Functions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0812987Z creating build\bdist.win-amd64\wheel\torch\include\ATen\functorch 2024-11-01T16:45:07.0816323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\ADInterpreters.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-11-01T16:45:07.0821714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchedFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-11-01T16:45:07.0826985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-11-01T16:45:07.0841155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchingMetaprogramming.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-11-01T16:45:07.0846271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchRulesHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-11-01T16:45:07.0852005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\DynamicLayer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-11-01T16:45:07.0857484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\FunctionalizeInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-11-01T16:45:07.0862805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\Interpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-11-01T16:45:07.0868249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\LegacyVmapTransforms.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-11-01T16:45:07.0873561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-11-01T16:45:07.0878410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\PlumbingHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-11-01T16:45:07.0883627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\TensorWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-11-01T16:45:07.0889044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\VmapInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-11-01T16:45:07.0894218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FuncTorchTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0906522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0911511Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip 2024-11-01T16:45:07.0914439Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip\impl 2024-11-01T16:45:07.0917830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl\HIPAllocatorMasqueradingAsCUDA.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\hip\impl 2024-11-01T16:45:07.0923319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl\HIPCachingAllocatorMasqueradingAsCUDA.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\hip\impl 2024-11-01T16:45:07.0928456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl\HIPGuardImplMasqueradingAsCUDA.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\hip\impl 2024-11-01T16:45:07.0940247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl\HIPStreamMasqueradingAsCUDA.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\hip\impl 2024-11-01T16:45:07.0945463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InferSize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0950948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InitialTensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0955889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jiterator_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0961355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jit_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0966518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0971468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0977081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0982292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.0999245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapTransforms.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.1004394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LinalgBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.1009659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MapAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.1014807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MatrixRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.1020451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MemoryOverlap.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.1031662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.1036878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.1042028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MethodOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.1047430Z creating build\bdist.win-amd64\wheel\torch\include\ATen\miopen 2024-11-01T16:45:07.1050306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Descriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-11-01T16:45:07.1055495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-11-01T16:45:07.1060485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Handle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-11-01T16:45:07.1065210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\miopen-wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-11-01T16:45:07.1077584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-11-01T16:45:07.1082389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-11-01T16:45:07.1087229Z creating build\bdist.win-amd64\wheel\torch\include\ATen\mps 2024-11-01T16:45:07.1090094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-11-01T16:45:07.1095204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\IndexKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-11-01T16:45:07.1100842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-11-01T16:45:07.1106435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSAllocatorInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-11-01T16:45:07.1117911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSDevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-11-01T16:45:07.1122851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-11-01T16:45:07.1127891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-11-01T16:45:07.1133145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-11-01T16:45:07.1138381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-11-01T16:45:07.1143492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-11-01T16:45:07.1149063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSStream.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-11-01T16:45:07.1154249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.1170270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.1176849Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native 2024-11-01T16:45:07.1179761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.1184949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\AdaptivePooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.1190079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\AmpKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.1195455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BatchLinearAlgebra.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.1207837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.1212878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BinaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.1218221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BucketizationUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.1223427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CanUse32BitIndexMath.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.1228270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ComplexHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.1233523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CompositeRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.1238906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CompositeRandomAccessorCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.1244362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ConvolutionMM3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.1249357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ConvUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.1255073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.1260423Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cpu 2024-11-01T16:45:07.1263519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\AtomicAddFloat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-11-01T16:45:07.1268799Z 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 2024-11-01T16:45:07.1274461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\CatKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-11-01T16:45:07.1279961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\ChannelShuffleKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-11-01T16:45:07.1290380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\CopyKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-11-01T16:45:07.1295649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\DepthwiseConvKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-11-01T16:45:07.1300718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\DistributionTemplates.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-11-01T16:45:07.1306431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\GridSamplerKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-11-01T16:45:07.1311721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\IndexKernelUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-11-01T16:45:07.1316999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\Intrinsics.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-11-01T16:45:07.1322235Z 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 2024-11-01T16:45:07.1327472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\IsContiguous.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-11-01T16:45:07.1332879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\LogAddExp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-11-01T16:45:07.1338243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\Loops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-11-01T16:45:07.1343790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\MaxUnpoolKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-11-01T16:45:07.1348941Z 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 2024-11-01T16:45:07.1354211Z 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 2024-11-01T16:45:07.1359654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\PixelShuffleKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-11-01T16:45:07.1364654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\Reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-11-01T16:45:07.1370288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\ReducedPrecisionFloatGemvFastPathKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-11-01T16:45:07.1381325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\ReduceUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-11-01T16:45:07.1386593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\SampledAddmmKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-11-01T16:45:07.1391844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\SerialStackImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-11-01T16:45:07.1397157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\SoftmaxKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-11-01T16:45:07.1402471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\SpmmReduceKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-11-01T16:45:07.1407772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\StackKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-11-01T16:45:07.1412927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\UpSampleKernelAVXAntialias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-11-01T16:45:07.1419511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-11-01T16:45:07.1424563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\WeightNormKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-11-01T16:45:07.1436408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\zmath.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-11-01T16:45:07.1442226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CPUBlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.1453663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CPUFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.1456930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.1462646Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cuda 2024-11-01T16:45:07.1465806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.1549344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\BinaryInternal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.1551269Z 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 2024-11-01T16:45:07.1553036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\CompositeRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.1554714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.1556385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\CUDAJitLoops.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.1558055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\CUDALoops.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.1559723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\CuFFTPlanCache.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.1561377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\CuFFTUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.1563018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\DeviceSqrt.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.1564672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Distributions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.1566394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\DistributionTemplates.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.1568192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\EmbeddingBackwardKernel.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.1569980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ForeachFunctors.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.1571742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ForeachMinMaxFunctors.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.1573582Z 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 2024-11-01T16:45:07.1575389Z 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 2024-11-01T16:45:07.1577143Z 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 2024-11-01T16:45:07.1580113Z 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 2024-11-01T16:45:07.1586185Z 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 2024-11-01T16:45:07.1592951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\GridSampler.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.1599200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\GridSampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.1605408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\im2col.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.1612383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\IndexKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.1619587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\JitLoops.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.1626658Z 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 2024-11-01T16:45:07.1634186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\KernelUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.1641724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\LaunchUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.2792729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Loops.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.2797446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Math.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.2804135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\MemoryAccess.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.2809626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\MiscUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.2815087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\MultiTensorApply.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.2820626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Normalization.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.2827205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\PersistentSoftmax.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.2832751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Pow.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.2837929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Randperm.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.2843179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Reduce.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.2849165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.2854385Z 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 2024-11-01T16:45:07.4772441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.4777535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\RowwiseScaledMM.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.4782610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ScanKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.4788163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ScanUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.4794208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Sort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.4799186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Sorting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.4804290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\SortingCommon.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.4810187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\SortingRadixSelect.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.4815587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\SortStable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.4821815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\SortUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.4827983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\TensorModeKernel.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.5268562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\TensorModeKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.5273594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\TensorTopK.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.5278764Z 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 2024-11-01T16:45:07.5283800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\UniqueCub.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.5289015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\UpSample.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.5294310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\vol2col.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-11-01T16:45:07.5300104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DilatedConvolutionUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5305453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DispatchStub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5318038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Distance.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5323111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Distributions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5329192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DistributionTemplates.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5335161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\EmbeddingBag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5340473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5345460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ForeachUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5350998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FractionalMaxPooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5356566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FunctionOfAMatrixUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5361604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedAdagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5366658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedAdam.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5372038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedSGD.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5377155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\GridSampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5387785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\GridSamplerUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5393257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5398840Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\hip 2024-11-01T16:45:07.5401809Z 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 2024-11-01T16:45:07.5406788Z 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 2024-11-01T16:45:07.5412338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Histogram.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5417735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\im2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5423049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\im2col_shape_check.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5428380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\IndexingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5433791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\IndexKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5439107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5444438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5449723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LinearAlgebra.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5466132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LinearAlgebraUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5473148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LossMulti.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5479308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Math.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5487188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MathBitFallThroughLists.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5492653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MathBitsFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5498198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MaxPooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5503780Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn 2024-11-01T16:45:07.5506526Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn\xpu 2024-11-01T16:45:07.5509592Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mkldnn\xpu\detail 2024-11-01T16:45:07.5512643Z 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 2024-11-01T16:45:07.5517704Z 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 2024-11-01T16:45:07.5523132Z 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 2024-11-01T16:45:07.5528284Z 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 2024-11-01T16:45:07.5533355Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mps 2024-11-01T16:45:07.5536536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2024-11-01T16:45:07.5541505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\MPSGraphSequoiaOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2024-11-01T16:45:07.5546828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\MPSGraphSonomaOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2024-11-01T16:45:07.5551918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\MPSGraphVenturaOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2024-11-01T16:45:07.5562477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\OperationUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2024-11-01T16:45:07.5568229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\TensorFactory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2024-11-01T16:45:07.5573347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\UnaryConstants.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2024-11-01T16:45:07.5578889Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\nested 2024-11-01T16:45:07.5581938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorBinaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2024-11-01T16:45:07.5586814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorMath.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2024-11-01T16:45:07.5592140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorTransformerFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2024-11-01T16:45:07.5608136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorTransformerUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2024-11-01T16:45:07.5613380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2024-11-01T16:45:07.5618713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\NonEmptyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5624045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\NonSymbolicBC.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5635970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Normalization.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5641025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Padding.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5646275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\PixelShuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5651434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\PointwiseOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5656714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Pool.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5661713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.5666990Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized 2024-11-01T16:45:07.5669990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\AffineQuantizer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2024-11-01T16:45:07.5675291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\AffineQuantizerBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2024-11-01T16:45:07.5680362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\ConvUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2024-11-01T16:45:07.5691193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2024-11-01T16:45:07.5696312Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized\cpu 2024-11-01T16:45:07.5699288Z 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 2024-11-01T16:45:07.5704247Z 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 2024-11-01T16:45:07.5709546Z 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 2024-11-01T16:45:07.5714551Z 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 2024-11-01T16:45:07.6401099Z 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 2024-11-01T16:45:07.6405645Z 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 2024-11-01T16:45:07.6410886Z 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 2024-11-01T16:45:07.6416232Z 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 2024-11-01T16:45:07.6421842Z 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 2024-11-01T16:45:07.6426910Z 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 2024-11-01T16:45:07.6432745Z 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 2024-11-01T16:45:07.6438572Z 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 2024-11-01T16:45:07.6443952Z 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 2024-11-01T16:45:07.6449272Z 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 2024-11-01T16:45:07.6454296Z 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 2024-11-01T16:45:07.6459790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\FakeQuantAffine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2024-11-01T16:45:07.6465189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\IndexKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2024-11-01T16:45:07.6471082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\PackedParams.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2024-11-01T16:45:07.6476374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RangeFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6481497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceAllOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6487184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6493390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6513095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReductionType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6518730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Repeat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6524050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6529402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ResizeCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6534753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RNN.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6540436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ScatterGatherChecks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6545758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SegmentReduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6551086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SharedReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6556943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SobolEngineOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6562241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Sorting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6567302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SortingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6572647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SparseTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6583745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SpectralOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6598675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\StridedRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6603966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorAdvancedIndexing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6609300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorAdvancedIndexingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6614498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorCompare.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6620009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorConversions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6625566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorDimApply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6630920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6636301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorIterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6647924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorIteratorDynamicCasting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6653194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6658328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorShape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6663782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorTransformations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6669019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TopKImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6674293Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers 2024-11-01T16:45:07.6677318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers 2024-11-01T16:45:07.6682550Z 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 2024-11-01T16:45:07.6688126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TransposeType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6693487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TriangularOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6698874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TypeProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6704143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UnaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6709216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Unfold2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6714267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Unfold3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6719293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UnfoldBackward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6724480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UpSample.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6730073Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\utils 2024-11-01T16:45:07.6733019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils\Factory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\utils 2024-11-01T16:45:07.6737909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils\ParamsHash.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\utils 2024-11-01T16:45:07.6743246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils\ParamUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\utils 2024-11-01T16:45:07.6748422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\verbose_wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6753438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\vol2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-11-01T16:45:07.6758715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.6764996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeMetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.6771161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NestedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.6777140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NumericUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.6782607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpaqueTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.6789583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Operators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.6797432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpMathType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:07.6950507Z creating build\bdist.win-amd64\wheel\torch\include\ATen\ops 2024-11-01T16:45:07.6953388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.6960169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.6966258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.6971384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.6984759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.6990213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.6995244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7000628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7005771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7010898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7015938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7021009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7026524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7031601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7036837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7042206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7047409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7052572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7058930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7065972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7078637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7083523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7089112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7094277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7099699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7105443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7111624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7117657Z 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 2024-11-01T16:45:07.7123623Z 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 2024-11-01T16:45:07.7130014Z 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 2024-11-01T16:45:07.7143184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7148985Z 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 2024-11-01T16:45:07.7154430Z 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 2024-11-01T16:45:07.7159930Z 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 2024-11-01T16:45:07.7165268Z 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 2024-11-01T16:45:07.7171006Z 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 2024-11-01T16:45:07.7176775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7182371Z 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 2024-11-01T16:45:07.7199041Z 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 2024-11-01T16:45:07.7204583Z 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 2024-11-01T16:45:07.7210063Z 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 2024-11-01T16:45:07.7215663Z 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 2024-11-01T16:45:07.7221641Z 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 2024-11-01T16:45:07.7227210Z 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 2024-11-01T16:45:07.7232798Z 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 2024-11-01T16:45:07.7238315Z 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 2024-11-01T16:45:07.7243821Z 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 2024-11-01T16:45:07.7249350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7268928Z 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 2024-11-01T16:45:07.7274370Z 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 2024-11-01T16:45:07.7279731Z 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 2024-11-01T16:45:07.7285306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7290846Z 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 2024-11-01T16:45:07.7297139Z 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 2024-11-01T16:45:07.7302732Z 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 2024-11-01T16:45:07.7308374Z 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 2024-11-01T16:45:07.7314081Z 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 2024-11-01T16:45:07.7319720Z 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 2024-11-01T16:45:07.7325358Z 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 2024-11-01T16:45:07.7337525Z 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 2024-11-01T16:45:07.7343370Z 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 2024-11-01T16:45:07.7349243Z 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 2024-11-01T16:45:07.7354338Z 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 2024-11-01T16:45:07.7359721Z 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 2024-11-01T16:45:07.7365283Z 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 2024-11-01T16:45:07.7378772Z 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 2024-11-01T16:45:07.7383995Z 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 2024-11-01T16:45:07.7389478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7395046Z 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 2024-11-01T16:45:07.7401165Z 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 2024-11-01T16:45:07.7406584Z 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 2024-11-01T16:45:07.7419142Z 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 2024-11-01T16:45:07.7424478Z 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 2024-11-01T16:45:07.7430033Z 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 2024-11-01T16:45:07.7436094Z 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 2024-11-01T16:45:07.7441608Z 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 2024-11-01T16:45:07.7447664Z 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 2024-11-01T16:45:07.7453008Z 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 2024-11-01T16:45:07.7458499Z 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 2024-11-01T16:45:07.7463985Z 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 2024-11-01T16:45:07.7469568Z 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 2024-11-01T16:45:07.7475065Z 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 2024-11-01T16:45:07.7480735Z 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 2024-11-01T16:45:07.7485997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7491017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7496349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7502656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7508318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7514453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7520592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7526939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7533733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7540027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7551408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7556946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7562565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7567991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7573409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7579234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7584795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7589909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7595479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7600761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7606258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7611601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7617196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7623240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7628811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7633789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7639165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7644461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7649739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7655573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7661068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7677660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7682381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7687284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7692568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7697978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7703431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7708730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7714256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7719678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7725081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7730248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7735661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7741048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7746337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7751816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7757337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7762608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7767870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7772996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7778149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7783645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7789032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7794179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7799424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7804564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7809609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7814992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7820519Z 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 2024-11-01T16:45:07.7826218Z 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 2024-11-01T16:45:07.7831701Z 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 2024-11-01T16:45:07.7837299Z 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 2024-11-01T16:45:07.7843183Z 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 2024-11-01T16:45:07.7848643Z 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 2024-11-01T16:45:07.7854011Z 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 2024-11-01T16:45:07.7859378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7864566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7870321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7876118Z 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 2024-11-01T16:45:07.7881478Z 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 2024-11-01T16:45:07.7899818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7905044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7910653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7915941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7921487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7926893Z 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 2024-11-01T16:45:07.7932330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7937630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7943097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7948987Z 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 2024-11-01T16:45:07.7954363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_tensors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7959969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_tensors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7965470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7970833Z 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 2024-11-01T16:45:07.7976871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7983228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7989573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.7995807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8001679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8007259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8012569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8018624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8024284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8029703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8035215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8040788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8045919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8051206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8056474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8061727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8066979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alpha_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8072589Z 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 2024-11-01T16:45:07.8077995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alpha_dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8102868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alpha_dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8108090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8114109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8119224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8124571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8130072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8135402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8141384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8154973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8160317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8165428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8170961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8176143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8181521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8186812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8192237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8197817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8203220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8208977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8214151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8219615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8224885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8230197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8235617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8241007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8246294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8251671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8257073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8262580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8267768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8273023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8278397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8283847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8289182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8294612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8300387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8306331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8311998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8317478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8323283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8329154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8334492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8339909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8345363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8367333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8373534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8378654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8384511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8390065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8409699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8415156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8420875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8426153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8431747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8437125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8442797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8448703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8454204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8459775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8466312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8471776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8477752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8483855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8490402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8496508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8501920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8507369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8512870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8518012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8523518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8528947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8534522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8540111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8545740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8551050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8556384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8562020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8567300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8572770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8578764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8584319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8589484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8594847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8600294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8605713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8611040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8616617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8622005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8627573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8632890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8638175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8643474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8648918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8654388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8660046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8665341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8670982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8676153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8681363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8686550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8691779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8697203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8702196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8707484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8712503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8718007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8723296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8728506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8733637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8739072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8744449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8749776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8755502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8760769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8765977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8771446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8776659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8782522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8787743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8792822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8798533Z 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 2024-11-01T16:45:07.8803627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8809390Z 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 2024-11-01T16:45:07.8814649Z 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 2024-11-01T16:45:07.8830165Z 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 2024-11-01T16:45:07.8835646Z 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 2024-11-01T16:45:07.8841133Z 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 2024-11-01T16:45:07.8846666Z 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 2024-11-01T16:45:07.8852232Z 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 2024-11-01T16:45:07.8857933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8863722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8869582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8875772Z 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 2024-11-01T16:45:07.8881540Z 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 2024-11-01T16:45:07.8887045Z 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 2024-11-01T16:45:07.8892766Z 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 2024-11-01T16:45:07.8898646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8903839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8909583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8915122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8920654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8926169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8931660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8937279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8942958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8948537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8979484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8984843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8991376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.8997701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9003484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9009171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9014975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9021018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9026790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9032099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9037865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9043544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9048761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9054222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9059715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9065443Z 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 2024-11-01T16:45:07.9070489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9075651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9080936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9086874Z 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 2024-11-01T16:45:07.9092053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9097545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9103045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9108743Z 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 2024-11-01T16:45:07.9114048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9119163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9124393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9129800Z 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 2024-11-01T16:45:07.9135581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9141176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9146621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9152194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9158292Z 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 2024-11-01T16:45:07.9163638Z 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 2024-11-01T16:45:07.9169182Z 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 2024-11-01T16:45:07.9175041Z 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 2024-11-01T16:45:07.9180711Z 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 2024-11-01T16:45:07.9186332Z 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 2024-11-01T16:45:07.9192007Z 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 2024-11-01T16:45:07.9198027Z 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 2024-11-01T16:45:07.9203379Z 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 2024-11-01T16:45:07.9209142Z 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 2024-11-01T16:45:07.9214652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9220951Z 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 2024-11-01T16:45:07.9226459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9232262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9238197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9243972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9250179Z 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 2024-11-01T16:45:07.9255940Z 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 2024-11-01T16:45:07.9261534Z 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 2024-11-01T16:45:07.9267199Z 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 2024-11-01T16:45:07.9272946Z 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 2024-11-01T16:45:07.9285706Z 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 2024-11-01T16:45:07.9289679Z 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 2024-11-01T16:45:07.9295968Z 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 2024-11-01T16:45:07.9301521Z 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 2024-11-01T16:45:07.9307288Z 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 2024-11-01T16:45:07.9327053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9332781Z 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 2024-11-01T16:45:07.9338653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9344180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9349820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9355702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9361129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9366911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9372419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9378488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9384075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9389946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9395582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bartlett_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9401490Z 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 2024-11-01T16:45:07.9406940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bartlett_window_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9412546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bartlett_window_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9418212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9424275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9430165Z 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 2024-11-01T16:45:07.9436089Z 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 2024-11-01T16:45:07.9441736Z 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 2024-11-01T16:45:07.9447800Z 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 2024-11-01T16:45:07.9453489Z 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 2024-11-01T16:45:07.9459262Z 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 2024-11-01T16:45:07.9465662Z 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 2024-11-01T16:45:07.9471414Z 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 2024-11-01T16:45:07.9477079Z 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 2024-11-01T16:45:07.9482787Z 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 2024-11-01T16:45:07.9488894Z 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 2024-11-01T16:45:07.9495608Z 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 2024-11-01T16:45:07.9501752Z 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 2024-11-01T16:45:07.9507371Z 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 2024-11-01T16:45:07.9513349Z 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 2024-11-01T16:45:07.9518945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_elemt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9524799Z 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 2024-11-01T16:45:07.9530372Z 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 2024-11-01T16:45:07.9536085Z 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 2024-11-01T16:45:07.9541899Z 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 2024-11-01T16:45:07.9547974Z 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 2024-11-01T16:45:07.9553547Z 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 2024-11-01T16:45:07.9559144Z 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 2024-11-01T16:45:07.9564738Z 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 2024-11-01T16:45:07.9570458Z 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 2024-11-01T16:45:07.9576986Z 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 2024-11-01T16:45:07.9582746Z 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 2024-11-01T16:45:07.9588316Z 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 2024-11-01T16:45:07.9593871Z 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 2024-11-01T16:45:07.9599296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9605408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9610485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_stats.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:07.9616644Z 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 2024-11-01T16:45:07.9622155Z 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 2024-11-01T16:45:08.0164826Z 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 2024-11-01T16:45:08.0170161Z 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 2024-11-01T16:45:08.0175860Z 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 2024-11-01T16:45:08.0182532Z 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 2024-11-01T16:45:08.0188195Z 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 2024-11-01T16:45:08.0193926Z 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 2024-11-01T16:45:08.0199483Z 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 2024-11-01T16:45:08.0205511Z 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 2024-11-01T16:45:08.0211012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0217218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0222832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0228425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0234066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0252808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0258296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0263949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0269523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0275118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0280496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0285812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0291240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0296987Z 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 2024-11-01T16:45:08.0302826Z 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 2024-11-01T16:45:08.0308682Z 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 2024-11-01T16:45:08.0314274Z 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 2024-11-01T16:45:08.0319988Z 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 2024-11-01T16:45:08.0325517Z 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 2024-11-01T16:45:08.0331131Z 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 2024-11-01T16:45:08.0337229Z 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 2024-11-01T16:45:08.0342967Z 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 2024-11-01T16:45:08.0348646Z 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 2024-11-01T16:45:08.0354512Z 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 2024-11-01T16:45:08.0360280Z 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 2024-11-01T16:45:08.0365901Z 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 2024-11-01T16:45:08.0371401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0377613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0383068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0388507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0394315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0399806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0405265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0410924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0416521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0421829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0427704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0433029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0438681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0444174Z 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 2024-11-01T16:45:08.0449809Z 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 2024-11-01T16:45:08.0455520Z 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 2024-11-01T16:45:08.0461392Z 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 2024-11-01T16:45:08.0466960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0472599Z 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 2024-11-01T16:45:08.0478117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0483892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0490367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0497768Z 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 2024-11-01T16:45:08.0503584Z 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 2024-11-01T16:45:08.0509175Z 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 2024-11-01T16:45:08.0514794Z 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 2024-11-01T16:45:08.0520444Z 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 2024-11-01T16:45:08.0526219Z 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 2024-11-01T16:45:08.0531864Z 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 2024-11-01T16:45:08.0538129Z 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 2024-11-01T16:45:08.0543727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0549838Z 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 2024-11-01T16:45:08.0555102Z 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 2024-11-01T16:45:08.0560588Z 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 2024-11-01T16:45:08.0566199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0571806Z 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 2024-11-01T16:45:08.0577314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0582993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0588377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0594287Z 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 2024-11-01T16:45:08.0599846Z 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 2024-11-01T16:45:08.0605515Z 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 2024-11-01T16:45:08.0611040Z 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 2024-11-01T16:45:08.0616562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0622272Z 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 2024-11-01T16:45:08.0627728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0633502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0639186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0645499Z 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 2024-11-01T16:45:08.0651544Z 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 2024-11-01T16:45:08.0657035Z 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 2024-11-01T16:45:08.0662739Z 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 2024-11-01T16:45:08.0668417Z 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 2024-11-01T16:45:08.0674261Z 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 2024-11-01T16:45:08.0680103Z 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 2024-11-01T16:45:08.0685778Z 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 2024-11-01T16:45:08.0691353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0697715Z 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 2024-11-01T16:45:08.0703511Z 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 2024-11-01T16:45:08.0709356Z 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 2024-11-01T16:45:08.0715204Z 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 2024-11-01T16:45:08.0736727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0742380Z 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 2024-11-01T16:45:08.0748274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0753894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0759511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\blackman_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0765423Z 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 2024-11-01T16:45:08.0771080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\blackman_window_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0776915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\blackman_window_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0782471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\block_diag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0788376Z 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 2024-11-01T16:45:08.0793698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\block_diag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0798925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\block_diag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0804339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0810025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0815522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0821101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0832190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0834703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0840211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0845642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0851055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0857746Z 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 2024-11-01T16:45:08.0863623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_tensors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0869113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_tensors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0874634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0880552Z 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 2024-11-01T16:45:08.0886077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0891688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0897482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0903594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0909013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0914515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0920027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0925597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0931049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\can_cast.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0936678Z 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 2024-11-01T16:45:08.0942350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\can_cast_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0947525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\can_cast_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0952914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cartesian_prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0958698Z 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 2024-11-01T16:45:08.0964056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cartesian_prod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0969237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cartesian_prod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0974443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0980379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0985821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0991113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.0996427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1001618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1006830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1012356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1017939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1023042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1028527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1050765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1052340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1054002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1064218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1069728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1075865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1082905Z 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 2024-11-01T16:45:08.1089109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1096096Z 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 2024-11-01T16:45:08.1102755Z 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 2024-11-01T16:45:08.1108910Z 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 2024-11-01T16:45:08.1114744Z 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 2024-11-01T16:45:08.1121273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1126691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1132595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1137843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1143198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1148543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1153847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1159746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1164948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1170327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1175870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1181027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1186370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1191764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1196793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1202382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1207535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1212752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1217949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chain_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1223560Z 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 2024-11-01T16:45:08.1228902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chain_matmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1234043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chain_matmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1239365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1244737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1249991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1255292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1260759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1266448Z 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 2024-11-01T16:45:08.1271725Z 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 2024-11-01T16:45:08.1277286Z 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 2024-11-01T16:45:08.1282728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1288044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1293688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1299022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1304338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1309681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1315167Z 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 2024-11-01T16:45:08.1320785Z 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 2024-11-01T16:45:08.1326211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1331620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1337262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1342615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1348084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1353908Z 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 2024-11-01T16:45:08.1359389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1365042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1370721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\choose_qparams_optimized.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1376641Z 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 2024-11-01T16:45:08.1382122Z 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 2024-11-01T16:45:08.1387709Z 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 2024-11-01T16:45:08.1393229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1398704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1404178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1409532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1414966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1420888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1426168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1431672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1437098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1443253Z 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 2024-11-01T16:45:08.1448645Z 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 2024-11-01T16:45:08.1454378Z 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 2024-11-01T16:45:08.1459947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1465522Z 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 2024-11-01T16:45:08.1471011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1477184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1482818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1488366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1494156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1501601Z 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 2024-11-01T16:45:08.1510575Z 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 2024-11-01T16:45:08.1513671Z 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 2024-11-01T16:45:08.1519127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1524934Z 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 2024-11-01T16:45:08.1530539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1536142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1541567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1547113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1552513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1557904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1563296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1568861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1573998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1579510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1584643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1589864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1595464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1600632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1605806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1611061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1616420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1621659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1627150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1632352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1637655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1642928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\column_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1667140Z 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 2024-11-01T16:45:08.1672482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\column_stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1677688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\column_stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1682956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1688330Z 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 2024-11-01T16:45:08.1693686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1699609Z 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 2024-11-01T16:45:08.1705160Z 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 2024-11-01T16:45:08.1710685Z 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 2024-11-01T16:45:08.1716337Z 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 2024-11-01T16:45:08.1721799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1727434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1732892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1738616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1743962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1749456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1754997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1760531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1765730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1771161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1776790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1782277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1787636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1794062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1800427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1806118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1811381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1817100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1822355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1827669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1833173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1838338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1843716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1848793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1853938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1859807Z 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 2024-11-01T16:45:08.1865456Z 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 2024-11-01T16:45:08.1870923Z 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 2024-11-01T16:45:08.1876791Z 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 2024-11-01T16:45:08.1882142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1887546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1892911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\constant_pad_nd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1898684Z 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 2024-11-01T16:45:08.1903934Z 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 2024-11-01T16:45:08.1909538Z 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 2024-11-01T16:45:08.1914939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1939586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1944728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1949883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1955948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1961629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1967052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1972515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1978020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1983507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1988540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1993985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.1999254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2004685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2010121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2015478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2020870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2026318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2032121Z 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 2024-11-01T16:45:08.2037504Z 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 2024-11-01T16:45:08.2043144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2048810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2054357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_overrideable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2060630Z 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 2024-11-01T16:45:08.2066616Z 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 2024-11-01T16:45:08.2072740Z 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 2024-11-01T16:45:08.2079330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2085359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2091721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2097721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_overrideable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2103926Z 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 2024-11-01T16:45:08.2109630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_overrideable_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2115457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_overrideable_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2121440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2127198Z 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 2024-11-01T16:45:08.2133002Z 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 2024-11-01T16:45:08.2138608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2144299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2149821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2155041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2160990Z 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 2024-11-01T16:45:08.2166373Z 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 2024-11-01T16:45:08.2171973Z 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 2024-11-01T16:45:08.2177703Z 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 2024-11-01T16:45:08.2183066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2189243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2194982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2200715Z 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 2024-11-01T16:45:08.2206048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2211492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2217124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2222860Z 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 2024-11-01T16:45:08.2228278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2233985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2239494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2245350Z 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 2024-11-01T16:45:08.2250975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2256545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2261910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2267113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2272745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2278392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2283852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2289370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2294861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2300520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2305933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2311646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2318221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2325167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2330216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2336125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2341514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2346958Z 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 2024-11-01T16:45:08.2353593Z 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 2024-11-01T16:45:08.2359286Z 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 2024-11-01T16:45:08.2370114Z 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 2024-11-01T16:45:08.2374547Z 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 2024-11-01T16:45:08.2380290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2385778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2391241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2396879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2402377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2407781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2413582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2419085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2424795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2430537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2435918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2441661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2447098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2452548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_embedding_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2458638Z 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 2024-11-01T16:45:08.2464201Z 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 2024-11-01T16:45:08.2469859Z 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 2024-11-01T16:45:08.2475510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_similarity.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2481788Z 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 2024-11-01T16:45:08.2487573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_similarity_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2493024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_similarity_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2499301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2504953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2511237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2516963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2522802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2533772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2539378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2544866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2550771Z 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 2024-11-01T16:45:08.2556393Z 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 2024-11-01T16:45:08.2562014Z 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 2024-11-01T16:45:08.2567730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2573251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2579233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2585052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2590235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2595605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2600720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2606243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2611871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_entropy_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2617862Z 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 2024-11-01T16:45:08.2623286Z 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 2024-11-01T16:45:08.2628806Z 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 2024-11-01T16:45:08.2634179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2639703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2645171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2650830Z 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 2024-11-01T16:45:08.2656213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2662359Z 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 2024-11-01T16:45:08.2667946Z 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 2024-11-01T16:45:08.2673322Z 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 2024-11-01T16:45:08.2679086Z 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 2024-11-01T16:45:08.2684736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2690002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2695500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2701125Z 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 2024-11-01T16:45:08.2706294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ctc_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2711741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ctc_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2717338Z 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 2024-11-01T16:45:08.2741897Z 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 2024-11-01T16:45:08.2747697Z 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 2024-11-01T16:45:08.2753210Z 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 2024-11-01T16:45:08.2758804Z 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 2024-11-01T16:45:08.2765281Z 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 2024-11-01T16:45:08.2771366Z 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 2024-11-01T16:45:08.2776943Z 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 2024-11-01T16:45:08.2782713Z 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 2024-11-01T16:45:08.2788263Z 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 2024-11-01T16:45:08.2793734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2799330Z 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 2024-11-01T16:45:08.2805782Z 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 2024-11-01T16:45:08.2811881Z 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 2024-11-01T16:45:08.2817693Z 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 2024-11-01T16:45:08.2823425Z 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 2024-11-01T16:45:08.2829423Z 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 2024-11-01T16:45:08.2835120Z 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 2024-11-01T16:45:08.2841059Z 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 2024-11-01T16:45:08.2846752Z 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 2024-11-01T16:45:08.2852540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2858599Z 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 2024-11-01T16:45:08.2864696Z 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 2024-11-01T16:45:08.2870636Z 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 2024-11-01T16:45:08.2876655Z 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 2024-11-01T16:45:08.2882324Z 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 2024-11-01T16:45:08.2888163Z 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 2024-11-01T16:45:08.2893891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2899752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2905570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2911683Z 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 2024-11-01T16:45:08.2917705Z 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 2024-11-01T16:45:08.2923449Z 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 2024-11-01T16:45:08.2929185Z 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 2024-11-01T16:45:08.2936176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2942664Z 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 2024-11-01T16:45:08.2948617Z 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 2024-11-01T16:45:08.2954398Z 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 2024-11-01T16:45:08.2960193Z 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 2024-11-01T16:45:08.2965877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.2971726Z 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 2024-11-01T16:45:08.2977952Z 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 2024-11-01T16:45:08.2983925Z 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 2024-11-01T16:45:08.2989657Z 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 2024-11-01T16:45:08.2995377Z 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 2024-11-01T16:45:08.3001383Z 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 2024-11-01T16:45:08.3007304Z 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 2024-11-01T16:45:08.3014308Z 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 2024-11-01T16:45:08.3020899Z 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 2024-11-01T16:45:08.3026531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_is_acceptable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3032708Z 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 2024-11-01T16:45:08.3038301Z 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 2024-11-01T16:45:08.3043867Z 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 2024-11-01T16:45:08.3049502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3055039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummaxmin_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3061010Z 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 2024-11-01T16:45:08.3066374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummaxmin_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3071963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummaxmin_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3077686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3083254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3088784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3094276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3099859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3105528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3111019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3116365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3122324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3127770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3133177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3139281Z 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 2024-11-01T16:45:08.3144533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3149728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3155554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3161315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3870670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3876249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3881920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3887649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3893289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3899133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3904769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3910771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3916535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3922043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3927627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3933552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3939410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3945114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3950694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3956588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumulative_trapezoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3962593Z 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 2024-11-01T16:45:08.3968121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumulative_trapezoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3973866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumulative_trapezoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3979705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3985027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3990338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.3996092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4001751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4006940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4012424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4018110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4024463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dense_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4030577Z 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 2024-11-01T16:45:08.4035993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dense_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4041715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dense_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4047317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4053090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4058473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4064082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4069483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4074970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4080939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4085798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4091184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4096637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4102420Z 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 2024-11-01T16:45:08.4108037Z 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 2024-11-01T16:45:08.4113626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4119037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4124504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4129821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4135684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4141437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4146914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4151986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4157166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4162441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4168026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4173251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4178793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4183994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4189707Z 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 2024-11-01T16:45:08.4195093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4200779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4206472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4211797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4216894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4222521Z 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 2024-11-01T16:45:08.4227986Z 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 2024-11-01T16:45:08.4233425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4239053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4244624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4250002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4255500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4261555Z 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 2024-11-01T16:45:08.4267216Z 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 2024-11-01T16:45:08.4272777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4278295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4284007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4289208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4295112Z 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 2024-11-01T16:45:08.4300690Z 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 2024-11-01T16:45:08.4306350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4311770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4317187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4322445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4327561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4332961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4338388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4343656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4349140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4354979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4360256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4365914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4371387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4376773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4382258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4387666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4393259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4398692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4403852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4415059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4420396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4425255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4430701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4436111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4441517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4447460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4452789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4459564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4464941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4470360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4475614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4480949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4486401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4491790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4497209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4502434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4507858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4513060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4518402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4523534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4529026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4534599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4539933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4545259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4550800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4556051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4561238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4566893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4572577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4578061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4583145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4588499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4593897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4599080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4604415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4609651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4615086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4621015Z 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 2024-11-01T16:45:08.4626238Z 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 2024-11-01T16:45:08.4631673Z 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 2024-11-01T16:45:08.4637175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4642690Z 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 2024-11-01T16:45:08.4648164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4654155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4660336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4665355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4670700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4676177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4681327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4686904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4692386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4697907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4703446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4709449Z 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 2024-11-01T16:45:08.4714978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4720539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4726050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_bag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4731893Z 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 2024-11-01T16:45:08.4737664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_bag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4743325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_bag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4749242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4754754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_dense_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4760960Z 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 2024-11-01T16:45:08.4766664Z 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 2024-11-01T16:45:08.4772534Z 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 2024-11-01T16:45:08.4778757Z 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 2024-11-01T16:45:08.4784454Z 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 2024-11-01T16:45:08.4790185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4795726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4801380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4807405Z 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 2024-11-01T16:45:08.4813303Z 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 2024-11-01T16:45:08.4819224Z 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 2024-11-01T16:45:08.4825027Z 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 2024-11-01T16:45:08.4830659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4836241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4841881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_sparse_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4848127Z 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 2024-11-01T16:45:08.4853767Z 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 2024-11-01T16:45:08.4859488Z 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 2024-11-01T16:45:08.4864941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4870624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4876382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4882102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4887922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4893238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4899293Z 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 2024-11-01T16:45:08.4905295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4910922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4916616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4922347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4927973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4933780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_permuted.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4939872Z 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 2024-11-01T16:45:08.4945420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_permuted_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4951071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_permuted_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4956675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_quantized.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4962688Z 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 2024-11-01T16:45:08.4968496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_quantized_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4974073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_quantized_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4979716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.4986135Z 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 2024-11-01T16:45:08.4991766Z 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 2024-11-01T16:45:08.4997379Z 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 2024-11-01T16:45:08.5003041Z 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 2024-11-01T16:45:08.5008832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5014520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5020191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5025321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5030365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5036041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5041394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5046933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5052904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5058298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5064068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5069394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5074600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5079962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5085290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5090453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5095709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5101378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5123619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5128989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5134552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5139956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5145331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5150657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5155987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5161621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5166913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5172538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5178086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5183926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5188998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5194301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5200399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5205695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5211415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5216898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5221947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5227298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5232861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5237926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5243214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5249100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5254292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5259775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5265113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5270414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5275852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5281185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5286489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5291702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5297507Z 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 2024-11-01T16:45:08.5302836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5308054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5332341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5338648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5346201Z 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 2024-11-01T16:45:08.5353431Z 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 2024-11-01T16:45:08.5359948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5366756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5373140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5378840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5384166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5389861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5395399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5401005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5406565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5411997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5417719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5423262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5428931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5434950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5440572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5446157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5451869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5457605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5463267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5469201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5474836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5480287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5485722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5490968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5496837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5502246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5507499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5513119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5518651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5524132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5530153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5536155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5542159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5547840Z 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 2024-11-01T16:45:08.5553554Z 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 2024-11-01T16:45:08.5559647Z 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 2024-11-01T16:45:08.5567454Z 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 2024-11-01T16:45:08.5573076Z 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 2024-11-01T16:45:08.5578798Z 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 2024-11-01T16:45:08.5585012Z 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 2024-11-01T16:45:08.5590880Z 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 2024-11-01T16:45:08.5596766Z 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 2024-11-01T16:45:08.5602700Z 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 2024-11-01T16:45:08.5608139Z 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 2024-11-01T16:45:08.5614232Z 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 2024-11-01T16:45:08.5619943Z 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 2024-11-01T16:45:08.5625525Z 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 2024-11-01T16:45:08.5631358Z 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 2024-11-01T16:45:08.5637161Z 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 2024-11-01T16:45:08.5643091Z 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 2024-11-01T16:45:08.5649220Z 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 2024-11-01T16:45:08.5655042Z 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 2024-11-01T16:45:08.5660858Z 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 2024-11-01T16:45:08.5667324Z 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 2024-11-01T16:45:08.5673172Z 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 2024-11-01T16:45:08.5678837Z 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 2024-11-01T16:45:08.5684858Z 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 2024-11-01T16:45:08.5690434Z 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 2024-11-01T16:45:08.5696582Z 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 2024-11-01T16:45:08.5702246Z 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 2024-11-01T16:45:08.5708089Z 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 2024-11-01T16:45:08.5713698Z 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 2024-11-01T16:45:08.5719544Z 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 2024-11-01T16:45:08.5725420Z 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 2024-11-01T16:45:08.5731257Z 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 2024-11-01T16:45:08.5737008Z 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 2024-11-01T16:45:08.5742748Z 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 2024-11-01T16:45:08.5748274Z 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 2024-11-01T16:45:08.5754176Z 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 2024-11-01T16:45:08.5759833Z 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 2024-11-01T16:45:08.5765838Z 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 2024-11-01T16:45:08.5771558Z 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 2024-11-01T16:45:08.5777686Z 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 2024-11-01T16:45:08.5783472Z 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 2024-11-01T16:45:08.5789185Z 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 2024-11-01T16:45:08.5794759Z 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 2024-11-01T16:45:08.5800468Z 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 2024-11-01T16:45:08.5806099Z 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 2024-11-01T16:45:08.5812031Z 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 2024-11-01T16:45:08.5817904Z 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 2024-11-01T16:45:08.5823625Z 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 2024-11-01T16:45:08.5829251Z 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 2024-11-01T16:45:08.5835361Z 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 2024-11-01T16:45:08.5840956Z 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 2024-11-01T16:45:08.5846794Z 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 2024-11-01T16:45:08.5852464Z 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 2024-11-01T16:45:08.5858622Z 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 2024-11-01T16:45:08.5864549Z 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 2024-11-01T16:45:08.5870375Z 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 2024-11-01T16:45:08.5876084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_alpha_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5882284Z 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 2024-11-01T16:45:08.5887858Z 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 2024-11-01T16:45:08.5893568Z 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 2024-11-01T16:45:08.5899652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5905498Z 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 2024-11-01T16:45:08.5911225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5917117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5922653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5927965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5933647Z 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 2024-11-01T16:45:08.5939164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5944743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5950380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftfreq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5956200Z 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 2024-11-01T16:45:08.5961815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftfreq_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5967342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftfreq_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5972867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5978732Z 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 2024-11-01T16:45:08.5984165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5989726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.5995336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6001451Z 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 2024-11-01T16:45:08.6007058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6012516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6018413Z 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 2024-11-01T16:45:08.6023914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6029559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6036011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6042038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6048161Z 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 2024-11-01T16:45:08.6054230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6059932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6065477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6071429Z 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 2024-11-01T16:45:08.6076962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6083028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6088942Z 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 2024-11-01T16:45:08.6094511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6100107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6105510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6110717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6116540Z 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 2024-11-01T16:45:08.6121772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6127331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6132983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6139332Z 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 2024-11-01T16:45:08.6144406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6150030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6155489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6161285Z 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 2024-11-01T16:45:08.6166594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6171992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6178048Z 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 2024-11-01T16:45:08.6183410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6189031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6194409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6199741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6205502Z 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 2024-11-01T16:45:08.6211009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6216545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6222157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6227984Z 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 2024-11-01T16:45:08.6233334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6238891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6244558Z 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 2024-11-01T16:45:08.6250069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6255667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6268479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6269959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6272482Z 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 2024-11-01T16:45:08.6277664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6283246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6288967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6295176Z 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 2024-11-01T16:45:08.6300992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6306428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6312197Z 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 2024-11-01T16:45:08.6317577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6323028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6328492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6333734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6339773Z 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 2024-11-01T16:45:08.6345003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6350471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6356025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftfreq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6361739Z 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 2024-11-01T16:45:08.6367335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftfreq_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6372687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftfreq_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6378480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6384305Z 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 2024-11-01T16:45:08.6390342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6395698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6401520Z 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 2024-11-01T16:45:08.6406956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6412546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6418459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6424117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6429398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6434953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6440571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6446330Z 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 2024-11-01T16:45:08.6451818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_diagonal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6457369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_diagonal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6463155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6468631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6474099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6479506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6485116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6490437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6496335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6501794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6507617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6513085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_dense_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6518892Z 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 2024-11-01T16:45:08.6524401Z 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 2024-11-01T16:45:08.6529846Z 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 2024-11-01T16:45:08.6535545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6540849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6546431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6552619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6558868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6565181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6571201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6577942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6583293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6588755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6594337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6600239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6608964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6615920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6621500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6626612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6631776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\float_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6637550Z 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 2024-11-01T16:45:08.6643074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\float_power_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6648509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\float_power_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6654371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6660101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6665530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6670985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6676772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6682410Z 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 2024-11-01T16:45:08.6688053Z 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 2024-11-01T16:45:08.6693787Z 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 2024-11-01T16:45:08.6699474Z 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 2024-11-01T16:45:08.6704921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6710458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6716649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6721998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6727526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6732951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6738536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6744153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6749734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6755121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6760553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6766010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6771309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6776707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6781832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6787442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.6792563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.8924010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.8929519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.8951325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.8956790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.8962269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.8967666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.8973391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.8979176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.8984642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.8990407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.8995984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9001578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9007285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9012774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9018133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9023549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9029841Z 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 2024-11-01T16:45:08.9036097Z 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 2024-11-01T16:45:08.9041638Z 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 2024-11-01T16:45:08.9047356Z 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 2024-11-01T16:45:08.9053865Z 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 2024-11-01T16:45:08.9060842Z 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 2024-11-01T16:45:08.9067966Z 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 2024-11-01T16:45:08.9074650Z 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 2024-11-01T16:45:08.9081042Z 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 2024-11-01T16:45:08.9086763Z 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 2024-11-01T16:45:08.9092556Z 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 2024-11-01T16:45:08.9098376Z 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 2024-11-01T16:45:08.9104573Z 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 2024-11-01T16:45:08.9110372Z 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 2024-11-01T16:45:08.9115916Z 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 2024-11-01T16:45:08.9121431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9127303Z 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 2024-11-01T16:45:08.9133396Z 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 2024-11-01T16:45:08.9138987Z 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 2024-11-01T16:45:08.9144577Z 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 2024-11-01T16:45:08.9150299Z 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 2024-11-01T16:45:08.9156312Z 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 2024-11-01T16:45:08.9161988Z 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 2024-11-01T16:45:08.9167937Z 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 2024-11-01T16:45:08.9173445Z 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 2024-11-01T16:45:08.9179239Z 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 2024-11-01T16:45:08.9184766Z 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 2024-11-01T16:45:08.9190751Z 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 2024-11-01T16:45:08.9196360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9201759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9207264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9213140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9218681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9224102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9229405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9234497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9239883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9245341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9250888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9256467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9261956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9267427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frobenius_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9273227Z 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 2024-11-01T16:45:08.9278846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frobenius_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9284296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frobenius_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9289832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_blob.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9295228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9300978Z 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 2024-11-01T16:45:08.9306254Z 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 2024-11-01T16:45:08.9311716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9317078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9322578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9328139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9333741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9339531Z 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 2024-11-01T16:45:08.9344789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9350255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9355577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9361027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9366820Z 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 2024-11-01T16:45:08.9372719Z 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 2024-11-01T16:45:08.9378491Z 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 2024-11-01T16:45:08.9384347Z 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 2024-11-01T16:45:08.9390450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9395543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9401166Z 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 2024-11-01T16:45:08.9406834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9412474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9418588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9424477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9430186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9435635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9441214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9447044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9452634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9458863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9463899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9469682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9475000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9480784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9493126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9498506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9503979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9509461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9514747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9520046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9525334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9531273Z 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 2024-11-01T16:45:08.9536878Z 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 2024-11-01T16:45:08.9542665Z 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 2024-11-01T16:45:08.9548332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9554350Z 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 2024-11-01T16:45:08.9561024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9567461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9574036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9579551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9585378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9590978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9596588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9602323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9607713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9612868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9618635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9624191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9630451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9635962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9641366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9646842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9652315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9657708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9663232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9668617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9674157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9679463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9684864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9690095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9695426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9701030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9706652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9712071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9717661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9722867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9728112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9733840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9738945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9744118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9749861Z 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 2024-11-01T16:45:08.9754980Z 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 2024-11-01T16:45:08.9760707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_jvp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9766531Z 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 2024-11-01T16:45:08.9772119Z 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 2024-11-01T16:45:08.9777701Z 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 2024-11-01T16:45:08.9783119Z 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 2024-11-01T16:45:08.9788863Z 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 2024-11-01T16:45:08.9794126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9799758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9805640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9811025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9816691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9822237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9827816Z 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 2024-11-01T16:45:08.9833233Z 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 2024-11-01T16:45:08.9838923Z 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 2024-11-01T16:45:08.9844406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9849989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9855535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9860803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9866340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9871772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9877709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9883863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9889719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9896741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9902296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9908045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9913385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9919611Z 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 2024-11-01T16:45:08.9925355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_equal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9930922Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_equal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9936650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9943162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9948699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9955026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:08.9962248Z 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 2024-11-01T16:45:08.9968323Z 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 2024-11-01T16:45:08.9974044Z 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 2024-11-01T16:45:08.9979924Z 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 2024-11-01T16:45:08.9985675Z 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 2024-11-01T16:45:08.9991357Z 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 2024-11-01T16:45:08.9997287Z 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 2024-11-01T16:45:09.0002985Z 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 2024-11-01T16:45:09.0008655Z 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 2024-11-01T16:45:09.0014417Z 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 2024-11-01T16:45:09.0020975Z 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 2024-11-01T16:45:09.0026544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0032090Z 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 2024-11-01T16:45:09.0038024Z 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 2024-11-01T16:45:09.0043727Z 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 2024-11-01T16:45:09.0049920Z 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 2024-11-01T16:45:09.0055561Z 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 2024-11-01T16:45:09.0061234Z 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 2024-11-01T16:45:09.0067075Z 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 2024-11-01T16:45:09.0072536Z 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 2024-11-01T16:45:09.0078704Z 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 2024-11-01T16:45:09.0084435Z 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 2024-11-01T16:45:09.0089952Z 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 2024-11-01T16:45:09.0095778Z 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 2024-11-01T16:45:09.0101493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0106983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0112467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0118415Z 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 2024-11-01T16:45:09.0123791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\group_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0129201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\group_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0135087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0140372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0145845Z 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 2024-11-01T16:45:09.0151270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0156600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0162444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0167666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0173030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0178219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0183796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0189055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0194443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0199844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0205524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0210807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0216363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0221835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hamming_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0227472Z 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 2024-11-01T16:45:09.0232979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hamming_window_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0238476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hamming_window_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0244121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hann_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0249768Z 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 2024-11-01T16:45:09.0255179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hann_window_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0260753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hann_window_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0266133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0272144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0278496Z 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 2024-11-01T16:45:09.0284062Z 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 2024-11-01T16:45:09.0290289Z 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 2024-11-01T16:45:09.0296163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0301883Z 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 2024-11-01T16:45:09.0307796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0313259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0319281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0324667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0330168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0335880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0341898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0347390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0352946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0358493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0364028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0370012Z 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 2024-11-01T16:45:09.0375602Z 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 2024-11-01T16:45:09.0381267Z 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 2024-11-01T16:45:09.0386810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0392407Z 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 2024-11-01T16:45:09.0416391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0421871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0427892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0433352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0439351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0444525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0450351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0456097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0461799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0467303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0473075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0478887Z 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 2024-11-01T16:45:09.0484338Z 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 2024-11-01T16:45:09.0490057Z 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 2024-11-01T16:45:09.0502339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0508457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0513819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0519445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0525060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0530720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0536652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0542212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0547538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0553370Z 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 2024-11-01T16:45:09.0558763Z 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 2024-11-01T16:45:09.0564330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0570249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0575941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0581831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0587302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0592914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0598451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0603999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0610031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0616585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0623166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0629552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0635978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0642550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0648462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0654271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hinge_embedding_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0660349Z 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 2024-11-01T16:45:09.0688889Z 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 2024-11-01T16:45:09.0694114Z 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 2024-11-01T16:45:09.0699801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0705053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0710426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0715966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0721311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0726752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0732363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0738303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0743793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0749155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0754660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0760189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0765588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0771130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0776852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0782198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0787657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0793004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0798231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0803659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0809593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0814992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0820501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0825712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0831041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0836453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0842182Z 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 2024-11-01T16:45:09.0848069Z 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 2024-11-01T16:45:09.0853582Z 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 2024-11-01T16:45:09.0859621Z 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 2024-11-01T16:45:09.0865067Z 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 2024-11-01T16:45:09.0870663Z 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 2024-11-01T16:45:09.0876110Z 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 2024-11-01T16:45:09.0881522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0887190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0892866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0898751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0904319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0909934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0915692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0921317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0926899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0932462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0937908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0943882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0949236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0954764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0960172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0966157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0971808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0977192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0982501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0988117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0993958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.0999098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1004662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1010277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1015898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1021562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1027737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1033925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1039310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1044900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1050401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1056208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1061837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1067435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1073417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1079988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1086317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1091806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1097474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1103032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1108402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1113779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1118839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1124445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1129617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1135511Z 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 2024-11-01T16:45:09.1141468Z 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 2024-11-01T16:45:09.1146886Z 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 2024-11-01T16:45:09.1152348Z 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 2024-11-01T16:45:09.1158129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1164557Z 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 2024-11-01T16:45:09.1170200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1175790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1181731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1187096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1192994Z 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 2024-11-01T16:45:09.1198483Z 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 2024-11-01T16:45:09.1204029Z 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 2024-11-01T16:45:09.1209544Z 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 2024-11-01T16:45:09.1219314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1224739Z 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 2024-11-01T16:45:09.1230218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1235751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1241753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1247520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1253037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1259036Z 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 2024-11-01T16:45:09.1264749Z 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 2024-11-01T16:45:09.1270323Z 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 2024-11-01T16:45:09.1275864Z 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 2024-11-01T16:45:09.1281386Z 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 2024-11-01T16:45:09.1286951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1292450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1298063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1303642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1309116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1314786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1320196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1326251Z 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 2024-11-01T16:45:09.1331811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_put_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1337455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_put_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1342990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1348909Z 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 2024-11-01T16:45:09.1354393Z 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 2024-11-01T16:45:09.1359918Z 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 2024-11-01T16:45:09.1365488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1371086Z 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 2024-11-01T16:45:09.1376805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1382491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1388073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1393746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1399821Z 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 2024-11-01T16:45:09.1405748Z 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 2024-11-01T16:45:09.1411494Z 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 2024-11-01T16:45:09.1417536Z 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 2024-11-01T16:45:09.1423366Z 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 2024-11-01T16:45:09.1429067Z 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 2024-11-01T16:45:09.1434670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1440261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1446393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1451800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1457414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1463306Z 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 2024-11-01T16:45:09.1468899Z 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 2024-11-01T16:45:09.1474485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1480249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1485850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1491204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1497132Z 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 2024-11-01T16:45:09.1503298Z 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 2024-11-01T16:45:09.1508934Z 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 2024-11-01T16:45:09.1514890Z 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 2024-11-01T16:45:09.1520428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1525971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1531425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1537148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1542739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\instance_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1548588Z 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 2024-11-01T16:45:09.1554138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\instance_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1559678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\instance_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1565150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\int_repr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1571325Z 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 2024-11-01T16:45:09.1576869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\int_repr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1583101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\int_repr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1588953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1595219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1600901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1606131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1611612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1617430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1622809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1628164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1633540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1639033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1644604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1649698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1655682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1660828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1666272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1671439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1676774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1683293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1688627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1693878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1699465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1704760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1710021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1715250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1720579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1725989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1731698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1737193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1742439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1747765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1753196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1758748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1764126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1769769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1775167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1780735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1786294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1791989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1797301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1803011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1808428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1814112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1819704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1824809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1830272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1835711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1841241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1846771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1851978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1857320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1862682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1868179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1873907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1879461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.1885360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_coalesced.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2530749Z 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 2024-11-01T16:45:09.2536282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_coalesced_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2541684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_coalesced_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2547296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2553238Z 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 2024-11-01T16:45:09.2558771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_complex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2564061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_complex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2570029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2575682Z 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 2024-11-01T16:45:09.2581527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2587286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2592674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_distributed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2598414Z 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 2024-11-01T16:45:09.2604125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_distributed_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2609412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_distributed_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2615416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_floating_point.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2621397Z 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 2024-11-01T16:45:09.2626808Z 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 2024-11-01T16:45:09.2632253Z 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 2024-11-01T16:45:09.2637620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_inference.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2643554Z 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 2024-11-01T16:45:09.2648695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_inference_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2655165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_inference_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2660987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_leaf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2666285Z 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 2024-11-01T16:45:09.2671701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_leaf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2676883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_leaf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2682228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2687420Z 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 2024-11-01T16:45:09.2692966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_neg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2698157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_neg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2703612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2709271Z 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 2024-11-01T16:45:09.2715300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_nonzero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2720609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_nonzero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2726673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_pinned.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2732399Z 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 2024-11-01T16:45:09.2737893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_pinned_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2743290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_pinned_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2748854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_same_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2754514Z 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 2024-11-01T16:45:09.2759803Z 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 2024-11-01T16:45:09.2765570Z 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 2024-11-01T16:45:09.2770816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_set_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2776121Z 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 2024-11-01T16:45:09.2781780Z 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 2024-11-01T16:45:09.2787051Z 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 2024-11-01T16:45:09.2792255Z 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 2024-11-01T16:45:09.2797795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_signed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2803468Z 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 2024-11-01T16:45:09.2808712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_signed_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2814098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_signed_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2820192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_vulkan_available.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2826048Z 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 2024-11-01T16:45:09.2831495Z 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 2024-11-01T16:45:09.2836736Z 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 2024-11-01T16:45:09.2842146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2847516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2853059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2858372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2863585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kaiser_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2869430Z 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 2024-11-01T16:45:09.2877846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kaiser_window_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2883282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kaiser_window_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2888774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kl_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2894365Z 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 2024-11-01T16:45:09.2899828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kl_div_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2905228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kl_div_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2910816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2916518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2921713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2926921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2932130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2937990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2944168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2949560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2954992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2960714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2966263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2971779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\l1_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2977540Z 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 2024-11-01T16:45:09.2983073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\l1_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2988492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\l1_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.2994104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3000001Z 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 2024-11-01T16:45:09.3005293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\layer_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3010881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\layer_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3016548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3022369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3027805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3033413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3038800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3044104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3049802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3056042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3061246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3066859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3072427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3078103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3083803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3089149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3094808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3101011Z 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 2024-11-01T16:45:09.3106550Z 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 2024-11-01T16:45:09.3112156Z 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 2024-11-01T16:45:09.3118155Z 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 2024-11-01T16:45:09.3123653Z 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 2024-11-01T16:45:09.3129156Z 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 2024-11-01T16:45:09.3134913Z 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 2024-11-01T16:45:09.3140897Z 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 2024-11-01T16:45:09.3146244Z 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 2024-11-01T16:45:09.3152632Z 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 2024-11-01T16:45:09.3158110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3163441Z 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 2024-11-01T16:45:09.3169018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3174541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3180069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3185692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3191332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3196621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3201953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3207440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3212822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3218403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3223809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3229226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3234438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3241222Z 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 2024-11-01T16:45:09.3246685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_equal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3252494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_equal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3257649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3263057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3268598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3274003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3279569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3284751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3289937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3295444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3300816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3305941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3311810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3316995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3322543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3328271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3333486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3339189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3344829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3350330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3355845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3374551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3376768Z 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 2024-11-01T16:45:09.3378440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3380399Z 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 2024-11-01T16:45:09.3385323Z 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 2024-11-01T16:45:09.3391011Z 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 2024-11-01T16:45:09.3396555Z 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 2024-11-01T16:45:09.3402142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3407629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3413252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3418303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3423605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3429806Z 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 2024-11-01T16:45:09.3435131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3441194Z 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 2024-11-01T16:45:09.3446965Z 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 2024-11-01T16:45:09.3452644Z 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 2024-11-01T16:45:09.3458399Z 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 2024-11-01T16:45:09.3464163Z 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 2024-11-01T16:45:09.3469790Z 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 2024-11-01T16:45:09.3475390Z 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 2024-11-01T16:45:09.3481315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3487015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3492592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cond.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3498899Z 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 2024-11-01T16:45:09.3504897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cond_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3510542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cond_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3516468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3522652Z 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 2024-11-01T16:45:09.3528019Z 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 2024-11-01T16:45:09.3533788Z 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 2024-11-01T16:45:09.3539527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3545249Z 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 2024-11-01T16:45:09.3550961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3556613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3562495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3568739Z 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 2024-11-01T16:45:09.3574688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_det_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3580748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_det_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3586634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3592665Z 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 2024-11-01T16:45:09.3598142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_diagonal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3603827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_diagonal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3609441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3614892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3621077Z 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 2024-11-01T16:45:09.3626442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3632182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3637716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3643164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvalsh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3649420Z 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 2024-11-01T16:45:09.3654839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvalsh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3660331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvalsh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3666437Z 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 2024-11-01T16:45:09.3672179Z 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 2024-11-01T16:45:09.3677686Z 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 2024-11-01T16:45:09.3683408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3688625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3693943Z 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 2024-11-01T16:45:09.3699409Z 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 2024-11-01T16:45:09.3704724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3710203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3715731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_householder_product.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3721869Z 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 2024-11-01T16:45:09.3727662Z 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 2024-11-01T16:45:09.3733339Z 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 2024-11-01T16:45:09.3739095Z 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 2024-11-01T16:45:09.3744481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3750451Z 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 2024-11-01T16:45:09.3756021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3761848Z 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 2024-11-01T16:45:09.3767279Z 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 2024-11-01T16:45:09.3772794Z 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 2024-11-01T16:45:09.3778793Z 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 2024-11-01T16:45:09.3784638Z 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 2024-11-01T16:45:09.3789974Z 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 2024-11-01T16:45:09.3795414Z 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 2024-11-01T16:45:09.3801099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3813164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3819514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3825830Z 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 2024-11-01T16:45:09.3831389Z 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 2024-11-01T16:45:09.3837564Z 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 2024-11-01T16:45:09.3843835Z 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 2024-11-01T16:45:09.3849782Z 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 2024-11-01T16:45:09.3855428Z 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 2024-11-01T16:45:09.3861423Z 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 2024-11-01T16:45:09.3867226Z 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 2024-11-01T16:45:09.3873415Z 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 2024-11-01T16:45:09.3879272Z 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 2024-11-01T16:45:09.3884916Z 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 2024-11-01T16:45:09.3904232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3910397Z 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 2024-11-01T16:45:09.3915584Z 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 2024-11-01T16:45:09.3921302Z 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 2024-11-01T16:45:09.3926935Z 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 2024-11-01T16:45:09.3933027Z 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 2024-11-01T16:45:09.3938774Z 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 2024-11-01T16:45:09.3944068Z 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 2024-11-01T16:45:09.3949596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3955451Z 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 2024-11-01T16:45:09.3961363Z 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 2024-11-01T16:45:09.3966909Z 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 2024-11-01T16:45:09.3972287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3978075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3983580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.3989571Z 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 2024-11-01T16:45:09.4013519Z 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 2024-11-01T16:45:09.4019428Z 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 2024-11-01T16:45:09.4025244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4031667Z 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 2024-11-01T16:45:09.4037206Z 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 2024-11-01T16:45:09.4043657Z 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 2024-11-01T16:45:09.4049074Z 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 2024-11-01T16:45:09.4054946Z 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 2024-11-01T16:45:09.4061150Z 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 2024-11-01T16:45:09.4066917Z 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 2024-11-01T16:45:09.4072370Z 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 2024-11-01T16:45:09.4078011Z 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 2024-11-01T16:45:09.4084119Z 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 2024-11-01T16:45:09.4090316Z 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 2024-11-01T16:45:09.4096783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4103099Z 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 2024-11-01T16:45:09.4109207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4115507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4121346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4127466Z 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 2024-11-01T16:45:09.4133087Z 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 2024-11-01T16:45:09.4139065Z 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 2024-11-01T16:45:09.4144979Z 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 2024-11-01T16:45:09.4150625Z 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 2024-11-01T16:45:09.4156132Z 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 2024-11-01T16:45:09.4162054Z 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 2024-11-01T16:45:09.4167571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4173443Z 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 2024-11-01T16:45:09.4179390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4185030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4190343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4196336Z 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 2024-11-01T16:45:09.4202170Z 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 2024-11-01T16:45:09.4207672Z 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 2024-11-01T16:45:09.4213478Z 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 2024-11-01T16:45:09.4219208Z 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 2024-11-01T16:45:09.4224749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4231018Z 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 2024-11-01T16:45:09.4236194Z 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 2024-11-01T16:45:09.4242065Z 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 2024-11-01T16:45:09.4247740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4253783Z 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 2024-11-01T16:45:09.4259375Z 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 2024-11-01T16:45:09.4264993Z 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 2024-11-01T16:45:09.4270537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_rank.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4276693Z 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 2024-11-01T16:45:09.4282462Z 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 2024-11-01T16:45:09.4288161Z 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 2024-11-01T16:45:09.4293679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_multi_dot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4299668Z 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 2024-11-01T16:45:09.4305068Z 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 2024-11-01T16:45:09.4310562Z 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 2024-11-01T16:45:09.4316117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4321986Z 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 2024-11-01T16:45:09.4327764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4333224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4338876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4344921Z 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 2024-11-01T16:45:09.4350567Z 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 2024-11-01T16:45:09.4356277Z 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 2024-11-01T16:45:09.4361990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4368004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4373244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4379581Z 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 2024-11-01T16:45:09.4384694Z 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 2024-11-01T16:45:09.4390666Z 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 2024-11-01T16:45:09.4395988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4401866Z 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 2024-11-01T16:45:09.4407751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4413348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4419049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4424981Z 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 2024-11-01T16:45:09.4430470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_slogdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4436127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_slogdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4441924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4447978Z 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 2024-11-01T16:45:09.4454171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4460939Z 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 2024-11-01T16:45:09.4465986Z 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 2024-11-01T16:45:09.4471398Z 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 2024-11-01T16:45:09.4477003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4482927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4488469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_triangular.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4494271Z 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 2024-11-01T16:45:09.4500331Z 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 2024-11-01T16:45:09.4506038Z 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 2024-11-01T16:45:09.4511465Z 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 2024-11-01T16:45:09.4517252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4523224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svdvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4529401Z 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 2024-11-01T16:45:09.4535062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svdvals_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4540392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svdvals_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4546456Z 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 2024-11-01T16:45:09.4551911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4557734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4563613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4569243Z 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 2024-11-01T16:45:09.4574996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorinv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4581520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorinv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4588159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorsolve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4594949Z 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 2024-11-01T16:45:09.4601567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorsolve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4607768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorsolve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4614139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vander.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4620474Z 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 2024-11-01T16:45:09.4626140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vander_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4631588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vander_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4637100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vecdot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4643297Z 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 2024-11-01T16:45:09.4648877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vecdot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4654434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vecdot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4660329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4666756Z 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 2024-11-01T16:45:09.4672377Z 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 2024-11-01T16:45:09.4678104Z 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 2024-11-01T16:45:09.4683539Z 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 2024-11-01T16:45:09.4689222Z 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 2024-11-01T16:45:09.4728095Z 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 2024-11-01T16:45:09.4733618Z 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 2024-11-01T16:45:09.4739174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4771587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4777663Z 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 2024-11-01T16:45:09.4782819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4788491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4794330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4799724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4805266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4810900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4816390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4822188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4827622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4832989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4838434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4843836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4849282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4854868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4860149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4865675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4870888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4876403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4881806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4887212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4893644Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4899596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4905563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4911307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4916622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4922329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4927773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4933219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4939548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4945391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4950992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4957135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4962356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4967929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4973400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4978930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4984443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4990102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.4995487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5001017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5007130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5012557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5018292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5023886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5029951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5035509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5041107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5047320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5052731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5058695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5064367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5070052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5075998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5081974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5087547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5094240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5101095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5106491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5114201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5120374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5125951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5131207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5136736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5142396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5148954Z 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 2024-11-01T16:45:09.5154793Z 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 2024-11-01T16:45:09.5160299Z 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 2024-11-01T16:45:09.5166078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5171550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5177364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5183313Z 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 2024-11-01T16:45:09.5188714Z 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 2024-11-01T16:45:09.5194582Z 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 2024-11-01T16:45:09.5200242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5205941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5211614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5217421Z 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 2024-11-01T16:45:09.5222917Z 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 2024-11-01T16:45:09.5228468Z 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 2024-11-01T16:45:09.5233905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5239672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5245211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5250953Z 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 2024-11-01T16:45:09.5256499Z 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 2024-11-01T16:45:09.5262162Z 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 2024-11-01T16:45:09.5267678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5273441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5278864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5284141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5290077Z 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 2024-11-01T16:45:09.5295514Z 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 2024-11-01T16:45:09.5301071Z 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 2024-11-01T16:45:09.5306590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5312178Z 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 2024-11-01T16:45:09.5318039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5323624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5329045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5334513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5340175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5346081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5351538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5357003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5362643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5369170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5374659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5380374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5386324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5392045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5397529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5404022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5409913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5415799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5421708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5427399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5433371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5438712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5455474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5460744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5465965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5471424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5477210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5482822Z 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 2024-11-01T16:45:09.5488401Z 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 2024-11-01T16:45:09.5494018Z 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 2024-11-01T16:45:09.5500299Z 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 2024-11-01T16:45:09.5505533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5511252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5516743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5522465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5528043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.5533556Z 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 2024-11-01T16:45:09.5539442Z 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 2024-11-01T16:45:09.5545618Z 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 2024-11-01T16:45:09.5555102Z 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 2024-11-01T16:45:09.6083220Z 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 2024-11-01T16:45:09.6088457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6094736Z 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 2024-11-01T16:45:09.6100845Z 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 2024-11-01T16:45:09.6106684Z 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 2024-11-01T16:45:09.6112682Z 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 2024-11-01T16:45:09.6118356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6123777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6129263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6135219Z 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 2024-11-01T16:45:09.6141256Z 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 2024-11-01T16:45:09.6146847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6152088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6157596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6163109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6168408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6173888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6179656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6185454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6191611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6198790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6204999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6211379Z 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 2024-11-01T16:45:09.6217883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6223704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6229381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6235308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_mps_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6241187Z 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 2024-11-01T16:45:09.6246495Z 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 2024-11-01T16:45:09.6252116Z 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 2024-11-01T16:45:09.6258050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6263128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6268339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6274263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6279421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6284853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6290096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6295411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6300880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6306655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6311790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6317595Z 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 2024-11-01T16:45:09.6323442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6328595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6333934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6339884Z 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 2024-11-01T16:45:09.6345175Z 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 2024-11-01T16:45:09.6350576Z 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 2024-11-01T16:45:09.6356419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6362014Z 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 2024-11-01T16:45:09.6367549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6373169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6378857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\margin_ranking_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6384419Z 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 2024-11-01T16:45:09.6390371Z 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 2024-11-01T16:45:09.6397059Z 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 2024-11-01T16:45:09.6402496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6408493Z 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 2024-11-01T16:45:09.6413936Z 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 2024-11-01T16:45:09.6419276Z 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 2024-11-01T16:45:09.6424783Z 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 2024-11-01T16:45:09.6430378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6435928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6441237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6446697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6452817Z 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 2024-11-01T16:45:09.6458545Z 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 2024-11-01T16:45:09.6464189Z 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 2024-11-01T16:45:09.6470097Z 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 2024-11-01T16:45:09.6475882Z 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 2024-11-01T16:45:09.6481514Z 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 2024-11-01T16:45:09.6487380Z 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 2024-11-01T16:45:09.6493040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6498593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6504250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6509884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6516091Z 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 2024-11-01T16:45:09.6521796Z 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 2024-11-01T16:45:09.6527294Z 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 2024-11-01T16:45:09.6533168Z 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 2024-11-01T16:45:09.6540120Z 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 2024-11-01T16:45:09.6545695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6551700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6557220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6562507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6568331Z 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 2024-11-01T16:45:09.6573897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6579590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6585447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6591271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6597571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6604175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6610569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6616958Z 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 2024-11-01T16:45:09.6622424Z 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 2024-11-01T16:45:09.6627899Z 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 2024-11-01T16:45:09.6634358Z 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 2024-11-01T16:45:09.6639856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6644911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6650571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_H.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6655873Z 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 2024-11-01T16:45:09.6661325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_H_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6666872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_H_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6672509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6678311Z 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 2024-11-01T16:45:09.6683919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_power_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6689359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_power_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6695269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6700315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6705845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6710963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6716578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6721980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6727712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6733202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6739006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6744594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6750167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6756541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6761842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6767060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6772237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6777619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6782865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6787980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6798746Z 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 2024-11-01T16:45:09.6804208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6809564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6815005Z 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 2024-11-01T16:45:09.6820994Z 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 2024-11-01T16:45:09.6826409Z 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 2024-11-01T16:45:09.6831985Z 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 2024-11-01T16:45:09.6837497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6843052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6848891Z 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 2024-11-01T16:45:09.6854767Z 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 2024-11-01T16:45:09.6860797Z 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 2024-11-01T16:45:09.6867596Z 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 2024-11-01T16:45:09.6873956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6880682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6887439Z 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 2024-11-01T16:45:09.6893279Z 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 2024-11-01T16:45:09.6899533Z 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 2024-11-01T16:45:09.6905400Z 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 2024-11-01T16:45:09.6911246Z 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 2024-11-01T16:45:09.6917114Z 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 2024-11-01T16:45:09.6923002Z 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 2024-11-01T16:45:09.6929162Z 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 2024-11-01T16:45:09.6934941Z 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 2024-11-01T16:45:09.6941301Z 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 2024-11-01T16:45:09.6947104Z 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 2024-11-01T16:45:09.6953586Z 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 2024-11-01T16:45:09.6959157Z 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 2024-11-01T16:45:09.6965622Z 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 2024-11-01T16:45:09.6971125Z 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 2024-11-01T16:45:09.6976941Z 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 2024-11-01T16:45:09.6982497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6988330Z 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 2024-11-01T16:45:09.6993712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.6999395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7005024Z 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 2024-11-01T16:45:09.7010647Z 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 2024-11-01T16:45:09.7017557Z 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 2024-11-01T16:45:09.7023329Z 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 2024-11-01T16:45:09.7029139Z 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 2024-11-01T16:45:09.7034820Z 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 2024-11-01T16:45:09.7040426Z 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 2024-11-01T16:45:09.7046242Z 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 2024-11-01T16:45:09.7052161Z 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 2024-11-01T16:45:09.7057903Z 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 2024-11-01T16:45:09.7063421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7069045Z 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 2024-11-01T16:45:09.7074510Z 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 2024-11-01T16:45:09.7079889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7086109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7091635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7097559Z 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 2024-11-01T16:45:09.7102977Z 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 2024-11-01T16:45:09.7108593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7114282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7119681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7125300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7130899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7136762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7142150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7147648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7153105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7158774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7164422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7170384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7176236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7182700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7189298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7195572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7201984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7208910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7214181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7220204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7225782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7231290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7236877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7242494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7247620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7252797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7258044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7267525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7270445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7276225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7281179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7286729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7292220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7297850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7303334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7308912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7314748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7320136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7325502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7330885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7336353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7342032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7347106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7352346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7357572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7363074Z 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 2024-11-01T16:45:09.7368910Z 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 2024-11-01T16:45:09.7374418Z 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 2024-11-01T16:45:09.7380071Z 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 2024-11-01T16:45:09.7385836Z 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 2024-11-01T16:45:09.7392215Z 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 2024-11-01T16:45:09.7397630Z 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 2024-11-01T16:45:09.7403143Z 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 2024-11-01T16:45:09.7408715Z 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 2024-11-01T16:45:09.7414335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7420220Z 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 2024-11-01T16:45:09.7426244Z 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 2024-11-01T16:45:09.7431852Z 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 2024-11-01T16:45:09.7437392Z 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 2024-11-01T16:45:09.7443372Z 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 2024-11-01T16:45:09.7448966Z 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 2024-11-01T16:45:09.7454721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7460478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7466116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7472068Z 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 2024-11-01T16:45:09.7477520Z 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 2024-11-01T16:45:09.7483212Z 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 2024-11-01T16:45:09.7488841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7495095Z 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 2024-11-01T16:45:09.7501099Z 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 2024-11-01T16:45:09.7506696Z 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 2024-11-01T16:45:09.7512344Z 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 2024-11-01T16:45:09.7517940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_depthwise_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7524186Z 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 2024-11-01T16:45:09.7529877Z 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 2024-11-01T16:45:09.7535589Z 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 2024-11-01T16:45:09.7541562Z 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 2024-11-01T16:45:09.7551735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7574087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7579968Z 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 2024-11-01T16:45:09.7585540Z 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 2024-11-01T16:45:09.7591179Z 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 2024-11-01T16:45:09.7596719Z 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 2024-11-01T16:45:09.7602661Z 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 2024-11-01T16:45:09.7608525Z 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 2024-11-01T16:45:09.7614758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7620885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7627164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7633429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7640277Z 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 2024-11-01T16:45:09.7646975Z 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 2024-11-01T16:45:09.7652908Z 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 2024-11-01T16:45:09.7658662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7664473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7670561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7676049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7681507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7687041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7692420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7697944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7703772Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7709144Z 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 2024-11-01T16:45:09.7714608Z 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 2024-11-01T16:45:09.7720345Z 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 2024-11-01T16:45:09.7725524Z 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 2024-11-01T16:45:09.7731242Z 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 2024-11-01T16:45:09.7737167Z 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 2024-11-01T16:45:09.7742733Z 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 2024-11-01T16:45:09.7748412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7754340Z 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 2024-11-01T16:45:09.7759696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7765175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7770779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7776530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7782403Z 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 2024-11-01T16:45:09.7787916Z 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 2024-11-01T16:45:09.7794038Z 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 2024-11-01T16:45:09.7799437Z 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 2024-11-01T16:45:09.7805227Z 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 2024-11-01T16:45:09.7810795Z 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 2024-11-01T16:45:09.7816687Z 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 2024-11-01T16:45:09.7822293Z 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 2024-11-01T16:45:09.7828298Z 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 2024-11-01T16:45:09.7834005Z 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 2024-11-01T16:45:09.7839835Z 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 2024-11-01T16:45:09.7845645Z 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 2024-11-01T16:45:09.7851326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7857052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7862683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7868500Z 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 2024-11-01T16:45:09.7874729Z 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 2024-11-01T16:45:09.7880277Z 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 2024-11-01T16:45:09.7885756Z 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 2024-11-01T16:45:09.7891605Z 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 2024-11-01T16:45:09.7897196Z 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 2024-11-01T16:45:09.7902772Z 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 2024-11-01T16:45:09.7908636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.7914616Z 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 2024-11-01T16:45:09.7920379Z 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 2024-11-01T16:45:09.7925879Z 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 2024-11-01T16:45:09.7931487Z 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 2024-11-01T16:45:09.7937760Z 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 2024-11-01T16:45:09.7943258Z 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 2024-11-01T16:45:09.7948781Z 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 2024-11-01T16:45:09.7954657Z 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 2024-11-01T16:45:09.7960353Z 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 2024-11-01T16:45:09.7965841Z 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 2024-11-01T16:45:09.7971776Z 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 2024-11-01T16:45:09.7977683Z 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 2024-11-01T16:45:09.7983565Z 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 2024-11-01T16:45:09.7989168Z 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 2024-11-01T16:45:09.7994812Z 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 2024-11-01T16:45:09.8000340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8006022Z 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 2024-11-01T16:45:09.8012338Z 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 2024-11-01T16:45:09.8018186Z 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 2024-11-01T16:45:09.8023910Z 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 2024-11-01T16:45:09.8029735Z 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 2024-11-01T16:45:09.8035760Z 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 2024-11-01T16:45:09.8041842Z 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 2024-11-01T16:45:09.8047728Z 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 2024-11-01T16:45:09.8053582Z 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 2024-11-01T16:45:09.8059256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8065084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8070495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8076419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8081532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8087332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8093074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8098891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8104062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8110170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8116408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8122425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8128559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8134425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8140027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8145348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8150981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8156517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8161874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8167801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8172959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8178543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8184470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8189829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8195749Z 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 2024-11-01T16:45:09.8201183Z 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 2024-11-01T16:45:09.8206883Z 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 2024-11-01T16:45:09.8212820Z 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 2024-11-01T16:45:09.8218965Z 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 2024-11-01T16:45:09.8224487Z 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 2024-11-01T16:45:09.8230121Z 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 2024-11-01T16:45:09.8235571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8240858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8246643Z 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 2024-11-01T16:45:09.8252636Z 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 2024-11-01T16:45:09.8258630Z 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 2024-11-01T16:45:09.8263766Z 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 2024-11-01T16:45:09.8269669Z 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 2024-11-01T16:45:09.8275192Z 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 2024-11-01T16:45:09.8280896Z 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 2024-11-01T16:45:09.8286401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8292007Z 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 2024-11-01T16:45:09.8298053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8303327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8308591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8314101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8319325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8324700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8330030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8335217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8340555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8345658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8350849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8356104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8361722Z 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 2024-11-01T16:45:09.8367301Z 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 2024-11-01T16:45:09.8373311Z 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 2024-11-01T16:45:09.8378973Z 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 2024-11-01T16:45:09.8384561Z 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 2024-11-01T16:45:09.8390420Z 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 2024-11-01T16:45:09.8395904Z 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 2024-11-01T16:45:09.8402126Z 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 2024-11-01T16:45:09.8407664Z 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 2024-11-01T16:45:09.8413221Z 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 2024-11-01T16:45:09.8419192Z 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 2024-11-01T16:45:09.8424987Z 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 2024-11-01T16:45:09.8430684Z 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 2024-11-01T16:45:09.8436455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8442409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8447769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8453803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8459625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8465278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8471105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8476516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8482031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8488380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8493986Z 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 2024-11-01T16:45:09.8499798Z 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 2024-11-01T16:45:09.8505563Z 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 2024-11-01T16:45:09.8512481Z 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 2024-11-01T16:45:09.8519088Z 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 2024-11-01T16:45:09.8524986Z 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 2024-11-01T16:45:09.8530729Z 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 2024-11-01T16:45:09.8536530Z 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 2024-11-01T16:45:09.8542130Z 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 2024-11-01T16:45:09.8548103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8553811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8559357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8564884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8570309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8575520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8581206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8586958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8592702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8598230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8603847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8609723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8616154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8622388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8628071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8633958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8639372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8679486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8684534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8689955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8695084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8700664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8706855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8712263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8717989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8723418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8729015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8734477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8740090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8745609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8751335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8756784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8762542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8767799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8773048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8778599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8784142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8789584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8794983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nan_to_num.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8800657Z 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 2024-11-01T16:45:09.8806170Z 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 2024-11-01T16:45:09.8811680Z 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 2024-11-01T16:45:09.8817299Z 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 2024-11-01T16:45:09.8822768Z 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 2024-11-01T16:45:09.8828235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8833807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8839307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8845260Z 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 2024-11-01T16:45:09.8850520Z 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 2024-11-01T16:45:09.8856106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8861719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8867175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8872691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8878280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8884388Z 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 2024-11-01T16:45:09.8890047Z 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 2024-11-01T16:45:09.8906544Z 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 2024-11-01T16:45:09.8908400Z 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 2024-11-01T16:45:09.8910176Z 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 2024-11-01T16:45:09.8913724Z 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 2024-11-01T16:45:09.8919644Z 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 2024-11-01T16:45:09.8925322Z 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 2024-11-01T16:45:09.8931037Z 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 2024-11-01T16:45:09.8936861Z 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 2024-11-01T16:45:09.8942586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_channel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8948695Z 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 2024-11-01T16:45:09.8954780Z 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 2024-11-01T16:45:09.8960577Z 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 2024-11-01T16:45:09.8966293Z 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 2024-11-01T16:45:09.8973670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8981069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.8988563Z 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 2024-11-01T16:45:09.8995593Z 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 2024-11-01T16:45:09.9002543Z 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 2024-11-01T16:45:09.9009391Z 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 2024-11-01T16:45:09.9016370Z 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 2024-11-01T16:45:09.9022689Z 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 2024-11-01T16:45:09.9028069Z 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 2024-11-01T16:45:09.9034109Z 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 2024-11-01T16:45:09.9039846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.9045611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.9051268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.9057401Z 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 2024-11-01T16:45:09.9063719Z 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 2024-11-01T16:45:09.9069639Z 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 2024-11-01T16:45:09.9075392Z 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 2024-11-01T16:45:09.9936524Z 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 2024-11-01T16:45:09.9941970Z 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 2024-11-01T16:45:09.9947883Z 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 2024-11-01T16:45:09.9953637Z 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 2024-11-01T16:45:09.9959501Z 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 2024-11-01T16:45:09.9965188Z 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 2024-11-01T16:45:09.9970892Z 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 2024-11-01T16:45:09.9977253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:09.9983618Z 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 2024-11-01T16:45:09.9989723Z 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 2024-11-01T16:45:09.9995803Z 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 2024-11-01T16:45:10.0001541Z 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 2024-11-01T16:45:10.0007671Z 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 2024-11-01T16:45:10.0013033Z 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 2024-11-01T16:45:10.0019071Z 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 2024-11-01T16:45:10.0024741Z 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 2024-11-01T16:45:10.0030710Z 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 2024-11-01T16:45:10.0036546Z 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 2024-11-01T16:45:10.0042428Z 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 2024-11-01T16:45:10.0047835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0053867Z 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 2024-11-01T16:45:10.0059521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0065184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0070962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0076286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0081719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0087328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0092725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0098411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0104290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0109628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0115454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0121229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0127348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0134047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0140587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0146397Z 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 2024-11-01T16:45:10.0152369Z 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 2024-11-01T16:45:10.0158015Z 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 2024-11-01T16:45:10.0163660Z 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 2024-11-01T16:45:10.0169263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0175197Z 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 2024-11-01T16:45:10.0180595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0186085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0191651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0198229Z 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 2024-11-01T16:45:10.0204014Z 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 2024-11-01T16:45:10.0209534Z 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 2024-11-01T16:45:10.0215066Z 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 2024-11-01T16:45:10.0220575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_full.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0226121Z 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 2024-11-01T16:45:10.0232228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_full_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0237181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_full_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0242608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_ones.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0248147Z 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 2024-11-01T16:45:10.0253598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_ones_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0259385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_ones_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0264689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_zeros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0270395Z 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 2024-11-01T16:45:10.0275985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_zeros_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0281516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_zeros_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0287006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0292958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0298338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0304044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0309433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0315014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0343529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0348952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0354295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0359225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0364328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0369418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0374732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0380334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0385905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0391185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0396496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0402109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0408173Z 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 2024-11-01T16:45:10.0413727Z 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 2024-11-01T16:45:10.0419320Z 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 2024-11-01T16:45:10.0425427Z 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 2024-11-01T16:45:10.0432002Z 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 2024-11-01T16:45:10.0437568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0443963Z 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 2024-11-01T16:45:10.0449622Z 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 2024-11-01T16:45:10.0455235Z 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 2024-11-01T16:45:10.0461194Z 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 2024-11-01T16:45:10.0467041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0472638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0478561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0484893Z 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 2024-11-01T16:45:10.0490692Z 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 2024-11-01T16:45:10.0496423Z 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 2024-11-01T16:45:10.0502389Z 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 2024-11-01T16:45:10.0508158Z 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 2024-11-01T16:45:10.0513819Z 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 2024-11-01T16:45:10.0519466Z 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 2024-11-01T16:45:10.0525466Z 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 2024-11-01T16:45:10.0530973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0537046Z 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 2024-11-01T16:45:10.0543002Z 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 2024-11-01T16:45:10.0548863Z 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 2024-11-01T16:45:10.0554516Z 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 2024-11-01T16:45:10.0560387Z 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 2024-11-01T16:45:10.0566061Z 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 2024-11-01T16:45:10.0571988Z 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 2024-11-01T16:45:10.0577949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0583509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_nd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0589563Z 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 2024-11-01T16:45:10.0595111Z 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 2024-11-01T16:45:10.0600755Z 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 2024-11-01T16:45:10.0606566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0612255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0617792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0623941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0629653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0635758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0641697Z 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 2024-11-01T16:45:10.0648185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_numpy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0653727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_numpy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0659552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0665137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0670979Z 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 2024-11-01T16:45:10.0676512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0682448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0687823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0692991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0698905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0704242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0709894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0715599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0721067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0726515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0732448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0738026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0743943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0749516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0755025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0760533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_except_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0766052Z 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 2024-11-01T16:45:10.0771511Z 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 2024-11-01T16:45:10.0777127Z 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 2024-11-01T16:45:10.0782588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0788323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0793847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0799477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0804614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\not_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0810169Z 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 2024-11-01T16:45:10.0815544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\not_equal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0821245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\not_equal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0826808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nuclear_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0832681Z 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 2024-11-01T16:45:10.0838017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nuclear_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0843515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nuclear_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0848906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\numpy_T.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0854735Z 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 2024-11-01T16:45:10.0860097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\numpy_T_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0865258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\numpy_T_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0870794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0876670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0881651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0887269Z 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 2024-11-01T16:45:10.0893537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0900901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0906293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0911560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0916869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\one_hot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0922171Z 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 2024-11-01T16:45:10.0927513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\one_hot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0932504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\one_hot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0938792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0944299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0949868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0955235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0960812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0966238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0971548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0977250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0982684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0988056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0993763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.0998972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1004282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1010183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1015617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1020987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1026475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1032021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\output_nr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1037443Z 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 2024-11-01T16:45:10.1042730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\output_nr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1047944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\output_nr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1053406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1059074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1064302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1069907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1075136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_sequence.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1081138Z 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 2024-11-01T16:45:10.1086820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_sequence_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1092310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_sequence_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1125130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pairwise_distance.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1131729Z 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 2024-11-01T16:45:10.1138126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pairwise_distance_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1144395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pairwise_distance_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1150770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1156998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1162583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1168176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1173769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1179313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1184785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1190644Z 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 2024-11-01T16:45:10.1196414Z 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 2024-11-01T16:45:10.1201974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1207544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1214016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1219583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1225137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1230352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1235612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1240949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1246945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pin_memory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1252188Z 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 2024-11-01T16:45:10.1257596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pin_memory_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1263042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pin_memory_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1269241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1275095Z 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 2024-11-01T16:45:10.1280767Z 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 2024-11-01T16:45:10.1286436Z 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 2024-11-01T16:45:10.1292511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1298201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1303784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1309700Z 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 2024-11-01T16:45:10.1315792Z 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 2024-11-01T16:45:10.1321405Z 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 2024-11-01T16:45:10.1326943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1332490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1337981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1343460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1348812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1354423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1360024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1365553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_nll_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1371463Z 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 2024-11-01T16:45:10.1377219Z 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 2024-11-01T16:45:10.1382686Z 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 2024-11-01T16:45:10.1388262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1393703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1399726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1405280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1410787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1416339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1421842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1428047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1433964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1960979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1966571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1972190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1977983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1983716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1989454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.1995023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2000634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2006276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2011833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2017299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2022725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2028554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2033882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2039307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2045169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2050762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2056261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2061928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2067262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2072818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2078456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2083735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2089302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2095055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2100958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2106425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2111913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2117578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2122963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2128533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2134030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2139510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2144958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\promote_types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2150653Z 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 2024-11-01T16:45:10.2155891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\promote_types_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2161222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\promote_types_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2166705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2172369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2178267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2183655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2189081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2194359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2200286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2205565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2211080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2216450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2222064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2227529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2232701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2238612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2245302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2251773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2258041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2264809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2270917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2277096Z 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 2024-11-01T16:45:10.2283102Z 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 2024-11-01T16:45:10.2288669Z 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 2024-11-01T16:45:10.2294386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_gru_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2301001Z 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 2024-11-01T16:45:10.2306509Z 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 2024-11-01T16:45:10.2312281Z 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 2024-11-01T16:45:10.2317715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_lstm_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2323813Z 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 2024-11-01T16:45:10.2329357Z 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 2024-11-01T16:45:10.2334858Z 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 2024-11-01T16:45:10.2340517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2346750Z 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 2024-11-01T16:45:10.2352156Z 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 2024-11-01T16:45:10.2357782Z 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 2024-11-01T16:45:10.2363321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2369673Z 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 2024-11-01T16:45:10.2375125Z 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 2024-11-01T16:45:10.2381000Z 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 2024-11-01T16:45:10.2386541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2392501Z 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 2024-11-01T16:45:10.2397896Z 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 2024-11-01T16:45:10.2403492Z 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 2024-11-01T16:45:10.2409344Z 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 2024-11-01T16:45:10.2415551Z 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 2024-11-01T16:45:10.2421352Z 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 2024-11-01T16:45:10.2427430Z 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 2024-11-01T16:45:10.2432796Z 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 2024-11-01T16:45:10.2438886Z 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 2024-11-01T16:45:10.2444588Z 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 2024-11-01T16:45:10.2450283Z 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 2024-11-01T16:45:10.2456231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_channel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2462411Z 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 2024-11-01T16:45:10.2468407Z 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 2024-11-01T16:45:10.2474649Z 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 2024-11-01T16:45:10.2480357Z 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 2024-11-01T16:45:10.2486136Z 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 2024-11-01T16:45:10.2491984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2498513Z 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 2024-11-01T16:45:10.2504742Z 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 2024-11-01T16:45:10.2510318Z 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 2024-11-01T16:45:10.2516273Z 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 2024-11-01T16:45:10.2522383Z 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 2024-11-01T16:45:10.2528310Z 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 2024-11-01T16:45:10.2534127Z 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 2024-11-01T16:45:10.2540132Z 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 2024-11-01T16:45:10.2578558Z 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 2024-11-01T16:45:10.2584162Z 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 2024-11-01T16:45:10.2590064Z 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 2024-11-01T16:45:10.2596039Z 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 2024-11-01T16:45:10.2601351Z 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 2024-11-01T16:45:10.2606551Z 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 2024-11-01T16:45:10.2612088Z 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 2024-11-01T16:45:10.2618133Z 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 2024-11-01T16:45:10.2623674Z 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 2024-11-01T16:45:10.2629558Z 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 2024-11-01T16:45:10.2635242Z 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 2024-11-01T16:45:10.2642139Z 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 2024-11-01T16:45:10.2648016Z 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 2024-11-01T16:45:10.2653680Z 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 2024-11-01T16:45:10.2659268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2666038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_scale_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2670585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_scale_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2675850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_zero_point.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2681520Z 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 2024-11-01T16:45:10.2687045Z 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 2024-11-01T16:45:10.2692487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2698378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2703618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2709210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2714889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2720629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2726477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2731931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2738102Z 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 2024-11-01T16:45:10.2743268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2748905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2754495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2759914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2765373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2771335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2776815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2781990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2787951Z 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 2024-11-01T16:45:10.2793941Z 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 2024-11-01T16:45:10.2799432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2804971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2810566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2816561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2822319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2827870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2833604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2839188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2844830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2850319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2856585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2862233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2867944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2873555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2879212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2884882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2890390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2896426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2902115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2907453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2913429Z 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 2024-11-01T16:45:10.2918891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2924913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2930719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2936342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2941531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2947147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2952629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2958367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2964000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2969484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2975027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2981720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2986685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2992247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.2997693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3003418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3008813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3014526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3019832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3025290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3030987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3036748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3042296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3048185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3053921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3059586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3065177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3070692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\record_stream.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3075878Z 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 2024-11-01T16:45:10.3081444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\record_stream_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3087101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\record_stream_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3092645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\refine_names.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3098467Z 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 2024-11-01T16:45:10.3103903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\refine_names_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3109157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\refine_names_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3114897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3120447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3126568Z 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 2024-11-01T16:45:10.3132305Z 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 2024-11-01T16:45:10.3138515Z 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 2024-11-01T16:45:10.3144105Z 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 2024-11-01T16:45:10.3150300Z 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 2024-11-01T16:45:10.3155609Z 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 2024-11-01T16:45:10.3161333Z 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 2024-11-01T16:45:10.3167321Z 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 2024-11-01T16:45:10.3172772Z 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 2024-11-01T16:45:10.3178700Z 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 2024-11-01T16:45:10.3184229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3189880Z 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 2024-11-01T16:45:10.3195745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3201277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3206788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3213357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3218876Z 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 2024-11-01T16:45:10.3224527Z 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 2024-11-01T16:45:10.3230829Z 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 2024-11-01T16:45:10.3236448Z 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 2024-11-01T16:45:10.3242097Z 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 2024-11-01T16:45:10.3247604Z 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 2024-11-01T16:45:10.3253157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3258820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3264377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3270036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3276126Z 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 2024-11-01T16:45:10.3281691Z 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 2024-11-01T16:45:10.3287398Z 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 2024-11-01T16:45:10.3292981Z 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 2024-11-01T16:45:10.3298929Z 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 2024-11-01T16:45:10.3304734Z 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 2024-11-01T16:45:10.3310361Z 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 2024-11-01T16:45:10.3316501Z 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 2024-11-01T16:45:10.3321915Z 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 2024-11-01T16:45:10.3327560Z 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 2024-11-01T16:45:10.3333083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3339024Z 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 2024-11-01T16:45:10.3344974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3350481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3355980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3361175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3366690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3372101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3377590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3383396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3389367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3394468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3399836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3405393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3410432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3415870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3421675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3433920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3463647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.3469000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4234563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4239832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4245382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4251186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4256843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4262151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4267444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4272843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4278352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4284009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4289661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4294909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4300452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4306157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4311579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4317150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4322660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4328110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4334501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4340551Z 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 2024-11-01T16:45:10.4346756Z 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 2024-11-01T16:45:10.4352458Z 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 2024-11-01T16:45:10.4358243Z 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 2024-11-01T16:45:10.4363869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4370279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4376074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4381766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4387547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4393173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4399417Z 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 2024-11-01T16:45:10.4405793Z 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 2024-11-01T16:45:10.4411876Z 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 2024-11-01T16:45:10.4417529Z 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 2024-11-01T16:45:10.4423582Z 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 2024-11-01T16:45:10.4429229Z 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 2024-11-01T16:45:10.4434999Z 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 2024-11-01T16:45:10.4442306Z 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 2024-11-01T16:45:10.4447991Z 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 2024-11-01T16:45:10.4453760Z 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 2024-11-01T16:45:10.4459746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4465859Z 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 2024-11-01T16:45:10.4471985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4478253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4484038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4490044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4495957Z 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 2024-11-01T16:45:10.4501912Z 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 2024-11-01T16:45:10.4507937Z 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 2024-11-01T16:45:10.4514551Z 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 2024-11-01T16:45:10.4520957Z 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 2024-11-01T16:45:10.4526611Z 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 2024-11-01T16:45:10.4532559Z 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 2024-11-01T16:45:10.4538326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4544788Z 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 2024-11-01T16:45:10.4550830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4556859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4563105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4568984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4574872Z 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 2024-11-01T16:45:10.4581123Z 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 2024-11-01T16:45:10.4587187Z 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 2024-11-01T16:45:10.4593223Z 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 2024-11-01T16:45:10.4599329Z 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 2024-11-01T16:45:10.4605123Z 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 2024-11-01T16:45:10.4610949Z 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 2024-11-01T16:45:10.4617554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4623606Z 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 2024-11-01T16:45:10.4629283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4635208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4640958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\requires_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4646708Z 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 2024-11-01T16:45:10.4652602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\requires_grad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4658764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\requires_grad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4664303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4669943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4676468Z 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 2024-11-01T16:45:10.4682419Z 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 2024-11-01T16:45:10.4687642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4693165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4699568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4705613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4711836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4718061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4724242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4729978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4736352Z 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 2024-11-01T16:45:10.4742250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4749018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4755547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4761859Z 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 2024-11-01T16:45:10.4767710Z 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 2024-11-01T16:45:10.4773469Z 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 2024-11-01T16:45:10.4779781Z 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 2024-11-01T16:45:10.4800641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4806280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4811857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4817563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4822995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4829141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4834719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4840403Z 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 2024-11-01T16:45:10.4845723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4851360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4856886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4862867Z 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 2024-11-01T16:45:10.4869041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_neg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4874384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_neg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4879783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\result_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4885412Z 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 2024-11-01T16:45:10.4890928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\result_type_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4896361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\result_type_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4902273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retains_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4907916Z 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 2024-11-01T16:45:10.4913245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retains_grad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4918654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retains_grad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4924200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retain_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4929865Z 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 2024-11-01T16:45:10.4935443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retain_grad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4941093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retain_grad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4947251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rms_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4952797Z 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 2024-11-01T16:45:10.4958066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rms_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4963578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rms_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4969205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4975278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.4981353Z 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 2024-11-01T16:45:10.4987048Z 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 2024-11-01T16:45:10.4992578Z 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 2024-11-01T16:45:10.4998474Z 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 2024-11-01T16:45:10.5004288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5010829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5016566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5021924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5027800Z 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 2024-11-01T16:45:10.5033321Z 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 2024-11-01T16:45:10.5039719Z 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 2024-11-01T16:45:10.5045576Z 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 2024-11-01T16:45:10.5051817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5057821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5063419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5069151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5074640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5080320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5086330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5091945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5097322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5102933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5108766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5114254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5120397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5126777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5132202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5137927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5143432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5149438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5155207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5162227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5168290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5173999Z 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 2024-11-01T16:45:10.5179537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5186100Z 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 2024-11-01T16:45:10.5192182Z 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 2024-11-01T16:45:10.5203561Z 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 2024-11-01T16:45:10.5209721Z 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 2024-11-01T16:45:10.5215467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5221165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5226885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5233449Z 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 2024-11-01T16:45:10.5239959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5245294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5250750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5256511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5261931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5267862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5273526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5279167Z 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 2024-11-01T16:45:10.5285569Z 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 2024-11-01T16:45:10.5291295Z 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 2024-11-01T16:45:10.5296878Z 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 2024-11-01T16:45:10.5302817Z 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 2024-11-01T16:45:10.5309148Z 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 2024-11-01T16:45:10.5315177Z 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 2024-11-01T16:45:10.5320820Z 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 2024-11-01T16:45:10.5326446Z 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 2024-11-01T16:45:10.5332042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5337994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5344293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5349799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5355294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5361005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5366536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5372291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5378624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5383946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5389457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5395046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5400810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5406607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5412732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5418406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5423934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5429319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5434674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5440174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5445519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5451886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scalar_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5457922Z 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 2024-11-01T16:45:10.5463474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scalar_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5468942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scalar_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5474517Z 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 2024-11-01T16:45:10.5480312Z 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 2024-11-01T16:45:10.5486386Z 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 2024-11-01T16:45:10.5492233Z 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 2024-11-01T16:45:10.5497781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5503067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5509095Z 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 2024-11-01T16:45:10.5515305Z 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 2024-11-01T16:45:10.5521052Z 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 2024-11-01T16:45:10.5527031Z 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 2024-11-01T16:45:10.5532728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5538644Z 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 2024-11-01T16:45:10.5544325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5550256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5685395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5691977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5698315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5704315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5710203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5716209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5721880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5727694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5733719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5740089Z 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 2024-11-01T16:45:10.5746769Z 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 2024-11-01T16:45:10.5752791Z 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 2024-11-01T16:45:10.5758878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5764942Z 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 2024-11-01T16:45:10.5771593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5779034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5785357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5791280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5797830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5804002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5810122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5816918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5823291Z 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 2024-11-01T16:45:10.5829579Z 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 2024-11-01T16:45:10.5835943Z 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 2024-11-01T16:45:10.5842177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5848160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5854451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5860407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5867030Z 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 2024-11-01T16:45:10.5873288Z 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 2024-11-01T16:45:10.5879149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.5885268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6061531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6068010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6094150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6100567Z 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 2024-11-01T16:45:10.6109065Z 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 2024-11-01T16:45:10.6114491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6132097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6137755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6144109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6149860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6157523Z 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 2024-11-01T16:45:10.6163181Z 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 2024-11-01T16:45:10.6171379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6201574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6207114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6217815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6223373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6228529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6233835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6239391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6244890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6250456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6256011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6261489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6267111Z 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 2024-11-01T16:45:10.6272524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6277718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6283261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6288631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6293998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6299229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6304834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6310348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6315853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6321705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6326240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6331524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6337010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6342122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6347333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6353345Z 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 2024-11-01T16:45:10.6358767Z 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 2024-11-01T16:45:10.6364200Z 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 2024-11-01T16:45:10.6369654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6375382Z 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 2024-11-01T16:45:10.6381124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6386578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6392799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6398187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6404918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6410459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6415796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6421451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6427053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6432984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6438239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6443862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6449061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6454530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6459929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6465227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6470600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6476250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6482133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6487352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6492863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6498282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6503457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6508753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6514205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6519391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6524580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6530435Z 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 2024-11-01T16:45:10.6536074Z 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 2024-11-01T16:45:10.6541653Z 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 2024-11-01T16:45:10.6547418Z 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 2024-11-01T16:45:10.6553193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6558846Z 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 2024-11-01T16:45:10.6564462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6570036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6576035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6581430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6586975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6592576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6597964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6603486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6609699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6614814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6620263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6625967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6631373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6637102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6643188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6648671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6654302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6659904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6665095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6671648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6677273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6683767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6690046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6696313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6702030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6707622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6713341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6718797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6724504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6730074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6735246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6740631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6746009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6751156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6756558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6761932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6767001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6772133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6777570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6783483Z 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 2024-11-01T16:45:10.6788722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6794353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6800073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6805405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6822850Z 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 2024-11-01T16:45:10.6828622Z 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 2024-11-01T16:45:10.6833655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6839224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6844696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6850758Z 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 2024-11-01T16:45:10.6856050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_inverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6861600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_inverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6867112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6877284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6880656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6886429Z 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 2024-11-01T16:45:10.6891958Z 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 2024-11-01T16:45:10.6897465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6903242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6908721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6914058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6919115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6924471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6930480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6936971Z 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 2024-11-01T16:45:10.6943384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6949570Z 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 2024-11-01T16:45:10.6955393Z 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 2024-11-01T16:45:10.6961439Z 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 2024-11-01T16:45:10.6967144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6972512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6977941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.6983812Z 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 2024-11-01T16:45:10.6989640Z 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 2024-11-01T16:45:10.6995116Z 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 2024-11-01T16:45:10.7000414Z 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 2024-11-01T16:45:10.7005862Z 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 2024-11-01T16:45:10.7011331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7017378Z 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 2024-11-01T16:45:10.7022965Z 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 2024-11-01T16:45:10.7028291Z 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 2024-11-01T16:45:10.7033745Z 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 2024-11-01T16:45:10.7039570Z 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 2024-11-01T16:45:10.7046416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7052501Z 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 2024-11-01T16:45:10.7058110Z 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 2024-11-01T16:45:10.7063849Z 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 2024-11-01T16:45:10.7069344Z 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 2024-11-01T16:45:10.7075299Z 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 2024-11-01T16:45:10.7080618Z 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 2024-11-01T16:45:10.7086136Z 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 2024-11-01T16:45:10.7091826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7097623Z 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 2024-11-01T16:45:10.7103118Z 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 2024-11-01T16:45:10.7108500Z 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 2024-11-01T16:45:10.7114091Z 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 2024-11-01T16:45:10.7119663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7124970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7130392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7135461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7140686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7146132Z 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 2024-11-01T16:45:10.7152040Z 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 2024-11-01T16:45:10.7157215Z 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 2024-11-01T16:45:10.7162784Z 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 2024-11-01T16:45:10.7168322Z 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 2024-11-01T16:45:10.7173872Z 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 2024-11-01T16:45:10.7179996Z 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 2024-11-01T16:45:10.7185549Z 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 2024-11-01T16:45:10.7191108Z 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 2024-11-01T16:45:10.7196810Z 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 2024-11-01T16:45:10.7202399Z 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 2024-11-01T16:45:10.7207876Z 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 2024-11-01T16:45:10.7213341Z 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 2024-11-01T16:45:10.7218835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7224256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7229788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7235276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7240786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7246314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7251596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7257563Z 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 2024-11-01T16:45:10.7262871Z 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 2024-11-01T16:45:10.7268412Z 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 2024-11-01T16:45:10.7273993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7280707Z 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 2024-11-01T16:45:10.7286039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7291756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7297889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7303252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7308990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7314374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7319874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7325413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7330836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7336411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7341964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7347951Z 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 2024-11-01T16:45:10.7353529Z 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 2024-11-01T16:45:10.7359093Z 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 2024-11-01T16:45:10.7364725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7370391Z 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 2024-11-01T16:45:10.7375995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7381546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7387627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7392943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7398506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7403972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7409660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7415112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7420718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7426578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7432046Z 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 2024-11-01T16:45:10.7437985Z 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 2024-11-01T16:45:10.7443423Z 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 2024-11-01T16:45:10.7449001Z 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 2024-11-01T16:45:10.7454756Z 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 2024-11-01T16:45:10.7460474Z 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 2024-11-01T16:45:10.7466075Z 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 2024-11-01T16:45:10.7471425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7477185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7482858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7489197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7494824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7500746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7506315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7511846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7517316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7522727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7528085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsc_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7533919Z 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 2024-11-01T16:45:10.7539719Z 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 2024-11-01T16:45:10.7545276Z 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 2024-11-01T16:45:10.7551042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsr_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.7556951Z 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 2024-11-01T16:45:10.7562525Z 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 2024-11-01T16:45:10.7568152Z 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 2024-11-01T16:45:10.7573900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_compressed_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.8228965Z 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 2024-11-01T16:45:10.8234408Z 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 2024-11-01T16:45:10.8239927Z 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 2024-11-01T16:45:10.8245452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_coo_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.8251635Z 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 2024-11-01T16:45:10.8257445Z 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 2024-11-01T16:45:10.8262936Z 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 2024-11-01T16:45:10.8268446Z 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 2024-11-01T16:45:10.8274027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csc_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.8279773Z 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 2024-11-01T16:45:10.8285224Z 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 2024-11-01T16:45:10.8290826Z 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 2024-11-01T16:45:10.8296351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csr_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.8304833Z 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 2024-11-01T16:45:10.8310816Z 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 2024-11-01T16:45:10.8316486Z 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 2024-11-01T16:45:10.8321884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.8327641Z 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 2024-11-01T16:45:10.8333201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.8338952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.8344886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.8350874Z 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 2024-11-01T16:45:10.8356529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_mask_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.8362049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_mask_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.8367690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.8373385Z 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 2024-11-01T16:45:10.8379687Z 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 2024-11-01T16:45:10.8385369Z 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 2024-11-01T16:45:10.8391196Z 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 2024-11-01T16:45:10.8396804Z 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 2024-11-01T16:45:10.8402620Z 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 2024-11-01T16:45:10.8408314Z 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 2024-11-01T16:45:10.8414113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.8419856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.8425617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_sampled_addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.8431327Z 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 2024-11-01T16:45:10.8436964Z 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 2024-11-01T16:45:10.8442526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.8448566Z 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 2024-11-01T16:45:10.8454500Z 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 2024-11-01T16:45:10.8460247Z 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 2024-11-01T16:45:10.8465870Z 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 2024-11-01T16:45:10.8471669Z 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 2024-11-01T16:45:10.8477393Z 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 2024-11-01T16:45:10.8483057Z 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 2024-11-01T16:45:10.8488762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.8495161Z 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 2024-11-01T16:45:10.8500953Z 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 2024-11-01T16:45:10.8506888Z 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 2024-11-01T16:45:10.8512591Z 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 2024-11-01T16:45:10.8518303Z 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 2024-11-01T16:45:10.8523903Z 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 2024-11-01T16:45:10.8549361Z 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 2024-11-01T16:45:10.8554960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.8561206Z 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 2024-11-01T16:45:10.8566924Z 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 2024-11-01T16:45:10.8573278Z 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 2024-11-01T16:45:10.8579225Z 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 2024-11-01T16:45:10.8585278Z 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 2024-11-01T16:45:10.8591032Z 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 2024-11-01T16:45:10.8596799Z 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 2024-11-01T16:45:10.8621372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.8627490Z 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 2024-11-01T16:45:10.8633065Z 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 2024-11-01T16:45:10.8639089Z 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 2024-11-01T16:45:10.8644735Z 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 2024-11-01T16:45:10.8650608Z 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 2024-11-01T16:45:10.8656403Z 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 2024-11-01T16:45:10.8662520Z 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 2024-11-01T16:45:10.8668294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.8674515Z 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 2024-11-01T16:45:10.8680483Z 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 2024-11-01T16:45:10.8687154Z 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 2024-11-01T16:45:10.8693952Z 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 2024-11-01T16:45:10.8699906Z 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 2024-11-01T16:45:10.8705614Z 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 2024-11-01T16:45:10.8711428Z 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 2024-11-01T16:45:10.8717426Z 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 2024-11-01T16:45:10.8723765Z 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 2024-11-01T16:45:10.8729493Z 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 2024-11-01T16:45:10.8735305Z 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 2024-11-01T16:45:10.8741253Z 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 2024-11-01T16:45:10.8747277Z 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 2024-11-01T16:45:10.8753329Z 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 2024-11-01T16:45:10.8759022Z 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 2024-11-01T16:45:10.8764815Z 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 2024-11-01T16:45:10.8770429Z 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 2024-11-01T16:45:10.8776696Z 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 2024-11-01T16:45:10.8782889Z 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 2024-11-01T16:45:10.8788701Z 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 2024-11-01T16:45:10.8794439Z 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 2024-11-01T16:45:10.8800162Z 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 2024-11-01T16:45:10.8806720Z 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 2024-11-01T16:45:10.8812717Z 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 2024-11-01T16:45:10.8818651Z 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 2024-11-01T16:45:10.8824490Z 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 2024-11-01T16:45:10.8830608Z 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 2024-11-01T16:45:10.8836690Z 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 2024-11-01T16:45:10.8842768Z 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 2024-11-01T16:45:10.8848226Z 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 2024-11-01T16:45:10.8853857Z 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 2024-11-01T16:45:10.8859734Z 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 2024-11-01T16:45:10.8865674Z 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 2024-11-01T16:45:10.8871461Z 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 2024-11-01T16:45:10.8877311Z 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 2024-11-01T16:45:10.8883525Z 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 2024-11-01T16:45:10.8889443Z 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 2024-11-01T16:45:10.8895347Z 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 2024-11-01T16:45:10.8901314Z 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 2024-11-01T16:45:10.8907122Z 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 2024-11-01T16:45:10.8912867Z 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 2024-11-01T16:45:10.8918381Z 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 2024-11-01T16:45:10.8923883Z 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 2024-11-01T16:45:10.8929609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_digamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.8935781Z 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 2024-11-01T16:45:10.8941632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_digamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.8947403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_digamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.8953142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.8959383Z 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 2024-11-01T16:45:10.8965259Z 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 2024-11-01T16:45:10.8971240Z 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 2024-11-01T16:45:10.8976823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.8982489Z 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 2024-11-01T16:45:10.8988004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.8993553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.8999218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9005279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9010884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9017728Z 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 2024-11-01T16:45:10.9023424Z 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 2024-11-01T16:45:10.9029430Z 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 2024-11-01T16:45:10.9035214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9041166Z 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 2024-11-01T16:45:10.9047152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9053041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9059293Z 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 2024-11-01T16:45:10.9065151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9070626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9076529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9082530Z 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 2024-11-01T16:45:10.9088638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfinv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9094215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfinv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9100491Z 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 2024-11-01T16:45:10.9106206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9111653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9117512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_exp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9124330Z 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 2024-11-01T16:45:10.9129630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_exp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9135369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_exp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9141112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9148348Z 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 2024-11-01T16:45:10.9154709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9160372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9166043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9172110Z 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 2024-11-01T16:45:10.9178239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expm1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9183664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expm1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9189550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammainc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9195146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaincc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9201354Z 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 2024-11-01T16:45:10.9207205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaincc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9212908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaincc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9218951Z 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 2024-11-01T16:45:10.9224709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammainc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9230770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammainc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9236755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaln.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9242791Z 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 2024-11-01T16:45:10.9248718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaln_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9254448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaln_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9260384Z 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 2024-11-01T16:45:10.9266235Z 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 2024-11-01T16:45:10.9272628Z 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 2024-11-01T16:45:10.9278552Z 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 2024-11-01T16:45:10.9284468Z 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 2024-11-01T16:45:10.9290549Z 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 2024-11-01T16:45:10.9296526Z 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 2024-11-01T16:45:10.9302569Z 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 2024-11-01T16:45:10.9308433Z 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 2024-11-01T16:45:10.9314405Z 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 2024-11-01T16:45:10.9320650Z 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 2024-11-01T16:45:10.9326705Z 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 2024-11-01T16:45:10.9332372Z 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 2024-11-01T16:45:10.9338474Z 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 2024-11-01T16:45:10.9344339Z 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 2024-11-01T16:45:10.9350377Z 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 2024-11-01T16:45:10.9356133Z 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 2024-11-01T16:45:10.9361869Z 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 2024-11-01T16:45:10.9367737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9373311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9379407Z 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 2024-11-01T16:45:10.9385130Z 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 2024-11-01T16:45:10.9390597Z 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 2024-11-01T16:45:10.9396561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9402493Z 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 2024-11-01T16:45:10.9408313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9413924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9420575Z 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 2024-11-01T16:45:10.9426229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9431639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9437371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9443435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9450351Z 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 2024-11-01T16:45:10.9456362Z 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 2024-11-01T16:45:10.9462390Z 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 2024-11-01T16:45:10.9468093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9474085Z 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 2024-11-01T16:45:10.9479878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9486500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9493088Z 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 2024-11-01T16:45:10.9499043Z 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 2024-11-01T16:45:10.9504970Z 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 2024-11-01T16:45:10.9510722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9516842Z 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 2024-11-01T16:45:10.9522878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9528710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9534575Z 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 2024-11-01T16:45:10.9541062Z 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 2024-11-01T16:45:10.9547406Z 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 2024-11-01T16:45:10.9553164Z 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 2024-11-01T16:45:10.9559102Z 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 2024-11-01T16:45:10.9565185Z 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 2024-11-01T16:45:10.9571102Z 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 2024-11-01T16:45:10.9577309Z 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 2024-11-01T16:45:10.9583527Z 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 2024-11-01T16:45:10.9589507Z 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 2024-11-01T16:45:10.9595957Z 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 2024-11-01T16:45:10.9602245Z 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 2024-11-01T16:45:10.9608814Z 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 2024-11-01T16:45:10.9615004Z 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 2024-11-01T16:45:10.9621195Z 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 2024-11-01T16:45:10.9627445Z 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 2024-11-01T16:45:10.9633293Z 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 2024-11-01T16:45:10.9639178Z 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 2024-11-01T16:45:10.9645175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9651228Z 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 2024-11-01T16:45:10.9657101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log1p_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9663402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log1p_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9669277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9675522Z 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 2024-11-01T16:45:10.9681614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9687627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9694493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9701046Z 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 2024-11-01T16:45:10.9707051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9712954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9719032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9725443Z 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 2024-11-01T16:45:10.9731267Z 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 2024-11-01T16:45:10.9737164Z 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 2024-11-01T16:45:10.9742994Z 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 2024-11-01T16:45:10.9748968Z 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 2024-11-01T16:45:10.9754648Z 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 2024-11-01T16:45:10.9760749Z 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 2024-11-01T16:45:10.9766969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:10.9773339Z 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 2024-11-01T16:45:10.9779509Z 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 2024-11-01T16:45:10.9805060Z 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 2024-11-01T16:45:10.9810829Z 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 2024-11-01T16:45:10.9817246Z 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 2024-11-01T16:45:10.9823118Z 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 2024-11-01T16:45:10.9828871Z 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 2024-11-01T16:45:10.9835385Z 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 2024-11-01T16:45:10.9841074Z 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 2024-11-01T16:45:10.9848077Z 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 2024-11-01T16:45:10.9853457Z 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 2024-11-01T16:45:10.9859431Z 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 2024-11-01T16:45:10.9865809Z 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 2024-11-01T16:45:10.9876353Z 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 2024-11-01T16:45:10.9880170Z 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 2024-11-01T16:45:10.9886236Z 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 2024-11-01T16:45:10.9892543Z 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 2024-11-01T16:45:10.9898934Z 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 2024-11-01T16:45:10.9904870Z 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 2024-11-01T16:45:10.9910655Z 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 2024-11-01T16:45:10.9917139Z 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 2024-11-01T16:45:10.9924188Z 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 2024-11-01T16:45:10.9930318Z 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 2024-11-01T16:45:10.9936241Z 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 2024-11-01T16:45:10.9942502Z 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 2024-11-01T16:45:10.9948619Z 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 2024-11-01T16:45:10.9954893Z 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 2024-11-01T16:45:10.9960781Z 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 2024-11-01T16:45:10.9967357Z 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 2024-11-01T16:45:10.9973202Z 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 2024-11-01T16:45:10.9979488Z 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 2024-11-01T16:45:10.9985356Z 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 2024-11-01T16:45:10.9991838Z 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 2024-11-01T16:45:10.9997766Z 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 2024-11-01T16:45:11.0003504Z 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 2024-11-01T16:45:11.0009425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_multigammaln.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0015972Z 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 2024-11-01T16:45:11.0022060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_multigammaln_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0028585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_multigammaln_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0034572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0040717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0047104Z 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 2024-11-01T16:45:11.0053050Z 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 2024-11-01T16:45:11.0059349Z 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 2024-11-01T16:45:11.0065300Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0071117Z 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 2024-11-01T16:45:11.0077119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0083182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0090320Z 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 2024-11-01T16:45:11.0095983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0101655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0108001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_polygamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0115472Z 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 2024-11-01T16:45:11.0120446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_polygamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0126234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_polygamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0131773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_psi.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0137722Z 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 2024-11-01T16:45:11.0143461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_psi_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0149044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_psi_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0154755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0160824Z 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 2024-11-01T16:45:11.0166375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_round_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0172081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_round_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0178149Z 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 2024-11-01T16:45:11.0184549Z 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 2024-11-01T16:45:11.0190622Z 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 2024-11-01T16:45:11.0196476Z 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 2024-11-01T16:45:11.0202351Z 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 2024-11-01T16:45:11.0208402Z 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 2024-11-01T16:45:11.0215229Z 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 2024-11-01T16:45:11.0221306Z 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 2024-11-01T16:45:11.0227439Z 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 2024-11-01T16:45:11.0234556Z 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 2024-11-01T16:45:11.0241201Z 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 2024-11-01T16:45:11.0248351Z 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 2024-11-01T16:45:11.0255328Z 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 2024-11-01T16:45:11.0263011Z 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 2024-11-01T16:45:11.0270037Z 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 2024-11-01T16:45:11.0276088Z 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 2024-11-01T16:45:11.0282464Z 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 2024-11-01T16:45:11.0289461Z 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 2024-11-01T16:45:11.0295973Z 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 2024-11-01T16:45:11.0301797Z 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 2024-11-01T16:45:11.0307733Z 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 2024-11-01T16:45:11.0313590Z 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 2024-11-01T16:45:11.0319614Z 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 2024-11-01T16:45:11.0325789Z 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 2024-11-01T16:45:11.0332228Z 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 2024-11-01T16:45:11.0338219Z 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 2024-11-01T16:45:11.0345199Z 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 2024-11-01T16:45:11.0351410Z 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 2024-11-01T16:45:11.0357038Z 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 2024-11-01T16:45:11.0362825Z 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 2024-11-01T16:45:11.0369030Z 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 2024-11-01T16:45:11.0374984Z 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 2024-11-01T16:45:11.0381159Z 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 2024-11-01T16:45:11.0387301Z 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 2024-11-01T16:45:11.0393111Z 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 2024-11-01T16:45:11.0399841Z 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 2024-11-01T16:45:11.0406424Z 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 2024-11-01T16:45:11.0411915Z 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 2024-11-01T16:45:11.0417686Z 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 2024-11-01T16:45:11.0424076Z 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 2024-11-01T16:45:11.0430451Z 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 2024-11-01T16:45:11.0436518Z 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 2024-11-01T16:45:11.0442593Z 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 2024-11-01T16:45:11.0448724Z 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 2024-11-01T16:45:11.0455313Z 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 2024-11-01T16:45:11.0461582Z 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 2024-11-01T16:45:11.0467424Z 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 2024-11-01T16:45:11.0473538Z 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 2024-11-01T16:45:11.0479530Z 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 2024-11-01T16:45:11.0485630Z 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 2024-11-01T16:45:11.0491551Z 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 2024-11-01T16:45:11.0497805Z 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 2024-11-01T16:45:11.0503788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_sinc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0510273Z 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 2024-11-01T16:45:11.0515999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_sinc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0521481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_sinc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0527143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0533403Z 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 2024-11-01T16:45:11.0539458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0545069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0551506Z 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 2024-11-01T16:45:11.0558076Z 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 2024-11-01T16:45:11.0563907Z 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 2024-11-01T16:45:11.0569609Z 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 2024-11-01T16:45:11.0575580Z 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 2024-11-01T16:45:11.0581669Z 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 2024-11-01T16:45:11.0587757Z 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 2024-11-01T16:45:11.0593541Z 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 2024-11-01T16:45:11.0599385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0615063Z 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 2024-11-01T16:45:11.0620780Z 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 2024-11-01T16:45:11.0626779Z 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 2024-11-01T16:45:11.0633072Z 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 2024-11-01T16:45:11.0639122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0645149Z 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 2024-11-01T16:45:11.0650791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0656463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0662497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlogy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0668476Z 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 2024-11-01T16:45:11.0674251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlogy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0680235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlogy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0686001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0692273Z 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 2024-11-01T16:45:11.0698229Z 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 2024-11-01T16:45:11.0703896Z 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 2024-11-01T16:45:11.0710448Z 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 2024-11-01T16:45:11.0716354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0723212Z 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 2024-11-01T16:45:11.0730346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0736464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0743026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0749536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0756347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0761965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0768229Z 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 2024-11-01T16:45:11.0774103Z 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 2024-11-01T16:45:11.0780459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0786372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0792921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0798669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0804623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0810637Z 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 2024-11-01T16:45:11.0816640Z 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 2024-11-01T16:45:11.0823047Z 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 2024-11-01T16:45:11.0829116Z 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 2024-11-01T16:45:11.0835208Z 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 2024-11-01T16:45:11.0841432Z 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 2024-11-01T16:45:11.0850870Z 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 2024-11-01T16:45:11.0853055Z 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 2024-11-01T16:45:11.0858730Z 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 2024-11-01T16:45:11.0864516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0870518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0875990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0881579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0887030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0892874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0898325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0903833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0909035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0914587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0920128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0925529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0931070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0936655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0942343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0947808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0953973Z 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 2024-11-01T16:45:11.0959559Z 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 2024-11-01T16:45:11.0964891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0970647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0976174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0982602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0988891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.0994601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1000363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1006161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1012419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1018120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1023912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1029579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1035095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1040372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1046223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1052246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1058087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1063774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1069342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1075344Z 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 2024-11-01T16:45:11.1081191Z 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 2024-11-01T16:45:11.1086965Z 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 2024-11-01T16:45:11.1092716Z 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 2024-11-01T16:45:11.1098318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1104237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1109912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1115435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1121256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1126740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1133366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1139137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1145110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1150637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1156320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1161749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1167676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1173234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1178902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1184865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1190787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1197693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1203687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1210097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1215975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1221646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1227212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1232917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1238243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1243716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1249389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1254986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1261330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1266949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1272236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1277810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1282907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1288524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1294384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1302197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_to_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1308332Z 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 2024-11-01T16:45:11.1313490Z 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 2024-11-01T16:45:11.1318761Z 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 2024-11-01T16:45:11.1324602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1330163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1335396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.1341134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2283952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2288615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2293857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2299354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2305259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2310505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2316784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2322526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2329215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2335297Z 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 2024-11-01T16:45:11.2340953Z 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 2024-11-01T16:45:11.2346840Z 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 2024-11-01T16:45:11.2352986Z 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 2024-11-01T16:45:11.2359698Z 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 2024-11-01T16:45:11.2365871Z 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 2024-11-01T16:45:11.2372278Z 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 2024-11-01T16:45:11.2378394Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_numel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2384201Z 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 2024-11-01T16:45:11.2389874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_numel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2395408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_numel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2401371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2407357Z 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 2024-11-01T16:45:11.2413118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2418852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2424621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_storage_offset.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2430620Z 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 2024-11-01T16:45:11.2436709Z 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 2024-11-01T16:45:11.2442409Z 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 2024-11-01T16:45:11.2448463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_stride.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2454544Z 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 2024-11-01T16:45:11.2460480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_stride_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2465909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_stride_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2471523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2476979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2482230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_along_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2488076Z 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 2024-11-01T16:45:11.2493903Z 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 2024-11-01T16:45:11.2499639Z 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 2024-11-01T16:45:11.2505512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2511070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2516632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2522224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2527914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2533212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2538997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2545289Z 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 2024-11-01T16:45:11.2551013Z 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 2024-11-01T16:45:11.2556721Z 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 2024-11-01T16:45:11.2562663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2568455Z 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 2024-11-01T16:45:11.2574103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2580683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2587247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2593149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2598350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2604066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2609322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2615011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2620862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2626787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2632293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2638704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2644424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2649590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2655582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2661058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2666527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2671870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2677667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2682861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2688006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2693162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor_split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2699226Z 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 2024-11-01T16:45:11.2704550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor_split_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2710781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor_split_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2716169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\thnn_conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2722526Z 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 2024-11-01T16:45:11.2727743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\thnn_conv2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2733189Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\thnn_conv2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2738989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2744841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2751733Z 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 2024-11-01T16:45:11.2758706Z 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 2024-11-01T16:45:11.2765622Z 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 2024-11-01T16:45:11.2772778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2779512Z 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 2024-11-01T16:45:11.2785830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2791592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2797884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2803017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2809461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2815407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2821646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2828705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2835292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2841510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2847444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2853054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2858652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2863953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2869174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2875307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2907961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2913633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2919248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2924770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2930560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2936175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2941811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2947460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2952568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2958788Z 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 2024-11-01T16:45:11.2964576Z 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 2024-11-01T16:45:11.2969878Z 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 2024-11-01T16:45:11.2975801Z 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 2024-11-01T16:45:11.2981320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2987080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2992615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.2998672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3004661Z 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 2024-11-01T16:45:11.3010058Z 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 2024-11-01T16:45:11.3015870Z 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 2024-11-01T16:45:11.3021784Z 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 2024-11-01T16:45:11.3027272Z 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 2024-11-01T16:45:11.3033231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3038816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3044364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3049732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3055938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_padded_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3061881Z 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 2024-11-01T16:45:11.3067430Z 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 2024-11-01T16:45:11.3073272Z 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 2024-11-01T16:45:11.3079375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3084733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3090636Z 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 2024-11-01T16:45:11.3095989Z 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 2024-11-01T16:45:11.3101466Z 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 2024-11-01T16:45:11.3107114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3112983Z 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 2024-11-01T16:45:11.3118870Z 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 2024-11-01T16:45:11.3124600Z 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 2024-11-01T16:45:11.3155327Z 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 2024-11-01T16:45:11.3161077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3167056Z 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 2024-11-01T16:45:11.3172860Z 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 2024-11-01T16:45:11.3178825Z 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 2024-11-01T16:45:11.3184591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3190476Z 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 2024-11-01T16:45:11.3196134Z 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 2024-11-01T16:45:11.3202023Z 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 2024-11-01T16:45:11.3208316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3214514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3220800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3227437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3233928Z 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 2024-11-01T16:45:11.3239925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3246088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3253018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3258650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3296646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3298747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3300672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3302654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3304895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3307252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3309453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3311671Z 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 2024-11-01T16:45:11.3316185Z 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 2024-11-01T16:45:11.3323600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3330018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3336137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3341559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3347031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3353019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3358849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3365338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3371069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3378060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3383942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3389837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3395701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3401828Z 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 2024-11-01T16:45:11.3407390Z 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 2024-11-01T16:45:11.3413358Z 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 2024-11-01T16:45:11.3419616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3426250Z 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 2024-11-01T16:45:11.3431845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3438037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3443766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3449471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3454617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3460496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3465713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3471821Z 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 2024-11-01T16:45:11.3477600Z 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 2024-11-01T16:45:11.3482961Z 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 2024-11-01T16:45:11.3488729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3494603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3500088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3505405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3510942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3516551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3522334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triplet_margin_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3528315Z 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 2024-11-01T16:45:11.3533642Z 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 2024-11-01T16:45:11.3539379Z 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 2024-11-01T16:45:11.3545120Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3550980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3556305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3562580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3567829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3573474Z 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 2024-11-01T16:45:11.3579301Z 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 2024-11-01T16:45:11.3584987Z 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 2024-11-01T16:45:11.3590620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3597536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3604020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3609836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3615306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3620973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3626599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\true_divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3632450Z 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 2024-11-01T16:45:11.3638086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\true_divide_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3643670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\true_divide_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3649473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3655208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3661212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3667138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3672634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3678319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3683886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3689946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3695548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\type_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3701202Z 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 2024-11-01T16:45:11.3706907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\type_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3712302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\type_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3718128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3723682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3729663Z 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 2024-11-01T16:45:11.3736593Z 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 2024-11-01T16:45:11.3742815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3748729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3754751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3759992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3765262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3771218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3777202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3782680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3789043Z 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 2024-11-01T16:45:11.3794643Z 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 2024-11-01T16:45:11.3800276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3806111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3811908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3817744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3823324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3829056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3834791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_dense_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3840835Z 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 2024-11-01T16:45:11.3865661Z 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 2024-11-01T16:45:11.3871000Z 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 2024-11-01T16:45:11.3876558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3881917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3887548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3892678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3898649Z 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 2024-11-01T16:45:11.3904404Z 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 2024-11-01T16:45:11.3910301Z 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 2024-11-01T16:45:11.3915890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3921430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3926953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3932791Z 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 2024-11-01T16:45:11.3938506Z 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 2024-11-01T16:45:11.3943969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3949269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3954562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3960050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3965693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3971599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3977221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3982736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3988329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3994112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.3999696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.4005482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.4011001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.4016681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.4022454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.4028352Z 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 2024-11-01T16:45:11.4034118Z 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 2024-11-01T16:45:11.4040044Z 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 2024-11-01T16:45:11.4045840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.4051510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.4057147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.4063239Z 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 2024-11-01T16:45:11.4069057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_consecutive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.4075008Z 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 2024-11-01T16:45:11.4080868Z 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 2024-11-01T16:45:11.4086901Z 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 2024-11-01T16:45:11.4092877Z 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 2024-11-01T16:45:11.4099005Z 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 2024-11-01T16:45:11.4105063Z 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 2024-11-01T16:45:11.4111127Z 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 2024-11-01T16:45:11.4116835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.4122767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.4128725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.4134550Z 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 2024-11-01T16:45:11.4140493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_chunk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.4146089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_chunk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.4151834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.4157939Z 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 2024-11-01T16:45:11.4163646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.4169287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.4175429Z 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 2024-11-01T16:45:11.4181711Z 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 2024-11-01T16:45:11.4188020Z 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 2024-11-01T16:45:11.4194464Z 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 2024-11-01T16:45:11.4199734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.4205646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.4211133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.4218243Z 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 2024-11-01T16:45:11.4224862Z 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 2024-11-01T16:45:11.4231040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.4237373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.4242993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.4248918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.4254742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.4260716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.4267039Z 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 2024-11-01T16:45:11.4272703Z 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 2024-11-01T16:45:11.4278466Z 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 2024-11-01T16:45:11.4284333Z 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 2024-11-01T16:45:11.4290516Z 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 2024-11-01T16:45:11.4296314Z 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 2024-11-01T16:45:11.4302398Z 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 2024-11-01T16:45:11.4308402Z 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 2024-11-01T16:45:11.5473865Z 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 2024-11-01T16:45:11.5481965Z 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 2024-11-01T16:45:11.5490879Z 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 2024-11-01T16:45:11.5499004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.5504648Z 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 2024-11-01T16:45:11.5510472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.5517228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.5522835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.5529001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.5535237Z 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 2024-11-01T16:45:11.5541080Z 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 2024-11-01T16:45:11.5546827Z 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 2024-11-01T16:45:11.5552502Z 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 2024-11-01T16:45:11.5558282Z 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 2024-11-01T16:45:11.5564051Z 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 2024-11-01T16:45:11.5570046Z 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 2024-11-01T16:45:11.5575962Z 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 2024-11-01T16:45:11.5581815Z 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 2024-11-01T16:45:11.5587460Z 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 2024-11-01T16:45:11.5593252Z 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 2024-11-01T16:45:11.5599332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.5605026Z 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 2024-11-01T16:45:11.5610669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.5616734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.5622303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.5627941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.5634092Z 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 2024-11-01T16:45:11.5639923Z 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 2024-11-01T16:45:11.5645666Z 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 2024-11-01T16:45:11.5651341Z 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 2024-11-01T16:45:11.5657162Z 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 2024-11-01T16:45:11.5663545Z 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 2024-11-01T16:45:11.5669048Z 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 2024-11-01T16:45:11.5675164Z 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 2024-11-01T16:45:11.5680870Z 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 2024-11-01T16:45:11.5686380Z 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 2024-11-01T16:45:11.5692012Z 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 2024-11-01T16:45:11.5697830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.5703776Z 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 2024-11-01T16:45:11.5709425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.5715288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.5720890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.5726603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.5734014Z 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 2024-11-01T16:45:11.5739812Z 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 2024-11-01T16:45:11.5746186Z 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 2024-11-01T16:45:11.5751944Z 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 2024-11-01T16:45:11.5757803Z 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 2024-11-01T16:45:11.5763381Z 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 2024-11-01T16:45:11.5768971Z 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 2024-11-01T16:45:11.5775297Z 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 2024-11-01T16:45:11.5781134Z 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 2024-11-01T16:45:11.5786780Z 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 2024-11-01T16:45:11.5792529Z 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 2024-11-01T16:45:11.5798069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.5804289Z 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 2024-11-01T16:45:11.5809936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.5816061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.5821910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.5828691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.5836324Z 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 2024-11-01T16:45:11.5843050Z 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 2024-11-01T16:45:11.5849907Z 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 2024-11-01T16:45:11.5856766Z 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 2024-11-01T16:45:11.5863032Z 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 2024-11-01T16:45:11.5868792Z 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 2024-11-01T16:45:11.5875350Z 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 2024-11-01T16:45:11.5881280Z 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 2024-11-01T16:45:11.5886926Z 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 2024-11-01T16:45:11.5892551Z 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 2024-11-01T16:45:11.5898702Z 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 2024-11-01T16:45:11.5904209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.5910125Z 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 2024-11-01T16:45:11.5915948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.5921329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.5927068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.5932742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.5939248Z 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 2024-11-01T16:45:11.5945022Z 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 2024-11-01T16:45:11.5950810Z 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 2024-11-01T16:45:11.5956609Z 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 2024-11-01T16:45:11.5962409Z 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 2024-11-01T16:45:11.5968157Z 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 2024-11-01T16:45:11.5973902Z 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 2024-11-01T16:45:11.5980460Z 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 2024-11-01T16:45:11.5990390Z 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 2024-11-01T16:45:11.5995908Z 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 2024-11-01T16:45:11.6001689Z 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 2024-11-01T16:45:11.6007362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6013328Z 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 2024-11-01T16:45:11.6019492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6024863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6030452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6036199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6042519Z 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 2024-11-01T16:45:11.6048634Z 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 2024-11-01T16:45:11.6054542Z 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 2024-11-01T16:45:11.6060611Z 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 2024-11-01T16:45:11.6066276Z 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 2024-11-01T16:45:11.6072066Z 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 2024-11-01T16:45:11.6077649Z 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 2024-11-01T16:45:11.6084025Z 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 2024-11-01T16:45:11.6089788Z 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 2024-11-01T16:45:11.6095653Z 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 2024-11-01T16:45:11.6101630Z 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 2024-11-01T16:45:11.6107426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6113094Z 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 2024-11-01T16:45:11.6118731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6124400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6129980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6135333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6140766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6146722Z 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 2024-11-01T16:45:11.6152754Z 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 2024-11-01T16:45:11.6157876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6163227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6168866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6174501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6180458Z 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 2024-11-01T16:45:11.6186734Z 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 2024-11-01T16:45:11.6192160Z 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 2024-11-01T16:45:11.6197974Z 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 2024-11-01T16:45:11.6203350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6208877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6214174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6219753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6225209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6230982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6236803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6241959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6247426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6252918Z 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 2024-11-01T16:45:11.6258625Z 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 2024-11-01T16:45:11.6264209Z 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 2024-11-01T16:45:11.6269769Z 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 2024-11-01T16:45:11.6275632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6280937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6286507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6292143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6297898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6303740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6309328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6315346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6321742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6328069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6333202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6339286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6345382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6351574Z 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 2024-11-01T16:45:11.6358212Z 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 2024-11-01T16:45:11.6363659Z 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 2024-11-01T16:45:11.6369135Z 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 2024-11-01T16:45:11.6374704Z 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 2024-11-01T16:45:11.6380793Z 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 2024-11-01T16:45:11.6386498Z 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 2024-11-01T16:45:11.6392665Z 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 2024-11-01T16:45:11.6398198Z 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 2024-11-01T16:45:11.6403565Z 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 2024-11-01T16:45:11.6409553Z 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 2024-11-01T16:45:11.6415047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6420519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6426103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6431700Z 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 2024-11-01T16:45:11.6437560Z 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 2024-11-01T16:45:11.6443044Z 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 2024-11-01T16:45:11.6448355Z 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 2024-11-01T16:45:11.6453646Z 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 2024-11-01T16:45:11.6459155Z 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 2024-11-01T16:45:11.6464742Z 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 2024-11-01T16:45:11.6470129Z 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 2024-11-01T16:45:11.6475469Z 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 2024-11-01T16:45:11.6480684Z 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 2024-11-01T16:45:11.6486202Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6491370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6497374Z 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 2024-11-01T16:45:11.6503225Z 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 2024-11-01T16:45:11.6508730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6514257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.6519919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7339600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7345112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7350559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7356542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7361665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7367096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7372431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7377924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7383969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7389477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7394840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7400109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7405550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7411033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7416466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7422182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7427584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7432961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7438542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7444316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7449884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7455269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7460957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7466262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7471957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7477377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7483054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7488606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7494050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7499521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7504935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7510014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7515184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7520663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7525897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7532018Z 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 2024-11-01T16:45:11.7537819Z 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 2024-11-01T16:45:11.7543343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7548865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7554376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7559928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7566150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7571686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7577354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7582878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7588203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7593552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7598754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7604349Z 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 2024-11-01T16:45:11.7610408Z 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 2024-11-01T16:45:11.7616032Z 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 2024-11-01T16:45:11.7621911Z 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 2024-11-01T16:45:11.7627611Z 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 2024-11-01T16:45:11.7633882Z 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 2024-11-01T16:45:11.7639711Z 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 2024-11-01T16:45:11.7645575Z 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 2024-11-01T16:45:11.7651392Z 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 2024-11-01T16:45:11.7657213Z 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 2024-11-01T16:45:11.7662774Z 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 2024-11-01T16:45:11.7668507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7674373Z 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 2024-11-01T16:45:11.7680503Z 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 2024-11-01T16:45:11.7686110Z 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 2024-11-01T16:45:11.7691775Z 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 2024-11-01T16:45:11.7697558Z 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 2024-11-01T16:45:11.7703278Z 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 2024-11-01T16:45:11.7709376Z 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 2024-11-01T16:45:11.7714960Z 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 2024-11-01T16:45:11.7720626Z 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 2024-11-01T16:45:11.7726327Z 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 2024-11-01T16:45:11.7732503Z 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 2024-11-01T16:45:11.7738239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7744712Z 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 2024-11-01T16:45:11.7750079Z 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 2024-11-01T16:45:11.7755656Z 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 2024-11-01T16:45:11.7761078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7766774Z 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 2024-11-01T16:45:11.7772413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7778117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7783490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_batch_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7789174Z 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 2024-11-01T16:45:11.7794348Z 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 2024-11-01T16:45:11.7799475Z 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 2024-11-01T16:45:11.7804677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7810425Z 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 2024-11-01T16:45:11.7816061Z 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 2024-11-01T16:45:11.7821719Z 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 2024-11-01T16:45:11.7827198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7832786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7838348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7844077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7849658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7855370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7861540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7867025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7872856Z 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 2024-11-01T16:45:11.7878763Z 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 2024-11-01T16:45:11.7884366Z 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 2024-11-01T16:45:11.7890406Z 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 2024-11-01T16:45:11.7896371Z 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 2024-11-01T16:45:11.7902235Z 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 2024-11-01T16:45:11.7907812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_update_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7913784Z 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 2024-11-01T16:45:11.7919363Z 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 2024-11-01T16:45:11.7925548Z 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 2024-11-01T16:45:11.7931663Z 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 2024-11-01T16:45:11.7937473Z 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 2024-11-01T16:45:11.7943285Z 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 2024-11-01T16:45:11.7948899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7954578Z 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 2024-11-01T16:45:11.7960232Z 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 2024-11-01T16:45:11.7965712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7971246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7976833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7982735Z 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 2024-11-01T16:45:11.7988173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_scalar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7994226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_scalar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.7999981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_tensor_metadata.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8005984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8011423Z 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 2024-11-01T16:45:11.8017138Z 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 2024-11-01T16:45:11.8022846Z 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 2024-11-01T16:45:11.8028422Z 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 2024-11-01T16:45:11.8034019Z 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 2024-11-01T16:45:11.8039317Z 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 2024-11-01T16:45:11.8045069Z 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 2024-11-01T16:45:11.8050746Z 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 2024-11-01T16:45:11.8056386Z 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 2024-11-01T16:45:11.8062520Z 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 2024-11-01T16:45:11.8068000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8073554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8079009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8084608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8090155Z 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 2024-11-01T16:45:11.8095662Z 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 2024-11-01T16:45:11.8101843Z 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 2024-11-01T16:45:11.8107753Z 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 2024-11-01T16:45:11.8113450Z 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 2024-11-01T16:45:11.8119546Z 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 2024-11-01T16:45:11.8125070Z 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 2024-11-01T16:45:11.8130866Z 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 2024-11-01T16:45:11.8136399Z 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 2024-11-01T16:45:11.8142384Z 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 2024-11-01T16:45:11.8148103Z 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 2024-11-01T16:45:11.8153921Z 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 2024-11-01T16:45:11.8193410Z 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 2024-11-01T16:45:11.8199469Z 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 2024-11-01T16:45:11.8205594Z 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 2024-11-01T16:45:11.8211547Z 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 2024-11-01T16:45:11.8217344Z 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 2024-11-01T16:45:11.8223124Z 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 2024-11-01T16:45:11.8228774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Byte.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8234686Z 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 2024-11-01T16:45:11.8241088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Byte_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8247258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Byte_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8253935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Char.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8261046Z 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 2024-11-01T16:45:11.8266794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Char_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8291292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Char_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8296969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8303089Z 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 2024-11-01T16:45:11.8308536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Double_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8313968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Double_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8319865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8325481Z 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 2024-11-01T16:45:11.8330928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Float_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8336327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Float_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8342042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Half.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8348250Z 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 2024-11-01T16:45:11.8353648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Half_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8359260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Half_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8364664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Int.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8370493Z 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 2024-11-01T16:45:11.8375851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Int_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8381495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Int_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8387029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Long.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8393015Z 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 2024-11-01T16:45:11.8398566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Long_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8404002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Long_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8409482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Short.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8415292Z 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 2024-11-01T16:45:11.8421017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Short_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8426268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Short_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8431814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8437436Z 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 2024-11-01T16:45:11.8442684Z 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 2024-11-01T16:45:11.8448815Z 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 2024-11-01T16:45:11.8454420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8460387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8466132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8471990Z 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 2024-11-01T16:45:11.8477512Z 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 2024-11-01T16:45:11.8483399Z 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 2024-11-01T16:45:11.8488983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8494545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8500410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cholesky_solve_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8506221Z 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 2024-11-01T16:45:11.8511698Z 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 2024-11-01T16:45:11.8517331Z 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 2024-11-01T16:45:11.8523072Z 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 2024-11-01T16:45:11.8528686Z 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 2024-11-01T16:45:11.8534564Z 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 2024-11-01T16:45:11.8540490Z 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 2024-11-01T16:45:11.8546055Z 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 2024-11-01T16:45:11.8551663Z 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 2024-11-01T16:45:11.8557771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8563871Z 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 2024-11-01T16:45:11.8569644Z 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 2024-11-01T16:45:11.8575662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8581551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8587244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8592692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8598587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8604074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8610101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8615757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8622587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8627691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8633396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8639331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_compute_linear_combination.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8645272Z 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 2024-11-01T16:45:11.8651146Z 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 2024-11-01T16:45:11.8656801Z 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 2024-11-01T16:45:11.8662649Z 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 2024-11-01T16:45:11.8668297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8673725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8679204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8685298Z 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 2024-11-01T16:45:11.8691502Z 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 2024-11-01T16:45:11.8701275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8705792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8711251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8716702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8722466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_physical.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8728441Z 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 2024-11-01T16:45:11.8734341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_physical_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8740269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_physical_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8746932Z 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 2024-11-01T16:45:11.8754106Z 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 2024-11-01T16:45:11.8760208Z 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 2024-11-01T16:45:11.8766311Z 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 2024-11-01T16:45:11.8772147Z 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 2024-11-01T16:45:11.8778190Z 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 2024-11-01T16:45:11.8784082Z 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 2024-11-01T16:45:11.8789747Z 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 2024-11-01T16:45:11.8795809Z 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 2024-11-01T16:45:11.8802064Z 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 2024-11-01T16:45:11.8807837Z 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 2024-11-01T16:45:11.8813637Z 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 2024-11-01T16:45:11.8819523Z 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 2024-11-01T16:45:11.8825583Z 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 2024-11-01T16:45:11.8831589Z 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 2024-11-01T16:45:11.8837325Z 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 2024-11-01T16:45:11.8843053Z 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 2024-11-01T16:45:11.8848860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8854531Z 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 2024-11-01T16:45:11.8880159Z 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 2024-11-01T16:45:11.8885722Z 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 2024-11-01T16:45:11.8891668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8897472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8903199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8908929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_double_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8915028Z 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 2024-11-01T16:45:11.8920494Z 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 2024-11-01T16:45:11.8926168Z 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 2024-11-01T16:45:11.8931685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8937650Z 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 2024-11-01T16:45:11.8943978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_mode_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8950060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_mode_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8955673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8961263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8966946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conv_depthwise2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8972618Z 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 2024-11-01T16:45:11.8978238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conv_depthwise2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8983932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conv_depthwise2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8989615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.8995258Z 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 2024-11-01T16:45:11.9001249Z 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 2024-11-01T16:45:11.9006856Z 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 2024-11-01T16:45:11.9012358Z 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 2024-11-01T16:45:11.9018500Z 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 2024-11-01T16:45:11.9024349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9029813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9035554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_compress.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9041833Z 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 2024-11-01T16:45:11.9047335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_compress_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9052668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_compress_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9058352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9064292Z 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 2024-11-01T16:45:11.9070145Z 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 2024-11-01T16:45:11.9075839Z 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 2024-11-01T16:45:11.9081581Z 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 2024-11-01T16:45:11.9087499Z 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 2024-11-01T16:45:11.9093274Z 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 2024-11-01T16:45:11.9099155Z 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 2024-11-01T16:45:11.9105164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9110835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9116550Z 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 2024-11-01T16:45:11.9121955Z 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 2024-11-01T16:45:11.9128280Z 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 2024-11-01T16:45:11.9134114Z 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 2024-11-01T16:45:11.9140183Z 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 2024-11-01T16:45:11.9146502Z 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 2024-11-01T16:45:11.9152287Z 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 2024-11-01T16:45:11.9158165Z 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 2024-11-01T16:45:11.9163911Z 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 2024-11-01T16:45:11.9169653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9175503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9181256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9207957Z 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 2024-11-01T16:45:11.9213874Z 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 2024-11-01T16:45:11.9220273Z 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 2024-11-01T16:45:11.9226040Z 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 2024-11-01T16:45:11.9232075Z 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 2024-11-01T16:45:11.9238247Z 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 2024-11-01T16:45:11.9243921Z 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 2024-11-01T16:45:11.9250957Z 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 2024-11-01T16:45:11.9257435Z 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 2024-11-01T16:45:11.9263154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9269234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9275783Z 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 2024-11-01T16:45:11.9281739Z 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 2024-11-01T16:45:11.9287630Z 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 2024-11-01T16:45:11.9293539Z 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 2024-11-01T16:45:11.9299442Z 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 2024-11-01T16:45:11.9305100Z 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 2024-11-01T16:45:11.9310852Z 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 2024-11-01T16:45:11.9317094Z 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 2024-11-01T16:45:11.9322717Z 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 2024-11-01T16:45:11.9328453Z 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 2024-11-01T16:45:11.9334034Z 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 2024-11-01T16:45:11.9340088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9345823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9351467Z 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 2024-11-01T16:45:11.9357430Z 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 2024-11-01T16:45:11.9362861Z 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 2024-11-01T16:45:11.9368156Z 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 2024-11-01T16:45:11.9373766Z 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 2024-11-01T16:45:11.9379790Z 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 2024-11-01T16:45:11.9385281Z 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 2024-11-01T16:45:11.9391086Z 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 2024-11-01T16:45:11.9396837Z 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 2024-11-01T16:45:11.9402921Z 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 2024-11-01T16:45:11.9408519Z 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 2024-11-01T16:45:11.9413857Z 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 2024-11-01T16:45:11.9419745Z 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 2024-11-01T16:45:11.9425739Z 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 2024-11-01T16:45:11.9431322Z 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 2024-11-01T16:45:11.9436741Z 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 2024-11-01T16:45:11.9442253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9447814Z 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 2024-11-01T16:45:11.9454060Z 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 2024-11-01T16:45:11.9459706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9465376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9470889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9476303Z 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 2024-11-01T16:45:11.9481853Z 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 2024-11-01T16:45:11.9487374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9493041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9498943Z 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 2024-11-01T16:45:11.9504805Z 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 2024-11-01T16:45:11.9510270Z 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 2024-11-01T16:45:11.9515540Z 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 2024-11-01T16:45:11.9521019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9526047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9531318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9536719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9541769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9546957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9552255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dim_arange.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9558196Z 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 2024-11-01T16:45:11.9563599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dim_arange_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9568890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dim_arange_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9574607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9580492Z 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 2024-11-01T16:45:11.9585973Z 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 2024-11-01T16:45:11.9591428Z 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 2024-11-01T16:45:11.9597438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9603105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9608711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9614720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9620336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9626072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9631817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9637444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9643066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9649224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9655264Z 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 2024-11-01T16:45:11.9661215Z 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 2024-11-01T16:45:11.9667171Z 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 2024-11-01T16:45:11.9673162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9679149Z 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 2024-11-01T16:45:11.9685150Z 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 2024-11-01T16:45:11.9690941Z 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 2024-11-01T16:45:11.9696638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9702479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9708563Z 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 2024-11-01T16:45:11.9714873Z 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 2024-11-01T16:45:11.9722787Z 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 2024-11-01T16:45:11.9729334Z 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 2024-11-01T16:45:11.9736259Z 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 2024-11-01T16:45:11.9742570Z 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 2024-11-01T16:45:11.9748836Z 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 2024-11-01T16:45:11.9754631Z 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 2024-11-01T16:45:11.9760794Z 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 2024-11-01T16:45:11.9766776Z 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 2024-11-01T16:45:11.9772685Z 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 2024-11-01T16:45:11.9778540Z 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 2024-11-01T16:45:11.9785165Z 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 2024-11-01T16:45:11.9790870Z 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 2024-11-01T16:45:11.9797042Z 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 2024-11-01T16:45:11.9802972Z 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 2024-11-01T16:45:11.9808796Z 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 2024-11-01T16:45:11.9814477Z 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 2024-11-01T16:45:11.9820274Z 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 2024-11-01T16:45:11.9825961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9831567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9837563Z 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 2024-11-01T16:45:11.9843735Z 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 2024-11-01T16:45:11.9849597Z 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 2024-11-01T16:45:11.9855242Z 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 2024-11-01T16:45:11.9861614Z 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 2024-11-01T16:45:11.9867451Z 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 2024-11-01T16:45:11.9873132Z 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 2024-11-01T16:45:11.9879265Z 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 2024-11-01T16:45:11.9884998Z 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 2024-11-01T16:45:11.9890781Z 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 2024-11-01T16:45:11.9896370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_affine_quantized.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9902520Z 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 2024-11-01T16:45:11.9908143Z 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 2024-11-01T16:45:11.9926219Z 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 2024-11-01T16:45:11.9927995Z 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 2024-11-01T16:45:11.9934557Z 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 2024-11-01T16:45:11.9940823Z 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 2024-11-01T16:45:11.9946645Z 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 2024-11-01T16:45:11.9952249Z 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 2024-11-01T16:45:11.9958076Z 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 2024-11-01T16:45:11.9963558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_euclidean_dist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9969221Z 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 2024-11-01T16:45:11.9974589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_euclidean_dist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9980211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_euclidean_dist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:11.9986075Z 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 2024-11-01T16:45:11.9991923Z 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 2024-11-01T16:45:11.9997803Z 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 2024-11-01T16:45:12.0003547Z 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 2024-11-01T16:45:12.0009261Z 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 2024-11-01T16:45:12.0015014Z 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 2024-11-01T16:45:12.0021409Z 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 2024-11-01T16:45:12.0027322Z 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 2024-11-01T16:45:12.0033140Z 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 2024-11-01T16:45:12.0039133Z 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 2024-11-01T16:45:12.0045035Z 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 2024-11-01T16:45:12.0050829Z 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 2024-11-01T16:45:12.0057387Z 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 2024-11-01T16:45:12.0063662Z 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 2024-11-01T16:45:12.0069740Z 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 2024-11-01T16:45:12.0075931Z 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 2024-11-01T16:45:12.0081969Z 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 2024-11-01T16:45:12.0088195Z 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 2024-11-01T16:45:12.0094205Z 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 2024-11-01T16:45:12.0100524Z 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 2024-11-01T16:45:12.0106420Z 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 2024-11-01T16:45:12.0112400Z 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 2024-11-01T16:45:12.0118405Z 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 2024-11-01T16:45:12.0124937Z 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 2024-11-01T16:45:12.0131244Z 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 2024-11-01T16:45:12.0137725Z 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 2024-11-01T16:45:12.0143808Z 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 2024-11-01T16:45:12.0149999Z 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 2024-11-01T16:45:12.0155649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.0161083Z 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 2024-11-01T16:45:12.0166656Z 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 2024-11-01T16:45:12.0172271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.0177988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.0183620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.0189158Z 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 2024-11-01T16:45:12.0195159Z 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 2024-11-01T16:45:12.0201059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.0206662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.0212268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.0217718Z 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 2024-11-01T16:45:12.0223296Z 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 2024-11-01T16:45:12.0228850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.0234378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.0240573Z 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 2024-11-01T16:45:12.0246672Z 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 2024-11-01T16:45:12.0253070Z 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 2024-11-01T16:45:12.0259754Z 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 2024-11-01T16:45:12.0265281Z 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 2024-11-01T16:45:12.0271321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.0277209Z 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 2024-11-01T16:45:12.0282898Z 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 2024-11-01T16:45:12.0288654Z 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 2024-11-01T16:45:12.0294245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.0300447Z 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 2024-11-01T16:45:12.0306109Z 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 2024-11-01T16:45:12.0312007Z 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 2024-11-01T16:45:12.0317863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.0323448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.0328795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.0334252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.0339749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.0345366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.0351274Z 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 2024-11-01T16:45:12.0356922Z 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 2024-11-01T16:45:12.0362503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.0368261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.0373702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.0379722Z 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 2024-11-01T16:45:12.0384824Z 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 2024-11-01T16:45:12.0390493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.0395927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1058945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1064401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1070283Z 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 2024-11-01T16:45:12.1075847Z 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 2024-11-01T16:45:12.1081395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1087131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1092738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1098894Z 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 2024-11-01T16:45:12.1104496Z 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 2024-11-01T16:45:12.1110602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1115844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1121793Z 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 2024-11-01T16:45:12.1127527Z 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 2024-11-01T16:45:12.1133064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1138684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1144633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1150498Z 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 2024-11-01T16:45:12.1156081Z 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 2024-11-01T16:45:12.1161745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1167564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1173526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1185525Z 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 2024-11-01T16:45:12.1191203Z 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 2024-11-01T16:45:12.1196908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1202526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1208257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1214411Z 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 2024-11-01T16:45:12.1220171Z 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 2024-11-01T16:45:12.1225838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1231417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1237054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1243047Z 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 2024-11-01T16:45:12.1248855Z 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 2024-11-01T16:45:12.1254618Z 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 2024-11-01T16:45:12.1260711Z 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 2024-11-01T16:45:12.1266415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1272436Z 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 2024-11-01T16:45:12.1278091Z 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 2024-11-01T16:45:12.1283816Z 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 2024-11-01T16:45:12.1289631Z 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 2024-11-01T16:45:12.1295330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1301302Z 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 2024-11-01T16:45:12.1306992Z 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 2024-11-01T16:45:12.1313081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1318768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1324640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1331409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1338879Z 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 2024-11-01T16:45:12.1345119Z 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 2024-11-01T16:45:12.1351561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1357749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1363955Z 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 2024-11-01T16:45:12.1369969Z 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 2024-11-01T16:45:12.1376457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1382273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1387923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1394078Z 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 2024-11-01T16:45:12.1399577Z 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 2024-11-01T16:45:12.1405324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1411135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1416898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1422545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1428471Z 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 2024-11-01T16:45:12.1434719Z 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 2024-11-01T16:45:12.1439989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1445596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1451566Z 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 2024-11-01T16:45:12.1457739Z 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 2024-11-01T16:45:12.1463409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1469200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1474755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1480363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1486277Z 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 2024-11-01T16:45:12.1492138Z 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 2024-11-01T16:45:12.1497899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1503541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1509519Z 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 2024-11-01T16:45:12.1515116Z 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 2024-11-01T16:45:12.1520846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1526489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1532292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1538340Z 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 2024-11-01T16:45:12.1544063Z 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 2024-11-01T16:45:12.1549770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1555430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1561181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1567360Z 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 2024-11-01T16:45:12.1572874Z 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 2024-11-01T16:45:12.1578558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1584229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1589987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1596315Z 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 2024-11-01T16:45:12.1601656Z 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 2024-11-01T16:45:12.1607398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1613252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1618948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1624944Z 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 2024-11-01T16:45:12.1630601Z 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 2024-11-01T16:45:12.1636584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1642196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1647797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1653634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1659729Z 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 2024-11-01T16:45:12.1665326Z 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 2024-11-01T16:45:12.1670985Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1676639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1682217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1688160Z 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 2024-11-01T16:45:12.1694145Z 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 2024-11-01T16:45:12.1699992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1705633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1711276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1717331Z 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 2024-11-01T16:45:12.1723064Z 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 2024-11-01T16:45:12.1728891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1734515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1740577Z 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 2024-11-01T16:45:12.1746177Z 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 2024-11-01T16:45:12.1751821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1757467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1763129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1768961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1775237Z 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 2024-11-01T16:45:12.1780979Z 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 2024-11-01T16:45:12.1786628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1792366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1799102Z 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 2024-11-01T16:45:12.1804985Z 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 2024-11-01T16:45:12.1811751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1818462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1825250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1832358Z 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 2024-11-01T16:45:12.1838702Z 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 2024-11-01T16:45:12.1844499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1850406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1856278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1862772Z 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 2024-11-01T16:45:12.1868179Z 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 2024-11-01T16:45:12.1874014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1879733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1885556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1891813Z 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 2024-11-01T16:45:12.1897805Z 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 2024-11-01T16:45:12.1903367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1909021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1914603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1920495Z 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 2024-11-01T16:45:12.1926046Z 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 2024-11-01T16:45:12.1931838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1937574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1943125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1949068Z 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 2024-11-01T16:45:12.1954643Z 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 2024-11-01T16:45:12.1960228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1966010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1971558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1978063Z 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 2024-11-01T16:45:12.1983709Z 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 2024-11-01T16:45:12.1989696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.1995294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2000837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2006698Z 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 2024-11-01T16:45:12.2012214Z 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 2024-11-01T16:45:12.2017719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2023328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2028866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2034853Z 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 2024-11-01T16:45:12.2040467Z 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 2024-11-01T16:45:12.2046309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2052031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2057689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2063637Z 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 2024-11-01T16:45:12.2069549Z 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 2024-11-01T16:45:12.2075619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2081122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2087116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2092969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2099114Z 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 2024-11-01T16:45:12.2104789Z 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 2024-11-01T16:45:12.2110653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2116401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2122591Z 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 2024-11-01T16:45:12.2128642Z 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 2024-11-01T16:45:12.2135427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2141249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2146994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2153098Z 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 2024-11-01T16:45:12.2158922Z 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 2024-11-01T16:45:12.2164834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2170842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2176602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2183041Z 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 2024-11-01T16:45:12.2188875Z 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 2024-11-01T16:45:12.2194714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2200539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2206318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2212284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2218431Z 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 2024-11-01T16:45:12.2224249Z 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 2024-11-01T16:45:12.2230148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2236020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2241763Z 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 2024-11-01T16:45:12.2263034Z 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 2024-11-01T16:45:12.2443082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2448792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2454223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2460128Z 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 2024-11-01T16:45:12.2465711Z 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 2024-11-01T16:45:12.2471425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2477158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2482870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2489025Z 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 2024-11-01T16:45:12.2494576Z 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 2024-11-01T16:45:12.2500061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2505671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2511386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_async.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2517041Z 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 2024-11-01T16:45:12.2522880Z 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 2024-11-01T16:45:12.2528467Z 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 2024-11-01T16:45:12.2533957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2540054Z 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 2024-11-01T16:45:12.2545803Z 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 2024-11-01T16:45:12.2551503Z 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 2024-11-01T16:45:12.2557616Z 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 2024-11-01T16:45:12.2563622Z 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 2024-11-01T16:45:12.2569166Z 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 2024-11-01T16:45:12.2575430Z 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 2024-11-01T16:45:12.2581122Z 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 2024-11-01T16:45:12.2587782Z 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 2024-11-01T16:45:12.2593011Z 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 2024-11-01T16:45:12.2598735Z 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 2024-11-01T16:45:12.2604232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2610116Z 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 2024-11-01T16:45:12.2615714Z 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 2024-11-01T16:45:12.2621432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2627133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2632705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2638418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2644500Z 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 2024-11-01T16:45:12.2650190Z 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 2024-11-01T16:45:12.2656453Z 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 2024-11-01T16:45:12.2662179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2667469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2673780Z 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 2024-11-01T16:45:12.2679461Z 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 2024-11-01T16:45:12.2685018Z 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 2024-11-01T16:45:12.2690682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2696632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2702512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2708677Z 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 2024-11-01T16:45:12.2714862Z 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 2024-11-01T16:45:12.2720443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2726052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2732234Z 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 2024-11-01T16:45:12.2738839Z 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 2024-11-01T16:45:12.2744984Z 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 2024-11-01T16:45:12.2769987Z 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 2024-11-01T16:45:12.2777267Z 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 2024-11-01T16:45:12.2783789Z 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 2024-11-01T16:45:12.2789824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sdp_choice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2795815Z 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 2024-11-01T16:45:12.2801512Z 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 2024-11-01T16:45:12.2807431Z 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 2024-11-01T16:45:12.2813317Z 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 2024-11-01T16:45:12.2819162Z 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 2024-11-01T16:45:12.2825211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2831444Z 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 2024-11-01T16:45:12.2837477Z 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 2024-11-01T16:45:12.2843288Z 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 2024-11-01T16:45:12.2849255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2854987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2860386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2866343Z 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 2024-11-01T16:45:12.2872144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2878006Z 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 2024-11-01T16:45:12.2883728Z 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 2024-11-01T16:45:12.2889275Z 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 2024-11-01T16:45:12.2895245Z 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 2024-11-01T16:45:12.2900931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2906538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2912435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_gather_sparse_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.2918651Z 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 2024-11-01T16:45:12.2924174Z 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 2024-11-01T16:45:12.2929587Z 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 2024-11-01T16:45:12.2935212Z 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 2024-11-01T16:45:12.2940940Z 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 2024-11-01T16:45:12.2947279Z 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 2024-11-01T16:45:12.2953147Z 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 2024-11-01T16:45:12.2959243Z 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 2024-11-01T16:45:12.2965332Z 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 2024-11-01T16:45:12.2971084Z 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 2024-11-01T16:45:12.2976816Z 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 2024-11-01T16:45:12.2982935Z 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 2024-11-01T16:45:12.2988940Z 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 2024-11-01T16:45:12.2994399Z 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 2024-11-01T16:45:12.3000144Z 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 2024-11-01T16:45:12.3005879Z 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 2024-11-01T16:45:12.3011908Z 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 2024-11-01T16:45:12.3017769Z 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 2024-11-01T16:45:12.3023242Z 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 2024-11-01T16:45:12.3029102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_bin_edges.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3035181Z 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 2024-11-01T16:45:12.3041396Z 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 2024-11-01T16:45:12.3047408Z 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 2024-11-01T16:45:12.3053411Z 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 2024-11-01T16:45:12.3059164Z 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 2024-11-01T16:45:12.3065267Z 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 2024-11-01T16:45:12.3071653Z 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 2024-11-01T16:45:12.3077179Z 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 2024-11-01T16:45:12.3083018Z 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 2024-11-01T16:45:12.3088800Z 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 2024-11-01T16:45:12.3095069Z 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 2024-11-01T16:45:12.3101228Z 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 2024-11-01T16:45:12.3107244Z 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 2024-11-01T16:45:12.3113258Z 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 2024-11-01T16:45:12.3118909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_index_put_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3125085Z 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 2024-11-01T16:45:12.3130848Z 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 2024-11-01T16:45:12.3136776Z 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 2024-11-01T16:45:12.3143040Z 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 2024-11-01T16:45:12.3148658Z 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 2024-11-01T16:45:12.3154908Z 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 2024-11-01T16:45:12.3161459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3166618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3172864Z 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 2024-11-01T16:45:12.3178867Z 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 2024-11-01T16:45:12.3184619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3190137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3196256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3201847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3207347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3213111Z 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 2024-11-01T16:45:12.3218979Z 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 2024-11-01T16:45:12.3224755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3230327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3235965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_all_true.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3242246Z 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 2024-11-01T16:45:12.3248108Z 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 2024-11-01T16:45:12.3253474Z 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 2024-11-01T16:45:12.3259325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_any_true.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3265351Z 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 2024-11-01T16:45:12.3272194Z 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 2024-11-01T16:45:12.3278451Z 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 2024-11-01T16:45:12.3284680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_zerotensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3291018Z 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 2024-11-01T16:45:12.3297212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_zerotensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3303077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_zerotensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3308909Z 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 2024-11-01T16:45:12.3315150Z 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 2024-11-01T16:45:12.3320916Z 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 2024-11-01T16:45:12.3327056Z 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 2024-11-01T16:45:12.3332942Z 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 2024-11-01T16:45:12.3338566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lazy_clone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3344325Z 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 2024-11-01T16:45:12.3350289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lazy_clone_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3355613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lazy_clone_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3361038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_check_errors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3367053Z 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 2024-11-01T16:45:12.3372451Z 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 2024-11-01T16:45:12.3378253Z 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 2024-11-01T16:45:12.3383930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3391989Z 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 2024-11-01T16:45:12.3397640Z 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 2024-11-01T16:45:12.3402897Z 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 2024-11-01T16:45:12.3408268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3413898Z 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 2024-11-01T16:45:12.3419576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3425493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3431027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3437135Z 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 2024-11-01T16:45:12.3442616Z 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 2024-11-01T16:45:12.3448193Z 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 2024-11-01T16:45:12.3453686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3459995Z 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 2024-11-01T16:45:12.3465519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3471100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3477344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3482936Z 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 2024-11-01T16:45:12.3488614Z 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 2024-11-01T16:45:12.3495012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3500932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3506707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3512726Z 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 2024-11-01T16:45:12.3518646Z 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 2024-11-01T16:45:12.3523905Z 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 2024-11-01T16:45:12.3529357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3535000Z 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 2024-11-01T16:45:12.3540535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3546225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3551741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3557664Z 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 2024-11-01T16:45:12.3563194Z 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 2024-11-01T16:45:12.3569147Z 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 2024-11-01T16:45:12.3574903Z 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 2024-11-01T16:45:12.3581179Z 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 2024-11-01T16:45:12.3587134Z 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 2024-11-01T16:45:12.3592836Z 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 2024-11-01T16:45:12.3598472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3604679Z 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 2024-11-01T16:45:12.3610302Z 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 2024-11-01T16:45:12.3616015Z 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 2024-11-01T16:45:12.3622320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3628018Z 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 2024-11-01T16:45:12.3633547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3639385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3645118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_local_scalar_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3650925Z 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 2024-11-01T16:45:12.3656789Z 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 2024-11-01T16:45:12.3662992Z 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 2024-11-01T16:45:12.3668566Z 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 2024-11-01T16:45:12.3674753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3680245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3685661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3691880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3697271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3703065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3708716Z 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 2024-11-01T16:45:12.3715327Z 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 2024-11-01T16:45:12.3720538Z 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 2024-11-01T16:45:12.3726239Z 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 2024-11-01T16:45:12.3731947Z 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 2024-11-01T16:45:12.3737944Z 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 2024-11-01T16:45:12.3743757Z 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 2024-11-01T16:45:12.3749459Z 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 2024-11-01T16:45:12.3755472Z 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 2024-11-01T16:45:12.3760994Z 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 2024-11-01T16:45:12.3766799Z 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 2024-11-01T16:45:12.3772737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3779633Z 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 2024-11-01T16:45:12.3785878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3791041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3796437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lstm_mps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3802379Z 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 2024-11-01T16:45:12.3807858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lstm_mps_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3813445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lstm_mps_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3819281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lu_with_info.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3824953Z 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 2024-11-01T16:45:12.3830363Z 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 2024-11-01T16:45:12.3835756Z 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 2024-11-01T16:45:12.3841134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dep_token.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3846537Z 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 2024-11-01T16:45:12.3851800Z 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 2024-11-01T16:45:12.3857496Z 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 2024-11-01T16:45:12.3863077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3869065Z 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 2024-11-01T16:45:12.3874744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3880715Z 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 2024-11-01T16:45:12.3886452Z 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 2024-11-01T16:45:12.3891972Z 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 2024-11-01T16:45:12.3897453Z 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 2024-11-01T16:45:12.3902966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3908121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3913852Z 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 2024-11-01T16:45:12.3919901Z 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 2024-11-01T16:45:12.3925704Z 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 2024-11-01T16:45:12.3931563Z 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 2024-11-01T16:45:12.3937214Z 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 2024-11-01T16:45:12.3942808Z 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 2024-11-01T16:45:12.3948415Z 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 2024-11-01T16:45:12.3954289Z 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 2024-11-01T16:45:12.3960032Z 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 2024-11-01T16:45:12.3965705Z 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 2024-11-01T16:45:12.3971303Z 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 2024-11-01T16:45:12.3976915Z 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 2024-11-01T16:45:12.3982415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.3988409Z 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 2024-11-01T16:45:12.3993861Z 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 2024-11-01T16:45:12.3999329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.4004711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.4010149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.4015673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.4021643Z 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 2024-11-01T16:45:12.4027355Z 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 2024-11-01T16:45:12.4032960Z 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 2024-11-01T16:45:12.4038637Z 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 2024-11-01T16:45:12.4044213Z 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 2024-11-01T16:45:12.4050199Z 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 2024-11-01T16:45:12.4055859Z 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 2024-11-01T16:45:12.4061517Z 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 2024-11-01T16:45:12.4066958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.4072457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.4077903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mixed_dtypes_linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.4083402Z 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 2024-11-01T16:45:12.4089159Z 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 2024-11-01T16:45:12.4094985Z 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 2024-11-01T16:45:12.4100785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_reshape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.4106641Z 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 2024-11-01T16:45:12.4111957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_reshape_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.4117413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_reshape_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.4122948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.4129108Z 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 2024-11-01T16:45:12.4134826Z 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 2024-11-01T16:45:12.4140625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.4146400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.4152073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.4158149Z 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 2024-11-01T16:45:12.4163520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.4169400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.4174986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.4181174Z 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 2024-11-01T16:45:12.4186774Z 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 2024-11-01T16:45:12.4192647Z 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 2024-11-01T16:45:12.4198425Z 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 2024-11-01T16:45:12.4205562Z 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 2024-11-01T16:45:12.4212134Z 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 2024-11-01T16:45:12.4218789Z 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 2024-11-01T16:45:12.4224967Z 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 2024-11-01T16:45:12.4230688Z 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 2024-11-01T16:45:12.4237108Z 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 2024-11-01T16:45:12.4243123Z 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 2024-11-01T16:45:12.4249021Z 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 2024-11-01T16:45:12.4254613Z 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 2024-11-01T16:45:12.4920723Z 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 2024-11-01T16:45:12.4926836Z 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 2024-11-01T16:45:12.4932802Z 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 2024-11-01T16:45:12.4938965Z 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 2024-11-01T16:45:12.4944677Z 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 2024-11-01T16:45:12.4950514Z 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 2024-11-01T16:45:12.4956228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.4962124Z 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 2024-11-01T16:45:12.4967681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.4973741Z 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 2024-11-01T16:45:12.4979697Z 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 2024-11-01T16:45:12.4985093Z 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 2024-11-01T16:45:12.4990251Z 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 2024-11-01T16:45:12.4996587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5002168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5007945Z 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 2024-11-01T16:45:12.5013616Z 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 2024-11-01T16:45:12.5019640Z 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 2024-11-01T16:45:12.5025526Z 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 2024-11-01T16:45:12.5031520Z 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 2024-11-01T16:45:12.5037304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5043000Z 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 2024-11-01T16:45:12.5049025Z 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 2024-11-01T16:45:12.5054811Z 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 2024-11-01T16:45:12.5061030Z 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 2024-11-01T16:45:12.5066876Z 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 2024-11-01T16:45:12.5072526Z 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 2024-11-01T16:45:12.5078205Z 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 2024-11-01T16:45:12.5084079Z 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 2024-11-01T16:45:12.5089859Z 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 2024-11-01T16:45:12.5095857Z 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 2024-11-01T16:45:12.5101778Z 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 2024-11-01T16:45:12.5107575Z 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 2024-11-01T16:45:12.5113751Z 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 2024-11-01T16:45:12.5119765Z 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 2024-11-01T16:45:12.5125642Z 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 2024-11-01T16:45:12.5131485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_lengths.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5137955Z 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 2024-11-01T16:45:12.5143627Z 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 2024-11-01T16:45:12.5149713Z 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 2024-11-01T16:45:12.5155682Z 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 2024-11-01T16:45:12.5161753Z 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 2024-11-01T16:45:12.5167862Z 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 2024-11-01T16:45:12.5174091Z 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 2024-11-01T16:45:12.5180367Z 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 2024-11-01T16:45:12.5186098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_offsets.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5210318Z 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 2024-11-01T16:45:12.5215669Z 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 2024-11-01T16:45:12.5221731Z 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 2024-11-01T16:45:12.5227541Z 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 2024-11-01T16:45:12.5233153Z 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 2024-11-01T16:45:12.5239290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5245316Z 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 2024-11-01T16:45:12.5251758Z 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 2024-11-01T16:45:12.5257880Z 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 2024-11-01T16:45:12.5263738Z 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 2024-11-01T16:45:12.5269832Z 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 2024-11-01T16:45:12.5275533Z 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 2024-11-01T16:45:12.5281284Z 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 2024-11-01T16:45:12.5288497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_select_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5295592Z 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 2024-11-01T16:45:12.5301737Z 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 2024-11-01T16:45:12.5307594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_sum_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5313953Z 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 2024-11-01T16:45:12.5320060Z 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 2024-11-01T16:45:12.5326232Z 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 2024-11-01T16:45:12.5332332Z 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 2024-11-01T16:45:12.5338470Z 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 2024-11-01T16:45:12.5344655Z 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 2024-11-01T16:45:12.5350320Z 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 2024-11-01T16:45:12.5356413Z 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 2024-11-01T16:45:12.5362221Z 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 2024-11-01T16:45:12.5368088Z 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 2024-11-01T16:45:12.5373907Z 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 2024-11-01T16:45:12.5379895Z 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 2024-11-01T16:45:12.5385953Z 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 2024-11-01T16:45:12.5391655Z 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 2024-11-01T16:45:12.5397863Z 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 2024-11-01T16:45:12.5403565Z 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 2024-11-01T16:45:12.5409333Z 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 2024-11-01T16:45:12.5415342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5421467Z 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 2024-11-01T16:45:12.5426902Z 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 2024-11-01T16:45:12.5432481Z 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 2024-11-01T16:45:12.5438438Z 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 2024-11-01T16:45:12.5444126Z 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 2024-11-01T16:45:12.5450197Z 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 2024-11-01T16:45:12.5455876Z 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 2024-11-01T16:45:12.5462603Z 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 2024-11-01T16:45:12.5468309Z 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 2024-11-01T16:45:12.5474234Z 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 2024-11-01T16:45:12.5480324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_strides.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5486625Z 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 2024-11-01T16:45:12.5491769Z 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 2024-11-01T16:45:12.5497496Z 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 2024-11-01T16:45:12.5503211Z 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 2024-11-01T16:45:12.5508702Z 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 2024-11-01T16:45:12.5515074Z 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 2024-11-01T16:45:12.5520991Z 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 2024-11-01T16:45:12.5526805Z 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 2024-11-01T16:45:12.5532341Z 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 2024-11-01T16:45:12.5538308Z 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 2024-11-01T16:45:12.5544398Z 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 2024-11-01T16:45:12.5550519Z 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 2024-11-01T16:45:12.5556399Z 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 2024-11-01T16:45:12.5562384Z 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 2024-11-01T16:45:12.5567863Z 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 2024-11-01T16:45:12.5574043Z 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 2024-11-01T16:45:12.5580348Z 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 2024-11-01T16:45:12.5586059Z 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 2024-11-01T16:45:12.5591968Z 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 2024-11-01T16:45:12.5597782Z 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 2024-11-01T16:45:12.5603454Z 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 2024-11-01T16:45:12.5609404Z 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 2024-11-01T16:45:12.5616072Z 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 2024-11-01T16:45:12.5621959Z 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 2024-11-01T16:45:12.5628135Z 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 2024-11-01T16:45:12.5634070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_available.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5640748Z 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 2024-11-01T16:45:12.5646891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_available_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5652385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_available_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5658518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_spatial_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5664887Z 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 2024-11-01T16:45:12.5670718Z 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 2024-11-01T16:45:12.5676625Z 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 2024-11-01T16:45:12.5682402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5687465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5692654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5698520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5704340Z 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 2024-11-01T16:45:12.5710374Z 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 2024-11-01T16:45:12.5716099Z 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 2024-11-01T16:45:12.5722648Z 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 2024-11-01T16:45:12.5729112Z 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 2024-11-01T16:45:12.5734818Z 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 2024-11-01T16:45:12.5740681Z 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 2024-11-01T16:45:12.5746702Z 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 2024-11-01T16:45:12.5752634Z 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 2024-11-01T16:45:12.5758795Z 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 2024-11-01T16:45:12.5764912Z 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 2024-11-01T16:45:12.5770658Z 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 2024-11-01T16:45:12.5776750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_circular.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5782867Z 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 2024-11-01T16:45:12.5789402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_circular_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5795009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_circular_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5800709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_enum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5806769Z 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 2024-11-01T16:45:12.5812504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_enum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5818248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_enum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5824368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_packed_sequence.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5830600Z 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 2024-11-01T16:45:12.5836725Z 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 2024-11-01T16:45:12.5842194Z 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 2024-11-01T16:45:12.5848084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5853880Z 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 2024-11-01T16:45:12.5859908Z 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 2024-11-01T16:45:12.5865674Z 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 2024-11-01T16:45:12.5871697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5877514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5883354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5889940Z 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 2024-11-01T16:45:12.5895643Z 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 2024-11-01T16:45:12.5901453Z 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 2024-11-01T16:45:12.5906955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5912680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5918273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pin_memory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5923903Z 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 2024-11-01T16:45:12.5929524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pin_memory_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5935008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pin_memory_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5941095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5946655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.5952558Z 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 2024-11-01T16:45:12.5958105Z 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 2024-11-01T16:45:12.5963413Z 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 2024-11-01T16:45:12.5995493Z 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 2024-11-01T16:45:12.6001101Z 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 2024-11-01T16:45:12.6006804Z 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 2024-11-01T16:45:12.6012396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6018704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6024181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6029502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6034980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6040206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6046225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_propagate_xla_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6051855Z 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 2024-11-01T16:45:12.6057814Z 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 2024-11-01T16:45:12.6063392Z 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 2024-11-01T16:45:12.6068837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_remove_batch_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6074649Z 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 2024-11-01T16:45:12.6080542Z 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 2024-11-01T16:45:12.6085947Z 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 2024-11-01T16:45:12.6091591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6097170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6103454Z 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 2024-11-01T16:45:12.6109265Z 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 2024-11-01T16:45:12.6114782Z 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 2024-11-01T16:45:12.6120424Z 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 2024-11-01T16:45:12.6126293Z 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 2024-11-01T16:45:12.6132042Z 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 2024-11-01T16:45:12.6137880Z 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 2024-11-01T16:45:12.6143615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6149306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6154829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6161005Z 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 2024-11-01T16:45:12.6166913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6172406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6178249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_from_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6184621Z 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 2024-11-01T16:45:12.6190356Z 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 2024-11-01T16:45:12.6195750Z 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 2024-11-01T16:45:12.6201576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6207667Z 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 2024-11-01T16:45:12.6214114Z 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 2024-11-01T16:45:12.6219517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6225139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6231160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_rowwise_prune.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6237133Z 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 2024-11-01T16:45:12.6242979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_rowwise_prune_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6248618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_rowwise_prune_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6254346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_safe_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6260557Z 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 2024-11-01T16:45:12.6266150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_safe_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6271540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_safe_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6277283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6283587Z 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 2024-11-01T16:45:12.6289324Z 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 2024-11-01T16:45:12.6295441Z 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 2024-11-01T16:45:12.6318443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6324119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6329827Z 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 2024-11-01T16:45:12.6335758Z 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 2024-11-01T16:45:12.6341728Z 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 2024-11-01T16:45:12.6347089Z 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 2024-11-01T16:45:12.6352856Z 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 2024-11-01T16:45:12.6358739Z 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 2024-11-01T16:45:12.6364565Z 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 2024-11-01T16:45:12.6370555Z 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 2024-11-01T16:45:12.6376001Z 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 2024-11-01T16:45:12.6381827Z 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 2024-11-01T16:45:12.6387521Z 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 2024-11-01T16:45:12.6393312Z 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 2024-11-01T16:45:12.6399425Z 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 2024-11-01T16:45:12.6405561Z 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 2024-11-01T16:45:12.6411501Z 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 2024-11-01T16:45:12.6417304Z 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 2024-11-01T16:45:12.6423216Z 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 2024-11-01T16:45:12.6428981Z 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 2024-11-01T16:45:12.6434877Z 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 2024-11-01T16:45:12.6441104Z 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 2024-11-01T16:45:12.6446966Z 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 2024-11-01T16:45:12.6453093Z 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 2024-11-01T16:45:12.6459340Z 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 2024-11-01T16:45:12.6465281Z 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 2024-11-01T16:45:12.6471388Z 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 2024-11-01T16:45:12.6477373Z 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 2024-11-01T16:45:12.6483104Z 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 2024-11-01T16:45:12.6508047Z 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 2024-11-01T16:45:12.6513805Z 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 2024-11-01T16:45:12.6519784Z 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 2024-11-01T16:45:12.6525777Z 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 2024-11-01T16:45:12.6532015Z 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 2024-11-01T16:45:12.6538222Z 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 2024-11-01T16:45:12.6543969Z 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 2024-11-01T16:45:12.6550074Z 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 2024-11-01T16:45:12.6556721Z 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 2024-11-01T16:45:12.6562970Z 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 2024-11-01T16:45:12.6569143Z 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 2024-11-01T16:45:12.6574924Z 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 2024-11-01T16:45:12.6580768Z 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 2024-11-01T16:45:12.6586769Z 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 2024-11-01T16:45:12.6592775Z 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 2024-11-01T16:45:12.6598538Z 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 2024-11-01T16:45:12.6605169Z 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 2024-11-01T16:45:12.6610726Z 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 2024-11-01T16:45:12.6616985Z 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 2024-11-01T16:45:12.6623157Z 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 2024-11-01T16:45:12.6629039Z 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 2024-11-01T16:45:12.6635501Z 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 2024-11-01T16:45:12.6641444Z 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 2024-11-01T16:45:12.6647458Z 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 2024-11-01T16:45:12.6653662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6659700Z 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 2024-11-01T16:45:12.6665515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6671581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6677441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_segment_reduce_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6683545Z 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 2024-11-01T16:45:12.6689155Z 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 2024-11-01T16:45:12.6694935Z 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 2024-11-01T16:45:12.6723167Z 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 2024-11-01T16:45:12.6728853Z 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 2024-11-01T16:45:12.6734570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_shape_as_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6740754Z 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 2024-11-01T16:45:12.6747340Z 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 2024-11-01T16:45:12.6753681Z 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 2024-11-01T16:45:12.6760270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6767738Z 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 2024-11-01T16:45:12.6773325Z 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 2024-11-01T16:45:12.6779827Z 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 2024-11-01T16:45:12.6785654Z 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 2024-11-01T16:45:12.6791808Z 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 2024-11-01T16:45:12.6797685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6803616Z 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 2024-11-01T16:45:12.6809463Z 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 2024-11-01T16:45:12.6815136Z 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 2024-11-01T16:45:12.6821265Z 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 2024-11-01T16:45:12.6827371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_draw.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6833148Z 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 2024-11-01T16:45:12.6838567Z 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 2024-11-01T16:45:12.6844385Z 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 2024-11-01T16:45:12.6850481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_ff.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6856480Z 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 2024-11-01T16:45:12.6862414Z 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 2024-11-01T16:45:12.6868298Z 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 2024-11-01T16:45:12.6874235Z 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 2024-11-01T16:45:12.6880351Z 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 2024-11-01T16:45:12.6885862Z 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 2024-11-01T16:45:12.6891546Z 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 2024-11-01T16:45:12.6897297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_scramble.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6903455Z 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 2024-11-01T16:45:12.6909696Z 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 2024-11-01T16:45:12.6915308Z 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 2024-11-01T16:45:12.6921775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6928237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6935797Z 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 2024-11-01T16:45:12.6941876Z 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 2024-11-01T16:45:12.6947924Z 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 2024-11-01T16:45:12.6955728Z 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 2024-11-01T16:45:12.6961990Z 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 2024-11-01T16:45:12.6968188Z 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 2024-11-01T16:45:12.6973965Z 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 2024-11-01T16:45:12.6981076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6987416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6993407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.6999408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7005919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7012123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7017916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7023654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7029660Z 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 2024-11-01T16:45:12.7035600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_addmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7041417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_addmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7047032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7053174Z 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 2024-11-01T16:45:12.7059598Z 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 2024-11-01T16:45:12.7065719Z 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 2024-11-01T16:45:12.7071513Z 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 2024-11-01T16:45:12.7077355Z 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 2024-11-01T16:45:12.7083230Z 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 2024-11-01T16:45:12.7088999Z 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 2024-11-01T16:45:12.7094601Z 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 2024-11-01T16:45:12.7100472Z 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 2024-11-01T16:45:12.7106065Z 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 2024-11-01T16:45:12.7112013Z 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 2024-11-01T16:45:12.7117732Z 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 2024-11-01T16:45:12.7123959Z 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 2024-11-01T16:45:12.7129606Z 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 2024-11-01T16:45:12.7135438Z 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 2024-11-01T16:45:12.7141423Z 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 2024-11-01T16:45:12.7147988Z 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 2024-11-01T16:45:12.7154180Z 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 2024-11-01T16:45:12.7159959Z 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 2024-11-01T16:45:12.7166068Z 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 2024-11-01T16:45:12.7177737Z 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 2024-11-01T16:45:12.7178590Z 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 2024-11-01T16:45:12.7190300Z 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 2024-11-01T16:45:12.7192927Z 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 2024-11-01T16:45:12.7212362Z 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 2024-11-01T16:45:12.7213479Z 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 2024-11-01T16:45:12.7214234Z 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 2024-11-01T16:45:12.7216675Z 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 2024-11-01T16:45:12.7223981Z 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 2024-11-01T16:45:12.7231656Z 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 2024-11-01T16:45:12.7238221Z 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 2024-11-01T16:45:12.7244535Z 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 2024-11-01T16:45:12.7250732Z 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 2024-11-01T16:45:12.7257280Z 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 2024-11-01T16:45:12.7263101Z 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 2024-11-01T16:45:12.7269373Z 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 2024-11-01T16:45:12.7275116Z 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 2024-11-01T16:45:12.7281233Z 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 2024-11-01T16:45:12.7287284Z 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 2024-11-01T16:45:12.7293337Z 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 2024-11-01T16:45:12.7299340Z 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 2024-11-01T16:45:12.7304960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7310876Z 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 2024-11-01T16:45:12.7316336Z 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 2024-11-01T16:45:12.7322171Z 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 2024-11-01T16:45:12.7327938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7333811Z 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 2024-11-01T16:45:12.7339825Z 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 2024-11-01T16:45:12.7345581Z 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 2024-11-01T16:45:12.7351529Z 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 2024-11-01T16:45:12.7357594Z 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 2024-11-01T16:45:12.7363644Z 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 2024-11-01T16:45:12.7369349Z 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 2024-11-01T16:45:12.7374992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7381052Z 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 2024-11-01T16:45:12.7387709Z 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 2024-11-01T16:45:12.7393225Z 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 2024-11-01T16:45:12.7398816Z 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 2024-11-01T16:45:12.7404847Z 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 2024-11-01T16:45:12.7411017Z 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 2024-11-01T16:45:12.7416660Z 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 2024-11-01T16:45:12.7422139Z 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 2024-11-01T16:45:12.7428006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mask_projection.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7434152Z 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 2024-11-01T16:45:12.7439896Z 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 2024-11-01T16:45:12.7445625Z 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 2024-11-01T16:45:12.7451543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7457551Z 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 2024-11-01T16:45:12.7463536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7469111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7474710Z 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 2024-11-01T16:45:12.7480347Z 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 2024-11-01T16:45:12.7486283Z 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 2024-11-01T16:45:12.7492046Z 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 2024-11-01T16:45:12.7497758Z 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 2024-11-01T16:45:12.7503641Z 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 2024-11-01T16:45:12.7509589Z 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 2024-11-01T16:45:12.7515383Z 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 2024-11-01T16:45:12.7521413Z 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 2024-11-01T16:45:12.7527392Z 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 2024-11-01T16:45:12.7533121Z 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 2024-11-01T16:45:12.7539292Z 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 2024-11-01T16:45:12.7545072Z 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 2024-11-01T16:45:12.7551379Z 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 2024-11-01T16:45:12.7556942Z 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 2024-11-01T16:45:12.7562328Z 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 2024-11-01T16:45:12.7574861Z 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 2024-11-01T16:45:12.7580797Z 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 2024-11-01T16:45:12.7586573Z 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 2024-11-01T16:45:12.7592589Z 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 2024-11-01T16:45:12.7598564Z 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 2024-11-01T16:45:12.7605142Z 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 2024-11-01T16:45:12.7611358Z 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 2024-11-01T16:45:12.7617434Z 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 2024-11-01T16:45:12.7623751Z 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 2024-11-01T16:45:12.7629719Z 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 2024-11-01T16:45:12.7635594Z 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 2024-11-01T16:45:12.7641611Z 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 2024-11-01T16:45:12.7647647Z 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 2024-11-01T16:45:12.7653829Z 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 2024-11-01T16:45:12.7659679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7665581Z 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 2024-11-01T16:45:12.7671700Z 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 2024-11-01T16:45:12.7677855Z 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 2024-11-01T16:45:12.7683801Z 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 2024-11-01T16:45:12.7690279Z 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 2024-11-01T16:45:12.7696114Z 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 2024-11-01T16:45:12.7701843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7714209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7723192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sparse_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7729499Z 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 2024-11-01T16:45:12.7735161Z 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 2024-11-01T16:45:12.7741082Z 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 2024-11-01T16:45:12.7746750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7752487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7758734Z 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 2024-11-01T16:45:12.7764539Z 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 2024-11-01T16:45:12.7770447Z 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 2024-11-01T16:45:12.7776566Z 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 2024-11-01T16:45:12.7782534Z 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 2024-11-01T16:45:12.7788220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7794429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7801832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7808346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7813934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7819901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7825757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7831371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7836444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7842347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7847816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7853801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7859489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7865187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7870744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7876215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7881906Z 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 2024-11-01T16:45:12.7887644Z 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 2024-11-01T16:45:12.7893672Z 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 2024-11-01T16:45:12.7899386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7905463Z 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 2024-11-01T16:45:12.7911238Z 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 2024-11-01T16:45:12.7917719Z 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 2024-11-01T16:45:12.7923209Z 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 2024-11-01T16:45:12.7929115Z 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 2024-11-01T16:45:12.7935128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7941068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7946967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_ambiguous_defaults.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.7952784Z 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 2024-11-01T16:45:12.7958255Z 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 2024-11-01T16:45:12.7964129Z 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 2024-11-01T16:45:12.7969938Z 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 2024-11-01T16:45:12.7976100Z 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 2024-11-01T16:45:12.7982207Z 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 2024-11-01T16:45:12.7987910Z 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 2024-11-01T16:45:12.7993583Z 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 2024-11-01T16:45:12.7999356Z 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 2024-11-01T16:45:12.8005462Z 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 2024-11-01T16:45:12.8011228Z 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 2024-11-01T16:45:12.8017715Z 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 2024-11-01T16:45:12.8023776Z 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 2024-11-01T16:45:12.8029538Z 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 2024-11-01T16:45:12.8035360Z 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 2024-11-01T16:45:12.8041236Z 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 2024-11-01T16:45:12.8046898Z 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 2024-11-01T16:45:12.8052703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_check_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.8059249Z 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 2024-11-01T16:45:12.8064819Z 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 2024-11-01T16:45:12.8070368Z 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 2024-11-01T16:45:12.8076204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_functorch_fallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.8883053Z 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 2024-11-01T16:45:12.8888615Z 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 2024-11-01T16:45:12.8894159Z 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 2024-11-01T16:45:12.8899968Z 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 2024-11-01T16:45:12.8905771Z 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 2024-11-01T16:45:12.8911750Z 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 2024-11-01T16:45:12.8917536Z 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 2024-11-01T16:45:12.8923278Z 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 2024-11-01T16:45:12.8928983Z 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 2024-11-01T16:45:12.8935176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_floatlist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.8941899Z 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 2024-11-01T16:45:12.8947405Z 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 2024-11-01T16:45:12.8953273Z 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 2024-11-01T16:45:12.8959406Z 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 2024-11-01T16:45:12.8965142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_intlist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.8971078Z 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 2024-11-01T16:45:12.8976703Z 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 2024-11-01T16:45:12.8982874Z 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 2024-11-01T16:45:12.8988674Z 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 2024-11-01T16:45:12.8994507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_parallel_materialize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9000902Z 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 2024-11-01T16:45:12.9006294Z 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 2024-11-01T16:45:12.9012068Z 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 2024-11-01T16:45:12.9018179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_serialization_subcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9024576Z 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 2024-11-01T16:45:12.9030348Z 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 2024-11-01T16:45:12.9036397Z 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 2024-11-01T16:45:12.9042418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_string_default.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9048927Z 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 2024-11-01T16:45:12.9054790Z 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 2024-11-01T16:45:12.9060712Z 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 2024-11-01T16:45:12.9066511Z 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 2024-11-01T16:45:12.9072598Z 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 2024-11-01T16:45:12.9078501Z 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 2024-11-01T16:45:12.9084336Z 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 2024-11-01T16:45:12.9090463Z 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 2024-11-01T16:45:12.9096625Z 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 2024-11-01T16:45:12.9102691Z 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 2024-11-01T16:45:12.9108442Z 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 2024-11-01T16:45:12.9114444Z 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 2024-11-01T16:45:12.9120924Z 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 2024-11-01T16:45:12.9127213Z 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 2024-11-01T16:45:12.9133104Z 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 2024-11-01T16:45:12.9139267Z 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 2024-11-01T16:45:12.9145268Z 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 2024-11-01T16:45:12.9151834Z 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 2024-11-01T16:45:12.9158018Z 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 2024-11-01T16:45:12.9163971Z 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 2024-11-01T16:45:12.9169917Z 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 2024-11-01T16:45:12.9175897Z 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 2024-11-01T16:45:12.9182228Z 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 2024-11-01T16:45:12.9188337Z 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 2024-11-01T16:45:12.9194313Z 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 2024-11-01T16:45:12.9200409Z 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 2024-11-01T16:45:12.9205946Z 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 2024-11-01T16:45:12.9212643Z 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 2024-11-01T16:45:12.9218925Z 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 2024-11-01T16:45:12.9225039Z 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 2024-11-01T16:45:12.9230996Z 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 2024-11-01T16:45:12.9237383Z 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 2024-11-01T16:45:12.9243535Z 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 2024-11-01T16:45:12.9250107Z 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 2024-11-01T16:45:12.9256700Z 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 2024-11-01T16:45:12.9263135Z 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 2024-11-01T16:45:12.9269393Z 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 2024-11-01T16:45:12.9275859Z 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 2024-11-01T16:45:12.9281632Z 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 2024-11-01T16:45:12.9287653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9293945Z 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 2024-11-01T16:45:12.9299638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9305714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9312845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9318451Z 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 2024-11-01T16:45:12.9324353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_cpu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9330113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_cpu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9336116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9342273Z 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 2024-11-01T16:45:12.9348232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_dense_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9353851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_dense_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9360045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9366078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9372353Z 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 2024-11-01T16:45:12.9378496Z 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 2024-11-01T16:45:12.9384399Z 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 2024-11-01T16:45:12.9390147Z 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 2024-11-01T16:45:12.9396213Z 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 2024-11-01T16:45:12.9401829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9408044Z 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 2024-11-01T16:45:12.9414035Z 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 2024-11-01T16:45:12.9420235Z 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 2024-11-01T16:45:12.9426342Z 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 2024-11-01T16:45:12.9432203Z 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 2024-11-01T16:45:12.9438327Z 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 2024-11-01T16:45:12.9444178Z 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 2024-11-01T16:45:12.9450406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9461813Z 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 2024-11-01T16:45:12.9465217Z 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 2024-11-01T16:45:12.9471159Z 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 2024-11-01T16:45:12.9477553Z 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 2024-11-01T16:45:12.9483362Z 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 2024-11-01T16:45:12.9489458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9495523Z 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 2024-11-01T16:45:12.9501787Z 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 2024-11-01T16:45:12.9507935Z 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 2024-11-01T16:45:12.9513763Z 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 2024-11-01T16:45:12.9519579Z 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 2024-11-01T16:45:12.9525449Z 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 2024-11-01T16:45:12.9532147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9538309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9544440Z 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 2024-11-01T16:45:12.9550503Z 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 2024-11-01T16:45:12.9556099Z 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 2024-11-01T16:45:12.9561597Z 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 2024-11-01T16:45:12.9567336Z 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 2024-11-01T16:45:12.9573801Z 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 2024-11-01T16:45:12.9579412Z 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 2024-11-01T16:45:12.9585420Z 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 2024-11-01T16:45:12.9591460Z 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 2024-11-01T16:45:12.9597343Z 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 2024-11-01T16:45:12.9603083Z 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 2024-11-01T16:45:12.9609508Z 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 2024-11-01T16:45:12.9615321Z 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 2024-11-01T16:45:12.9621250Z 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 2024-11-01T16:45:12.9627021Z 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 2024-11-01T16:45:12.9633381Z 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 2024-11-01T16:45:12.9638787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9644836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9650981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9656602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9662524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9668461Z 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 2024-11-01T16:45:12.9674328Z 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 2024-11-01T16:45:12.9680110Z 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 2024-11-01T16:45:12.9685800Z 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 2024-11-01T16:45:12.9691874Z 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 2024-11-01T16:45:12.9698202Z 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 2024-11-01T16:45:12.9704368Z 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 2024-11-01T16:45:12.9709928Z 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 2024-11-01T16:45:12.9715381Z 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 2024-11-01T16:45:12.9720881Z 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 2024-11-01T16:45:12.9726209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9731322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9736679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9742150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9747887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9753204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9758629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9765089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9770825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9776546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9782990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9790196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9797024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unpack_dual.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9803723Z 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 2024-11-01T16:45:12.9810050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unpack_dual_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9815383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unpack_dual_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9821682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9827935Z 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 2024-11-01T16:45:12.9833717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9839146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9845292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9851277Z 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 2024-11-01T16:45:12.9856598Z 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 2024-11-01T16:45:12.9862317Z 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 2024-11-01T16:45:12.9868428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9874290Z 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 2024-11-01T16:45:12.9879954Z 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 2024-11-01T16:45:12.9885617Z 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 2024-11-01T16:45:12.9891377Z 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 2024-11-01T16:45:12.9897751Z 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 2024-11-01T16:45:12.9903416Z 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 2024-11-01T16:45:12.9909256Z 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 2024-11-01T16:45:12.9914622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9921174Z 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 2024-11-01T16:45:12.9926553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_view_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9932031Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_view_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9937666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:12.9943398Z 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 2024-11-01T16:45:12.9949795Z 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 2024-11-01T16:45:12.9955743Z 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 2024-11-01T16:45:12.9961540Z 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 2024-11-01T16:45:12.9967598Z 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 2024-11-01T16:45:12.9973260Z 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 2024-11-01T16:45:12.9979497Z 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 2024-11-01T16:45:12.9985369Z 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 2024-11-01T16:45:12.9991463Z 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 2024-11-01T16:45:12.9997299Z 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 2024-11-01T16:45:13.0003018Z 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 2024-11-01T16:45:13.0008669Z 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 2024-11-01T16:45:13.0014185Z 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 2024-11-01T16:45:13.0020117Z 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 2024-11-01T16:45:13.0026246Z 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 2024-11-01T16:45:13.0031733Z 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 2024-11-01T16:45:13.0037067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:13.0042756Z 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 2024-11-01T16:45:13.0048945Z 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 2024-11-01T16:45:13.0054804Z 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 2024-11-01T16:45:13.0060644Z 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 2024-11-01T16:45:13.0067000Z 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 2024-11-01T16:45:13.0073389Z 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 2024-11-01T16:45:13.0079903Z 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 2024-11-01T16:45:13.0085934Z 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 2024-11-01T16:45:13.0092401Z 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 2024-11-01T16:45:13.0098780Z 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 2024-11-01T16:45:13.0104746Z 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 2024-11-01T16:45:13.0111590Z 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 2024-11-01T16:45:13.0117432Z 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 2024-11-01T16:45:13.0123180Z 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 2024-11-01T16:45:13.0129055Z 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 2024-11-01T16:45:13.0135199Z 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 2024-11-01T16:45:13.0141690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:13.0147726Z 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 2024-11-01T16:45:13.0154094Z 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 2024-11-01T16:45:13.0160021Z 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 2024-11-01T16:45:13.0166277Z 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 2024-11-01T16:45:13.0172410Z 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 2024-11-01T16:45:13.0178823Z 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 2024-11-01T16:45:13.0184632Z 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 2024-11-01T16:45:13.0190130Z 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 2024-11-01T16:45:13.0196592Z 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 2024-11-01T16:45:13.0203029Z 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 2024-11-01T16:45:13.0208987Z 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 2024-11-01T16:45:13.0214650Z 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 2024-11-01T16:45:13.0220522Z 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 2024-11-01T16:45:13.0226607Z 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 2024-11-01T16:45:13.0263258Z 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 2024-11-01T16:45:13.0269586Z 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 2024-11-01T16:45:13.0275370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:13.0281223Z 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 2024-11-01T16:45:13.0287674Z 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 2024-11-01T16:45:13.0293453Z 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 2024-11-01T16:45:13.0299723Z 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 2024-11-01T16:45:13.0305695Z 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 2024-11-01T16:45:13.0311740Z 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 2024-11-01T16:45:13.0318778Z 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 2024-11-01T16:45:13.0324852Z 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 2024-11-01T16:45:13.0331435Z 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 2024-11-01T16:45:13.0337584Z 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 2024-11-01T16:45:13.0343719Z 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 2024-11-01T16:45:13.0349460Z 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 2024-11-01T16:45:13.0355390Z 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 2024-11-01T16:45:13.0361675Z 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 2024-11-01T16:45:13.0367374Z 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 2024-11-01T16:45:13.0373011Z 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 2024-11-01T16:45:13.0378792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:13.0385013Z 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 2024-11-01T16:45:13.0391445Z 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 2024-11-01T16:45:13.0397351Z 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 2024-11-01T16:45:13.0403461Z 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 2024-11-01T16:45:13.0409274Z 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 2024-11-01T16:45:13.0415024Z 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 2024-11-01T16:45:13.0421065Z 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 2024-11-01T16:45:13.0426764Z 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 2024-11-01T16:45:13.0432772Z 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 2024-11-01T16:45:13.0438558Z 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 2024-11-01T16:45:13.0444269Z 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 2024-11-01T16:45:13.0468343Z 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 2024-11-01T16:45:13.0473965Z 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 2024-11-01T16:45:13.0479899Z 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 2024-11-01T16:45:13.0485976Z 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 2024-11-01T16:45:13.0491707Z 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 2024-11-01T16:45:13.0497462Z 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 2024-11-01T16:45:13.0503230Z 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 2024-11-01T16:45:13.0508770Z 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 2024-11-01T16:45:13.0514578Z 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 2024-11-01T16:45:13.0520238Z 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 2024-11-01T16:45:13.0526313Z 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 2024-11-01T16:45:13.0531873Z 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 2024-11-01T16:45:13.0537645Z 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 2024-11-01T16:45:13.0543405Z 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 2024-11-01T16:45:13.0549324Z 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 2024-11-01T16:45:13.0554995Z 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 2024-11-01T16:45:13.0560767Z 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 2024-11-01T16:45:13.0566772Z 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 2024-11-01T16:45:13.0572702Z 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 2024-11-01T16:45:13.0579044Z 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 2024-11-01T16:45:13.0584839Z 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 2024-11-01T16:45:13.0591164Z 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 2024-11-01T16:45:13.0597052Z 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 2024-11-01T16:45:13.0603226Z 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 2024-11-01T16:45:13.0608915Z 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 2024-11-01T16:45:13.0614911Z 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 2024-11-01T16:45:13.0620887Z 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 2024-11-01T16:45:13.0627239Z 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 2024-11-01T16:45:13.0633318Z 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 2024-11-01T16:45:13.0639528Z 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 2024-11-01T16:45:13.0645491Z 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 2024-11-01T16:45:13.0651664Z 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 2024-11-01T16:45:13.0657396Z 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 2024-11-01T16:45:13.0663684Z 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 2024-11-01T16:45:13.0669560Z 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 2024-11-01T16:45:13.0675709Z 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 2024-11-01T16:45:13.0681726Z 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 2024-11-01T16:45:13.0687828Z 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 2024-11-01T16:45:13.0693831Z 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 2024-11-01T16:45:13.0699798Z 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 2024-11-01T16:45:13.0706235Z 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 2024-11-01T16:45:13.0712276Z 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 2024-11-01T16:45:13.0717919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:13.0723320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:13.0729502Z 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 2024-11-01T16:45:13.0735370Z 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 2024-11-01T16:45:13.0741272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:13.0746700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:13.0752676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:13.0758150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:13.0764139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:13.0769767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:13.0774968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:13.0780488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:13.0786430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:13.0792212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:13.0797632Z 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 2024-11-01T16:45:13.0803323Z 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 2024-11-01T16:45:13.0809266Z 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 2024-11-01T16:45:13.0815079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int8pack_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:13.0821207Z 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 2024-11-01T16:45:13.0827303Z 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 2024-11-01T16:45:13.0833651Z 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 2024-11-01T16:45:13.0846014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:13.0852871Z 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 2024-11-01T16:45:13.0859876Z 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 2024-11-01T16:45:13.0866175Z 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 2024-11-01T16:45:13.0872291Z 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 2024-11-01T16:45:13.0878289Z 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 2024-11-01T16:45:13.0884664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:13.0890256Z 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 2024-11-01T16:45:13.0896693Z 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 2024-11-01T16:45:13.0902544Z 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 2024-11-01T16:45:13.0908477Z 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 2024-11-01T16:45:13.0914197Z 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 2024-11-01T16:45:13.0920000Z 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 2024-11-01T16:45:13.0926227Z 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 2024-11-01T16:45:13.0931833Z 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 2024-11-01T16:45:13.0938005Z 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 2024-11-01T16:45:13.0944149Z 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 2024-11-01T16:45:13.0949685Z 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 2024-11-01T16:45:13.0955445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:13.0961543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:13.0967365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_linear_prepack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-11-01T16:45:13.0973318Z 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 2024-11-01T16:45:13.0978924Z 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 2024-11-01T16:45:13.0984736Z 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 2024-11-01T16:45:13.0990486Z 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 2024-11-01T16:45:13.0996949Z 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 2024-11-01T16:45:13.1002886Z 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 2024-11-01T16:45:13.1008416Z 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 2024-11-01T16:45:13.1017206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PadNd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1022111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1027456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1032580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelFuture.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1037949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelNative.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1042910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelOpenMP.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1047880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PTThreadPool.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1052983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PythonTorchFunctionTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1058576Z creating build\bdist.win-amd64\wheel\torch\include\ATen\quantized 2024-11-01T16:45:13.1061766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\quantized\QTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\quantized 2024-11-01T16:45:13.1066742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\quantized\Quantizer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\quantized 2024-11-01T16:45:13.1071774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\record_function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1077915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RedispatchFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1102726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RegistrationDeclarations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1115832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SavedTensorHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1121173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1126150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1131352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1136441Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SequenceNumber.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1142037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SmallVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1147825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1153214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1168934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1173919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1178688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\StorageUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1183697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1188438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1193141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorGeometry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1198418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIndexing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1204019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1209983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIteratorInternal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1215087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1224886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorNames.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1229660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1235185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1239988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorSubclassLikeUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1245227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1250801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalPythonObjects.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1256576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1262000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TracerMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1267476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TypeDefault.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1283344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1289095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Version.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1293836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\VmapGeneratedPlumbing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1314835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1320490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtilsMulti.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-11-01T16:45:13.1327446Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu 2024-11-01T16:45:13.1330906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-11-01T16:45:13.1337100Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu\detail 2024-11-01T16:45:13.1340413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail\XPUHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu\detail 2024-11-01T16:45:13.1346648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\PinnedMemoryAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-11-01T16:45:13.1352297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-11-01T16:45:13.1368531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUDevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-11-01T16:45:13.1373540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-11-01T16:45:13.1378867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-11-01T16:45:13.1385492Z creating build\bdist.win-amd64\wheel\torch\include\c10 2024-11-01T16:45:13.1388958Z creating build\bdist.win-amd64\wheel\torch\include\c10\core 2024-11-01T16:45:13.1391837Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\alignment.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1397380Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Allocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1402756Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\AutogradState.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1407987Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Backend.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1419710Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CachingDeviceAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1424914Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CompileTimeFunctionPointer.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1429939Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ConstantSymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1435281Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Contiguity.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1440410Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CopyBytes.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1445581Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CPUAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1450799Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DefaultDtype.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1455777Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DefaultTensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1460972Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1466000Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceArray.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1471387Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1476617Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceType.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1481681Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DispatchKey.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1487426Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DispatchKeySet.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1493094Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DynamicCast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1498647Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1514123Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\GeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1519185Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\GradMode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1524854Z creating build\bdist.win-amd64\wheel\torch\include\c10\core\impl 2024-11-01T16:45:13.1527432Z 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 2024-11-01T16:45:13.1532377Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\COW.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-11-01T16:45:13.1537334Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\COWDeleter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-11-01T16:45:13.1542816Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\DeviceGuardImplInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-11-01T16:45:13.1554968Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\FakeGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-11-01T16:45:13.1560260Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\GPUTrace.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-11-01T16:45:13.1565523Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\HermeticPyObjectTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-11-01T16:45:13.1570485Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\InlineDeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-11-01T16:45:13.1575662Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\InlineEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-11-01T16:45:13.1580981Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\InlineStreamGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-11-01T16:45:13.1586192Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\LocalDispatchKeySet.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-11-01T16:45:13.1591361Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\PyInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-11-01T16:45:13.1596431Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\PyObjectSlot.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-11-01T16:45:13.1601733Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\PythonDispatcherTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-11-01T16:45:13.1607826Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\SizesAndStrides.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-11-01T16:45:13.1613278Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\TorchDispatchModeTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-11-01T16:45:13.1619143Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\VirtualGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-11-01T16:45:13.1624268Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\InferenceMode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1629240Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1634539Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\MemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1639910Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\OptionalRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1645117Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\PyHandleCache.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1650512Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\QEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1657188Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\QScheme.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1662680Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\RefcountedDeleter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1668057Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SafePyObject.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1673347Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1689189Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1695460Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ScalarTypeToTypeMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1700724Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1705821Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\StorageImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1711249Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1716600Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\StreamGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1722036Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymbolicShapeMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1727208Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymBool.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1758584Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymFloat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1764140Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymInt.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1769275Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymIntArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1774774Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1786619Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\TensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1793425Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\TensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1799676Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\thread_pool.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1805624Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\UndefinedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1811114Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\WrapDimMinimal.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-11-01T16:45:13.1816576Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda 2024-11-01T16:45:13.1819897Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAAlgorithm.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-11-01T16:45:13.1825569Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAAllocatorConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-11-01T16:45:13.1831472Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDACachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-11-01T16:45:13.1838277Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDADeviceAssertion.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-11-01T16:45:13.1854408Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDADeviceAssertionHost.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-11-01T16:45:13.1859789Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAException.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-11-01T16:45:13.1865088Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-11-01T16:45:13.1870442Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAGraphsC10Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-11-01T16:45:13.1875666Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-11-01T16:45:13.1880950Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMacros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-11-01T16:45:13.1886229Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMathCompat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-11-01T16:45:13.1892105Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMiscFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-11-01T16:45:13.1896703Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAStream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-11-01T16:45:13.1901929Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\driver_api.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-11-01T16:45:13.1907459Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda\impl 2024-11-01T16:45:13.1910380Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl\CUDAGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda\impl 2024-11-01T16:45:13.1915655Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl\CUDATest.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda\impl 2024-11-01T16:45:13.1920409Z creating build\bdist.win-amd64\wheel\torch\include\c10\macros 2024-11-01T16:45:13.1923482Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\cmake_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2024-11-01T16:45:13.1928399Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2024-11-01T16:45:13.1933472Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2024-11-01T16:45:13.1940330Z creating build\bdist.win-amd64\wheel\torch\include\c10\util 2024-11-01T16:45:13.1943352Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\AbortHandler.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.1948254Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\accumulate.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.1953386Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\AlignOf.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.1958576Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ApproximateClock.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.1969751Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Array.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.1974701Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.1979831Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.1985271Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.1990563Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16-math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.1995482Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2000671Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\bits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2005751Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Bitset.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2010779Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\bit_cast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2016250Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\C++17.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2021625Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\CallOnce.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2026472Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2032264Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2037427Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2440990Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ConstexprCrc.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2446058Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\copysign.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2451398Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DeadlockDetection.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2456705Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Deprecated.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2462113Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2467224Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DynamicCounter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2481457Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\env.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2486655Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Exception.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2492496Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ExclusivelyOwned.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2498053Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ExclusivelyOwnedTensorTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2503325Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\FbcodeMaps.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2508890Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Flags.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2514176Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\flat_hash_map.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2520822Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fn-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2526232Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fn.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2531780Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fnuz-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2537345Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fnuz.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2548746Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2554152Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2559893Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2fnuz-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2565657Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2fnuz.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2570998Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_fnuz_cvt.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2576569Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\floating_point_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2582086Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\FunctionRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2587333Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Gauge.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2592586Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\generic_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2602637Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Half-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2607715Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Half.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2613416Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\hash.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2618817Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\IdWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2624322Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\int128.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2629814Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\intrusive_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2635427Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\irange.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2640694Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Lazy.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2645901Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\LeftRight.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2651345Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\llvmMathExtras.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2657421Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Load.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2662722Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Logging.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2668371Z 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 2024-11-01T16:45:13.2673882Z 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 2024-11-01T16:45:13.2688518Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\MathConstants.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2693624Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\MaybeOwned.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2698962Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Metaprogramming.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2704097Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\NetworkFlow.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2709473Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\numa.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2714769Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Optional.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2720028Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\OptionalArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2725478Z 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 2024-11-01T16:45:13.2731987Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\overloaded.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2737683Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ParallelGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2754899Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\python_stub.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2759813Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\qint32.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2765063Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\qint8.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2770023Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint2x4.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2775100Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint4x2.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2780152Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint8.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2785178Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Registry.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2790488Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\safe_numerics.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2796118Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ScopeExit.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2801777Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\signal_handler.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2807139Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\SmallBuffer.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2812354Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\SmallVector.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2818745Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\sparse_bitset.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2829839Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ssize.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2835114Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\static_tracepoint.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2840414Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\static_tracepoint_elfx86.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2845926Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\strides.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2850989Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\StringUtil.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2856495Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\string_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2861726Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\string_view.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2867500Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\strong_type.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2873145Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Synchronized.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2878444Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\tempfile.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2883519Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ThreadLocal.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2898151Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ThreadLocalDebugInfo.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2903379Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\thread_name.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2908761Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Type.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2913687Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeCast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2918755Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2924402Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeIndex.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2929623Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeList.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2935190Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeSafeSignMath.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2940647Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2945948Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Unicode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2950799Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\UniqueVoidPtr.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2956240Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Unroll.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2961644Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\WaitCounter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2966958Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\WaitCounterDynamicBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2972148Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\win32-headers.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-11-01T16:45:13.2977669Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu 2024-11-01T16:45:13.2980425Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu\impl 2024-11-01T16:45:13.2983298Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl\XPUGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu\impl 2024-11-01T16:45:13.2988959Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUCachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-11-01T16:45:13.2994015Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUDeviceProp.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-11-01T16:45:13.2998941Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUException.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-11-01T16:45:13.3010478Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-11-01T16:45:13.3015609Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUMacros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-11-01T16:45:13.3020792Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUStream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-11-01T16:45:13.3026271Z creating build\bdist.win-amd64\wheel\torch\include\caffe2 2024-11-01T16:45:13.3029013Z creating build\bdist.win-amd64\wheel\torch\include\caffe2\serialize 2024-11-01T16:45:13.3031946Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\crc_alt.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-11-01T16:45:13.3038139Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\file_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-11-01T16:45:13.3043321Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\inline_container.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-11-01T16:45:13.3048606Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\in_memory_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-11-01T16:45:13.3059313Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\istream_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-11-01T16:45:13.3064698Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\read_adapter_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-11-01T16:45:13.3069904Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\versions.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-11-01T16:45:13.3074927Z copying build\lib.win-amd64-cpython-39\torch\include\cpuinfo.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:45:13.3080926Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:45:13.3086108Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_config.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:45:13.3100279Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_debug.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:45:13.3105365Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_ocl.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:45:13.3110813Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:45:13.3116053Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:45:13.3121116Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_threadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:45:13.3126553Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:45:13.3132030Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_version.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:45:13.3137602Z copying build\lib.win-amd64-cpython-39\torch\include\experiments-config.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:45:13.3142652Z copying build\lib.win-amd64-cpython-39\torch\include\fp16.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:45:13.3147673Z copying build\lib.win-amd64-cpython-39\torch\include\fxdiv.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:45:13.3153345Z creating build\bdist.win-amd64\wheel\torch\include\kineto 2024-11-01T16:45:13.3156283Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\AbstractConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:45:13.3161699Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityProfilerInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:45:13.3166938Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityTraceInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:45:13.3176839Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityType.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:45:13.3182291Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ClientInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:45:13.3187349Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:45:13.3192872Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\GenericTraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:45:13.3198094Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\IActivityProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:45:13.3203263Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ILoggerObserver.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:45:13.3208634Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ITraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:45:13.3213806Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\libkineto.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:45:13.3219070Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\LoggingAPI.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:45:13.3224574Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\output_base.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:45:13.3229824Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ThreadUtil.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:45:13.3235014Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\time_since_epoch.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:45:13.3240047Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\TraceSpan.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-11-01T16:45:13.3245315Z copying build\lib.win-amd64-cpython-39\torch\include\libshm.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:45:13.3250383Z copying build\lib.win-amd64-cpython-39\torch\include\psimd.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:45:13.3256162Z copying build\lib.win-amd64-cpython-39\torch\include\pthreadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:45:13.3263132Z creating build\bdist.win-amd64\wheel\torch\include\pybind11 2024-11-01T16:45:13.3266136Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\attr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:45:13.3271909Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\buffer_info.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:45:13.3277330Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\cast.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:45:13.3283450Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\chrono.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:45:13.3288500Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:45:13.3293232Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:45:13.3306841Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\detail 2024-11-01T16:45:13.3309700Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\class.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-11-01T16:45:13.3315725Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-11-01T16:45:13.3321684Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\cpp_conduit.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-11-01T16:45:13.3326635Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\descr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-11-01T16:45:13.3332608Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\exception_translation.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-11-01T16:45:13.3349002Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\init.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-11-01T16:45:13.3354668Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\internals.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-11-01T16:45:13.3360926Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-11-01T16:45:13.3366120Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\type_caster_base.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-11-01T16:45:13.3372247Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\value_and_holder.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-11-01T16:45:13.3377660Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\eigen 2024-11-01T16:45:13.3380739Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2024-11-01T16:45:13.3385596Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\matrix.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2024-11-01T16:45:13.3391010Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2024-11-01T16:45:13.3396767Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:45:13.3401640Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\embed.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:45:13.3407642Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eval.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:45:13.3412818Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:45:13.3417886Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\gil.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:45:13.3423464Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\gil_safe_call_once.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:45:13.3428616Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\iostream.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:45:13.3433756Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:45:13.3440486Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\operators.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:45:13.3457549Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\options.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:45:13.3459092Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pybind11.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:45:13.3460511Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pytypes.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:45:13.3463733Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:45:13.3468735Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl_bind.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:45:13.3474223Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\type_caster_pyobject_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:45:13.3479198Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\typing.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-11-01T16:45:13.3484745Z copying build\lib.win-amd64-cpython-39\torch\include\sleef.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:45:13.3493044Z creating build\bdist.win-amd64\wheel\torch\include\torch 2024-11-01T16:45:13.3496125Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc 2024-11-01T16:45:13.3498775Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api 2024-11-01T16:45:13.3501927Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include 2024-11-01T16:45:13.3504879Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch 2024-11-01T16:45:13.3507710Z 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 2024-11-01T16:45:13.3512553Z 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 2024-11-01T16:45:13.3517867Z 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 2024-11-01T16:45:13.3523056Z 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 2024-11-01T16:45:13.3528321Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data 2024-11-01T16:45:13.3531055Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\dataloader 2024-11-01T16:45:13.3534590Z 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 2024-11-01T16:45:13.3540795Z 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 2024-11-01T16:45:13.3548201Z 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 2024-11-01T16:45:13.3554205Z 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 2024-11-01T16:45:13.3560306Z 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 2024-11-01T16:45:13.3565707Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\datasets 2024-11-01T16:45:13.3579502Z 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 2024-11-01T16:45:13.3584526Z 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 2024-11-01T16:45:13.3609194Z 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 2024-11-01T16:45:13.3614429Z 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 2024-11-01T16:45:13.3619676Z 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 2024-11-01T16:45:13.3624982Z 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 2024-11-01T16:45:13.3630214Z 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 2024-11-01T16:45:13.3641613Z 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 2024-11-01T16:45:13.3647188Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\detail 2024-11-01T16:45:13.3650440Z 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 2024-11-01T16:45:13.3655590Z 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 2024-11-01T16:45:13.3660645Z 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 2024-11-01T16:45:13.3665979Z 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 2024-11-01T16:45:13.3671856Z 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 2024-11-01T16:45:13.3677212Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\samplers 2024-11-01T16:45:13.3680321Z 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 2024-11-01T16:45:13.3686045Z 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 2024-11-01T16:45:13.3690941Z 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 2024-11-01T16:45:13.3696370Z 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 2024-11-01T16:45:13.3701248Z 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 2024-11-01T16:45:13.3712300Z 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 2024-11-01T16:45:13.3717396Z 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 2024-11-01T16:45:13.3722774Z 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 2024-11-01T16:45:13.3727703Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\transforms 2024-11-01T16:45:13.3731069Z 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 2024-11-01T16:45:13.3736853Z 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 2024-11-01T16:45:13.3742198Z 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 2024-11-01T16:45:13.3747176Z 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 2024-11-01T16:45:13.3753352Z 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 2024-11-01T16:45:13.3758570Z 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 2024-11-01T16:45:13.3763562Z 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 2024-11-01T16:45:13.3768596Z 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 2024-11-01T16:45:13.3773405Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\detail 2024-11-01T16:45:13.3776324Z 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 2024-11-01T16:45:13.3781860Z 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 2024-11-01T16:45:13.3787704Z 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 2024-11-01T16:45:13.3798367Z 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 2024-11-01T16:45:13.3803404Z 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 2024-11-01T16:45:13.3808637Z 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 2024-11-01T16:45:13.3813464Z 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 2024-11-01T16:45:13.3818652Z 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 2024-11-01T16:45:13.3823527Z 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 2024-11-01T16:45:13.3828480Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn 2024-11-01T16:45:13.3831343Z 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 2024-11-01T16:45:13.3836334Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\functional 2024-11-01T16:45:13.3839319Z 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 2024-11-01T16:45:13.3845420Z 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 2024-11-01T16:45:13.3850497Z 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 2024-11-01T16:45:13.3856197Z 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 2024-11-01T16:45:13.3869113Z 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 2024-11-01T16:45:13.3874371Z 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 2024-11-01T16:45:13.3879251Z 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 2024-11-01T16:45:13.3884611Z 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 2024-11-01T16:45:13.3889694Z 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 2024-11-01T16:45:13.3894517Z 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 2024-11-01T16:45:13.3900431Z 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 2024-11-01T16:45:13.3906162Z 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 2024-11-01T16:45:13.3911171Z 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 2024-11-01T16:45:13.3916398Z 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 2024-11-01T16:45:13.3922557Z 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 2024-11-01T16:45:13.3945559Z 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 2024-11-01T16:45:13.3950394Z 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 2024-11-01T16:45:13.3955514Z 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 2024-11-01T16:45:13.3968992Z 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 2024-11-01T16:45:13.3974538Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules 2024-11-01T16:45:13.3977691Z 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 2024-11-01T16:45:13.3983821Z 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 2024-11-01T16:45:13.3989093Z 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 2024-11-01T16:45:13.3994390Z 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 2024-11-01T16:45:13.3999769Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules\container 2024-11-01T16:45:13.4009154Z 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 2024-11-01T16:45:13.4014359Z 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 2024-11-01T16:45:13.4019647Z 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 2024-11-01T16:45:13.4024805Z 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 2024-11-01T16:45:13.4035815Z 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 2024-11-01T16:45:13.4040968Z 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 2024-11-01T16:45:13.4046188Z 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 2024-11-01T16:45:13.4051920Z 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 2024-11-01T16:45:13.4057350Z 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 2024-11-01T16:45:13.4062925Z 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 2024-11-01T16:45:13.4068130Z 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 2024-11-01T16:45:13.4073605Z 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 2024-11-01T16:45:13.4078745Z 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 2024-11-01T16:45:13.4083923Z 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 2024-11-01T16:45:13.4089009Z 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 2024-11-01T16:45:13.4094123Z 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 2024-11-01T16:45:13.4099657Z 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 2024-11-01T16:45:13.4104687Z 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 2024-11-01T16:45:13.4110337Z 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 2024-11-01T16:45:13.4115764Z 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 2024-11-01T16:45:13.4121054Z 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 2024-11-01T16:45:13.4126231Z 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 2024-11-01T16:45:13.4131833Z 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 2024-11-01T16:45:13.4137030Z 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 2024-11-01T16:45:13.4142399Z 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 2024-11-01T16:45:13.4147761Z 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 2024-11-01T16:45:13.4153728Z 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 2024-11-01T16:45:13.4158755Z 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 2024-11-01T16:45:13.4164066Z 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 2024-11-01T16:45:13.4169278Z 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 2024-11-01T16:45:13.4174660Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\options 2024-11-01T16:45:13.4177845Z 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 2024-11-01T16:45:13.4183750Z 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 2024-11-01T16:45:13.4188881Z 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 2024-11-01T16:45:13.4194090Z 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 2024-11-01T16:45:13.4199536Z 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 2024-11-01T16:45:13.4214334Z 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 2024-11-01T16:45:13.4219518Z 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 2024-11-01T16:45:13.4224655Z 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 2024-11-01T16:45:13.4229913Z 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 2024-11-01T16:45:13.4235209Z 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 2024-11-01T16:45:13.4240392Z 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 2024-11-01T16:45:13.4246192Z 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 2024-11-01T16:45:13.4251809Z 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 2024-11-01T16:45:13.4257242Z 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 2024-11-01T16:45:13.4262671Z 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 2024-11-01T16:45:13.4268418Z 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 2024-11-01T16:45:13.4273979Z 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 2024-11-01T16:45:13.4279612Z 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 2024-11-01T16:45:13.4284960Z 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 2024-11-01T16:45:13.4290318Z 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 2024-11-01T16:45:13.4295725Z 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 2024-11-01T16:45:13.4300908Z 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 2024-11-01T16:45:13.4305980Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\parallel 2024-11-01T16:45:13.4309093Z 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 2024-11-01T16:45:13.4314326Z 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 2024-11-01T16:45:13.4319840Z 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 2024-11-01T16:45:13.4325097Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\utils 2024-11-01T16:45:13.4328289Z 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 2024-11-01T16:45:13.4333679Z 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 2024-11-01T16:45:13.4338877Z 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 2024-11-01T16:45:13.4344458Z 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 2024-11-01T16:45:13.4350472Z 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 2024-11-01T16:45:13.4356391Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim 2024-11-01T16:45:13.4359616Z 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 2024-11-01T16:45:13.4364831Z 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 2024-11-01T16:45:13.4369983Z 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 2024-11-01T16:45:13.4375359Z 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 2024-11-01T16:45:13.4380665Z 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 2024-11-01T16:45:13.4385897Z 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 2024-11-01T16:45:13.4400270Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim\schedulers 2024-11-01T16:45:13.4403341Z 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 2024-11-01T16:45:13.4409381Z 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 2024-11-01T16:45:13.4414323Z 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 2024-11-01T16:45:13.4426385Z 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 2024-11-01T16:45:13.4431640Z 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 2024-11-01T16:45:13.4436702Z 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 2024-11-01T16:45:13.4441916Z 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 2024-11-01T16:45:13.4447505Z 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 2024-11-01T16:45:13.4452983Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\serialize 2024-11-01T16:45:13.4456065Z 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 2024-11-01T16:45:13.4460981Z 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 2024-11-01T16:45:13.4466196Z 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 2024-11-01T16:45:13.4471220Z 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 2024-11-01T16:45:13.4481453Z 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 2024-11-01T16:45:13.4487574Z 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 2024-11-01T16:45:13.4492624Z 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 2024-11-01T16:45:13.4499121Z 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 2024-11-01T16:45:13.4504229Z 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 2024-11-01T16:45:13.4509470Z 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 2024-11-01T16:45:13.4514699Z 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 2024-11-01T16:45:13.4519588Z 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 2024-11-01T16:45:13.4525700Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd 2024-11-01T16:45:13.4528665Z 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 2024-11-01T16:45:13.4533864Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2024-11-01T16:45:13.4539336Z 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 2024-11-01T16:45:13.4544715Z 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 2024-11-01T16:45:13.4558057Z 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 2024-11-01T16:45:13.4563540Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\edge.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2024-11-01T16:45:13.4568511Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\engine.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2024-11-01T16:45:13.4573934Z 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 2024-11-01T16:45:13.4578903Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\function.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2024-11-01T16:45:13.4584551Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\functions 2024-11-01T16:45:13.4588062Z 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 2024-11-01T16:45:13.4593002Z 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 2024-11-01T16:45:13.4597755Z 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 2024-11-01T16:45:13.4603003Z 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 2024-11-01T16:45:13.4617436Z 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 2024-11-01T16:45:13.4622582Z 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 2024-11-01T16:45:13.4627617Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\FunctionsManual.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2024-11-01T16:45:13.4633564Z 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 2024-11-01T16:45:13.4638962Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\generated 2024-11-01T16:45:13.4642123Z 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 2024-11-01T16:45:13.4652452Z 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 2024-11-01T16:45:13.4658084Z 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 2024-11-01T16:45:13.4670131Z 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 2024-11-01T16:45:13.4675455Z 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 2024-11-01T16:45:13.4681876Z 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 2024-11-01T16:45:13.4687675Z 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 2024-11-01T16:45:13.4692879Z 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 2024-11-01T16:45:13.4698379Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\InferenceMode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2024-11-01T16:45:13.4703406Z 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 2024-11-01T16:45:13.4709328Z 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 2024-11-01T16:45:13.4715010Z 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 2024-11-01T16:45:13.4720349Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\profiler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2024-11-01T16:45:13.4725387Z 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 2024-11-01T16:45:13.4731015Z 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 2024-11-01T16:45:13.4742608Z 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 2024-11-01T16:45:13.4747622Z 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 2024-11-01T16:45:13.4753001Z 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 2024-11-01T16:45:13.4758044Z 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 2024-11-01T16:45:13.4763367Z 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 2024-11-01T16:45:13.4768792Z 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 2024-11-01T16:45:13.4774053Z 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 2024-11-01T16:45:13.4779605Z 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 2024-11-01T16:45:13.4785006Z 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 2024-11-01T16:45:13.4796722Z 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 2024-11-01T16:45:13.4801854Z 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 2024-11-01T16:45:13.4807021Z 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 2024-11-01T16:45:13.4812189Z 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 2024-11-01T16:45:13.4817514Z 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 2024-11-01T16:45:13.4823068Z 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 2024-11-01T16:45:13.4828503Z 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 2024-11-01T16:45:13.4833767Z 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 2024-11-01T16:45:13.4839117Z 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 2024-11-01T16:45:13.4850387Z 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 2024-11-01T16:45:13.4856395Z 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 2024-11-01T16:45:13.4862286Z 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 2024-11-01T16:45:13.4868016Z 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 2024-11-01T16:45:13.4873345Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\symbolic.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2024-11-01T16:45:13.4878505Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\utils 2024-11-01T16:45:13.4881586Z 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 2024-11-01T16:45:13.4886452Z 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 2024-11-01T16:45:13.4891810Z 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 2024-11-01T16:45:13.4897127Z 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 2024-11-01T16:45:13.4907804Z 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 2024-11-01T16:45:13.4912514Z 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 2024-11-01T16:45:13.4917678Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\variable.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2024-11-01T16:45:13.4923425Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\VariableTypeUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2024-11-01T16:45:13.4928951Z 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 2024-11-01T16:45:13.4933997Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\copy_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:45:13.4939579Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\cuda 2024-11-01T16:45:13.4942447Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\comm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2024-11-01T16:45:13.4947715Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\CUDAPluggableAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2024-11-01T16:45:13.4952643Z 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 2024-11-01T16:45:13.4957602Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2024-11-01T16:45:13.4962392Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\GdsFile.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2024-11-01T16:45:13.4972441Z 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 2024-11-01T16:45:13.4977637Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2024-11-01T16:45:13.4982417Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\nccl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2024-11-01T16:45:13.4987481Z 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 2024-11-01T16:45:13.4992482Z 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 2024-11-01T16:45:13.4997944Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2024-11-01T16:45:13.5002820Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\THCP.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2024-11-01T16:45:13.5007815Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\CudaIPCTypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:45:13.5019312Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DataLoader.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:45:13.5024554Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:45:13.5029619Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DeviceAccelerator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:45:13.5035321Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed 2024-11-01T16:45:13.5037952Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd 2024-11-01T16:45:13.5040860Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\context 2024-11-01T16:45:13.5043911Z 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 2024-11-01T16:45:13.5049495Z 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 2024-11-01T16:45:13.5054891Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\functions 2024-11-01T16:45:13.5058325Z 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 2024-11-01T16:45:13.5063973Z 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 2024-11-01T16:45:13.5069098Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\rpc_messages 2024-11-01T16:45:13.5072141Z 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 2024-11-01T16:45:13.5077514Z 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 2024-11-01T16:45:13.5082857Z 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 2024-11-01T16:45:13.5097431Z 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 2024-11-01T16:45:13.5103158Z 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 2024-11-01T16:45:13.5108064Z 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 2024-11-01T16:45:13.5113614Z 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 2024-11-01T16:45:13.5119174Z 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 2024-11-01T16:45:13.5124462Z 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 2024-11-01T16:45:13.5129861Z 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 2024-11-01T16:45:13.5135416Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\c10d 2024-11-01T16:45:13.5138682Z 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 2024-11-01T16:45:13.5143990Z 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 2024-11-01T16:45:13.5149088Z 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 2024-11-01T16:45:13.5154186Z 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 2024-11-01T16:45:13.5159428Z 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 2024-11-01T16:45:13.5164737Z 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 2024-11-01T16:45:13.5175306Z 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 2024-11-01T16:45:13.5180643Z 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 2024-11-01T16:45:13.5186438Z 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 2024-11-01T16:45:13.5191612Z 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 2024-11-01T16:45:13.5196726Z 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 2024-11-01T16:45:13.5202135Z 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 2024-11-01T16:45:13.5207407Z 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 2024-11-01T16:45:13.5212687Z 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 2024-11-01T16:45:13.5218233Z 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 2024-11-01T16:45:13.5225014Z 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 2024-11-01T16:45:13.5232358Z 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 2024-11-01T16:45:13.5240545Z 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 2024-11-01T16:45:13.5247783Z 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 2024-11-01T16:45:13.5255333Z 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 2024-11-01T16:45:13.5262853Z 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 2024-11-01T16:45:13.5269983Z 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 2024-11-01T16:45:13.5278437Z 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 2024-11-01T16:45:13.7200580Z 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 2024-11-01T16:45:13.7206144Z 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 2024-11-01T16:45:13.7211467Z 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 2024-11-01T16:45:13.7217079Z 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 2024-11-01T16:45:13.7222508Z 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 2024-11-01T16:45:13.7228644Z 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 2024-11-01T16:45:13.7234057Z 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 2024-11-01T16:45:13.7239754Z 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 2024-11-01T16:45:13.7250308Z 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 2024-11-01T16:45:13.7255860Z 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 2024-11-01T16:45:13.7260877Z 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 2024-11-01T16:45:13.7266497Z 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 2024-11-01T16:45:13.7271695Z 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 2024-11-01T16:45:13.7276842Z 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 2024-11-01T16:45:13.7281923Z 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 2024-11-01T16:45:13.7287070Z 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 2024-11-01T16:45:13.7292583Z 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 2024-11-01T16:45:13.7298075Z 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 2024-11-01T16:45:13.7303207Z 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 2024-11-01T16:45:13.7308553Z 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 2024-11-01T16:45:13.7320787Z 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 2024-11-01T16:45:13.7326054Z 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 2024-11-01T16:45:13.7331281Z 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 2024-11-01T16:45:13.7336807Z 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 2024-11-01T16:45:13.7341901Z 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 2024-11-01T16:45:13.7954558Z 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 2024-11-01T16:45:13.7959238Z 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 2024-11-01T16:45:13.7964716Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\rpc 2024-11-01T16:45:13.7967687Z 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 2024-11-01T16:45:13.7973117Z 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 2024-11-01T16:45:13.7978373Z 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 2024-11-01T16:45:13.7983250Z 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 2024-11-01T16:45:13.7998349Z 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 2024-11-01T16:45:13.8003364Z 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 2024-11-01T16:45:13.8008585Z 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 2024-11-01T16:45:13.8013852Z 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 2024-11-01T16:45:13.8019040Z 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 2024-11-01T16:45:13.8024257Z 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 2024-11-01T16:45:13.8029707Z 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 2024-11-01T16:45:13.8034833Z 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 2024-11-01T16:45:13.8039700Z 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 2024-11-01T16:45:13.8044964Z 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 2024-11-01T16:45:13.8050226Z 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 2024-11-01T16:45:13.8055366Z 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 2024-11-01T16:45:13.8061068Z 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 2024-11-01T16:45:13.8066371Z 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 2024-11-01T16:45:13.8071602Z 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 2024-11-01T16:45:13.8076971Z 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 2024-11-01T16:45:13.8089372Z 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 2024-11-01T16:45:13.8094912Z 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 2024-11-01T16:45:13.8100557Z 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 2024-11-01T16:45:13.8105622Z 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 2024-11-01T16:45:13.8110570Z 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 2024-11-01T16:45:13.8115913Z 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 2024-11-01T16:45:13.8120996Z 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 2024-11-01T16:45:13.8126169Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Dtype.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:45:13.8131305Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DynamicTypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:45:13.8136640Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\dynamo 2024-11-01T16:45:13.8139630Z 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 2024-11-01T16:45:13.8144770Z 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 2024-11-01T16:45:13.8150326Z 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 2024-11-01T16:45:13.8155167Z 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 2024-11-01T16:45:13.8167598Z 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 2024-11-01T16:45:13.8172923Z 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 2024-11-01T16:45:13.8178332Z 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 2024-11-01T16:45:13.8183644Z 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 2024-11-01T16:45:13.8189474Z 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 2024-11-01T16:45:13.8194398Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\guards.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2024-11-01T16:45:13.8199351Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2024-11-01T16:45:13.8204387Z 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 2024-11-01T16:45:13.8209305Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2024-11-01T16:45:13.8214146Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:45:13.8219058Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:45:13.8224331Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:45:13.8229639Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:45:13.8235043Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor 2024-11-01T16:45:13.8237879Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_package 2024-11-01T16:45:13.8241072Z 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 2024-11-01T16:45:13.8246379Z 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 2024-11-01T16:45:13.8251327Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runner 2024-11-01T16:45:13.8254485Z 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 2024-11-01T16:45:13.8259852Z 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 2024-11-01T16:45:13.8265247Z 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 2024-11-01T16:45:13.8275644Z 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 2024-11-01T16:45:13.8280636Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runtime 2024-11-01T16:45:13.8283855Z 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 2024-11-01T16:45:13.8289101Z 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 2024-11-01T16:45:13.8294340Z 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 2024-11-01T16:45:13.8304860Z 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 2024-11-01T16:45:13.8310469Z 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 2024-11-01T16:45:13.8316223Z 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 2024-11-01T16:45:13.8321576Z 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 2024-11-01T16:45:13.8326799Z 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 2024-11-01T16:45:13.8332029Z 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 2024-11-01T16:45:13.8337746Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch 2024-11-01T16:45:13.8347884Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\c 2024-11-01T16:45:13.8350729Z 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 2024-11-01T16:45:13.8356555Z 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 2024-11-01T16:45:13.8361907Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\generated 2024-11-01T16:45:13.8365300Z 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 2024-11-01T16:45:13.8371255Z 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 2024-11-01T16:45:13.8377814Z 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 2024-11-01T16:45:13.8383096Z 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 2024-11-01T16:45:13.8397669Z 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 2024-11-01T16:45:13.8402940Z 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 2024-11-01T16:45:13.8408247Z 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 2024-11-01T16:45:13.8413663Z 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 2024-11-01T16:45:13.8418894Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\itt_wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:45:13.8423972Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit 2024-11-01T16:45:13.8427408Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\api 2024-11-01T16:45:13.8430614Z 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 2024-11-01T16:45:13.8435835Z 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 2024-11-01T16:45:13.8440827Z 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 2024-11-01T16:45:13.8445806Z 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 2024-11-01T16:45:13.8451465Z 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 2024-11-01T16:45:13.8461706Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\backends 2024-11-01T16:45:13.8464727Z 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 2024-11-01T16:45:13.8470026Z 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 2024-11-01T16:45:13.8475119Z 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 2024-11-01T16:45:13.8480332Z 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 2024-11-01T16:45:13.8491979Z 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 2024-11-01T16:45:13.8497033Z 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 2024-11-01T16:45:13.8502035Z 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 2024-11-01T16:45:13.8507270Z 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 2024-11-01T16:45:13.8512261Z 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 2024-11-01T16:45:13.8517347Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen 2024-11-01T16:45:13.8520173Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen\cuda 2024-11-01T16:45:13.8523185Z 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 2024-11-01T16:45:13.8528448Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\frontend 2024-11-01T16:45:13.8531474Z 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 2024-11-01T16:45:13.8536439Z 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 2024-11-01T16:45:13.8541465Z 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 2024-11-01T16:45:13.8552011Z 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 2024-11-01T16:45:13.8556744Z 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 2024-11-01T16:45:13.8561660Z 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 2024-11-01T16:45:13.8566933Z 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 2024-11-01T16:45:13.8571885Z 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 2024-11-01T16:45:13.8577111Z 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 2024-11-01T16:45:13.8582071Z 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 2024-11-01T16:45:13.8586913Z 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 2024-11-01T16:45:13.8592374Z 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 2024-11-01T16:45:13.8597866Z 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 2024-11-01T16:45:13.8602983Z 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 2024-11-01T16:45:13.8608063Z 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 2024-11-01T16:45:13.8613047Z 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 2024-11-01T16:45:13.8618384Z 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 2024-11-01T16:45:13.8623870Z 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 2024-11-01T16:45:13.8628741Z 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 2024-11-01T16:45:13.8634136Z 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 2024-11-01T16:45:13.8647045Z 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 2024-11-01T16:45:13.8652226Z 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 2024-11-01T16:45:13.8657498Z 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 2024-11-01T16:45:13.8662381Z 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 2024-11-01T16:45:13.8668159Z 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 2024-11-01T16:45:13.8673334Z 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 2024-11-01T16:45:13.8678904Z 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 2024-11-01T16:45:13.8684696Z 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 2024-11-01T16:45:13.8690038Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\ir 2024-11-01T16:45:13.8693265Z 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 2024-11-01T16:45:13.8698633Z 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 2024-11-01T16:45:13.8703661Z 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 2024-11-01T16:45:13.8708839Z 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 2024-11-01T16:45:13.8723007Z 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 2024-11-01T16:45:13.8727877Z 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 2024-11-01T16:45:13.8733816Z 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 2024-11-01T16:45:13.8739066Z 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 2024-11-01T16:45:13.8744234Z 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 2024-11-01T16:45:13.8749644Z 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 2024-11-01T16:45:13.8755129Z 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 2024-11-01T16:45:13.8760321Z 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 2024-11-01T16:45:13.8765471Z 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 2024-11-01T16:45:13.8770545Z 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 2024-11-01T16:45:13.8775928Z 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 2024-11-01T16:45:13.8789548Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\mobile 2024-11-01T16:45:13.8792366Z 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 2024-11-01T16:45:13.8797794Z 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 2024-11-01T16:45:13.8803035Z 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 2024-11-01T16:45:13.8808449Z 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 2024-11-01T16:45:13.8819449Z 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 2024-11-01T16:45:13.8824402Z 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 2024-11-01T16:45:13.8829589Z 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 2024-11-01T16:45:13.8834775Z 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 2024-11-01T16:45:13.8840290Z 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 2024-11-01T16:45:13.8845336Z 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 2024-11-01T16:45:13.8850585Z 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 2024-11-01T16:45:13.8855613Z 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 2024-11-01T16:45:13.8861328Z 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 2024-11-01T16:45:13.8866359Z 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 2024-11-01T16:45:13.8872518Z 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 2024-11-01T16:45:13.8878667Z 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 2024-11-01T16:45:13.8884056Z 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 2024-11-01T16:45:13.8889897Z 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 2024-11-01T16:45:13.8895140Z 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 2024-11-01T16:45:13.8900439Z 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 2024-11-01T16:45:13.8905717Z 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 2024-11-01T16:45:13.8910862Z 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 2024-11-01T16:45:13.8923715Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes 2024-11-01T16:45:13.8926833Z 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 2024-11-01T16:45:13.8932534Z 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 2024-11-01T16:45:13.8936759Z 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 2024-11-01T16:45:13.8941759Z 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 2024-11-01T16:45:13.8952502Z 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 2024-11-01T16:45:13.8957207Z 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 2024-11-01T16:45:13.8962406Z 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 2024-11-01T16:45:13.8967414Z 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 2024-11-01T16:45:13.8972281Z 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 2024-11-01T16:45:13.8977273Z 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 2024-11-01T16:45:13.8982635Z 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 2024-11-01T16:45:13.8987879Z 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 2024-11-01T16:45:13.8992813Z 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 2024-11-01T16:45:13.8997776Z 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 2024-11-01T16:45:13.9003220Z 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 2024-11-01T16:45:13.9008203Z 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 2024-11-01T16:45:13.9013002Z 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 2024-11-01T16:45:13.9018372Z 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 2024-11-01T16:45:13.9023648Z 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 2024-11-01T16:45:13.9035743Z 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 2024-11-01T16:45:13.9040476Z 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 2024-11-01T16:45:13.9045583Z 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 2024-11-01T16:45:13.9050771Z 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 2024-11-01T16:45:13.9055586Z 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 2024-11-01T16:45:13.9060886Z 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 2024-11-01T16:45:13.9066246Z 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 2024-11-01T16:45:13.9071465Z 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 2024-11-01T16:45:13.9076527Z 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 2024-11-01T16:45:13.9091163Z 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 2024-11-01T16:45:13.9096326Z 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 2024-11-01T16:45:13.9101409Z 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 2024-11-01T16:45:13.9106506Z 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 2024-11-01T16:45:13.9111539Z 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 2024-11-01T16:45:13.9116462Z 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 2024-11-01T16:45:13.9121812Z 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 2024-11-01T16:45:13.9127203Z 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 2024-11-01T16:45:13.9132558Z 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 2024-11-01T16:45:13.9143868Z 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 2024-11-01T16:45:13.9148737Z 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 2024-11-01T16:45:13.9153482Z 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 2024-11-01T16:45:13.9158468Z 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 2024-11-01T16:45:13.9163643Z 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 2024-11-01T16:45:13.9168747Z 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 2024-11-01T16:45:13.9173476Z 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 2024-11-01T16:45:13.9185813Z 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 2024-11-01T16:45:13.9191039Z 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 2024-11-01T16:45:13.9203503Z 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 2024-11-01T16:45:13.9208614Z 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 2024-11-01T16:45:13.9213631Z 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 2024-11-01T16:45:13.9218991Z 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 2024-11-01T16:45:13.9224061Z 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 2024-11-01T16:45:13.9229592Z 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 2024-11-01T16:45:13.9234933Z 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 2024-11-01T16:45:13.9240038Z 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 2024-11-01T16:45:13.9245715Z 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 2024-11-01T16:45:13.9250700Z 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 2024-11-01T16:45:13.9269462Z 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 2024-11-01T16:45:13.9274617Z 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 2024-11-01T16:45:13.9279889Z 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 2024-11-01T16:45:13.9285366Z 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 2024-11-01T16:45:13.9290498Z 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 2024-11-01T16:45:13.9295652Z 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 2024-11-01T16:45:13.9301130Z 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 2024-11-01T16:45:13.9306505Z 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 2024-11-01T16:45:13.9311713Z 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 2024-11-01T16:45:13.9317095Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\quantization 2024-11-01T16:45:13.9320247Z 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 2024-11-01T16:45:13.9325477Z 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 2024-11-01T16:45:13.9330816Z 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 2024-11-01T16:45:13.9335770Z 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 2024-11-01T16:45:13.9348952Z 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 2024-11-01T16:45:13.9354262Z 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 2024-11-01T16:45:13.9359648Z 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 2024-11-01T16:45:13.9365874Z 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 2024-11-01T16:45:13.9371027Z 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 2024-11-01T16:45:13.9376403Z 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 2024-11-01T16:45:13.9389272Z 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 2024-11-01T16:45:13.9394368Z 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 2024-11-01T16:45:13.9400214Z 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 2024-11-01T16:45:13.9405558Z 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 2024-11-01T16:45:13.9410824Z 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 2024-11-01T16:45:13.9416507Z 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 2024-11-01T16:45:13.9421915Z 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 2024-11-01T16:45:13.9426715Z 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 2024-11-01T16:45:13.9450374Z 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 2024-11-01T16:45:13.9462101Z 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 2024-11-01T16:45:13.9467304Z 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 2024-11-01T16:45:13.9472635Z 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 2024-11-01T16:45:13.9477968Z 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 2024-11-01T16:45:13.9483166Z 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 2024-11-01T16:45:13.9488773Z 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 2024-11-01T16:45:13.9494201Z 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 2024-11-01T16:45:13.9499630Z 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 2024-11-01T16:45:13.9505033Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\utils 2024-11-01T16:45:13.9508149Z 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 2024-11-01T16:45:13.9513170Z 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 2024-11-01T16:45:13.9518367Z 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 2024-11-01T16:45:13.9529929Z 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 2024-11-01T16:45:13.9535017Z 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 2024-11-01T16:45:13.9540488Z 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 2024-11-01T16:45:13.9546214Z 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 2024-11-01T16:45:13.9551510Z 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 2024-11-01T16:45:13.9556737Z 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 2024-11-01T16:45:13.9562147Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\python 2024-11-01T16:45:13.9565144Z 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 2024-11-01T16:45:13.9582702Z 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 2024-11-01T16:45:13.9587767Z 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 2024-11-01T16:45:13.9593252Z 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 2024-11-01T16:45:13.9599158Z 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 2024-11-01T16:45:13.9611043Z 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 2024-11-01T16:45:13.9616093Z 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 2024-11-01T16:45:13.9621306Z 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 2024-11-01T16:45:13.9627137Z 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 2024-11-01T16:45:13.9632457Z 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 2024-11-01T16:45:13.9637841Z 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 2024-11-01T16:45:13.9643210Z 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 2024-11-01T16:45:13.9648798Z 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 2024-11-01T16:45:13.9653841Z 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 2024-11-01T16:45:13.9659005Z 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 2024-11-01T16:45:13.9664032Z 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 2024-11-01T16:45:13.9669149Z 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 2024-11-01T16:45:13.9674617Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\runtime 2024-11-01T16:45:13.9677726Z 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 2024-11-01T16:45:13.9683282Z 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 2024-11-01T16:45:13.9688486Z 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 2024-11-01T16:45:13.9693702Z 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 2024-11-01T16:45:13.9705715Z 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 2024-11-01T16:45:13.9711244Z 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 2024-11-01T16:45:13.9716332Z 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 2024-11-01T16:45:13.9722224Z 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 2024-11-01T16:45:13.9728308Z 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 2024-11-01T16:45:13.9734027Z 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 2024-11-01T16:45:13.9739538Z 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 2024-11-01T16:45:13.9744885Z 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 2024-11-01T16:45:13.9750401Z 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 2024-11-01T16:45:13.9755931Z 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 2024-11-01T16:45:13.9760693Z 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 2024-11-01T16:45:13.9765726Z 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 2024-11-01T16:45:13.9771053Z 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 2024-11-01T16:45:13.9775979Z 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 2024-11-01T16:45:13.9781227Z 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 2024-11-01T16:45:13.9786588Z 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 2024-11-01T16:45:13.9799817Z 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 2024-11-01T16:45:13.9805817Z 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 2024-11-01T16:45:13.9811118Z 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 2024-11-01T16:45:13.9816659Z 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 2024-11-01T16:45:13.9822006Z 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 2024-11-01T16:45:13.9827130Z 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 2024-11-01T16:45:13.9832071Z 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 2024-11-01T16:45:13.9837202Z 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 2024-11-01T16:45:13.9842704Z 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 2024-11-01T16:45:13.9854170Z 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 2024-11-01T16:45:13.9859462Z 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 2024-11-01T16:45:13.9864962Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\serialization 2024-11-01T16:45:13.9868281Z 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 2024-11-01T16:45:13.9873430Z 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 2024-11-01T16:45:13.9879176Z 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 2024-11-01T16:45:13.9891802Z 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 2024-11-01T16:45:13.9897502Z 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 2024-11-01T16:45:13.9903117Z 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 2024-11-01T16:45:13.9908823Z 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 2024-11-01T16:45:13.9914669Z 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 2024-11-01T16:45:13.9920149Z 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 2024-11-01T16:45:13.9925512Z 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 2024-11-01T16:45:13.9930953Z 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 2024-11-01T16:45:13.9936559Z 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 2024-11-01T16:45:13.9943485Z 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 2024-11-01T16:45:13.9948152Z 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 2024-11-01T16:45:13.9953264Z 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 2024-11-01T16:45:13.9958700Z 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 2024-11-01T16:45:13.9964074Z 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 2024-11-01T16:45:13.9969343Z 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 2024-11-01T16:45:13.9974725Z 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 2024-11-01T16:45:13.9979999Z 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 2024-11-01T16:45:13.9991662Z 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 2024-11-01T16:45:13.9997337Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr 2024-11-01T16:45:14.0000308Z 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 2024-11-01T16:45:14.0005474Z 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 2024-11-01T16:45:14.0010647Z 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 2024-11-01T16:45:14.0015709Z 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 2024-11-01T16:45:14.0028369Z 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 2024-11-01T16:45:14.0033385Z 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 2024-11-01T16:45:14.0038507Z 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 2024-11-01T16:45:14.0044418Z 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 2024-11-01T16:45:14.0049923Z 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 2024-11-01T16:45:14.0054810Z 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 2024-11-01T16:45:14.0060000Z 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 2024-11-01T16:45:14.0065191Z 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 2024-11-01T16:45:14.0070352Z 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 2024-11-01T16:45:14.0075590Z 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 2024-11-01T16:45:14.0080785Z 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 2024-11-01T16:45:14.0086042Z 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 2024-11-01T16:45:14.0091060Z 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 2024-11-01T16:45:14.0096405Z 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 2024-11-01T16:45:14.0101791Z 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 2024-11-01T16:45:14.0106984Z 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 2024-11-01T16:45:14.0111833Z 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 2024-11-01T16:45:14.0123870Z 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 2024-11-01T16:45:14.0128893Z 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 2024-11-01T16:45:14.0134048Z 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 2024-11-01T16:45:14.0139467Z 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 2024-11-01T16:45:14.0144833Z 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 2024-11-01T16:45:14.0150321Z 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 2024-11-01T16:45:14.0155560Z 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 2024-11-01T16:45:14.0160717Z 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 2024-11-01T16:45:14.0165953Z 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 2024-11-01T16:45:14.0170849Z 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 2024-11-01T16:45:14.0176507Z 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 2024-11-01T16:45:14.0189552Z 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 2024-11-01T16:45:14.0195023Z 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 2024-11-01T16:45:14.0200243Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr\operators 2024-11-01T16:45:14.0203350Z 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 2024-11-01T16:45:14.0208970Z 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 2024-11-01T16:45:14.0214272Z 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 2024-11-01T16:45:14.0219265Z 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 2024-11-01T16:45:14.0224163Z 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 2024-11-01T16:45:14.0236112Z 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 2024-11-01T16:45:14.0241344Z 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 2024-11-01T16:45:14.0247004Z 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 2024-11-01T16:45:14.0251884Z 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 2024-11-01T16:45:14.0256768Z 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 2024-11-01T16:45:14.0262130Z 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 2024-11-01T16:45:14.0267530Z 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 2024-11-01T16:45:14.0273132Z 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 2024-11-01T16:45:14.0278364Z 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 2024-11-01T16:45:14.0283349Z 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 2024-11-01T16:45:14.0288862Z 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 2024-11-01T16:45:14.0294116Z 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 2024-11-01T16:45:14.0299564Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\testing 2024-11-01T16:45:14.0302610Z 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 2024-11-01T16:45:14.0307981Z 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 2024-11-01T16:45:14.0312867Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:45:14.0317958Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy 2024-11-01T16:45:14.0320965Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\backend 2024-11-01T16:45:14.0323941Z 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 2024-11-01T16:45:14.0329139Z 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 2024-11-01T16:45:14.0334428Z 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 2024-11-01T16:45:14.0339834Z 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 2024-11-01T16:45:14.0352026Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core 2024-11-01T16:45:14.0355110Z 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 2024-11-01T16:45:14.0360361Z 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 2024-11-01T16:45:14.0365415Z 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 2024-11-01T16:45:14.0370805Z 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 2024-11-01T16:45:14.0375911Z 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 2024-11-01T16:45:14.0387334Z 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 2024-11-01T16:45:14.0392703Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\internal_ops 2024-11-01T16:45:14.0396459Z 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 2024-11-01T16:45:14.0401350Z 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 2024-11-01T16:45:14.0406570Z 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 2024-11-01T16:45:14.0411768Z 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 2024-11-01T16:45:14.0417823Z 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 2024-11-01T16:45:14.0422906Z 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 2024-11-01T16:45:14.0428140Z 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 2024-11-01T16:45:14.0433519Z 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 2024-11-01T16:45:14.0490385Z 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 2024-11-01T16:45:14.0495446Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\ops 2024-11-01T16:45:14.0498676Z 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 2024-11-01T16:45:14.0503679Z 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 2024-11-01T16:45:14.0508663Z 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 2024-11-01T16:45:14.0513833Z 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 2024-11-01T16:45:14.0518979Z 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 2024-11-01T16:45:14.0524228Z 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 2024-11-01T16:45:14.0529496Z 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 2024-11-01T16:45:14.0534846Z 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 2024-11-01T16:45:14.0540214Z 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 2024-11-01T16:45:14.0545321Z 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 2024-11-01T16:45:14.0550306Z 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 2024-11-01T16:45:14.0562200Z 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 2024-11-01T16:45:14.0579662Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\python 2024-11-01T16:45:14.0581113Z 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 2024-11-01T16:45:14.0582423Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\ts_backend 2024-11-01T16:45:14.0583775Z 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 2024-11-01T16:45:14.0585727Z 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 2024-11-01T16:45:14.0588703Z 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 2024-11-01T16:45:14.0593886Z 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 2024-11-01T16:45:14.0604096Z 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 2024-11-01T16:45:14.0609131Z 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 2024-11-01T16:45:14.0614337Z 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 2024-11-01T16:45:14.0619643Z 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 2024-11-01T16:45:14.0624819Z 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 2024-11-01T16:45:14.0629890Z 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 2024-11-01T16:45:14.0634713Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\MemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:45:14.0639994Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:45:14.0644934Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\onnx 2024-11-01T16:45:14.0647865Z 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 2024-11-01T16:45:14.0652890Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\onnx 2024-11-01T16:45:14.0658092Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx\onnx.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\onnx 2024-11-01T16:45:14.0663078Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler 2024-11-01T16:45:14.0665991Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\api.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2024-11-01T16:45:14.0670828Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\collection.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2024-11-01T16:45:14.0676474Z 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 2024-11-01T16:45:14.0681672Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\containers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2024-11-01T16:45:14.0692357Z 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 2024-11-01T16:45:14.0697890Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\events.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2024-11-01T16:45:14.0703260Z 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 2024-11-01T16:45:14.0708230Z 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 2024-11-01T16:45:14.0714069Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\orchestration 2024-11-01T16:45:14.0716874Z 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 2024-11-01T16:45:14.0722262Z 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 2024-11-01T16:45:14.0727468Z 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 2024-11-01T16:45:14.0732148Z 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 2024-11-01T16:45:14.0737217Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\perf.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2024-11-01T16:45:14.0742553Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\python 2024-11-01T16:45:14.0745693Z 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 2024-11-01T16:45:14.0750979Z 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 2024-11-01T16:45:14.0756061Z 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 2024-11-01T16:45:14.0761323Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\standalone 2024-11-01T16:45:14.0764648Z 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 2024-11-01T16:45:14.0769916Z 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 2024-11-01T16:45:14.0774803Z 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 2024-11-01T16:45:14.0791033Z 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 2024-11-01T16:45:14.0796134Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\stubs 2024-11-01T16:45:14.0799254Z 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 2024-11-01T16:45:14.0804554Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\unwind 2024-11-01T16:45:14.0807433Z 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 2024-11-01T16:45:14.0812873Z 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 2024-11-01T16:45:14.0818376Z 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 2024-11-01T16:45:14.0823601Z 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 2024-11-01T16:45:14.0835541Z 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 2024-11-01T16:45:14.0840573Z 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 2024-11-01T16:45:14.0845956Z 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 2024-11-01T16:45:14.0851203Z 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 2024-11-01T16:45:14.0856405Z 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 2024-11-01T16:45:14.0861798Z 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 2024-11-01T16:45:14.0867722Z 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 2024-11-01T16:45:14.0873050Z 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 2024-11-01T16:45:14.0878347Z 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 2024-11-01T16:45:14.0884136Z 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 2024-11-01T16:45:14.0890129Z 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 2024-11-01T16:45:14.0895257Z 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 2024-11-01T16:45:14.0900525Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2024-11-01T16:45:14.0905713Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\PyInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:45:14.0910904Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\python_dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:45:14.0920804Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\python_headers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:45:14.0926135Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\QScheme.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:45:14.0930915Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\serialization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:45:14.0936028Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Size.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:45:14.0941244Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:45:14.0946217Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\StorageMethods.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:45:14.0951067Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\StorageSharing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:45:14.1756922Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:45:14.1761943Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\tensor 2024-11-01T16:45:14.1764991Z 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 2024-11-01T16:45:14.1770441Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\THConcat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:45:14.1775357Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\THP.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:45:14.1780701Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\TypeInfo.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:45:14.1785568Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:45:14.1791420Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\utils 2024-11-01T16:45:14.1794492Z 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 2024-11-01T16:45:14.1800372Z 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 2024-11-01T16:45:14.1804832Z 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 2024-11-01T16:45:14.1809800Z 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 2024-11-01T16:45:14.1822340Z 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 2024-11-01T16:45:14.1827755Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2024-11-01T16:45:14.1832815Z 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 2024-11-01T16:45:14.1837730Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\nested.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2024-11-01T16:45:14.1842697Z 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 2024-11-01T16:45:14.1847691Z 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 2024-11-01T16:45:14.1853235Z 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 2024-11-01T16:45:14.1858376Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\pybind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2024-11-01T16:45:14.1863705Z 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 2024-11-01T16:45:14.1868875Z 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 2024-11-01T16:45:14.1874159Z 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 2024-11-01T16:45:14.1880179Z 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 2024-11-01T16:45:14.1886889Z 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 2024-11-01T16:45:14.1893024Z 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 2024-11-01T16:45:14.1898722Z 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 2024-11-01T16:45:14.1903865Z 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 2024-11-01T16:45:14.1920512Z 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 2024-11-01T16:45:14.1925958Z 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 2024-11-01T16:45:14.1931576Z 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 2024-11-01T16:45:14.1936701Z 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 2024-11-01T16:45:14.1942312Z 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 2024-11-01T16:45:14.1947657Z 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 2024-11-01T16:45:14.1952951Z 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 2024-11-01T16:45:14.1958102Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\six.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2024-11-01T16:45:14.1963130Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\structseq.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2024-11-01T16:45:14.1968149Z 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 2024-11-01T16:45:14.1978841Z 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 2024-11-01T16:45:14.1984521Z 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 2024-11-01T16:45:14.1989859Z 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 2024-11-01T16:45:14.1994841Z 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 2024-11-01T16:45:14.1999925Z 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 2024-11-01T16:45:14.2004925Z 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 2024-11-01T16:45:14.2010247Z 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 2024-11-01T16:45:14.2015559Z 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 2024-11-01T16:45:14.2020701Z 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 2024-11-01T16:45:14.2026135Z 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 2024-11-01T16:45:14.2039596Z 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 2024-11-01T16:45:14.2044732Z 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 2024-11-01T16:45:14.2049894Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\variadic.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2024-11-01T16:45:14.2055236Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\verbose.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2024-11-01T16:45:14.2060132Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-11-01T16:45:14.2065392Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\xpu 2024-11-01T16:45:14.2073923Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\xpu 2024-11-01T16:45:14.2078680Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\xpu 2024-11-01T16:45:14.2083358Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\xpu 2024-11-01T16:45:14.2088374Z copying build\lib.win-amd64-cpython-39\torch\include\torch\custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-11-01T16:45:14.2094049Z copying build\lib.win-amd64-cpython-39\torch\include\torch\custom_class_detail.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-11-01T16:45:14.2099337Z copying build\lib.win-amd64-cpython-39\torch\include\torch\extension.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-11-01T16:45:14.2110568Z copying build\lib.win-amd64-cpython-39\torch\include\torch\library.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-11-01T16:45:14.2116195Z copying build\lib.win-amd64-cpython-39\torch\include\torch\script.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-11-01T16:45:14.2121055Z copying build\lib.win-amd64-cpython-39\torch\include\xnnpack.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-11-01T16:45:14.2130556Z creating build\bdist.win-amd64\wheel\torch\jit 2024-11-01T16:45:14.2133438Z copying build\lib.win-amd64-cpython-39\torch\jit\annotations.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:45:14.2139132Z copying build\lib.win-amd64-cpython-39\torch\jit\frontend.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:45:14.2144917Z copying build\lib.win-amd64-cpython-39\torch\jit\generate_bytecode.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:45:14.2150486Z creating build\bdist.win-amd64\wheel\torch\jit\mobile 2024-11-01T16:45:14.2153262Z copying build\lib.win-amd64-cpython-39\torch\jit\mobile\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\mobile 2024-11-01T16:45:14.2158365Z copying build\lib.win-amd64-cpython-39\torch\jit\quantized.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:45:14.2171795Z copying build\lib.win-amd64-cpython-39\torch\jit\supported_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:45:14.2177137Z copying build\lib.win-amd64-cpython-39\torch\jit\unsupported_tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:45:14.2182339Z copying build\lib.win-amd64-cpython-39\torch\jit\_async.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:45:14.2187413Z copying build\lib.win-amd64-cpython-39\torch\jit\_await.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:45:14.2192523Z copying build\lib.win-amd64-cpython-39\torch\jit\_builtins.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:45:14.2197692Z copying build\lib.win-amd64-cpython-39\torch\jit\_check.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:45:14.2203127Z copying build\lib.win-amd64-cpython-39\torch\jit\_dataclass_impls.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:45:14.2208499Z copying build\lib.win-amd64-cpython-39\torch\jit\_decompositions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:45:14.2213847Z copying build\lib.win-amd64-cpython-39\torch\jit\_decomposition_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:45:14.2219045Z copying build\lib.win-amd64-cpython-39\torch\jit\_freeze.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:45:14.2224178Z copying build\lib.win-amd64-cpython-39\torch\jit\_fuser.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:45:14.2229296Z copying build\lib.win-amd64-cpython-39\torch\jit\_ir_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:45:14.2234435Z copying build\lib.win-amd64-cpython-39\torch\jit\_logging.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:45:14.2239384Z copying build\lib.win-amd64-cpython-39\torch\jit\_monkeytype_config.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:45:14.2244883Z creating build\bdist.win-amd64\wheel\torch\jit\_passes 2024-11-01T16:45:14.2247985Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\_property_propagation.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2024-11-01T16:45:14.2253332Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2024-11-01T16:45:14.2257460Z copying build\lib.win-amd64-cpython-39\torch\jit\_pickle.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:45:14.2263053Z copying build\lib.win-amd64-cpython-39\torch\jit\_recursive.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:45:14.2268901Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:45:14.2275041Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.pyi -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:45:14.2280296Z copying build\lib.win-amd64-cpython-39\torch\jit\_serialization.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:45:14.2292961Z copying build\lib.win-amd64-cpython-39\torch\jit\_shape_functions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:45:14.2298837Z copying build\lib.win-amd64-cpython-39\torch\jit\_state.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:45:14.2304102Z copying build\lib.win-amd64-cpython-39\torch\jit\_trace.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:45:14.2310208Z copying build\lib.win-amd64-cpython-39\torch\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-11-01T16:45:14.2316221Z creating build\bdist.win-amd64\wheel\torch\lib 2024-11-01T16:45:14.2319044Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:14.2326632Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:14.2332426Z copying build\lib.win-amd64-cpython-39\torch\lib\asmjit.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:14.2341068Z copying build\lib.win-amd64-cpython-39\torch\lib\asmjit.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:14.2348108Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:14.2365803Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:14.2371499Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:14.2385620Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:14.2399345Z copying build\lib.win-amd64-cpython-39\torch\lib\cpuinfo.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:14.2406062Z copying build\lib.win-amd64-cpython-39\torch\lib\dnnl.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:14.7954176Z copying build\lib.win-amd64-cpython-39\torch\lib\fbgemm.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:14.8001689Z copying build\lib.win-amd64-cpython-39\torch\lib\fbgemm.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:14.8019441Z copying build\lib.win-amd64-cpython-39\torch\lib\fmt.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:14.8038312Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:14.8045488Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:14.8051423Z copying build\lib.win-amd64-cpython-39\torch\lib\kineto.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:14.8247222Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf-lite.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:14.8294397Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:14.8623361Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotoc.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:14.8968681Z copying build\lib.win-amd64-cpython-39\torch\lib\pthreadpool.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:14.8976062Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:14.8981445Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:14.8986832Z copying build\lib.win-amd64-cpython-39\torch\lib\sleef.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:14.9067783Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:14.9072944Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:14.9078150Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:14.9099854Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:14.9105640Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:15.1597620Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:15.1866410Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_global_deps.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:15.1875070Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:15.2015898Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:15.2031251Z copying build\lib.win-amd64-cpython-39\torch\lib\XNNPACK.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:15.2063830Z copying build\lib.win-amd64-cpython-39\torch\lib\_C.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-11-01T16:45:15.2068936Z copying build\lib.win-amd64-cpython-39\torch\library.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:15.2075553Z creating build\bdist.win-amd64\wheel\torch\linalg 2024-11-01T16:45:15.2078776Z copying build\lib.win-amd64-cpython-39\torch\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\linalg 2024-11-01T16:45:15.2085421Z creating build\bdist.win-amd64\wheel\torch\masked 2024-11-01T16:45:15.2088345Z creating build\bdist.win-amd64\wheel\torch\masked\maskedtensor 2024-11-01T16:45:15.2091287Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\binary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-11-01T16:45:15.2097646Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\core.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-11-01T16:45:15.2102867Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\creation.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-11-01T16:45:15.2107923Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\passthrough.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-11-01T16:45:15.2113053Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\reductions.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-11-01T16:45:15.2221266Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\unary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-11-01T16:45:15.2227157Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\_ops_refs.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-11-01T16:45:15.2234080Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-11-01T16:45:15.2239743Z copying build\lib.win-amd64-cpython-39\torch\masked\_docs.py -> build\bdist.win-amd64\wheel\.\torch\masked 2024-11-01T16:45:15.2246787Z copying build\lib.win-amd64-cpython-39\torch\masked\_ops.py -> build\bdist.win-amd64\wheel\.\torch\masked 2024-11-01T16:45:15.2253093Z copying build\lib.win-amd64-cpython-39\torch\masked\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked 2024-11-01T16:45:15.2258483Z creating build\bdist.win-amd64\wheel\torch\monitor 2024-11-01T16:45:15.2261438Z copying build\lib.win-amd64-cpython-39\torch\monitor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\monitor 2024-11-01T16:45:15.2266784Z creating build\bdist.win-amd64\wheel\torch\mps 2024-11-01T16:45:15.2269443Z copying build\lib.win-amd64-cpython-39\torch\mps\event.py -> build\bdist.win-amd64\wheel\.\torch\mps 2024-11-01T16:45:15.2274721Z copying build\lib.win-amd64-cpython-39\torch\mps\profiler.py -> build\bdist.win-amd64\wheel\.\torch\mps 2024-11-01T16:45:15.2279677Z copying build\lib.win-amd64-cpython-39\torch\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mps 2024-11-01T16:45:15.2285185Z creating build\bdist.win-amd64\wheel\torch\mtia 2024-11-01T16:45:15.2287813Z copying build\lib.win-amd64-cpython-39\torch\mtia\_utils.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2024-11-01T16:45:15.2293024Z copying build\lib.win-amd64-cpython-39\torch\mtia\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2024-11-01T16:45:15.2298802Z creating build\bdist.win-amd64\wheel\torch\multiprocessing 2024-11-01T16:45:15.2301658Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\pool.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-11-01T16:45:15.2306803Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\queue.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-11-01T16:45:15.2312129Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\reductions.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-11-01T16:45:15.2317609Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\spawn.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-11-01T16:45:15.2322740Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\_atfork.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-11-01T16:45:15.2440901Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-11-01T16:45:15.2446080Z creating build\bdist.win-amd64\wheel\torch\nested 2024-11-01T16:45:15.2449154Z creating build\bdist.win-amd64\wheel\torch\nested\_internal 2024-11-01T16:45:15.2451950Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\nested_tensor.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-11-01T16:45:15.2457670Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\ops.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-11-01T16:45:15.2464135Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-11-01T16:45:15.2469592Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-11-01T16:45:15.2473588Z copying build\lib.win-amd64-cpython-39\torch\nested\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested 2024-11-01T16:45:15.2479255Z creating build\bdist.win-amd64\wheel\torch\nn 2024-11-01T16:45:15.2482104Z creating build\bdist.win-amd64\wheel\torch\nn\attention 2024-11-01T16:45:15.2485244Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\bias.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-11-01T16:45:15.2490966Z creating build\bdist.win-amd64\wheel\torch\nn\attention\experimental 2024-11-01T16:45:15.2494606Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\experimental\_paged_attention.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention\experimental 2024-11-01T16:45:15.2500893Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention\experimental 2024-11-01T16:45:15.2506611Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-11-01T16:45:15.2513445Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-11-01T16:45:15.2630568Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-11-01T16:45:15.2635454Z creating build\bdist.win-amd64\wheel\torch\nn\backends 2024-11-01T16:45:15.2638272Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\thnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2024-11-01T16:45:15.2643203Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2024-11-01T16:45:15.2647181Z copying build\lib.win-amd64-cpython-39\torch\nn\common_types.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-11-01T16:45:15.2652289Z copying build\lib.win-amd64-cpython-39\torch\nn\cpp.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-11-01T16:45:15.2657426Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-11-01T16:45:15.2767002Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2024-11-01T16:45:15.2772360Z copying build\lib.win-amd64-cpython-39\torch\nn\grad.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-11-01T16:45:15.2778456Z copying build\lib.win-amd64-cpython-39\torch\nn\init.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-11-01T16:45:15.2784468Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic 2024-11-01T16:45:15.2787348Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\modules 2024-11-01T16:45:15.2790168Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules\fused.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\modules 2024-11-01T16:45:15.2796200Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\modules 2024-11-01T16:45:15.2801091Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat 2024-11-01T16:45:15.2804798Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat\modules 2024-11-01T16:45:15.2807848Z 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 2024-11-01T16:45:15.2813305Z 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 2024-11-01T16:45:15.2822166Z 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 2024-11-01T16:45:15.2828044Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat\modules 2024-11-01T16:45:15.2946916Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat 2024-11-01T16:45:15.2952144Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized 2024-11-01T16:45:15.2955039Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic 2024-11-01T16:45:15.2958192Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic\modules 2024-11-01T16:45:15.2961331Z 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 2024-11-01T16:45:15.2966828Z 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 2024-11-01T16:45:15.2972540Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\dynamic 2024-11-01T16:45:15.2978689Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\modules 2024-11-01T16:45:15.2981943Z 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 2024-11-01T16:45:15.2987406Z 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 2024-11-01T16:45:15.2993179Z 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 2024-11-01T16:45:15.2999592Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\modules 2024-11-01T16:45:15.3004798Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized 2024-11-01T16:45:15.3009809Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic 2024-11-01T16:45:15.3016589Z creating build\bdist.win-amd64\wheel\torch\nn\modules 2024-11-01T16:45:15.3019847Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:45:15.3026463Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\adaptive.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:45:15.3032088Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:45:15.3037950Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\channelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:45:15.3164917Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\container.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:45:15.3170846Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:45:15.3176858Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\distance.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:45:15.3182088Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:45:15.3188171Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\flatten.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:45:15.3193459Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\fold.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:45:15.3198646Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\instancenorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:45:15.3204314Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\lazy.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:45:15.3209365Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:45:15.3214471Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\loss.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:45:15.3220884Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\module.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:45:15.3228611Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:45:15.3233860Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\padding.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:45:15.3239692Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pixelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:45:15.3245818Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pooling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:45:15.3251884Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:45:15.3257990Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\sparse.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:45:15.3263570Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\transformer.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:45:15.3269979Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\upsampling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:45:15.3275319Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:45:15.3280273Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:45:15.3285596Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-11-01T16:45:15.3290970Z creating build\bdist.win-amd64\wheel\torch\nn\parallel 2024-11-01T16:45:15.3293832Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\comm.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-11-01T16:45:15.3299216Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\data_parallel.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-11-01T16:45:15.3305121Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\distributed.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-11-01T16:45:15.3312025Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\parallel_apply.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-11-01T16:45:15.3431856Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\replicate.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-11-01T16:45:15.3436946Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\scatter_gather.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-11-01T16:45:15.3442139Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-11-01T16:45:15.3447830Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-11-01T16:45:15.3453184Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-11-01T16:45:15.3458449Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2024-11-01T16:45:15.3463901Z creating build\bdist.win-amd64\wheel\torch\nn\qat 2024-11-01T16:45:15.3466925Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic 2024-11-01T16:45:15.3469785Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic\modules 2024-11-01T16:45:15.3473204Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\dynamic\modules 2024-11-01T16:45:15.3478709Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\dynamic\modules 2024-11-01T16:45:15.3483956Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\dynamic 2024-11-01T16:45:15.3612149Z creating build\bdist.win-amd64\wheel\torch\nn\qat\modules 2024-11-01T16:45:15.3614876Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2024-11-01T16:45:15.3619800Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2024-11-01T16:45:15.3624648Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2024-11-01T16:45:15.3629563Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2024-11-01T16:45:15.3635017Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat 2024-11-01T16:45:15.3640525Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable 2024-11-01T16:45:15.3643623Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable\modules 2024-11-01T16:45:15.3647270Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2024-11-01T16:45:15.3652677Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2024-11-01T16:45:15.3657721Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2024-11-01T16:45:15.3663076Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable 2024-11-01T16:45:15.3667599Z creating build\bdist.win-amd64\wheel\torch\nn\quantized 2024-11-01T16:45:15.3670530Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic 2024-11-01T16:45:15.3673247Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic\modules 2024-11-01T16:45:15.3676096Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic\modules 2024-11-01T16:45:15.3681216Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic\modules 2024-11-01T16:45:15.3685961Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic\modules 2024-11-01T16:45:15.3690993Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic\modules 2024-11-01T16:45:15.3696500Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic 2024-11-01T16:45:15.3702071Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2024-11-01T16:45:15.3707411Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\modules 2024-11-01T16:45:15.3710309Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-11-01T16:45:15.3715327Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-11-01T16:45:15.3720584Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-11-01T16:45:15.3725987Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-11-01T16:45:15.3730639Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-11-01T16:45:15.3848398Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\functional_modules.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-11-01T16:45:15.3853551Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-11-01T16:45:15.3858200Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-11-01T16:45:15.3864308Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-11-01T16:45:15.3869848Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-11-01T16:45:15.3875411Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-11-01T16:45:15.3880946Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference 2024-11-01T16:45:15.4042430Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference\modules 2024-11-01T16:45:15.4046010Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2024-11-01T16:45:15.4051509Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2024-11-01T16:45:15.4057234Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2024-11-01T16:45:15.4062286Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\sparse.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2024-11-01T16:45:15.4067356Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2024-11-01T16:45:15.4072416Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2024-11-01T16:45:15.4078129Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference 2024-11-01T16:45:15.4083189Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2024-11-01T16:45:15.4088271Z creating build\bdist.win-amd64\wheel\torch\nn\utils 2024-11-01T16:45:15.4091400Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\clip_grad.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:45:15.4096737Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\convert_parameters.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:45:15.4102048Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\fusion.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:45:15.4107198Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\init.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:45:15.4112247Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\memory_format.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:45:15.4217091Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrizations.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:45:15.4222768Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrize.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:45:15.4228534Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\prune.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:45:15.4235354Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:45:15.4241045Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\spectral_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:45:15.4246525Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\stateless.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:45:15.4251741Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\weight_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:45:15.4257534Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_deprecation_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:45:15.4262775Z creating build\bdist.win-amd64\wheel\torch\nn\utils\_expanded_weights 2024-11-01T16:45:15.4265737Z 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 2024-11-01T16:45:15.4270940Z 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 2024-11-01T16:45:15.4276392Z 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 2024-11-01T16:45:15.4400814Z 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 2024-11-01T16:45:15.4406103Z 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 2024-11-01T16:45:15.4411681Z 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 2024-11-01T16:45:15.4417117Z 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 2024-11-01T16:45:15.4422624Z 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 2024-11-01T16:45:15.4428498Z 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 2024-11-01T16:45:15.4434397Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2024-11-01T16:45:15.4439494Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_named_member_accessor.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:45:15.4444806Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_per_sample_grad.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:45:15.4450029Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-11-01T16:45:15.4456041Z copying build\lib.win-amd64-cpython-39\torch\nn\_reduction.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-11-01T16:45:15.4461311Z copying build\lib.win-amd64-cpython-39\torch\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-11-01T16:45:15.4468488Z creating build\bdist.win-amd64\wheel\torch\onnx 2024-11-01T16:45:15.4471454Z copying build\lib.win-amd64-cpython-39\torch\onnx\errors.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:45:15.4476767Z copying build\lib.win-amd64-cpython-39\torch\onnx\operators.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:45:15.4483019Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_caffe2.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:45:15.4488380Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_helper.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:45:15.4618746Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset10.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:45:15.4624534Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset11.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:45:15.4630636Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset12.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:45:15.4636026Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset13.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:45:15.4642021Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset14.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:45:15.4647258Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset15.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:45:15.4653155Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset16.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:45:15.4658720Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset17.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:45:15.4663977Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset18.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:45:15.4669376Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset19.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:45:15.4674454Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset20.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:45:15.4680634Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset7.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:45:15.4686603Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset8.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:45:15.4692005Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset9.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:45:15.4700255Z copying build\lib.win-amd64-cpython-39\torch\onnx\utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:45:15.4706280Z copying build\lib.win-amd64-cpython-39\torch\onnx\verification.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:45:15.9814069Z copying build\lib.win-amd64-cpython-39\torch\onnx\_constants.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:45:15.9820639Z copying build\lib.win-amd64-cpython-39\torch\onnx\_deprecation.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:45:15.9827031Z copying build\lib.win-amd64-cpython-39\torch\onnx\_experimental.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:45:15.9833010Z copying build\lib.win-amd64-cpython-39\torch\onnx\_exporter_states.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:45:15.9838088Z copying build\lib.win-amd64-cpython-39\torch\onnx\_flags.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:45:15.9843740Z copying build\lib.win-amd64-cpython-39\torch\onnx\_globals.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:45:15.9849023Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal 2024-11-01T16:45:15.9852257Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics 2024-11-01T16:45:15.9855923Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics\infra 2024-11-01T16:45:15.9859020Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\context.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2024-11-01T16:45:15.9865665Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\decorator.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2024-11-01T16:45:15.9870335Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\formatter.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2024-11-01T16:45:15.9877608Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics\infra\sarif 2024-11-01T16:45:15.9880600Z 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 2024-11-01T16:45:15.9885970Z 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 2024-11-01T16:45:15.9890852Z 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 2024-11-01T16:45:15.9900734Z 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 2024-11-01T16:45:15.9904995Z 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 2024-11-01T16:45:16.0029519Z 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 2024-11-01T16:45:16.0034453Z 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 2024-11-01T16:45:16.0039737Z 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 2024-11-01T16:45:16.0045094Z 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 2024-11-01T16:45:16.0050328Z 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 2024-11-01T16:45:16.0055516Z 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 2024-11-01T16:45:16.0061238Z 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 2024-11-01T16:45:16.0066431Z 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 2024-11-01T16:45:16.0071784Z 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 2024-11-01T16:45:16.0077392Z 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 2024-11-01T16:45:16.0082798Z 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 2024-11-01T16:45:16.0087992Z 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 2024-11-01T16:45:16.0093045Z 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 2024-11-01T16:45:16.0098703Z 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 2024-11-01T16:45:16.0104109Z 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 2024-11-01T16:45:16.0109005Z 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 2024-11-01T16:45:16.2894681Z 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 2024-11-01T16:45:16.2900263Z 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 2024-11-01T16:45:16.2905851Z 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 2024-11-01T16:45:16.2911675Z 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 2024-11-01T16:45:16.2917023Z 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 2024-11-01T16:45:16.2922374Z 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 2024-11-01T16:45:16.2928223Z 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 2024-11-01T16:45:16.2933529Z 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 2024-11-01T16:45:16.2938806Z 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 2024-11-01T16:45:16.2944433Z 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 2024-11-01T16:45:17.1322705Z 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 2024-11-01T16:45:17.1328174Z 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 2024-11-01T16:45:17.1334304Z 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 2024-11-01T16:45:17.1339759Z 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 2024-11-01T16:45:17.1345045Z 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 2024-11-01T16:45:17.1350461Z 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 2024-11-01T16:45:17.1356074Z 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 2024-11-01T16:45:17.1362112Z 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 2024-11-01T16:45:17.1368010Z 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 2024-11-01T16:45:17.1373830Z 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 2024-11-01T16:45:17.1384929Z 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 2024-11-01T16:45:17.1390038Z 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 2024-11-01T16:45:17.1395388Z 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 2024-11-01T16:45:17.1400877Z 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 2024-11-01T16:45:17.1406339Z 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 2024-11-01T16:45:17.1412143Z 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 2024-11-01T16:45:17.1417259Z 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 2024-11-01T16:45:17.1422670Z 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 2024-11-01T16:45:17.1428196Z 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 2024-11-01T16:45:17.1433699Z 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 2024-11-01T16:45:17.1444880Z 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 2024-11-01T16:45:17.1450077Z 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 2024-11-01T16:45:17.1455440Z 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 2024-11-01T16:45:17.1461044Z 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 2024-11-01T16:45:17.1466300Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2024-11-01T16:45:17.1477162Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\_infra.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2024-11-01T16:45:17.1482337Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2024-11-01T16:45:17.1487155Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\_diagnostic.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2024-11-01T16:45:17.1492462Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\_rules.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2024-11-01T16:45:17.1498306Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2024-11-01T16:45:17.1503726Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\exporter 2024-11-01T16:45:17.1506751Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_analysis.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:45:17.1512060Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_building.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:45:17.1517999Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_capture_strategies.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:45:17.1523795Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_compat.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:45:17.1534731Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_core.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:45:17.1540760Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_decomp.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:45:17.1546059Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_dispatching.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:45:17.1551359Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_errors.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:45:17.1556314Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_fx_passes.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:45:17.1562392Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_ir_passes.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:45:17.1568159Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_isolated.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:45:17.1573515Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_onnx_program.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:45:17.1579035Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:45:17.1584407Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_reporting.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:45:17.1589741Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_schemas.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:45:17.1595282Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_tensors.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:45:17.1601068Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_testing.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:45:17.1606313Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_verification.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:45:17.1611687Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-11-01T16:45:17.1616136Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx 2024-11-01T16:45:17.1619091Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx\analysis 2024-11-01T16:45:17.1622211Z 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 2024-11-01T16:45:17.1627522Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\analysis 2024-11-01T16:45:17.1632266Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\decomposition_skip.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-11-01T16:45:17.1637478Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\decomposition_table.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-11-01T16:45:17.1642526Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\diagnostics.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-11-01T16:45:17.1658401Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\dynamo_graph_extractor.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-11-01T16:45:17.1663732Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\fx_onnx_interpreter.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-11-01T16:45:17.1669516Z 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 2024-11-01T16:45:17.1675043Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\onnxfunction_dispatcher.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-11-01T16:45:17.1680992Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx\passes 2024-11-01T16:45:17.1683902Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\decomp.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2024-11-01T16:45:17.1689098Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\functionalization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2024-11-01T16:45:17.1694248Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\modularization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2024-11-01T16:45:17.1700061Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\readability.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2024-11-01T16:45:17.1712694Z 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 2024-11-01T16:45:17.1718837Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\virtualization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2024-11-01T16:45:17.1723955Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2024-11-01T16:45:17.1729001Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2024-11-01T16:45:17.1734192Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\patcher.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-11-01T16:45:17.1739541Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-11-01T16:45:17.1744756Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\serialization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-11-01T16:45:17.1749967Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\type_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-11-01T16:45:17.1755155Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\_pass.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-11-01T16:45:17.1760289Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-11-01T16:45:17.1765221Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\io_adapter.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-11-01T16:45:17.1776429Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-11-01T16:45:17.1781672Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\onnxruntime.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-11-01T16:45:17.1787927Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\onnx_proto_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-11-01T16:45:17.1793248Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-11-01T16:45:17.1798427Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\_exporter_legacy.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-11-01T16:45:17.1804202Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\_lazy_import.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-11-01T16:45:17.1809733Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-11-01T16:45:17.1813884Z copying build\lib.win-amd64-cpython-39\torch\onnx\_onnx_supported_ops.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:45:17.1819228Z copying build\lib.win-amd64-cpython-39\torch\onnx\_type_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:45:17.1824704Z copying build\lib.win-amd64-cpython-39\torch\onnx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-11-01T16:45:17.1836588Z creating build\bdist.win-amd64\wheel\torch\optim 2024-11-01T16:45:17.1839544Z copying build\lib.win-amd64-cpython-39\torch\optim\adadelta.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:45:17.1845500Z copying build\lib.win-amd64-cpython-39\torch\optim\adagrad.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:45:17.1850971Z copying build\lib.win-amd64-cpython-39\torch\optim\adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:45:17.1856778Z copying build\lib.win-amd64-cpython-39\torch\optim\adamax.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:45:17.1862378Z copying build\lib.win-amd64-cpython-39\torch\optim\adamw.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:45:17.1867927Z copying build\lib.win-amd64-cpython-39\torch\optim\asgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:45:17.1873385Z copying build\lib.win-amd64-cpython-39\torch\optim\lbfgs.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:45:17.1884638Z copying build\lib.win-amd64-cpython-39\torch\optim\lr_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:45:17.1890916Z copying build\lib.win-amd64-cpython-39\torch\optim\nadam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:45:17.1896636Z copying build\lib.win-amd64-cpython-39\torch\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:45:17.1902685Z copying build\lib.win-amd64-cpython-39\torch\optim\radam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:45:17.1908249Z copying build\lib.win-amd64-cpython-39\torch\optim\rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:45:17.1913768Z copying build\lib.win-amd64-cpython-39\torch\optim\rprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:45:17.1919265Z copying build\lib.win-amd64-cpython-39\torch\optim\sgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:45:17.1924893Z copying build\lib.win-amd64-cpython-39\torch\optim\sparse_adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:45:17.1930502Z copying build\lib.win-amd64-cpython-39\torch\optim\swa_utils.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:45:17.1936064Z copying build\lib.win-amd64-cpython-39\torch\optim\_adafactor.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:45:17.1941959Z copying build\lib.win-amd64-cpython-39\torch\optim\_functional.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:45:17.1947507Z creating build\bdist.win-amd64\wheel\torch\optim\_multi_tensor 2024-11-01T16:45:17.1950468Z copying build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\optim\_multi_tensor 2024-11-01T16:45:17.1955831Z copying build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\optim\_multi_tensor 2024-11-01T16:45:17.1960637Z copying build\lib.win-amd64-cpython-39\torch\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-11-01T16:45:17.1965771Z copying build\lib.win-amd64-cpython-39\torch\overrides.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:17.1972731Z creating build\bdist.win-amd64\wheel\torch\package 2024-11-01T16:45:17.1975561Z creating build\bdist.win-amd64\wheel\torch\package\analyze 2024-11-01T16:45:17.1978877Z 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 2024-11-01T16:45:17.1984014Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\is_from_package.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2024-11-01T16:45:17.1989021Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\trace_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2024-11-01T16:45:17.2000551Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2024-11-01T16:45:17.2858419Z copying build\lib.win-amd64-cpython-39\torch\package\file_structure_representation.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:45:17.2863699Z copying build\lib.win-amd64-cpython-39\torch\package\find_file_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:45:17.2868764Z copying build\lib.win-amd64-cpython-39\torch\package\glob_group.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:45:17.2880913Z copying build\lib.win-amd64-cpython-39\torch\package\importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:45:17.2886083Z copying build\lib.win-amd64-cpython-39\torch\package\package_exporter.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:45:17.2892133Z copying build\lib.win-amd64-cpython-39\torch\package\package_importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:45:17.2897963Z copying build\lib.win-amd64-cpython-39\torch\package\_digraph.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:45:17.2903309Z copying build\lib.win-amd64-cpython-39\torch\package\_directory_reader.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:45:17.2908734Z copying build\lib.win-amd64-cpython-39\torch\package\_importlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:45:17.2914153Z copying build\lib.win-amd64-cpython-39\torch\package\_mangling.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:45:17.2919230Z copying build\lib.win-amd64-cpython-39\torch\package\_mock.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:45:17.2924428Z copying build\lib.win-amd64-cpython-39\torch\package\_package_pickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:45:17.2929803Z copying build\lib.win-amd64-cpython-39\torch\package\_package_unpickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:45:17.2935509Z copying build\lib.win-amd64-cpython-39\torch\package\_stdlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:45:17.2940825Z copying build\lib.win-amd64-cpython-39\torch\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-11-01T16:45:17.2945861Z creating build\bdist.win-amd64\wheel\torch\profiler 2024-11-01T16:45:17.2956432Z copying build\lib.win-amd64-cpython-39\torch\profiler\itt.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-11-01T16:45:17.2961445Z copying build\lib.win-amd64-cpython-39\torch\profiler\profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-11-01T16:45:17.2967312Z copying build\lib.win-amd64-cpython-39\torch\profiler\python_tracer.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-11-01T16:45:17.2972222Z copying build\lib.win-amd64-cpython-39\torch\profiler\_memory_profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-11-01T16:45:17.2978368Z copying build\lib.win-amd64-cpython-39\torch\profiler\_pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-11-01T16:45:17.2993271Z copying build\lib.win-amd64-cpython-39\torch\profiler\_utils.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-11-01T16:45:17.2998394Z copying build\lib.win-amd64-cpython-39\torch\profiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-11-01T16:45:17.3003716Z copying build\lib.win-amd64-cpython-39\torch\py.typed -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:17.3008506Z creating build\bdist.win-amd64\wheel\torch\quantization 2024-11-01T16:45:17.3011489Z copying build\lib.win-amd64-cpython-39\torch\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:45:17.3016866Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuser_method_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:45:17.3022152Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:45:17.3034852Z creating build\bdist.win-amd64\wheel\torch\quantization\fx 2024-11-01T16:45:17.3037906Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\convert.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:45:17.3042844Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fuse.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:45:17.3047744Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fusion_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:45:17.3052635Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:45:17.3057444Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:45:17.3068424Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:45:17.3073571Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\prepare.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:45:17.3078995Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:45:17.3084340Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_types.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:45:17.3089543Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:45:17.3094763Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:45:17.3100180Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-11-01T16:45:17.3105115Z copying build\lib.win-amd64-cpython-39\torch\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:45:17.3110109Z copying build\lib.win-amd64-cpython-39\torch\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:45:17.3115398Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:45:17.3120474Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:45:17.3125741Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:45:17.3131073Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:45:17.3136162Z copying build\lib.win-amd64-cpython-39\torch\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:45:17.3141298Z copying build\lib.win-amd64-cpython-39\torch\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:45:17.3146022Z copying build\lib.win-amd64-cpython-39\torch\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:45:17.3151059Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:45:17.3156311Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:45:17.3161478Z copying build\lib.win-amd64-cpython-39\torch\quantization\_quantized_conversions.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:45:17.3166508Z copying build\lib.win-amd64-cpython-39\torch\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-11-01T16:45:17.3171757Z copying build\lib.win-amd64-cpython-39\torch\quasirandom.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:17.3177238Z copying build\lib.win-amd64-cpython-39\torch\random.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:17.3182860Z copying build\lib.win-amd64-cpython-39\torch\return_types.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:17.3187825Z copying build\lib.win-amd64-cpython-39\torch\return_types.pyi -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:17.3193001Z copying build\lib.win-amd64-cpython-39\torch\serialization.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:17.3199712Z creating build\bdist.win-amd64\wheel\torch\share 2024-11-01T16:45:17.3202536Z creating build\bdist.win-amd64\wheel\torch\share\cmake 2024-11-01T16:45:17.3205332Z creating build\bdist.win-amd64\wheel\torch\share\cmake\ATen 2024-11-01T16:45:17.3208168Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\ATen\ATenConfig.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\ATen 2024-11-01T16:45:17.3213186Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2 2024-11-01T16:45:17.3216112Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Config.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-11-01T16:45:17.3221801Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Targets-release.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-11-01T16:45:17.3228227Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Targets.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-11-01T16:45:17.3240127Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUDAToolkit.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-11-01T16:45:17.3245665Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUDSS.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-11-01T16:45:17.3250857Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUSPARSELT.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-11-01T16:45:17.3256071Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindSYCLToolkit.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-11-01T16:45:17.3261810Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix 2024-11-01T16:45:17.3264974Z 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 2024-11-01T16:45:17.3269667Z 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 2024-11-01T16:45:17.3274881Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2024-11-01T16:45:17.3284411Z 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 2024-11-01T16:45:17.3289612Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2024-11-01T16:45:17.3292704Z 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 2024-11-01T16:45:17.3298031Z 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 2024-11-01T16:45:17.3303079Z 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 2024-11-01T16:45:17.3314697Z 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 2024-11-01T16:45:17.3319864Z 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 2024-11-01T16:45:17.3326625Z 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 2024-11-01T16:45:17.3338275Z 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 2024-11-01T16:45:17.3343677Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\public 2024-11-01T16:45:17.3346573Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\cuda.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2024-11-01T16:45:17.3351856Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\gflags.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2024-11-01T16:45:17.3357024Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\glog.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2024-11-01T16:45:17.3362258Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\LoadHIP.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2024-11-01T16:45:17.3374584Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\mkl.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2024-11-01T16:45:17.3379808Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\mkldnn.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2024-11-01T16:45:17.3384839Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\protobuf.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2024-11-01T16:45:17.3390085Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\utils.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2024-11-01T16:45:17.3395762Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\xpu.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2024-11-01T16:45:17.3401247Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Torch 2024-11-01T16:45:17.3404103Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Torch\TorchConfig.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Torch 2024-11-01T16:45:17.3409512Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Torch\TorchConfigVersion.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Torch 2024-11-01T16:45:17.3414458Z creating build\bdist.win-amd64\wheel\torch\signal 2024-11-01T16:45:17.3417379Z creating build\bdist.win-amd64\wheel\torch\signal\windows 2024-11-01T16:45:17.3420495Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\windows.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2024-11-01T16:45:17.3426534Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2024-11-01T16:45:17.3431550Z copying build\lib.win-amd64-cpython-39\torch\signal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal 2024-11-01T16:45:17.3436692Z creating build\bdist.win-amd64\wheel\torch\sparse 2024-11-01T16:45:17.3439580Z copying build\lib.win-amd64-cpython-39\torch\sparse\semi_structured.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-11-01T16:45:17.3445832Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_conversions.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-11-01T16:45:17.3451271Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-11-01T16:45:17.3465175Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-11-01T16:45:17.3471519Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops_meta.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-11-01T16:45:17.3482093Z copying build\lib.win-amd64-cpython-39\torch\sparse\__init__.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-11-01T16:45:17.3487787Z creating build\bdist.win-amd64\wheel\torch\special 2024-11-01T16:45:17.3490713Z copying build\lib.win-amd64-cpython-39\torch\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\special 2024-11-01T16:45:17.3496497Z copying build\lib.win-amd64-cpython-39\torch\storage.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:17.3504997Z creating build\bdist.win-amd64\wheel\torch\test 2024-11-01T16:45:17.3515370Z copying build\lib.win-amd64-cpython-39\torch\test\apply_utils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3524054Z copying build\lib.win-amd64-cpython-39\torch\test\atest.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3533280Z copying build\lib.win-amd64-cpython-39\torch\test\backend_fallback_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3542028Z copying build\lib.win-amd64-cpython-39\torch\test\basic.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3558696Z copying build\lib.win-amd64-cpython-39\torch\test\broadcast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3567303Z copying build\lib.win-amd64-cpython-39\torch\test\c10_accumulate_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3575543Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bfloat16_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3584558Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Bitset_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3593540Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bit_cast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3601642Z copying build\lib.win-amd64-cpython-39\torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3609636Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3618349Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3626979Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ConstexprCrc_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3634556Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3643274Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeadlockDetection_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3650793Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3658926Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Device_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3667305Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DispatchKeySet_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3683240Z copying build\lib.win-amd64-cpython-39\torch\test\c10_exception_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3691733Z copying build\lib.win-amd64-cpython-39\torch\test\c10_flags_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3699775Z copying build\lib.win-amd64-cpython-39\torch\test\c10_generic_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3708065Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3716161Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineDeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3724515Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineStreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3733097Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_benchmark.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3740975Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3762174Z copying build\lib.win-amd64-cpython-39\torch\test\c10_irange_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3770217Z copying build\lib.win-amd64-cpython-39\torch\test\c10_lazy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3778384Z copying build\lib.win-amd64-cpython-39\torch\test\c10_LeftRight_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3787016Z copying build\lib.win-amd64-cpython-39\torch\test\c10_logging_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3795227Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Metaprogramming_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3803328Z copying build\lib.win-amd64-cpython-39\torch\test\c10_NetworkFlow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3811543Z copying build\lib.win-amd64-cpython-39\torch\test\c10_optional_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3821424Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ordered_preserving_dict_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3830077Z copying build\lib.win-amd64-cpython-39\torch\test\c10_registry_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3849096Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3857334Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SizesAndStrides_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3865762Z copying build\lib.win-amd64-cpython-39\torch\test\c10_small_vector_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3879300Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ssize_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3887919Z copying build\lib.win-amd64-cpython-39\torch\test\c10_StreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3895560Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_util_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3904105Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_view_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3913201Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SymInt_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3934604Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Synchronized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3943175Z copying build\lib.win-amd64-cpython-39\torch\test\c10_tempfile_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3951084Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ThreadLocal_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3959690Z copying build\lib.win-amd64-cpython-39\torch\test\c10_typeid_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3968484Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeIndex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3976971Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeList_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3985413Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeTraits_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.3993439Z copying build\lib.win-amd64-cpython-39\torch\test\CppSignature_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4002084Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4021259Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_generator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4030557Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_profiling_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4039462Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_rng_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4050814Z copying build\lib.win-amd64-cpython-39\torch\test\Dict_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4060921Z copying build\lib.win-amd64-cpython-39\torch\test\Dimname_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4069456Z copying build\lib.win-amd64-cpython-39\torch\test\dispatch_key_set_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4078428Z copying build\lib.win-amd64-cpython-39\torch\test\dlconvertor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4087739Z copying build\lib.win-amd64-cpython-39\torch\test\extension_backend_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4097916Z copying build\lib.win-amd64-cpython-39\torch\test\half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4117637Z copying build\lib.win-amd64-cpython-39\torch\test\IListRef_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4127143Z copying build\lib.win-amd64-cpython-39\torch\test\inline_container_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4136021Z copying build\lib.win-amd64-cpython-39\torch\test\ivalue_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4147006Z copying build\lib.win-amd64-cpython-39\torch\test\KernelFunction_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4156353Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4168821Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4180038Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4192390Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4218848Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_stackbased_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4227974Z copying build\lib.win-amd64-cpython-39\torch\test\lazy_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4236751Z copying build\lib.win-amd64-cpython-39\torch\test\legacy_vmap_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4246632Z copying build\lib.win-amd64-cpython-39\torch\test\List_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4258168Z copying build\lib.win-amd64-cpython-39\torch\test\make_boxed_from_unboxed_functor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4269065Z copying build\lib.win-amd64-cpython-39\torch\test\math_kernel_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4277583Z copying build\lib.win-amd64-cpython-39\torch\test\MaybeOwned_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4287192Z copying build\lib.win-amd64-cpython-39\torch\test\memory_format_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4296489Z copying build\lib.win-amd64-cpython-39\torch\test\memory_overlapping_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4305399Z copying build\lib.win-amd64-cpython-39\torch\test\mobile_memory_cleanup.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4314173Z copying build\lib.win-amd64-cpython-39\torch\test\NamedTensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4323100Z copying build\lib.win-amd64-cpython-39\torch\test\native_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4331917Z copying build\lib.win-amd64-cpython-39\torch\test\operators_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4340738Z copying build\lib.win-amd64-cpython-39\torch\test\operator_name_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4349114Z copying build\lib.win-amd64-cpython-39\torch\test\op_allowlist_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4357291Z copying build\lib.win-amd64-cpython-39\torch\test\op_registration_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4380337Z copying build\lib.win-amd64-cpython-39\torch\test\packedtensoraccessor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4402052Z copying build\lib.win-amd64-cpython-39\torch\test\pow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4412353Z copying build\lib.win-amd64-cpython-39\torch\test\quantized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4421961Z copying build\lib.win-amd64-cpython-39\torch\test\reduce_ops_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4430680Z copying build\lib.win-amd64-cpython-39\torch\test\reportMemoryUsage_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4439648Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4448789Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4458448Z copying build\lib.win-amd64-cpython-39\torch\test\StorageUtils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4467835Z copying build\lib.win-amd64-cpython-39\torch\test\stride_properties_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4477371Z copying build\lib.win-amd64-cpython-39\torch\test\tensor_iterator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4487686Z copying build\lib.win-amd64-cpython-39\torch\test\test_parallel.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4496578Z copying build\lib.win-amd64-cpython-39\torch\test\thread_init_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4503158Z copying build\lib.win-amd64-cpython-39\torch\test\type_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4512067Z copying build\lib.win-amd64-cpython-39\torch\test\type_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4521362Z copying build\lib.win-amd64-cpython-39\torch\test\undefined_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4530485Z copying build\lib.win-amd64-cpython-39\torch\test\verify_api_visibility.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4536984Z copying build\lib.win-amd64-cpython-39\torch\test\weakref_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4546107Z copying build\lib.win-amd64-cpython-39\torch\test\wrapdim_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4554831Z copying build\lib.win-amd64-cpython-39\torch\test\xla_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-11-01T16:45:17.4575445Z creating build\bdist.win-amd64\wheel\torch\testing 2024-11-01T16:45:17.4578790Z copying build\lib.win-amd64-cpython-39\torch\testing\_comparison.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-11-01T16:45:17.4585007Z copying build\lib.win-amd64-cpython-39\torch\testing\_creation.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-11-01T16:45:17.4591554Z creating build\bdist.win-amd64\wheel\torch\testing\_internal 2024-11-01T16:45:17.4595083Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\autocast_test_lists.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.4601573Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\autograd_function_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.4607284Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\check_kernel_launches.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.4627294Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\codegen 2024-11-01T16:45:17.4630278Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\codegen 2024-11-01T16:45:17.4634905Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_cuda.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.4640381Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_device_type.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.4646752Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_distributed.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.4653073Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_dist_composable.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.4658511Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_dtype.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.4663931Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_fsdp.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.4670122Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_jit.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.4675712Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_methods_invocations.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.4691971Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.4697142Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_modules.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.4704888Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_nn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.4712194Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_optimizers.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.4718757Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_pruning.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.4724191Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantization.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.4731059Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantized.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.4749915Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_subclass.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.4755089Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.4762700Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\composite_compliance.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.4768941Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\custom_op_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.4774701Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\custom_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.4780048Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\data 2024-11-01T16:45:17.4782914Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\network1.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2024-11-01T16:45:17.4787720Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\network2.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2024-11-01T16:45:17.4792603Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2024-11-01T16:45:17.4797574Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed 2024-11-01T16:45:17.4800649Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\checkpoint_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-11-01T16:45:17.4805778Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\common_state_dict.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-11-01T16:45:17.4810957Z 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 2024-11-01T16:45:17.4829816Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\distributed_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-11-01T16:45:17.4838908Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\distributed_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-11-01T16:45:17.4862128Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\fake_pg.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-11-01T16:45:17.4867578Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\multi_threaded_pg.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-11-01T16:45:17.4873415Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn 2024-11-01T16:45:17.4876346Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn\api 2024-11-01T16:45:17.4879386Z 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 2024-11-01T16:45:17.4890452Z 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 2024-11-01T16:45:17.4894706Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\nn 2024-11-01T16:45:17.4899209Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc 2024-11-01T16:45:17.4902229Z 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 2024-11-01T16:45:17.4909092Z 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 2024-11-01T16:45:17.4914374Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\examples 2024-11-01T16:45:17.4917528Z 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 2024-11-01T16:45:17.4923088Z 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 2024-11-01T16:45:17.4928648Z 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 2024-11-01T16:45:17.4932904Z 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 2024-11-01T16:45:17.4947411Z 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 2024-11-01T16:45:17.4952482Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\jit 2024-11-01T16:45:17.4955654Z 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 2024-11-01T16:45:17.4960889Z 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 2024-11-01T16:45:17.4966613Z 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 2024-11-01T16:45:17.4972012Z 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 2024-11-01T16:45:17.4976364Z 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 2024-11-01T16:45:17.4981750Z 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 2024-11-01T16:45:17.4990089Z 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 2024-11-01T16:45:17.4995151Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2024-11-01T16:45:17.4999400Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-11-01T16:45:17.5004807Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard 2024-11-01T16:45:17.5007773Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard\sharded_tensor 2024-11-01T16:45:17.5010991Z 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 2024-11-01T16:45:17.5016305Z 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 2024-11-01T16:45:17.5021620Z 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 2024-11-01T16:45:17.5026742Z 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 2024-11-01T16:45:17.5031895Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_shard 2024-11-01T16:45:17.5036844Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_tensor 2024-11-01T16:45:17.5039988Z 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 2024-11-01T16:45:17.5046198Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_tensor 2024-11-01T16:45:17.5050181Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-11-01T16:45:17.5054123Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\dist_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.5060191Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\dynamo_test_failures.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.5065595Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\fake_config_module.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.5071156Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\generated 2024-11-01T16:45:17.5087696Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\generated\annotated_fn_args.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\generated 2024-11-01T16:45:17.5099196Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\generated\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\generated 2024-11-01T16:45:17.5103326Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hop_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.5108618Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hypothesis_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.5114107Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\inductor_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.5119642Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\jit_metaprogramming_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.5125748Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.5131813Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.5137033Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.5142652Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo 2024-11-01T16:45:17.5145678Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\core.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2024-11-01T16:45:17.5152608Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo\definitions 2024-11-01T16:45:17.5155621Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\fft.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2024-11-01T16:45:17.5161120Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\linalg.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2024-11-01T16:45:17.5167206Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\nested.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2024-11-01T16:45:17.5172718Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\signal.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2024-11-01T16:45:17.5178022Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\sparse.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2024-11-01T16:45:17.5183711Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\special.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2024-11-01T16:45:17.5201119Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\_masked.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2024-11-01T16:45:17.5206651Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2024-11-01T16:45:17.5211398Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\refs.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2024-11-01T16:45:17.5216411Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2024-11-01T16:45:17.5221534Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2024-11-01T16:45:17.5226431Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\optests 2024-11-01T16:45:17.5229319Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\aot_autograd.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-11-01T16:45:17.5235248Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\autograd_registration.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-11-01T16:45:17.5240495Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\fake_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-11-01T16:45:17.5245433Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\generate_tests.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-11-01T16:45:17.5261825Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\make_fx.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-11-01T16:45:17.5267036Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-11-01T16:45:17.5272266Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\quantization_torch_package_models.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.5277533Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\static_module.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.5288639Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\test_module 2024-11-01T16:45:17.5291757Z 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 2024-11-01T16:45:17.5296683Z 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 2024-11-01T16:45:17.5302340Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\test_module 2024-11-01T16:45:17.5307058Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\torchbind_impls.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.5312615Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.5317935Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\two_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.5323509Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-11-01T16:45:17.5327773Z copying build\lib.win-amd64-cpython-39\torch\testing\_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-11-01T16:45:17.5340418Z copying build\lib.win-amd64-cpython-39\torch\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-11-01T16:45:17.5345268Z copying build\lib.win-amd64-cpython-39\torch\torch_version.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:17.5350515Z copying build\lib.win-amd64-cpython-39\torch\types.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:17.5356294Z creating build\bdist.win-amd64\wheel\torch\utils 2024-11-01T16:45:17.5359124Z creating build\bdist.win-amd64\wheel\torch\utils\backcompat 2024-11-01T16:45:17.5362028Z copying build\lib.win-amd64-cpython-39\torch\utils\backcompat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\backcompat 2024-11-01T16:45:17.5366956Z copying build\lib.win-amd64-cpython-39\torch\utils\backend_registration.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.5372729Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark 2024-11-01T16:45:17.5375624Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\examples 2024-11-01T16:45:17.5378858Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\blas_compare_setup.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-11-01T16:45:17.5384795Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\compare.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-11-01T16:45:17.5389882Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-11-01T16:45:17.5394981Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\op_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-11-01T16:45:17.5400169Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\simple_timeit.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-11-01T16:45:17.5411050Z 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 2024-11-01T16:45:17.5416338Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-11-01T16:45:17.5420624Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\op_fuzzers 2024-11-01T16:45:17.5423659Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\binary.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2024-11-01T16:45:17.5463413Z 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 2024-11-01T16:45:17.5469240Z 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 2024-11-01T16:45:17.5474754Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\spectral.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2024-11-01T16:45:17.5486088Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\unary.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2024-11-01T16:45:17.5491360Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2024-11-01T16:45:17.5495730Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils 2024-11-01T16:45:17.5498580Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-11-01T16:45:17.5503802Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\compare.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-11-01T16:45:17.5508959Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\compile.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-11-01T16:45:17.5514015Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\cpp_jit.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-11-01T16:45:17.5519114Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-11-01T16:45:17.5524790Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\sparse_fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-11-01T16:45:17.5537060Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\timeit_template.cpp -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-11-01T16:45:17.5542243Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\timer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-11-01T16:45:17.5548132Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils\valgrind_wrapper 2024-11-01T16:45:17.5551132Z 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 2024-11-01T16:45:17.5556514Z 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 2024-11-01T16:45:17.5561748Z 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 2024-11-01T16:45:17.5573450Z 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 2024-11-01T16:45:17.5579912Z 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 2024-11-01T16:45:17.5589957Z 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 2024-11-01T16:45:17.5594076Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\_stubs.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-11-01T16:45:17.5599367Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-11-01T16:45:17.5603595Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark 2024-11-01T16:45:17.5608597Z creating build\bdist.win-amd64\wheel\torch\utils\bottleneck 2024-11-01T16:45:17.5624100Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2024-11-01T16:45:17.5628220Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__main__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2024-11-01T16:45:17.5633116Z copying build\lib.win-amd64-cpython-39\torch\utils\bundled_inputs.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.5638906Z copying build\lib.win-amd64-cpython-39\torch\utils\checkpoint.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.5645071Z copying build\lib.win-amd64-cpython-39\torch\utils\collect_env.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.5650701Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_backtrace.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.5655819Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_extension.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.5662541Z creating build\bdist.win-amd64\wheel\torch\utils\data 2024-11-01T16:45:17.5665462Z copying build\lib.win-amd64-cpython-39\torch\utils\data\backward_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-11-01T16:45:17.5670462Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataloader.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-11-01T16:45:17.5676863Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes 2024-11-01T16:45:17.5679757Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\dataframe 2024-11-01T16:45:17.5683172Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe\dataframes.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\dataframe 2024-11-01T16:45:17.5688361Z 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 2024-11-01T16:45:17.5693414Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe\datapipes.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\dataframe 2024-11-01T16:45:17.5704002Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe\structures.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\dataframe 2024-11-01T16:45:17.5708956Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\dataframe 2024-11-01T16:45:17.5713835Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\datapipe.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-11-01T16:45:17.5719273Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\datapipe.pyi -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-11-01T16:45:17.5724793Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\gen_pyi.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-11-01T16:45:17.5730145Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\iter 2024-11-01T16:45:17.5743128Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\callable.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2024-11-01T16:45:17.5748187Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\combinatorics.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2024-11-01T16:45:17.5753241Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\combining.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2024-11-01T16:45:17.5758799Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\filelister.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2024-11-01T16:45:17.5770318Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\fileopener.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2024-11-01T16:45:17.5775263Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\grouping.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2024-11-01T16:45:17.5780700Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\routeddecoder.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2024-11-01T16:45:17.5785779Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\selecting.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2024-11-01T16:45:17.5790764Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\sharding.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2024-11-01T16:45:17.5795493Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\streamreader.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2024-11-01T16:45:17.5800310Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\utils.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2024-11-01T16:45:17.5805046Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2024-11-01T16:45:17.5810144Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\map 2024-11-01T16:45:17.5813034Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\callable.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2024-11-01T16:45:17.5818618Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\combinatorics.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2024-11-01T16:45:17.5823740Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\combining.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2024-11-01T16:45:17.5829131Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\grouping.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2024-11-01T16:45:17.5834210Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\utils.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2024-11-01T16:45:17.5846433Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2024-11-01T16:45:17.5851414Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\utils 2024-11-01T16:45:17.5854298Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\utils 2024-11-01T16:45:17.5859641Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils\decoder.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\utils 2024-11-01T16:45:17.5864832Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils\snapshot.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\utils 2024-11-01T16:45:17.5870033Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\utils 2024-11-01T16:45:17.5874290Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_decorator.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-11-01T16:45:17.5879635Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_hook_iterator.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-11-01T16:45:17.5884988Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_typing.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-11-01T16:45:17.5890582Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-11-01T16:45:17.5895366Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataset.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-11-01T16:45:17.5907638Z copying build\lib.win-amd64-cpython-39\torch\utils\data\distributed.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-11-01T16:45:17.5912806Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-11-01T16:45:17.5917912Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph_settings.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-11-01T16:45:17.5923123Z copying build\lib.win-amd64-cpython-39\torch\utils\data\sampler.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-11-01T16:45:17.5928621Z creating build\bdist.win-amd64\wheel\torch\utils\data\_utils 2024-11-01T16:45:17.5931532Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\collate.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-11-01T16:45:17.5937062Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\fetch.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-11-01T16:45:17.5942470Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\pin_memory.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-11-01T16:45:17.5947732Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\signal_handling.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-11-01T16:45:17.5952958Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\worker.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-11-01T16:45:17.5964193Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-11-01T16:45:17.5969165Z copying build\lib.win-amd64-cpython-39\torch\utils\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-11-01T16:45:17.5974295Z copying build\lib.win-amd64-cpython-39\torch\utils\deterministic.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.5979539Z copying build\lib.win-amd64-cpython-39\torch\utils\dlpack.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.5985481Z copying build\lib.win-amd64-cpython-39\torch\utils\file_baton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.5990696Z copying build\lib.win-amd64-cpython-39\torch\utils\flop_counter.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.5996901Z creating build\bdist.win-amd64\wheel\torch\utils\hipify 2024-11-01T16:45:17.5999797Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\constants.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-11-01T16:45:17.6004996Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\cuda_to_hip_mappings.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-11-01T16:45:17.6013719Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\hipify_python.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-11-01T16:45:17.6019510Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\version.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-11-01T16:45:17.6037079Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-11-01T16:45:17.6041789Z copying build\lib.win-amd64-cpython-39\torch\utils\hooks.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.6047181Z creating build\bdist.win-amd64\wheel\torch\utils\jit 2024-11-01T16:45:17.6050250Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\log_extract.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2024-11-01T16:45:17.6055566Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2024-11-01T16:45:17.6059874Z copying build\lib.win-amd64-cpython-39\torch\utils\mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.6065350Z copying build\lib.win-amd64-cpython-39\torch\utils\mobile_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.6070805Z creating build\bdist.win-amd64\wheel\torch\utils\model_dump 2024-11-01T16:45:17.6073708Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\code.js -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-11-01T16:45:17.6079369Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\htm.mjs -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-11-01T16:45:17.6084402Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\preact.mjs -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-11-01T16:45:17.6089871Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\skeleton.html -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-11-01T16:45:17.6095460Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-11-01T16:45:17.6107297Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\__main__.py -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-11-01T16:45:17.6112110Z copying build\lib.win-amd64-cpython-39\torch\utils\model_zoo.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.6117163Z copying build\lib.win-amd64-cpython-39\torch\utils\module_tracker.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.6127748Z copying build\lib.win-amd64-cpython-39\torch\utils\show_pickle.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.6133276Z creating build\bdist.win-amd64\wheel\torch\utils\tensorboard 2024-11-01T16:45:17.6136143Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\summary.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-11-01T16:45:17.6141842Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\writer.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-11-01T16:45:17.6147532Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_convert_np.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-11-01T16:45:17.6152702Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_embedding.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-11-01T16:45:17.6163903Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_onnx_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-11-01T16:45:17.6168794Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_proto_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-11-01T16:45:17.6173864Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_pytorch_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-11-01T16:45:17.6179272Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-11-01T16:45:17.6184526Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-11-01T16:45:17.6189242Z copying build\lib.win-amd64-cpython-39\torch\utils\throughput_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.6194808Z creating build\bdist.win-amd64\wheel\torch\utils\viz 2024-11-01T16:45:17.6197568Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\_cycles.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2024-11-01T16:45:17.6202752Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2024-11-01T16:45:17.6206925Z copying build\lib.win-amd64-cpython-39\torch\utils\weak.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.6211950Z copying build\lib.win-amd64-cpython-39\torch\utils\_backport_slots.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.6217085Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_module.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.6222901Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_typing.pyi -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.6228020Z copying build\lib.win-amd64-cpython-39\torch\utils\_content_store.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.6233417Z copying build\lib.win-amd64-cpython-39\torch\utils\_contextlib.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.6239025Z copying build\lib.win-amd64-cpython-39\torch\utils\_cpp_extension_versioner.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.6250343Z copying build\lib.win-amd64-cpython-39\torch\utils\_cxx_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.6256588Z copying build\lib.win-amd64-cpython-39\torch\utils\_device.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.6261809Z copying build\lib.win-amd64-cpython-39\torch\utils\_exposed_in.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.6267070Z copying build\lib.win-amd64-cpython-39\torch\utils\_foreach_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.6272288Z copying build\lib.win-amd64-cpython-39\torch\utils\_freeze.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.6277567Z copying build\lib.win-amd64-cpython-39\torch\utils\_get_clean_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.6283006Z copying build\lib.win-amd64-cpython-39\torch\utils\_import_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.6288235Z copying build\lib.win-amd64-cpython-39\torch\utils\_mode_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.6293344Z copying build\lib.win-amd64-cpython-39\torch\utils\_ordered_set.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.6298760Z copying build\lib.win-amd64-cpython-39\torch\utils\_python_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.6309585Z copying build\lib.win-amd64-cpython-39\torch\utils\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.6315524Z copying build\lib.win-amd64-cpython-39\torch\utils\_stats.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.6320962Z creating build\bdist.win-amd64\wheel\torch\utils\_strobelight 2024-11-01T16:45:17.6324002Z copying build\lib.win-amd64-cpython-39\torch\utils\_strobelight\cli_function_profiler.py -> build\bdist.win-amd64\wheel\.\torch\utils\_strobelight 2024-11-01T16:45:17.6329403Z copying build\lib.win-amd64-cpython-39\torch\utils\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_strobelight 2024-11-01T16:45:17.6333712Z creating build\bdist.win-amd64\wheel\torch\utils\_sympy 2024-11-01T16:45:17.6336581Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\functions.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-11-01T16:45:17.6342685Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\interp.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-11-01T16:45:17.6347826Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\numbers.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-11-01T16:45:17.6352924Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\reference.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-11-01T16:45:17.6358153Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\singleton_int.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-11-01T16:45:17.6372789Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\solve.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-11-01T16:45:17.7129482Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\symbol.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-11-01T16:45:17.7134419Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\value_ranges.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-11-01T16:45:17.7140630Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-11-01T16:45:17.7145270Z copying build\lib.win-amd64-cpython-39\torch\utils\_thunk.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.7150525Z copying build\lib.win-amd64-cpython-39\torch\utils\_traceback.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.7155769Z copying build\lib.win-amd64-cpython-39\torch\utils\_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.7160784Z copying build\lib.win-amd64-cpython-39\torch\utils\_typing_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.7165619Z copying build\lib.win-amd64-cpython-39\torch\utils\_zip.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.7170867Z copying build\lib.win-amd64-cpython-39\torch\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-11-01T16:45:17.7175836Z copying build\lib.win-amd64-cpython-39\torch\version.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:17.7181357Z creating build\bdist.win-amd64\wheel\torch\xpu 2024-11-01T16:45:17.7184103Z copying build\lib.win-amd64-cpython-39\torch\xpu\memory.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-11-01T16:45:17.7189142Z copying build\lib.win-amd64-cpython-39\torch\xpu\random.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-11-01T16:45:17.7194076Z copying build\lib.win-amd64-cpython-39\torch\xpu\streams.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-11-01T16:45:17.7199146Z copying build\lib.win-amd64-cpython-39\torch\xpu\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-11-01T16:45:17.7204298Z copying build\lib.win-amd64-cpython-39\torch\xpu\_utils.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-11-01T16:45:17.7209307Z copying build\lib.win-amd64-cpython-39\torch\xpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-11-01T16:45:17.7232365Z copying build\lib.win-amd64-cpython-39\torch\_appdirs.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:17.7238188Z creating build\bdist.win-amd64\wheel\torch\_awaits 2024-11-01T16:45:17.7240927Z copying build\lib.win-amd64-cpython-39\torch\_awaits\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_awaits 2024-11-01T16:45:17.7246217Z creating build\bdist.win-amd64\wheel\torch\_C 2024-11-01T16:45:17.7248921Z copying build\lib.win-amd64-cpython-39\torch\_C\_aoti.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:45:17.7253900Z copying build\lib.win-amd64-cpython-39\torch\_C\_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:45:17.7258954Z copying build\lib.win-amd64-cpython-39\torch\_C\_cpu.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:45:17.7263674Z copying build\lib.win-amd64-cpython-39\torch\_C\_cudnn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:45:17.7269309Z copying build\lib.win-amd64-cpython-39\torch\_C\_cusparselt.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:45:17.7279698Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:45:17.7284777Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_c10d.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:45:17.7290491Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:45:17.7295863Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc_testing.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:45:17.7301154Z copying build\lib.win-amd64-cpython-39\torch\_C\_functions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:45:17.7306012Z copying build\lib.win-amd64-cpython-39\torch\_C\_functorch.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:45:17.7311226Z copying build\lib.win-amd64-cpython-39\torch\_C\_instruction_counter.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:45:17.7316153Z copying build\lib.win-amd64-cpython-39\torch\_C\_itt.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:45:17.7321034Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:45:17.7326122Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy_ts_backend.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:45:17.7330885Z copying build\lib.win-amd64-cpython-39\torch\_C\_monitor.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:45:17.7335710Z copying build\lib.win-amd64-cpython-39\torch\_C\_nn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:45:17.7340763Z copying build\lib.win-amd64-cpython-39\torch\_C\_nvtx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:45:17.7345517Z copying build\lib.win-amd64-cpython-39\torch\_C\_onnx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:45:17.7350625Z copying build\lib.win-amd64-cpython-39\torch\_C\_profiler.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:45:17.7355903Z copying build\lib.win-amd64-cpython-39\torch\_C\_VariableFunctions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:45:17.7372232Z copying build\lib.win-amd64-cpython-39\torch\_C\_verbose.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:45:17.7377370Z copying build\lib.win-amd64-cpython-39\torch\_C\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-11-01T16:45:17.7387111Z copying build\lib.win-amd64-cpython-39\torch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:17.7392416Z copying build\lib.win-amd64-cpython-39\torch\_classes.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:17.7397623Z copying build\lib.win-amd64-cpython-39\torch\_compile.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:17.7403091Z creating build\bdist.win-amd64\wheel\torch\_custom_op 2024-11-01T16:45:17.7406134Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-11-01T16:45:17.7411364Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\functional.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-11-01T16:45:17.7416421Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\impl.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-11-01T16:45:17.7422324Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-11-01T16:45:17.7426444Z copying build\lib.win-amd64-cpython-39\torch\_custom_ops.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:17.7432262Z creating build\bdist.win-amd64\wheel\torch\_decomp 2024-11-01T16:45:17.7435144Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-11-01T16:45:17.7443527Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_jvp.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-11-01T16:45:17.7448826Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_rng.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-11-01T16:45:17.7461128Z copying build\lib.win-amd64-cpython-39\torch\_decomp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-11-01T16:45:17.7466568Z copying build\lib.win-amd64-cpython-39\torch\_deploy.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:17.7478650Z creating build\bdist.win-amd64\wheel\torch\_dispatch 2024-11-01T16:45:17.7481501Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\python.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2024-11-01T16:45:17.7486828Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2024-11-01T16:45:17.7491413Z creating build\bdist.win-amd64\wheel\torch\_dynamo 2024-11-01T16:45:17.7494440Z creating build\bdist.win-amd64\wheel\torch\_dynamo\backends 2024-11-01T16:45:17.7497397Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:45:17.7502668Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\cudagraphs.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:45:17.7507838Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\debugging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:45:17.7513054Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:45:17.7524046Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\inductor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:45:17.7528772Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\onnxrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:45:17.7533775Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\registry.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:45:17.7538943Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tensorrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:45:17.7543833Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\torchxla.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:45:17.7549019Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tvm.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:45:17.7554304Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-11-01T16:45:17.7558595Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7563947Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_transformation.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7570103Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\cache_size.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7605735Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\callback.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7611396Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\codegen.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7617257Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\code_context.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7622785Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\compiled_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7628892Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\comptime.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7634199Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\config.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7639739Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\convert_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7646134Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\create_parameter_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7651269Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\current_scope_id.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7656460Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7662459Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\decorators.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7668223Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\device_interface.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7674180Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7679610Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\eval_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7685858Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\exc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7691695Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\external_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7696832Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\funcname_cache.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7702074Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\guards.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7719068Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7723832Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\logging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7728906Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\mutation_guard.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7734462Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\output_graph.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7740661Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\pgo.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7746806Z creating build\bdist.win-amd64\wheel\torch\_dynamo\polyfills 2024-11-01T16:45:17.7749805Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\builtins.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-11-01T16:45:17.7754773Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\functools.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-11-01T16:45:17.7759855Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\itertools.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-11-01T16:45:17.7764874Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\loader.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-11-01T16:45:17.7779312Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\os.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-11-01T16:45:17.7784196Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\sys.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-11-01T16:45:17.7788916Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-11-01T16:45:17.7793907Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\profiler.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7798893Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\replay_record.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7804431Z creating build\bdist.win-amd64\wheel\torch\_dynamo\repro 2024-11-01T16:45:17.7807285Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_aot.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2024-11-01T16:45:17.7812980Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_dynamo.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2024-11-01T16:45:17.7818853Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2024-11-01T16:45:17.7822973Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\resume_execution.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7828737Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\side_effects.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7834419Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\source.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7840087Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\symbolic_convert.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7853067Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\tensor_version_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7858321Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\testing.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7863483Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7868690Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_minifier_common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7873877Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\trace_rules.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7880892Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\types.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7885900Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.7892974Z creating build\bdist.win-amd64\wheel\torch\_dynamo\variables 2024-11-01T16:45:17.7895783Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\base.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:45:17.7901010Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builder.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:45:17.7907607Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builtin.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:45:17.7914711Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\constant.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:45:17.7919899Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\ctx_manager.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:45:17.7934064Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\dicts.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:45:17.7940267Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:45:17.7945542Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\functions.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:45:17.7951533Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\higher_order_ops.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:45:17.7958149Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\iter.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:45:17.7964248Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lazy.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:45:17.7969346Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lists.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:45:17.7975150Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\misc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:45:17.7981669Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\nn_module.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:45:17.7987969Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:45:17.7993391Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\script_object.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:45:17.7998622Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:45:17.8003901Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\tensor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:45:17.8010008Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:45:17.8016209Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch_function.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:45:17.8022189Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\user_defined.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:45:17.8028506Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-11-01T16:45:17.8033993Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\_trace_wrapped_higher_order_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.8039279Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-11-01T16:45:17.8044378Z copying build\lib.win-amd64-cpython-39\torch\_environment.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:17.8049658Z creating build\bdist.win-amd64\wheel\torch\_export 2024-11-01T16:45:17.8052578Z copying build\lib.win-amd64-cpython-39\torch\_export\converter.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-11-01T16:45:17.8059058Z creating build\bdist.win-amd64\wheel\torch\_export\db 2024-11-01T16:45:17.8061855Z copying build\lib.win-amd64-cpython-39\torch\_export\db\case.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-11-01T16:45:17.8067988Z creating build\bdist.win-amd64\wheel\torch\_export\db\examples 2024-11-01T16:45:17.8070844Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\assume_constant_result.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:45:17.8075849Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\autograd_function.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:45:17.8081271Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\class_method.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:45:17.8096516Z 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 2024-11-01T16:45:17.8101913Z 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 2024-11-01T16:45:17.8107218Z 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 2024-11-01T16:45:17.8113359Z 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 2024-11-01T16:45:17.8119148Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_operands.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:45:17.8124355Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_predicate.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:45:17.8130123Z 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 2024-11-01T16:45:17.8135661Z 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 2024-11-01T16:45:17.8141052Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\decorator.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:45:17.8146144Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dictionary.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:45:17.8151096Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_assert.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:45:17.8156256Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_constructor.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:45:17.8161219Z 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 2024-11-01T16:45:17.8166254Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_map.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:45:17.8171706Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_round.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:45:17.8184404Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_slicing.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:45:17.8189297Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_view.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:45:17.8194417Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\fn_with_kwargs.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:45:17.8199443Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\list_contains.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:45:17.8204989Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\list_unpack.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:45:17.8210899Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\model_attr_mutation.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:45:17.8216023Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\nested_function.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:45:17.8221322Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\null_context_manager.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:45:17.8231344Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\optional_input.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:45:17.8236117Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\pytree_flatten.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:45:17.8240991Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\scalar_output.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:45:17.8245870Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\specialized_attribute.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:45:17.8250821Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\static_for_loop.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:45:17.8255683Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\static_if.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:45:17.8260890Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\tensor_setattr.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:45:17.8266157Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\type_reflection_method.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:45:17.8271374Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\unsupported_operator.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:45:17.8282580Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\user_input_mutation.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:45:17.8287783Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-11-01T16:45:17.8292507Z copying build\lib.win-amd64-cpython-39\torch\_export\db\gen_example.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-11-01T16:45:17.8297483Z copying build\lib.win-amd64-cpython-39\torch\_export\db\logging.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-11-01T16:45:17.8302651Z copying build\lib.win-amd64-cpython-39\torch\_export\db\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-11-01T16:45:17.8307517Z copying build\lib.win-amd64-cpython-39\torch\_export\error.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-11-01T16:45:17.8312580Z copying build\lib.win-amd64-cpython-39\torch\_export\non_strict_utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-11-01T16:45:17.8318727Z creating build\bdist.win-amd64\wheel\torch\_export\passes 2024-11-01T16:45:17.8329381Z 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 2024-11-01T16:45:17.8335100Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\collect_tracepoints_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-11-01T16:45:17.8340451Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-11-01T16:45:17.8352360Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\functionalize_side_effectful_ops_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-11-01T16:45:17.8357902Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\lift_constants_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-11-01T16:45:17.8363266Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\remove_runtime_assertions.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-11-01T16:45:17.8368768Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\replace_autocast_with_hop_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-11-01T16:45:17.8374184Z 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 2024-11-01T16:45:17.8380058Z 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 2024-11-01T16:45:17.8385427Z 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 2024-11-01T16:45:17.8390683Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\replace_with_hop_pass_util.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-11-01T16:45:17.8395955Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\_node_metadata_hook.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-11-01T16:45:17.8401281Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-11-01T16:45:17.8406198Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_base.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-11-01T16:45:17.8412087Z creating build\bdist.win-amd64\wheel\torch\_export\pass_infra 2024-11-01T16:45:17.8415006Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\node_metadata.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2024-11-01T16:45:17.8420318Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\proxy_value.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2024-11-01T16:45:17.8425515Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2024-11-01T16:45:17.8429800Z creating build\bdist.win-amd64\wheel\torch\_export\serde 2024-11-01T16:45:17.8432743Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\aoti_schema.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-11-01T16:45:17.8437602Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-11-01T16:45:17.8443166Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-11-01T16:45:17.8448289Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.yaml -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-11-01T16:45:17.8463623Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema_check.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-11-01T16:45:17.8469050Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\serialize.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-11-01T16:45:17.8476061Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\union.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-11-01T16:45:17.8481380Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-11-01T16:45:17.8485485Z copying build\lib.win-amd64-cpython-39\torch\_export\tools.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-11-01T16:45:17.8490445Z copying build\lib.win-amd64-cpython-39\torch\_export\utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-11-01T16:45:17.8496199Z copying build\lib.win-amd64-cpython-39\torch\_export\verifier.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-11-01T16:45:17.8501919Z copying build\lib.win-amd64-cpython-39\torch\_export\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-11-01T16:45:17.8507063Z copying build\lib.win-amd64-cpython-39\torch\_export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-11-01T16:45:17.8512744Z creating build\bdist.win-amd64\wheel\torch\_functorch 2024-11-01T16:45:17.8515988Z copying build\lib.win-amd64-cpython-39\torch\_functorch\aot_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:45:17.8522251Z copying build\lib.win-amd64-cpython-39\torch\_functorch\apis.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:45:17.8527957Z copying build\lib.win-amd64-cpython-39\torch\_functorch\autograd_function.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:45:17.8533781Z copying build\lib.win-amd64-cpython-39\torch\_functorch\batch_norm_replacement.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:45:17.8548644Z copying build\lib.win-amd64-cpython-39\torch\_functorch\benchmark_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:45:17.8554745Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compilers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:45:17.8559950Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compile_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:45:17.8565067Z copying build\lib.win-amd64-cpython-39\torch\_functorch\config.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:45:17.8570284Z copying build\lib.win-amd64-cpython-39\torch\_functorch\deprecated.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:45:17.8575702Z copying build\lib.win-amd64-cpython-39\torch\_functorch\eager_transforms.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:45:17.8582098Z copying build\lib.win-amd64-cpython-39\torch\_functorch\functional_call.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:45:17.8587303Z copying build\lib.win-amd64-cpython-39\torch\_functorch\fx_minifier.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:45:17.8593225Z copying build\lib.win-amd64-cpython-39\torch\_functorch\make_functional.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:45:17.8598991Z copying build\lib.win-amd64-cpython-39\torch\_functorch\partitioners.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:45:17.8605449Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pyfunctorch.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:45:17.8611043Z copying build\lib.win-amd64-cpython-39\torch\_functorch\python_key.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:45:17.8616083Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pytree_hacks.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:45:17.8621640Z copying build\lib.win-amd64-cpython-39\torch\_functorch\top_operators_github_usage.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:45:17.8627688Z copying build\lib.win-amd64-cpython-39\torch\_functorch\utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:45:17.8632778Z copying build\lib.win-amd64-cpython-39\torch\_functorch\vmap.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:45:17.8638538Z creating build\bdist.win-amd64\wheel\torch\_functorch\_aot_autograd 2024-11-01T16:45:17.8650018Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\autograd_cache.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-11-01T16:45:17.8656276Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\collect_metadata_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-11-01T16:45:17.8677133Z 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 2024-11-01T16:45:17.8688397Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\functional_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-11-01T16:45:17.8694183Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\input_output_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-11-01T16:45:17.8701209Z 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 2024-11-01T16:45:17.8706951Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-11-01T16:45:17.8712251Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\runtime_wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-11-01T16:45:17.8719063Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\schemas.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-11-01T16:45:17.8724676Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\subclass_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-11-01T16:45:17.8730301Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\traced_function_transforms.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-11-01T16:45:17.8736142Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-11-01T16:45:17.8741810Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-11-01T16:45:17.8746918Z copying build\lib.win-amd64-cpython-39\torch\_functorch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-11-01T16:45:17.8751664Z copying build\lib.win-amd64-cpython-39\torch\_guards.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:17.8758158Z creating build\bdist.win-amd64\wheel\torch\_higher_order_ops 2024-11-01T16:45:17.8761582Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\associative_scan.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:45:17.8766987Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\auto_functionalize.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:45:17.8772696Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\cond.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:45:17.8787430Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\effects.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:45:17.8793111Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\executorch_call_delegate.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:45:17.8798513Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:45:17.8804550Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\hints_wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:45:17.8809650Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\invoke_subgraph.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:45:17.8814750Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\map.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:45:17.8820018Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\out_dtype.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:45:17.8825313Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\run_const_graph.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:45:17.8830415Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\scan.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:45:17.8838014Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\strict_mode.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:45:17.8843462Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\torchbind.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:45:17.8848376Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\triton_kernel_wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:45:17.8855142Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\utils.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:45:17.8860866Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\while_loop.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:45:17.8866074Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:45:17.8871178Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-11-01T16:45:17.8876430Z creating build\bdist.win-amd64\wheel\torch\_inductor 2024-11-01T16:45:17.8879307Z copying build\lib.win-amd64-cpython-39\torch\_inductor\aoti_eager.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:17.8884558Z copying build\lib.win-amd64-cpython-39\torch\_inductor\async_compile.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:17.8890103Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic 2024-11-01T16:45:17.8901569Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:45:17.8904462Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:45:17.8909599Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:45:17.8914932Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:45:17.8927239Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:45:17.8932847Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_PadMMA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:45:17.8938268Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-11-01T16:45:17.8942511Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-11-01T16:45:17.8948944Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-11-01T16:45:17.8959998Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-11-01T16:45:17.8965203Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\learned_heuristic_controller.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-11-01T16:45:17.8970515Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-11-01T16:45:17.8974794Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autotune_process.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:17.8980594Z copying build\lib.win-amd64-cpython-39\torch\_inductor\bisect_helper.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:17.8986250Z copying build\lib.win-amd64-cpython-39\torch\_inductor\bounds.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:17.8991295Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codecache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:17.8998711Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen 2024-11-01T16:45:17.9001714Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_hipify_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:45:17.9006868Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\aoti_runtime 2024-11-01T16:45:17.9009907Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime\implementation.cpp -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\aoti_runtime 2024-11-01T16:45:17.9015250Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime\interface.cpp -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\aoti_runtime 2024-11-01T16:45:17.9020327Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:45:17.9027033Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:45:17.9034934Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:45:17.9050402Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_micro_gemm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:45:17.9056215Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_prefix.h -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:45:17.9062177Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:45:17.9067403Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_template_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:45:17.9072692Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:45:17.9080013Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_cpu.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:45:17.9088098Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_cpu_array_ref.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:45:17.9094879Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_gpu.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:45:17.9101952Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpu_device_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:45:17.9107270Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda 2024-11-01T16:45:17.9110654Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_cpp_scheduling.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-11-01T16:45:17.9116769Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_env.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-11-01T16:45:17.9122697Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-11-01T16:45:17.9128938Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-11-01T16:45:17.9262006Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_epilogue_gen.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-11-01T16:45:17.9268149Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2024-11-01T16:45:17.9271265Z 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 2024-11-01T16:45:17.9276605Z 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 2024-11-01T16:45:17.9280580Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-11-01T16:45:17.9285997Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\device_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-11-01T16:45:17.9291157Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-11-01T16:45:17.9297603Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-11-01T16:45:17.9316248Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda_combined_scheduling.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:45:17.9321123Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:45:17.9326498Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\halide.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:45:17.9333109Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\memory_planning.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:45:17.9339365Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\multi_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:45:17.9344687Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\rocm 2024-11-01T16:45:18.1790724Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\ck_conv_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-11-01T16:45:18.1797026Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\ck_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-11-01T16:45:18.1802369Z 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 2024-11-01T16:45:18.1918767Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\compile_command.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-11-01T16:45:18.1923796Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_benchmark_request.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-11-01T16:45:18.1930069Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_cpp_scheduling.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-11-01T16:45:18.1935165Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-11-01T16:45:18.1940358Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-11-01T16:45:18.1946031Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_template_buffer.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-11-01T16:45:18.1951353Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-11-01T16:45:18.1955380Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\simd.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:45:18.1961864Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\simd_kernel_features.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:45:18.1967098Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:45:18.1974228Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_combo_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:45:18.1980578Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_split_scan.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:45:18.1986087Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:45:18.1991325Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\wrapper.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:45:18.1998037Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\xpu 2024-11-01T16:45:18.2001035Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu\device_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\xpu 2024-11-01T16:45:18.2006300Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\xpu 2024-11-01T16:45:18.2010751Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-11-01T16:45:18.2014962Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comms.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.2020918Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comm_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.2026225Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comm_lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.2031689Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_fx.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.2038712Z creating build\bdist.win-amd64\wheel\torch\_inductor\compile_worker 2024-11-01T16:45:18.2041674Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\subproc_pool.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2024-11-01T16:45:18.2047173Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\watchdog.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2024-11-01T16:45:18.2052145Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2024-11-01T16:45:18.2056326Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\__main__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2024-11-01T16:45:18.2061266Z copying build\lib.win-amd64-cpython-39\torch\_inductor\config.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.2067652Z copying build\lib.win-amd64-cpython-39\torch\_inductor\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.2073100Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpp_builder.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.2079627Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpu_vec_isa.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.2084923Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_trees.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.2091690Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.2097099Z copying build\lib.win-amd64-cpython-39\torch\_inductor\custom_graph_pass.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.2102670Z copying build\lib.win-amd64-cpython-39\torch\_inductor\debug.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.3403350Z copying build\lib.win-amd64-cpython-39\torch\_inductor\decomposition.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.3409013Z copying build\lib.win-amd64-cpython-39\torch\_inductor\dependencies.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.3414949Z copying build\lib.win-amd64-cpython-39\torch\_inductor\exc.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.3420633Z copying build\lib.win-amd64-cpython-39\torch\_inductor\extern_node_serializer.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.3426135Z copying build\lib.win-amd64-cpython-39\torch\_inductor\freezing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.3431835Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes 2024-11-01T16:45:18.3434947Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\b2b_gemm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:45:18.3441030Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\binary_folding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:45:18.3446290Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\ddp_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:45:18.3452245Z 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 2024-11-01T16:45:18.3549197Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\dedupe_symint_uses.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:45:18.3554484Z 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 2024-11-01T16:45:18.3559906Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\freezing_patterns.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:45:18.3565422Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\fuse_attention.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:45:18.3571849Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\group_batch_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:45:18.3577841Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\joint_graph.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:45:18.3583802Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\micro_pipeline_tp.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:45:18.3589646Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\misc_patterns.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:45:18.3595476Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\mkldnn_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:45:18.3601873Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\numeric_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:45:18.3607499Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\pad_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:45:18.3613578Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\post_grad.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:45:18.3619578Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\pre_grad.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:45:18.3625379Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\quantization.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:45:18.3632177Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\reinplace.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:45:18.3638139Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\replace_random.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:45:18.3655485Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes\serialized_patterns 2024-11-01T16:45:18.3658641Z 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 2024-11-01T16:45:18.3664179Z 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 2024-11-01T16:45:18.3669441Z 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 2024-11-01T16:45:18.3680343Z 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 2024-11-01T16:45:18.3685675Z 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 2024-11-01T16:45:18.3691249Z 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 2024-11-01T16:45:18.3696524Z 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 2024-11-01T16:45:18.3701975Z 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 2024-11-01T16:45:18.3707511Z 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 2024-11-01T16:45:18.3713299Z 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 2024-11-01T16:45:18.3718656Z 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 2024-11-01T16:45:18.3724638Z 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 2024-11-01T16:45:18.3730655Z 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 2024-11-01T16:45:18.3736725Z 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 2024-11-01T16:45:18.3754560Z 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 2024-11-01T16:45:18.3759939Z 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 2024-11-01T16:45:18.3765295Z 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 2024-11-01T16:45:18.3770711Z 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 2024-11-01T16:45:18.3776153Z 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 2024-11-01T16:45:18.3791444Z 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 2024-11-01T16:45:18.3797028Z 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 2024-11-01T16:45:18.3802394Z 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 2024-11-01T16:45:18.3807859Z 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 2024-11-01T16:45:18.3811895Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\split_cat.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:45:18.3820118Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-11-01T16:45:18.3824303Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.3829514Z copying build\lib.win-amd64-cpython-39\torch\_inductor\graph.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.3835869Z copying build\lib.win-amd64-cpython-39\torch\_inductor\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.3840988Z copying build\lib.win-amd64-cpython-39\torch\_inductor\index_propagation.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.3846537Z copying build\lib.win-amd64-cpython-39\torch\_inductor\inductor_prims.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.3852136Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.3859991Z copying build\lib.win-amd64-cpython-39\torch\_inductor\jagged_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.3874698Z creating build\bdist.win-amd64\wheel\torch\_inductor\kernel 2024-11-01T16:45:18.3877506Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\bmm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-11-01T16:45:18.3882592Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\conv.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-11-01T16:45:18.3888190Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-11-01T16:45:18.3894550Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex_decoding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-11-01T16:45:18.3900408Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-11-01T16:45:18.3911556Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-11-01T16:45:18.3917617Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_plus_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-11-01T16:45:18.3922899Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_scaled.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-11-01T16:45:18.3928163Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\unpack_mixed_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-11-01T16:45:18.3933443Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-11-01T16:45:18.3938386Z copying build\lib.win-amd64-cpython-39\torch\_inductor\loop_body.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.3944165Z copying build\lib.win-amd64-cpython-39\torch\_inductor\lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.3952080Z copying build\lib.win-amd64-cpython-39\torch\_inductor\memory.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.3958901Z copying build\lib.win-amd64-cpython-39\torch\_inductor\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.3964291Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.3970319Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.3976883Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ops_handler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.3983149Z copying build\lib.win-amd64-cpython-39\torch\_inductor\optimize_indexing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.3988740Z creating build\bdist.win-amd64\wheel\torch\_inductor\package 2024-11-01T16:45:18.3991672Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\build_package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2024-11-01T16:45:18.3996686Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2024-11-01T16:45:18.4001970Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\pt2_archive_constants.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2024-11-01T16:45:18.4006920Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2024-11-01T16:45:18.4012307Z copying build\lib.win-amd64-cpython-39\torch\_inductor\pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.4018662Z copying build\lib.win-amd64-cpython-39\torch\_inductor\quantized_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.4035000Z copying build\lib.win-amd64-cpython-39\torch\_inductor\remote_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.4040717Z creating build\bdist.win-amd64\wheel\torch\_inductor\runtime 2024-11-01T16:45:18.4043618Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\autotune_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-11-01T16:45:18.4058765Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\benchmarking.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-11-01T16:45:18.4060337Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\cache_dir_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-11-01T16:45:18.4061903Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\compile_tasks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-11-01T16:45:18.4073939Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\coordinate_descent_tuner.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-11-01T16:45:18.4079204Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\halide_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-11-01T16:45:18.4084906Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\hints.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-11-01T16:45:18.4090326Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-11-01T16:45:18.4095578Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-11-01T16:45:18.4101396Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_heuristics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-11-01T16:45:18.4108159Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-11-01T16:45:18.4112332Z copying build\lib.win-amd64-cpython-39\torch\_inductor\scheduler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.4119655Z copying build\lib.win-amd64-cpython-39\torch\_inductor\select_algorithm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.4126221Z copying build\lib.win-amd64-cpython-39\torch\_inductor\sizevars.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.4131950Z copying build\lib.win-amd64-cpython-39\torch\_inductor\subgraph_lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.4137589Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.4143203Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_operators.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.4148690Z copying build\lib.win-amd64-cpython-39\torch\_inductor\triton_bundler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.4154156Z copying build\lib.win-amd64-cpython-39\torch\_inductor\utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.4160616Z copying build\lib.win-amd64-cpython-39\torch\_inductor\virtualized.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.4189640Z copying build\lib.win-amd64-cpython-39\torch\_inductor\wrapper_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.4194790Z copying build\lib.win-amd64-cpython-39\torch\_inductor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-11-01T16:45:18.4199951Z copying build\lib.win-amd64-cpython-39\torch\_jit_internal.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:18.4206719Z creating build\bdist.win-amd64\wheel\torch\_lazy 2024-11-01T16:45:18.4209388Z copying build\lib.win-amd64-cpython-39\torch\_lazy\closure.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:45:18.4214665Z copying build\lib.win-amd64-cpython-39\torch\_lazy\computation.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:45:18.4219697Z copying build\lib.win-amd64-cpython-39\torch\_lazy\config.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:45:18.4224417Z copying build\lib.win-amd64-cpython-39\torch\_lazy\debug.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:45:18.4229507Z copying build\lib.win-amd64-cpython-39\torch\_lazy\device_context.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:45:18.4248925Z copying build\lib.win-amd64-cpython-39\torch\_lazy\extract_compiled_graph.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:45:18.4253869Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ir_cache.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:45:18.4258654Z copying build\lib.win-amd64-cpython-39\torch\_lazy\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:45:18.4263586Z copying build\lib.win-amd64-cpython-39\torch\_lazy\tensor_factory_functions.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:45:18.4269671Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ts_backend.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:45:18.4274439Z copying build\lib.win-amd64-cpython-39\torch\_lazy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-11-01T16:45:18.4279713Z creating build\bdist.win-amd64\wheel\torch\_library 2024-11-01T16:45:18.4282508Z copying build\lib.win-amd64-cpython-39\torch\_library\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-11-01T16:45:18.4287563Z copying build\lib.win-amd64-cpython-39\torch\_library\custom_ops.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-11-01T16:45:18.4293452Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_class_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-11-01T16:45:18.4298681Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_impl.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-11-01T16:45:18.4313411Z copying build\lib.win-amd64-cpython-39\torch\_library\infer_schema.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-11-01T16:45:18.4318541Z copying build\lib.win-amd64-cpython-39\torch\_library\simple_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-11-01T16:45:18.5333912Z copying build\lib.win-amd64-cpython-39\torch\_library\triton.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-11-01T16:45:18.5338963Z copying build\lib.win-amd64-cpython-39\torch\_library\utils.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-11-01T16:45:18.5344064Z copying build\lib.win-amd64-cpython-39\torch\_library\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-11-01T16:45:18.5348810Z copying build\lib.win-amd64-cpython-39\torch\_linalg_utils.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:18.5361599Z copying build\lib.win-amd64-cpython-39\torch\_lobpcg.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:18.5367435Z creating build\bdist.win-amd64\wheel\torch\_logging 2024-11-01T16:45:18.5370202Z copying build\lib.win-amd64-cpython-39\torch\_logging\scribe.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-11-01T16:45:18.5375234Z copying build\lib.win-amd64-cpython-39\torch\_logging\structured.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-11-01T16:45:18.5421182Z copying build\lib.win-amd64-cpython-39\torch\_logging\_internal.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-11-01T16:45:18.5422486Z copying build\lib.win-amd64-cpython-39\torch\_logging\_registrations.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-11-01T16:45:18.5423876Z copying build\lib.win-amd64-cpython-39\torch\_logging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-11-01T16:45:18.5425022Z copying build\lib.win-amd64-cpython-39\torch\_lowrank.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:18.5426355Z copying build\lib.win-amd64-cpython-39\torch\_meta_registrations.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:18.5427575Z copying build\lib.win-amd64-cpython-39\torch\_namedtensor_internals.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:18.5428465Z creating build\bdist.win-amd64\wheel\torch\_numpy 2024-11-01T16:45:18.5429311Z copying build\lib.win-amd64-cpython-39\torch\_numpy\fft.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:45:18.5434725Z copying build\lib.win-amd64-cpython-39\torch\_numpy\linalg.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:45:18.5440111Z copying build\lib.win-amd64-cpython-39\torch\_numpy\random.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:45:18.5445182Z creating build\bdist.win-amd64\wheel\torch\_numpy\testing 2024-11-01T16:45:18.5447965Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\utils.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2024-11-01T16:45:18.5454403Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2024-11-01T16:45:18.5459680Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_binary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:45:18.5464933Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_casting_dicts.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:45:18.5480910Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:45:18.5486121Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:45:18.5491406Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:45:18.5496605Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:45:18.5503026Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_getlimits.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:45:18.5508547Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ndarray.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:45:18.5514291Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_normalizations.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:45:18.5519865Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_reductions_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:45:18.5525361Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ufuncs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:45:18.5530697Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_unary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:45:18.5535856Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_util.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:45:18.5541198Z copying build\lib.win-amd64-cpython-39\torch\_numpy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-11-01T16:45:18.5546043Z copying build\lib.win-amd64-cpython-39\torch\_ops.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:18.5553204Z creating build\bdist.win-amd64\wheel\torch\_prims 2024-11-01T16:45:18.5555950Z copying build\lib.win-amd64-cpython-39\torch\_prims\context.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-11-01T16:45:18.5561074Z copying build\lib.win-amd64-cpython-39\torch\_prims\debug_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-11-01T16:45:18.5566195Z copying build\lib.win-amd64-cpython-39\torch\_prims\executor.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-11-01T16:45:18.5571444Z copying build\lib.win-amd64-cpython-39\torch\_prims\rng_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-11-01T16:45:18.5576641Z copying build\lib.win-amd64-cpython-39\torch\_prims\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-11-01T16:45:18.5597522Z creating build\bdist.win-amd64\wheel\torch\_prims_common 2024-11-01T16:45:18.5600602Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2024-11-01T16:45:18.5606072Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2024-11-01T16:45:18.5612257Z copying build\lib.win-amd64-cpython-39\torch\_python_dispatcher.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:18.5617776Z creating build\bdist.win-amd64\wheel\torch\_refs 2024-11-01T16:45:18.5620719Z copying build\lib.win-amd64-cpython-39\torch\_refs\fft.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2024-11-01T16:45:18.5626622Z creating build\bdist.win-amd64\wheel\torch\_refs\linalg 2024-11-01T16:45:18.5629435Z copying build\lib.win-amd64-cpython-39\torch\_refs\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\linalg 2024-11-01T16:45:18.5634731Z creating build\bdist.win-amd64\wheel\torch\_refs\nn 2024-11-01T16:45:18.5637923Z creating build\bdist.win-amd64\wheel\torch\_refs\nn\functional 2024-11-01T16:45:18.5640824Z copying build\lib.win-amd64-cpython-39\torch\_refs\nn\functional\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\nn\functional 2024-11-01T16:45:18.5647361Z copying build\lib.win-amd64-cpython-39\torch\_refs\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\nn 2024-11-01T16:45:18.5652067Z creating build\bdist.win-amd64\wheel\torch\_refs\special 2024-11-01T16:45:18.5655238Z copying build\lib.win-amd64-cpython-39\torch\_refs\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\special 2024-11-01T16:45:18.5679669Z copying build\lib.win-amd64-cpython-39\torch\_refs\_conversions.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2024-11-01T16:45:18.5711981Z copying build\lib.win-amd64-cpython-39\torch\_refs\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2024-11-01T16:45:18.5713123Z copying build\lib.win-amd64-cpython-39\torch\_size_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:18.5714178Z copying build\lib.win-amd64-cpython-39\torch\_sources.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:18.5715244Z copying build\lib.win-amd64-cpython-39\torch\_storage_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:18.5729552Z copying build\lib.win-amd64-cpython-39\torch\_streambase.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:18.5734916Z creating build\bdist.win-amd64\wheel\torch\_strobelight 2024-11-01T16:45:18.5738242Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\cli_function_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2024-11-01T16:45:18.5744273Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\compile_time_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2024-11-01T16:45:18.5749459Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2024-11-01T16:45:18.5759447Z creating build\bdist.win-amd64\wheel\torch\_subclasses 2024-11-01T16:45:18.5762336Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_impls.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-11-01T16:45:18.5768103Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-11-01T16:45:18.5774666Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-11-01T16:45:18.5785430Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\functional_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-11-01T16:45:18.5791121Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\meta_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-11-01T16:45:18.5798242Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\schema_check_mode.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-11-01T16:45:18.5803856Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\_fake_tensor_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-11-01T16:45:18.5809026Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-11-01T16:45:18.5814690Z copying build\lib.win-amd64-cpython-39\torch\_tensor.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:18.5821208Z copying build\lib.win-amd64-cpython-39\torch\_tensor_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:18.5828767Z copying build\lib.win-amd64-cpython-39\torch\_tensor_str.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:18.5835605Z copying build\lib.win-amd64-cpython-39\torch\_thread_safe_fork.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:18.5840075Z copying build\lib.win-amd64-cpython-39\torch\_torch_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:18.5849854Z copying build\lib.win-amd64-cpython-39\torch\_utils.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:18.5856156Z copying build\lib.win-amd64-cpython-39\torch\_utils_internal.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:18.5871859Z creating build\bdist.win-amd64\wheel\torch\_vendor 2024-11-01T16:45:18.5874861Z creating build\bdist.win-amd64\wheel\torch\_vendor\packaging 2024-11-01T16:45:18.5877795Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\version.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2024-11-01T16:45:18.5883468Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\_structures.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2024-11-01T16:45:18.5888589Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2024-11-01T16:45:18.5893457Z copying build\lib.win-amd64-cpython-39\torch\_vendor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor 2024-11-01T16:45:18.5897665Z copying build\lib.win-amd64-cpython-39\torch\_VF.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:18.5902662Z copying build\lib.win-amd64-cpython-39\torch\_VF.pyi -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:18.5919503Z copying build\lib.win-amd64-cpython-39\torch\_vmap_internals.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:18.5924986Z copying build\lib.win-amd64-cpython-39\torch\_weights_only_unpickler.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:18.5931031Z copying build\lib.win-amd64-cpython-39\torch\__config__.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:18.5936193Z copying build\lib.win-amd64-cpython-39\torch\__future__.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:18.5941567Z copying build\lib.win-amd64-cpython-39\torch\__init__.py -> build\bdist.win-amd64\wheel\.\torch 2024-11-01T16:45:18.5950776Z creating build\bdist.win-amd64\wheel\torchgen 2024-11-01T16:45:18.5953774Z creating build\bdist.win-amd64\wheel\torchgen\aoti 2024-11-01T16:45:18.5956570Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\fallback_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2024-11-01T16:45:18.5962280Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2024-11-01T16:45:18.5966512Z creating build\bdist.win-amd64\wheel\torchgen\api 2024-11-01T16:45:18.5969338Z copying build\lib.win-amd64-cpython-39\torchgen\api\autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:45:18.5975145Z copying build\lib.win-amd64-cpython-39\torchgen\api\cpp.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:45:18.5980957Z copying build\lib.win-amd64-cpython-39\torchgen\api\dispatcher.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:45:18.5986410Z copying build\lib.win-amd64-cpython-39\torchgen\api\functionalization.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:45:18.5991603Z copying build\lib.win-amd64-cpython-39\torchgen\api\lazy.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:45:18.6008774Z copying build\lib.win-amd64-cpython-39\torchgen\api\meta.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:45:18.6013334Z copying build\lib.win-amd64-cpython-39\torchgen\api\native.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:45:18.6019046Z copying build\lib.win-amd64-cpython-39\torchgen\api\python.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:45:18.6025397Z copying build\lib.win-amd64-cpython-39\torchgen\api\structured.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:45:18.6030623Z copying build\lib.win-amd64-cpython-39\torchgen\api\translate.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:45:18.6036559Z creating build\bdist.win-amd64\wheel\torchgen\api\types 2024-11-01T16:45:18.6039566Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\signatures.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-11-01T16:45:18.6044927Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-11-01T16:45:18.6050104Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types_base.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-11-01T16:45:18.6055599Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-11-01T16:45:18.6060841Z copying build\lib.win-amd64-cpython-39\torchgen\api\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:45:18.6066076Z copying build\lib.win-amd64-cpython-39\torchgen\api\unboxing.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:45:18.6071345Z copying build\lib.win-amd64-cpython-39\torchgen\api\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-11-01T16:45:18.6075599Z copying build\lib.win-amd64-cpython-39\torchgen\code_template.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:45:18.6080737Z copying build\lib.win-amd64-cpython-39\torchgen\context.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:45:18.6086099Z creating build\bdist.win-amd64\wheel\torchgen\dest 2024-11-01T16:45:18.6088938Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ir.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-11-01T16:45:18.6094802Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ts_lowering.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-11-01T16:45:18.6100791Z copying build\lib.win-amd64-cpython-39\torchgen\dest\native_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-11-01T16:45:18.6106250Z copying build\lib.win-amd64-cpython-39\torchgen\dest\register_dispatch_key.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-11-01T16:45:18.6119057Z copying build\lib.win-amd64-cpython-39\torchgen\dest\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-11-01T16:45:18.6124521Z copying build\lib.win-amd64-cpython-39\torchgen\dest\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-11-01T16:45:18.6129846Z creating build\bdist.win-amd64\wheel\torchgen\executorch 2024-11-01T16:45:18.6141912Z creating build\bdist.win-amd64\wheel\torchgen\executorch\api 2024-11-01T16:45:18.6144924Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\custom_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-11-01T16:45:18.6150399Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\et_cpp.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-11-01T16:45:18.6155586Z creating build\bdist.win-amd64\wheel\torchgen\executorch\api\types 2024-11-01T16:45:18.6158507Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\signatures.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2024-11-01T16:45:18.6163535Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\types.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2024-11-01T16:45:18.6168452Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2024-11-01T16:45:18.6173480Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\unboxing.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-11-01T16:45:18.6178829Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-11-01T16:45:18.6182922Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\model.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2024-11-01T16:45:18.6187921Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\parse.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2024-11-01T16:45:18.6193010Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2024-11-01T16:45:18.6197004Z copying build\lib.win-amd64-cpython-39\torchgen\gen.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:45:18.6203803Z copying build\lib.win-amd64-cpython-39\torchgen\gen_aoti_c_shim.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:45:18.6209532Z copying build\lib.win-amd64-cpython-39\torchgen\gen_backend_stubs.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:45:18.6215292Z copying build\lib.win-amd64-cpython-39\torchgen\gen_executorch.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:45:18.6221444Z copying build\lib.win-amd64-cpython-39\torchgen\gen_functionalization_type.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:45:18.6227234Z copying build\lib.win-amd64-cpython-39\torchgen\gen_lazy_tensor.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:45:18.6233151Z copying build\lib.win-amd64-cpython-39\torchgen\gen_schema_utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:45:18.6238266Z copying build\lib.win-amd64-cpython-39\torchgen\gen_vmap_plumbing.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:45:18.6243353Z copying build\lib.win-amd64-cpython-39\torchgen\local.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:45:18.6248324Z copying build\lib.win-amd64-cpython-39\torchgen\model.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:45:18.6255351Z copying build\lib.win-amd64-cpython-39\torchgen\native_function_generation.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:45:18.6261369Z creating build\bdist.win-amd64\wheel\torchgen\operator_versions 2024-11-01T16:45:18.6264435Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\gen_mobile_upgraders.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2024-11-01T16:45:18.6270091Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\gen_mobile_upgraders_constant.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2024-11-01T16:45:18.6275024Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2024-11-01T16:45:18.6290029Z creating build\bdist.win-amd64\wheel\torchgen\packaged 2024-11-01T16:45:18.6292789Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen 2024-11-01T16:45:18.6295487Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\native 2024-11-01T16:45:18.6298477Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native\native_functions.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\native 2024-11-01T16:45:18.6309624Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native\tags.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\native 2024-11-01T16:45:18.6315456Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6318807Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\ATenOpList.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6324026Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\aten_interned_strings.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6329561Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\CompositeViewCopyKernels.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6343769Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6348717Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6354403Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6359708Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6364669Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6388619Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\enum_tag.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6392932Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Function.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6397825Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\FunctionalInverses.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6403186Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6408402Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6413855Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\LazyIr.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6418776Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\LazyNonNativeIr.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6423855Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\MethodOperators.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6429025Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6434021Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6439310Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeMetaFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6453679Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeMetaFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6458401Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operator.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6463255Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operators.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6468297Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operators.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6473815Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RedispatchFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6478983Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RedispatchFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6484309Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterBackendSelect.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6489849Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterCodegenUnboxedKernels.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6495447Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterDispatchDefinitions.ini -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6500599Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterDispatchKey.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6511350Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterFunctionalization.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6516777Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterSchema.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6522047Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegistrationDeclarations.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6527176Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\TensorBody.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6533155Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\TensorMethods.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6538812Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCPU.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6544113Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCPUKernel.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6549726Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCUDA.cu -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6554994Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UnboxingFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6567022Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UnboxingFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-11-01T16:45:18.6572701Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd 2024-11-01T16:45:18.6575698Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\BUILD.bazel -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:45:18.6581220Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\build.bzl -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:45:18.6586069Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\context.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:45:18.6591266Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\deprecated.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:45:18.6596649Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\derivatives.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:45:18.6610099Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_annotated_fn_args.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:45:18.6615112Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:45:18.6620721Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_autograd_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:45:18.6626619Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_inplace_or_view_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:45:18.6632505Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_python_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:45:18.6638458Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_trace_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:45:18.6644551Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_variable_factories.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:45:18.6650128Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_variable_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:45:18.6656678Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_view_funcs.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:45:18.6662772Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\load_derivatives.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:45:18.6669394Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\README.md -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:45:18.6674982Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd\templates 2024-11-01T16:45:18.6678250Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ADInplaceOrViewType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:45:18.6683532Z 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 2024-11-01T16:45:18.6688446Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\Functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:45:18.6702864Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\Functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:45:18.6708296Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_enum_tag.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:45:18.6713291Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_fft_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:45:18.6718480Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:45:18.6724266Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:45:18.6729170Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_linalg_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:45:18.6734253Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_nested_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:45:18.6739519Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_nn_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:45:18.6745074Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_return_types.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:45:18.6750575Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_return_types.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:45:18.6755743Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_sparse_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:45:18.6761049Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_special_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:45:18.6766363Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_torch_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:45:18.6771662Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_variable_methods.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:45:18.6783696Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\TraceType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:45:18.6789138Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\VariableType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:45:18.6794128Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\VariableType.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:45:18.6799325Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\variable_factories.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:45:18.6804618Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ViewFuncs.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:45:18.6809766Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ViewFuncs.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-11-01T16:45:18.6815366Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-11-01T16:45:18.6819756Z creating build\bdist.win-amd64\wheel\torchgen\selective_build 2024-11-01T16:45:18.6822617Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\operator.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2024-11-01T16:45:18.6827662Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\selector.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2024-11-01T16:45:18.6842065Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2024-11-01T16:45:18.6846381Z creating build\bdist.win-amd64\wheel\torchgen\static_runtime 2024-11-01T16:45:18.6849269Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\config.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2024-11-01T16:45:18.6854370Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\generator.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2024-11-01T16:45:18.6860257Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\gen_static_runtime_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2024-11-01T16:45:18.6875659Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2024-11-01T16:45:18.6879318Z copying build\lib.win-amd64-cpython-39\torchgen\utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:45:18.6884867Z copying build\lib.win-amd64-cpython-39\torchgen\yaml_utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:45:18.6896725Z copying build\lib.win-amd64-cpython-39\torchgen\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-11-01T16:45:18.6907159Z running install_egg_info 2024-11-01T16:45:18.7088983Z running egg_info 2024-11-01T16:45:18.7089795Z creating torch.egg-info 2024-11-01T16:45:18.7192088Z writing torch.egg-info\PKG-INFO 2024-11-01T16:45:18.7237687Z writing dependency_links to torch.egg-info\dependency_links.txt 2024-11-01T16:45:18.7242033Z writing entry points to torch.egg-info\entry_points.txt 2024-11-01T16:45:18.7258857Z writing requirements to torch.egg-info\requires.txt 2024-11-01T16:45:18.7262637Z writing top-level names to torch.egg-info\top_level.txt 2024-11-01T16:45:18.7265677Z writing manifest file 'torch.egg-info\SOURCES.txt' 2024-11-01T16:45:19.5775752Z reading manifest file 'torch.egg-info\SOURCES.txt' 2024-11-01T16:45:19.5781644Z reading manifest template 'MANIFEST.in' 2024-11-01T16:45:48.0206704Z warning: no files found matching '*.*' under directory 'modules' 2024-11-01T16:45:48.3446366Z warning: no previously-included files matching '*.o' found anywhere in distribution 2024-11-01T16:45:48.5505594Z warning: no previously-included files matching '*.so' found anywhere in distribution 2024-11-01T16:45:48.7557531Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2024-11-01T16:45:48.9627160Z warning: no previously-included files matching '*.a' found anywhere in distribution 2024-11-01T16:45:49.5756144Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2024-11-01T16:45:49.5756873Z adding license file 'LICENSE' 2024-11-01T16:45:49.5757235Z adding license file 'NOTICE' 2024-11-01T16:45:55.8347613Z writing manifest file 'torch.egg-info\SOURCES.txt' 2024-11-01T16:45:55.8820623Z Copying torch.egg-info to build\bdist.win-amd64\wheel\.\torch-2.6.0a0+gitd1aa4ef-py3.9.egg-info 2024-11-01T16:45:55.8920239Z running install_scripts 2024-11-01T16:45:55.8942158Z C:\Jenkins\Miniconda3\lib\site-packages\wheel\bdist_wheel.py:108: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect 2024-11-01T16:45:55.8943482Z if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")): 2024-11-01T16:45:55.9045685Z creating build\bdist.win-amd64\wheel\torch-2.6.0a0+gitd1aa4ef.dist-info\WHEEL 2024-11-01T16:45:55.9058480Z creating 'dist\torch-2.6.0a0+gitd1aa4ef-cp39-cp39-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it 2024-11-01T16:45:55.9280334Z adding 'functorch/_C.cp39-win_amd64.pyd' 2024-11-01T16:45:55.9304736Z adding 'functorch/__init__.py' 2024-11-01T16:45:55.9308540Z adding 'functorch/_src/__init__.py' 2024-11-01T16:45:55.9312188Z adding 'functorch/_src/aot_autograd/__init__.py' 2024-11-01T16:45:55.9315804Z adding 'functorch/_src/eager_transforms/__init__.py' 2024-11-01T16:45:55.9319335Z adding 'functorch/_src/make_functional/__init__.py' 2024-11-01T16:45:55.9322905Z adding 'functorch/_src/vmap/__init__.py' 2024-11-01T16:45:55.9326572Z adding 'functorch/compile/__init__.py' 2024-11-01T16:45:55.9331285Z adding 'functorch/dim/__init__.py' 2024-11-01T16:45:55.9334493Z adding 'functorch/dim/batch_tensor.py' 2024-11-01T16:45:55.9337967Z adding 'functorch/dim/delayed_mul_tensor.py' 2024-11-01T16:45:55.9341634Z adding 'functorch/dim/dim.py' 2024-11-01T16:45:55.9345006Z adding 'functorch/dim/magic_trace.py' 2024-11-01T16:45:55.9349254Z adding 'functorch/dim/op_properties.py' 2024-11-01T16:45:55.9358607Z adding 'functorch/dim/reference.py' 2024-11-01T16:45:55.9362097Z adding 'functorch/dim/tree_map.py' 2024-11-01T16:45:55.9365397Z adding 'functorch/dim/wrap_type.py' 2024-11-01T16:45:55.9369019Z adding 'functorch/einops/__init__.py' 2024-11-01T16:45:55.9374773Z adding 'functorch/einops/_parsing.py' 2024-11-01T16:45:55.9379893Z adding 'functorch/einops/rearrange.py' 2024-11-01T16:45:55.9383785Z adding 'functorch/experimental/__init__.py' 2024-11-01T16:45:55.9386684Z adding 'functorch/experimental/control_flow.py' 2024-11-01T16:45:55.9389459Z adding 'functorch/experimental/ops.py' 2024-11-01T16:45:55.9398050Z adding 'torch/_C.cp39-win_amd64.pyd' 2024-11-01T16:45:55.9401416Z adding 'torch/_VF.py' 2024-11-01T16:45:55.9622410Z adding 'torch/_VF.pyi' 2024-11-01T16:45:55.9652244Z adding 'torch/__config__.py' 2024-11-01T16:45:55.9655646Z adding 'torch/__future__.py' 2024-11-01T16:45:55.9691534Z adding 'torch/__init__.py' 2024-11-01T16:45:55.9701748Z adding 'torch/_appdirs.py' 2024-11-01T16:45:55.9705966Z adding 'torch/_classes.py' 2024-11-01T16:45:55.9709297Z adding 'torch/_compile.py' 2024-11-01T16:45:55.9715022Z adding 'torch/_custom_ops.py' 2024-11-01T16:45:55.9718962Z adding 'torch/_deploy.py' 2024-11-01T16:45:55.9721836Z adding 'torch/_environment.py' 2024-11-01T16:45:55.9734306Z adding 'torch/_guards.py' 2024-11-01T16:45:55.9757023Z adding 'torch/_jit_internal.py' 2024-11-01T16:45:55.9762333Z adding 'torch/_linalg_utils.py' 2024-11-01T16:45:55.9778070Z adding 'torch/_lobpcg.py' 2024-11-01T16:45:55.9784427Z adding 'torch/_lowrank.py' 2024-11-01T16:45:55.9847622Z adding 'torch/_meta_registrations.py' 2024-11-01T16:45:55.9856424Z adding 'torch/_namedtensor_internals.py' 2024-11-01T16:45:55.9876694Z adding 'torch/_ops.py' 2024-11-01T16:45:55.9882665Z adding 'torch/_python_dispatcher.py' 2024-11-01T16:45:55.9885965Z adding 'torch/_size_docs.py' 2024-11-01T16:45:55.9889975Z adding 'torch/_sources.py' 2024-11-01T16:45:55.9893352Z adding 'torch/_storage_docs.py' 2024-11-01T16:45:55.9896554Z adding 'torch/_streambase.py' 2024-11-01T16:45:55.9918683Z adding 'torch/_tensor.py' 2024-11-01T16:45:55.9962399Z adding 'torch/_tensor_docs.py' 2024-11-01T16:45:55.9975267Z adding 'torch/_tensor_str.py' 2024-11-01T16:45:55.9978860Z adding 'torch/_thread_safe_fork.py' 2024-11-01T16:45:56.0113669Z adding 'torch/_torch_docs.py' 2024-11-01T16:45:56.0137920Z adding 'torch/_utils.py' 2024-11-01T16:45:56.0145235Z adding 'torch/_utils_internal.py' 2024-11-01T16:45:56.0150799Z adding 'torch/_vmap_internals.py' 2024-11-01T16:45:56.0157646Z adding 'torch/_weights_only_unpickler.py' 2024-11-01T16:45:56.0188623Z adding 'torch/functional.py' 2024-11-01T16:45:56.0203015Z adding 'torch/hub.py' 2024-11-01T16:45:56.0222428Z adding 'torch/library.py' 2024-11-01T16:45:56.0250126Z adding 'torch/overrides.py' 2024-11-01T16:45:56.0255327Z adding 'torch/py.typed' 2024-11-01T16:45:56.0259884Z adding 'torch/quasirandom.py' 2024-11-01T16:45:56.0264696Z adding 'torch/random.py' 2024-11-01T16:45:56.0268116Z adding 'torch/return_types.py' 2024-11-01T16:45:56.0272310Z adding 'torch/return_types.pyi' 2024-11-01T16:45:56.0298723Z adding 'torch/serialization.py' 2024-11-01T16:45:56.0315274Z adding 'torch/storage.py' 2024-11-01T16:45:56.0320019Z adding 'torch/torch_version.py' 2024-11-01T16:45:56.0323762Z adding 'torch/types.py' 2024-11-01T16:45:56.0326762Z adding 'torch/version.py' 2024-11-01T16:45:56.0545098Z adding 'torch/_C/_VariableFunctions.pyi' 2024-11-01T16:45:56.0663887Z adding 'torch/_C/__init__.pyi' 2024-11-01T16:45:56.0676079Z adding 'torch/_C/_aoti.pyi' 2024-11-01T16:45:56.0679829Z adding 'torch/_C/_autograd.pyi' 2024-11-01T16:45:56.0682836Z adding 'torch/_C/_cpu.pyi' 2024-11-01T16:45:56.0685764Z adding 'torch/_C/_cudnn.pyi' 2024-11-01T16:45:56.0688462Z adding 'torch/_C/_cusparselt.pyi' 2024-11-01T16:45:56.0691419Z adding 'torch/_C/_distributed_autograd.pyi' 2024-11-01T16:45:56.0698059Z adding 'torch/_C/_distributed_c10d.pyi' 2024-11-01T16:45:56.0702635Z adding 'torch/_C/_distributed_rpc.pyi' 2024-11-01T16:45:56.0706058Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2024-11-01T16:45:56.0709006Z adding 'torch/_C/_functions.pyi' 2024-11-01T16:45:56.0712403Z adding 'torch/_C/_functorch.pyi' 2024-11-01T16:45:56.0715307Z adding 'torch/_C/_instruction_counter.pyi' 2024-11-01T16:45:56.0718018Z adding 'torch/_C/_itt.pyi' 2024-11-01T16:45:56.0721021Z adding 'torch/_C/_lazy.pyi' 2024-11-01T16:45:56.0723923Z adding 'torch/_C/_lazy_ts_backend.pyi' 2024-11-01T16:45:56.0726941Z adding 'torch/_C/_monitor.pyi' 2024-11-01T16:45:56.0730488Z adding 'torch/_C/_nn.pyi' 2024-11-01T16:45:56.0733451Z adding 'torch/_C/_nvtx.pyi' 2024-11-01T16:45:56.0736399Z adding 'torch/_C/_onnx.pyi' 2024-11-01T16:45:56.0740594Z adding 'torch/_C/_profiler.pyi' 2024-11-01T16:45:56.0743595Z adding 'torch/_C/_verbose.pyi' 2024-11-01T16:45:56.0747594Z adding 'torch/_awaits/__init__.py' 2024-11-01T16:45:56.0751246Z adding 'torch/_custom_op/__init__.py' 2024-11-01T16:45:56.0756852Z adding 'torch/_custom_op/autograd.py' 2024-11-01T16:45:56.0762117Z adding 'torch/_custom_op/functional.py' 2024-11-01T16:45:56.0771640Z adding 'torch/_custom_op/impl.py' 2024-11-01T16:45:56.0779812Z adding 'torch/_decomp/__init__.py' 2024-11-01T16:45:56.0837892Z adding 'torch/_decomp/decompositions.py' 2024-11-01T16:45:56.0847434Z adding 'torch/_decomp/decompositions_for_jvp.py' 2024-11-01T16:45:56.0852736Z adding 'torch/_decomp/decompositions_for_rng.py' 2024-11-01T16:45:56.0856469Z adding 'torch/_dispatch/__init__.py' 2024-11-01T16:45:56.0860869Z adding 'torch/_dispatch/python.py' 2024-11-01T16:45:56.0866343Z adding 'torch/_dynamo/__init__.py' 2024-11-01T16:45:56.0871920Z adding 'torch/_dynamo/_trace_wrapped_higher_order_op.py' 2024-11-01T16:45:56.0876999Z adding 'torch/_dynamo/bytecode_analysis.py' 2024-11-01T16:45:56.0896790Z adding 'torch/_dynamo/bytecode_transformation.py' 2024-11-01T16:45:56.0902990Z adding 'torch/_dynamo/cache_size.py' 2024-11-01T16:45:56.0906520Z adding 'torch/_dynamo/callback.py' 2024-11-01T16:45:56.0909795Z adding 'torch/_dynamo/code_context.py' 2024-11-01T16:45:56.0916891Z adding 'torch/_dynamo/codegen.py' 2024-11-01T16:45:56.0928406Z adding 'torch/_dynamo/compiled_autograd.py' 2024-11-01T16:45:56.0935310Z adding 'torch/_dynamo/comptime.py' 2024-11-01T16:45:56.0945574Z adding 'torch/_dynamo/config.py' 2024-11-01T16:45:56.0964740Z adding 'torch/_dynamo/convert_frame.py' 2024-11-01T16:45:56.0969697Z adding 'torch/_dynamo/create_parameter_op.py' 2024-11-01T16:45:56.0972783Z adding 'torch/_dynamo/current_scope_id.py' 2024-11-01T16:45:56.0985032Z adding 'torch/_dynamo/debug_utils.py' 2024-11-01T16:45:56.0995002Z adding 'torch/_dynamo/decorators.py' 2024-11-01T16:45:56.1000859Z adding 'torch/_dynamo/device_interface.py' 2024-11-01T16:45:56.1004413Z adding 'torch/_dynamo/distributed.py' 2024-11-01T16:45:56.1029644Z adding 'torch/_dynamo/eval_frame.py' 2024-11-01T16:45:56.1038328Z adding 'torch/_dynamo/exc.py' 2024-11-01T16:45:56.1042706Z adding 'torch/_dynamo/external_utils.py' 2024-11-01T16:45:56.1046161Z adding 'torch/_dynamo/funcname_cache.py' 2024-11-01T16:45:56.1084597Z adding 'torch/_dynamo/guards.py' 2024-11-01T16:45:56.1090137Z adding 'torch/_dynamo/hooks.py' 2024-11-01T16:45:56.1093619Z adding 'torch/_dynamo/logging.py' 2024-11-01T16:45:56.1098272Z adding 'torch/_dynamo/mutation_guard.py' 2024-11-01T16:45:56.1134469Z adding 'torch/_dynamo/output_graph.py' 2024-11-01T16:45:56.1142597Z adding 'torch/_dynamo/pgo.py' 2024-11-01T16:45:56.1147044Z adding 'torch/_dynamo/profiler.py' 2024-11-01T16:45:56.1150881Z adding 'torch/_dynamo/replay_record.py' 2024-11-01T16:45:56.1159915Z adding 'torch/_dynamo/resume_execution.py' 2024-11-01T16:45:56.1171616Z adding 'torch/_dynamo/side_effects.py' 2024-11-01T16:45:56.1179611Z adding 'torch/_dynamo/source.py' 2024-11-01T16:45:56.1227533Z adding 'torch/_dynamo/symbolic_convert.py' 2024-11-01T16:45:56.1234182Z adding 'torch/_dynamo/tensor_version_op.py' 2024-11-01T16:45:56.1237519Z adding 'torch/_dynamo/test_case.py' 2024-11-01T16:45:56.1242794Z adding 'torch/_dynamo/test_minifier_common.py' 2024-11-01T16:45:56.1249476Z adding 'torch/_dynamo/testing.py' 2024-11-01T16:45:56.1284014Z adding 'torch/_dynamo/trace_rules.py' 2024-11-01T16:45:56.1290727Z adding 'torch/_dynamo/types.py' 2024-11-01T16:45:56.1333721Z adding 'torch/_dynamo/utils.py' 2024-11-01T16:45:56.1340060Z adding 'torch/_dynamo/backends/__init__.py' 2024-11-01T16:45:56.1343747Z adding 'torch/_dynamo/backends/common.py' 2024-11-01T16:45:56.1348779Z adding 'torch/_dynamo/backends/cudagraphs.py' 2024-11-01T16:45:56.1355105Z adding 'torch/_dynamo/backends/debugging.py' 2024-11-01T16:45:56.1365840Z adding 'torch/_dynamo/backends/distributed.py' 2024-11-01T16:45:56.1369551Z adding 'torch/_dynamo/backends/inductor.py' 2024-11-01T16:45:56.1372926Z adding 'torch/_dynamo/backends/onnxrt.py' 2024-11-01T16:45:56.1376703Z adding 'torch/_dynamo/backends/registry.py' 2024-11-01T16:45:56.1379865Z adding 'torch/_dynamo/backends/tensorrt.py' 2024-11-01T16:45:56.1382990Z adding 'torch/_dynamo/backends/torchxla.py' 2024-11-01T16:45:56.1387637Z adding 'torch/_dynamo/backends/tvm.py' 2024-11-01T16:45:56.1393319Z adding 'torch/_dynamo/polyfills/__init__.py' 2024-11-01T16:45:56.1396856Z adding 'torch/_dynamo/polyfills/builtins.py' 2024-11-01T16:45:56.1400028Z adding 'torch/_dynamo/polyfills/functools.py' 2024-11-01T16:45:56.1403915Z adding 'torch/_dynamo/polyfills/itertools.py' 2024-11-01T16:45:56.1407560Z adding 'torch/_dynamo/polyfills/loader.py' 2024-11-01T16:45:56.1410711Z adding 'torch/_dynamo/polyfills/os.py' 2024-11-01T16:45:56.1413725Z adding 'torch/_dynamo/polyfills/sys.py' 2024-11-01T16:45:56.1417208Z adding 'torch/_dynamo/repro/__init__.py' 2024-11-01T16:45:56.1429925Z adding 'torch/_dynamo/repro/after_aot.py' 2024-11-01T16:45:56.1438649Z adding 'torch/_dynamo/repro/after_dynamo.py' 2024-11-01T16:45:56.1444079Z adding 'torch/_dynamo/variables/__init__.py' 2024-11-01T16:45:56.1450268Z adding 'torch/_dynamo/variables/base.py' 2024-11-01T16:45:56.1491796Z adding 'torch/_dynamo/variables/builder.py' 2024-11-01T16:45:56.1518681Z adding 'torch/_dynamo/variables/builtin.py' 2024-11-01T16:45:56.1525902Z adding 'torch/_dynamo/variables/constant.py' 2024-11-01T16:45:56.1538144Z adding 'torch/_dynamo/variables/ctx_manager.py' 2024-11-01T16:45:56.1551648Z adding 'torch/_dynamo/variables/dicts.py' 2024-11-01T16:45:56.1558510Z adding 'torch/_dynamo/variables/distributed.py' 2024-11-01T16:45:56.1574856Z adding 'torch/_dynamo/variables/functions.py' 2024-11-01T16:45:56.1605833Z adding 'torch/_dynamo/variables/higher_order_ops.py' 2024-11-01T16:45:56.1614372Z adding 'torch/_dynamo/variables/iter.py' 2024-11-01T16:45:56.1619292Z adding 'torch/_dynamo/variables/lazy.py' 2024-11-01T16:45:56.1630931Z adding 'torch/_dynamo/variables/lists.py' 2024-11-01T16:45:56.1650511Z adding 'torch/_dynamo/variables/misc.py' 2024-11-01T16:45:56.1668014Z adding 'torch/_dynamo/variables/nn_module.py' 2024-11-01T16:45:56.1675931Z adding 'torch/_dynamo/variables/optimizer.py' 2024-11-01T16:45:56.1679883Z adding 'torch/_dynamo/variables/script_object.py' 2024-11-01T16:45:56.1683389Z adding 'torch/_dynamo/variables/sdpa.py' 2024-11-01T16:45:56.1701473Z adding 'torch/_dynamo/variables/tensor.py' 2024-11-01T16:45:56.1718766Z adding 'torch/_dynamo/variables/torch.py' 2024-11-01T16:45:56.1729169Z adding 'torch/_dynamo/variables/torch_function.py' 2024-11-01T16:45:56.1748063Z adding 'torch/_dynamo/variables/user_defined.py' 2024-11-01T16:45:56.1756717Z adding 'torch/_export/__init__.py' 2024-11-01T16:45:56.1779886Z adding 'torch/_export/converter.py' 2024-11-01T16:45:56.1784494Z adding 'torch/_export/error.py' 2024-11-01T16:45:56.1793652Z adding 'torch/_export/non_strict_utils.py' 2024-11-01T16:45:56.1800732Z adding 'torch/_export/pass_base.py' 2024-11-01T16:45:56.1805198Z adding 'torch/_export/tools.py' 2024-11-01T16:45:56.1821704Z adding 'torch/_export/utils.py' 2024-11-01T16:45:56.1829436Z adding 'torch/_export/verifier.py' 2024-11-01T16:45:56.1833680Z adding 'torch/_export/wrappers.py' 2024-11-01T16:45:56.1837474Z adding 'torch/_export/db/__init__.py' 2024-11-01T16:45:56.1841560Z adding 'torch/_export/db/case.py' 2024-11-01T16:45:56.1844947Z adding 'torch/_export/db/gen_example.py' 2024-11-01T16:45:56.1848186Z adding 'torch/_export/db/logging.py' 2024-11-01T16:45:56.1853260Z adding 'torch/_export/db/examples/__init__.py' 2024-11-01T16:45:56.1856569Z adding 'torch/_export/db/examples/assume_constant_result.py' 2024-11-01T16:45:56.1859537Z adding 'torch/_export/db/examples/autograd_function.py' 2024-11-01T16:45:56.1862663Z adding 'torch/_export/db/examples/class_method.py' 2024-11-01T16:45:56.1866074Z adding 'torch/_export/db/examples/cond_branch_class_method.py' 2024-11-01T16:45:56.1869444Z adding 'torch/_export/db/examples/cond_branch_nested_function.py' 2024-11-01T16:45:56.1873053Z adding 'torch/_export/db/examples/cond_branch_nonlocal_variables.py' 2024-11-01T16:45:56.1876031Z adding 'torch/_export/db/examples/cond_closed_over_variable.py' 2024-11-01T16:45:56.1879330Z adding 'torch/_export/db/examples/cond_operands.py' 2024-11-01T16:45:56.1882400Z adding 'torch/_export/db/examples/cond_predicate.py' 2024-11-01T16:45:56.1885669Z adding 'torch/_export/db/examples/constrain_as_size_example.py' 2024-11-01T16:45:56.1888883Z adding 'torch/_export/db/examples/constrain_as_value_example.py' 2024-11-01T16:45:56.1891820Z adding 'torch/_export/db/examples/decorator.py' 2024-11-01T16:45:56.1894902Z adding 'torch/_export/db/examples/dictionary.py' 2024-11-01T16:45:56.1897947Z adding 'torch/_export/db/examples/dynamic_shape_assert.py' 2024-11-01T16:45:56.1901112Z adding 'torch/_export/db/examples/dynamic_shape_constructor.py' 2024-11-01T16:45:56.1904092Z adding 'torch/_export/db/examples/dynamic_shape_if_guard.py' 2024-11-01T16:45:56.1907185Z adding 'torch/_export/db/examples/dynamic_shape_map.py' 2024-11-01T16:45:56.1934883Z adding 'torch/_export/db/examples/dynamic_shape_round.py' 2024-11-01T16:45:56.1937795Z adding 'torch/_export/db/examples/dynamic_shape_slicing.py' 2024-11-01T16:45:56.1940953Z adding 'torch/_export/db/examples/dynamic_shape_view.py' 2024-11-01T16:45:56.1943928Z adding 'torch/_export/db/examples/fn_with_kwargs.py' 2024-11-01T16:45:56.1947116Z adding 'torch/_export/db/examples/list_contains.py' 2024-11-01T16:45:56.1950223Z adding 'torch/_export/db/examples/list_unpack.py' 2024-11-01T16:45:56.1953481Z adding 'torch/_export/db/examples/model_attr_mutation.py' 2024-11-01T16:45:56.1956626Z adding 'torch/_export/db/examples/nested_function.py' 2024-11-01T16:45:56.1960020Z adding 'torch/_export/db/examples/null_context_manager.py' 2024-11-01T16:45:56.1963070Z adding 'torch/_export/db/examples/optional_input.py' 2024-11-01T16:45:56.1966018Z adding 'torch/_export/db/examples/pytree_flatten.py' 2024-11-01T16:45:56.1969131Z adding 'torch/_export/db/examples/scalar_output.py' 2024-11-01T16:45:56.1972422Z adding 'torch/_export/db/examples/specialized_attribute.py' 2024-11-01T16:45:56.1975528Z adding 'torch/_export/db/examples/static_for_loop.py' 2024-11-01T16:45:56.1978437Z adding 'torch/_export/db/examples/static_if.py' 2024-11-01T16:45:56.1981556Z adding 'torch/_export/db/examples/tensor_setattr.py' 2024-11-01T16:45:56.1984631Z adding 'torch/_export/db/examples/type_reflection_method.py' 2024-11-01T16:45:56.1987644Z adding 'torch/_export/db/examples/unsupported_operator.py' 2024-11-01T16:45:56.1990742Z adding 'torch/_export/db/examples/user_input_mutation.py' 2024-11-01T16:45:56.1994245Z adding 'torch/_export/pass_infra/__init__.py' 2024-11-01T16:45:56.1997463Z adding 'torch/_export/pass_infra/node_metadata.py' 2024-11-01T16:45:56.2000572Z adding 'torch/_export/pass_infra/proxy_value.py' 2024-11-01T16:45:56.2004483Z adding 'torch/_export/passes/__init__.py' 2024-11-01T16:45:56.2008118Z adding 'torch/_export/passes/_node_metadata_hook.py' 2024-11-01T16:45:56.2013714Z adding 'torch/_export/passes/add_runtime_assertions_for_constraints_pass.py' 2024-11-01T16:45:56.2017780Z adding 'torch/_export/passes/collect_tracepoints_pass.py' 2024-11-01T16:45:56.2023649Z adding 'torch/_export/passes/constant_folding.py' 2024-11-01T16:45:56.2027804Z adding 'torch/_export/passes/functionalize_side_effectful_ops_pass.py' 2024-11-01T16:45:56.2034128Z adding 'torch/_export/passes/lift_constants_pass.py' 2024-11-01T16:45:56.2037865Z adding 'torch/_export/passes/remove_runtime_assertions.py' 2024-11-01T16:45:56.2042432Z adding 'torch/_export/passes/replace_autocast_with_hop_pass.py' 2024-11-01T16:45:56.2051559Z adding 'torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py' 2024-11-01T16:45:56.2055979Z adding 'torch/_export/passes/replace_set_grad_with_hop_pass.py' 2024-11-01T16:45:56.2059722Z adding 'torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py' 2024-11-01T16:45:56.2064364Z adding 'torch/_export/passes/replace_with_hop_pass_util.py' 2024-11-01T16:45:56.2068084Z adding 'torch/_export/serde/__init__.py' 2024-11-01T16:45:56.2071202Z adding 'torch/_export/serde/aoti_schema.py' 2024-11-01T16:45:56.2076765Z adding 'torch/_export/serde/dynamic_shapes.py' 2024-11-01T16:45:56.2082091Z adding 'torch/_export/serde/schema.py' 2024-11-01T16:45:56.2086767Z adding 'torch/_export/serde/schema.yaml' 2024-11-01T16:45:56.2092198Z adding 'torch/_export/serde/schema_check.py' 2024-11-01T16:45:56.2132128Z adding 'torch/_export/serde/serialize.py' 2024-11-01T16:45:56.2138278Z adding 'torch/_export/serde/union.py' 2024-11-01T16:45:56.2142473Z adding 'torch/_functorch/__init__.py' 2024-11-01T16:45:56.2168777Z adding 'torch/_functorch/aot_autograd.py' 2024-11-01T16:45:56.2177595Z adding 'torch/_functorch/apis.py' 2024-11-01T16:45:56.2189105Z adding 'torch/_functorch/autograd_function.py' 2024-11-01T16:45:56.2192973Z adding 'torch/_functorch/batch_norm_replacement.py' 2024-11-01T16:45:56.2197365Z adding 'torch/_functorch/benchmark_utils.py' 2024-11-01T16:45:56.2201981Z adding 'torch/_functorch/compile_utils.py' 2024-11-01T16:45:56.2208395Z adding 'torch/_functorch/compilers.py' 2024-11-01T16:45:56.2214529Z adding 'torch/_functorch/config.py' 2024-11-01T16:45:56.2218827Z adding 'torch/_functorch/deprecated.py' 2024-11-01T16:45:56.2243854Z adding 'torch/_functorch/eager_transforms.py' 2024-11-01T16:45:56.2251014Z adding 'torch/_functorch/functional_call.py' 2024-11-01T16:45:56.2258399Z adding 'torch/_functorch/fx_minifier.py' 2024-11-01T16:45:56.2266895Z adding 'torch/_functorch/make_functional.py' 2024-11-01T16:45:56.2294963Z adding 'torch/_functorch/partitioners.py' 2024-11-01T16:45:56.2301799Z adding 'torch/_functorch/pyfunctorch.py' 2024-11-01T16:45:56.2305047Z adding 'torch/_functorch/python_key.py' 2024-11-01T16:45:56.2308105Z adding 'torch/_functorch/pytree_hacks.py' 2024-11-01T16:45:56.2316373Z adding 'torch/_functorch/top_operators_github_usage.py' 2024-11-01T16:45:56.2319951Z adding 'torch/_functorch/utils.py' 2024-11-01T16:45:56.2327882Z adding 'torch/_functorch/vmap.py' 2024-11-01T16:45:56.2332261Z adding 'torch/_functorch/_aot_autograd/__init__.py' 2024-11-01T16:45:56.2343921Z adding 'torch/_functorch/_aot_autograd/autograd_cache.py' 2024-11-01T16:45:56.2359777Z adding 'torch/_functorch/_aot_autograd/collect_metadata_analysis.py' 2024-11-01T16:45:56.2366401Z adding 'torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py' 2024-11-01T16:45:56.2375526Z adding 'torch/_functorch/_aot_autograd/functional_utils.py' 2024-11-01T16:45:56.2384474Z adding 'torch/_functorch/_aot_autograd/input_output_analysis.py' 2024-11-01T16:45:56.2397551Z adding 'torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py' 2024-11-01T16:45:56.2402403Z adding 'torch/_functorch/_aot_autograd/logging_utils.py' 2024-11-01T16:45:56.2435630Z adding 'torch/_functorch/_aot_autograd/runtime_wrappers.py' 2024-11-01T16:45:56.2453867Z adding 'torch/_functorch/_aot_autograd/schemas.py' 2024-11-01T16:45:56.2462534Z adding 'torch/_functorch/_aot_autograd/subclass_utils.py' 2024-11-01T16:45:56.2486079Z adding 'torch/_functorch/_aot_autograd/traced_function_transforms.py' 2024-11-01T16:45:56.2494872Z adding 'torch/_functorch/_aot_autograd/utils.py' 2024-11-01T16:45:56.2499610Z adding 'torch/_higher_order_ops/__init__.py' 2024-11-01T16:45:56.2506223Z adding 'torch/_higher_order_ops/associative_scan.py' 2024-11-01T16:45:56.2516625Z adding 'torch/_higher_order_ops/auto_functionalize.py' 2024-11-01T16:45:56.2526443Z adding 'torch/_higher_order_ops/cond.py' 2024-11-01T16:45:56.2532490Z adding 'torch/_higher_order_ops/effects.py' 2024-11-01T16:45:56.2537424Z adding 'torch/_higher_order_ops/executorch_call_delegate.py' 2024-11-01T16:45:56.2549032Z adding 'torch/_higher_order_ops/flex_attention.py' 2024-11-01T16:45:56.2554247Z adding 'torch/_higher_order_ops/hints_wrap.py' 2024-11-01T16:45:56.2559723Z adding 'torch/_higher_order_ops/invoke_subgraph.py' 2024-11-01T16:45:56.2565032Z adding 'torch/_higher_order_ops/map.py' 2024-11-01T16:45:56.2569691Z adding 'torch/_higher_order_ops/out_dtype.py' 2024-11-01T16:45:56.2573340Z adding 'torch/_higher_order_ops/run_const_graph.py' 2024-11-01T16:45:56.2581141Z adding 'torch/_higher_order_ops/scan.py' 2024-11-01T16:45:56.2585496Z adding 'torch/_higher_order_ops/strict_mode.py' 2024-11-01T16:45:56.2590108Z adding 'torch/_higher_order_ops/torchbind.py' 2024-11-01T16:45:56.2608783Z adding 'torch/_higher_order_ops/triton_kernel_wrap.py' 2024-11-01T16:45:56.2617866Z adding 'torch/_higher_order_ops/utils.py' 2024-11-01T16:45:56.2624438Z adding 'torch/_higher_order_ops/while_loop.py' 2024-11-01T16:45:56.2630469Z adding 'torch/_higher_order_ops/wrap.py' 2024-11-01T16:45:56.2637590Z adding 'torch/_inductor/__init__.py' 2024-11-01T16:45:56.2643208Z adding 'torch/_inductor/aoti_eager.py' 2024-11-01T16:45:56.2649322Z adding 'torch/_inductor/async_compile.py' 2024-11-01T16:45:56.2660203Z adding 'torch/_inductor/autotune_process.py' 2024-11-01T16:45:56.2668713Z adding 'torch/_inductor/bisect_helper.py' 2024-11-01T16:45:56.2673599Z adding 'torch/_inductor/bounds.py' 2024-11-01T16:45:56.2719944Z adding 'torch/_inductor/codecache.py' 2024-11-01T16:45:56.2727980Z adding 'torch/_inductor/comm_analysis.py' 2024-11-01T16:45:56.2733844Z adding 'torch/_inductor/comm_lowering.py' 2024-11-01T16:45:56.2745669Z adding 'torch/_inductor/comms.py' 2024-11-01T16:45:56.2771895Z adding 'torch/_inductor/compile_fx.py' 2024-11-01T16:45:56.2796965Z adding 'torch/_inductor/config.py' 2024-11-01T16:45:56.2804436Z adding 'torch/_inductor/constant_folding.py' 2024-11-01T16:45:56.2822150Z adding 'torch/_inductor/cpp_builder.py' 2024-11-01T16:45:56.2829677Z adding 'torch/_inductor/cpu_vec_isa.py' 2024-11-01T16:45:56.2867885Z adding 'torch/_inductor/cudagraph_trees.py' 2024-11-01T16:45:56.2875836Z adding 'torch/_inductor/cudagraph_utils.py' 2024-11-01T16:45:56.2879760Z adding 'torch/_inductor/custom_graph_pass.py' 2024-11-01T16:45:56.2888840Z adding 'torch/_inductor/debug.py' 2024-11-01T16:45:56.2901110Z adding 'torch/_inductor/decomposition.py' 2024-11-01T16:45:56.2912470Z adding 'torch/_inductor/dependencies.py' 2024-11-01T16:45:56.2916913Z adding 'torch/_inductor/exc.py' 2024-11-01T16:45:56.2920212Z adding 'torch/_inductor/extern_node_serializer.py' 2024-11-01T16:45:56.2925712Z adding 'torch/_inductor/freezing.py' 2024-11-01T16:45:56.2932129Z adding 'torch/_inductor/fx_utils.py' 2024-11-01T16:45:56.2964534Z adding 'torch/_inductor/graph.py' 2024-11-01T16:45:56.2969987Z adding 'torch/_inductor/hooks.py' 2024-11-01T16:45:56.2976178Z adding 'torch/_inductor/index_propagation.py' 2024-11-01T16:45:56.2981069Z adding 'torch/_inductor/inductor_prims.py' 2024-11-01T16:45:56.3064900Z adding 'torch/_inductor/ir.py' 2024-11-01T16:45:56.3075910Z adding 'torch/_inductor/jagged_lowerings.py' 2024-11-01T16:45:56.3085539Z adding 'torch/_inductor/loop_body.py' 2024-11-01T16:45:56.3157794Z adding 'torch/_inductor/lowering.py' 2024-11-01T16:45:56.3172198Z adding 'torch/_inductor/memory.py' 2024-11-01T16:45:56.3178795Z adding 'torch/_inductor/metrics.py' 2024-11-01T16:45:56.3189907Z adding 'torch/_inductor/mkldnn_ir.py' 2024-11-01T16:45:56.3200706Z adding 'torch/_inductor/mkldnn_lowerings.py' 2024-11-01T16:45:56.3212217Z adding 'torch/_inductor/ops_handler.py' 2024-11-01T16:45:56.3217042Z adding 'torch/_inductor/optimize_indexing.py' 2024-11-01T16:45:56.3243391Z adding 'torch/_inductor/pattern_matcher.py' 2024-11-01T16:45:56.3248777Z adding 'torch/_inductor/quantized_lowerings.py' 2024-11-01T16:45:56.3254452Z adding 'torch/_inductor/remote_cache.py' 2024-11-01T16:45:56.3306409Z adding 'torch/_inductor/scheduler.py' 2024-11-01T16:45:56.3332555Z adding 'torch/_inductor/select_algorithm.py' 2024-11-01T16:45:56.3346730Z adding 'torch/_inductor/sizevars.py' 2024-11-01T16:45:56.3351875Z adding 'torch/_inductor/subgraph_lowering.py' 2024-11-01T16:45:56.3355120Z adding 'torch/_inductor/test_case.py' 2024-11-01T16:45:56.3358260Z adding 'torch/_inductor/test_operators.py' 2024-11-01T16:45:56.3363158Z adding 'torch/_inductor/triton_bundler.py' 2024-11-01T16:45:56.3389716Z adding 'torch/_inductor/utils.py' 2024-11-01T16:45:56.3397163Z adding 'torch/_inductor/virtualized.py' 2024-11-01T16:45:56.3402885Z adding 'torch/_inductor/wrapper_benchmark.py' 2024-11-01T16:45:56.3406902Z adding 'torch/_inductor/autoheuristic/__init__.py' 2024-11-01T16:45:56.3412544Z adding 'torch/_inductor/autoheuristic/autoheuristic.py' 2024-11-01T16:45:56.3418294Z adding 'torch/_inductor/autoheuristic/autoheuristic_utils.py' 2024-11-01T16:45:56.3422602Z adding 'torch/_inductor/autoheuristic/learned_heuristic_controller.py' 2024-11-01T16:45:56.3426355Z adding 'torch/_inductor/autoheuristic/learnedheuristic_interface.py' 2024-11-01T16:45:56.3434718Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingA100.py' 2024-11-01T16:45:56.3443184Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingH100.py' 2024-11-01T16:45:56.3448175Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py' 2024-11-01T16:45:56.3452650Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMH100.py' 2024-11-01T16:45:56.3456653Z adding 'torch/_inductor/autoheuristic/artifacts/_PadMMA100.py' 2024-11-01T16:45:56.3459832Z adding 'torch/_inductor/autoheuristic/artifacts/__init__.py' 2024-11-01T16:45:56.3463991Z adding 'torch/_inductor/codegen/__init__.py' 2024-11-01T16:45:56.3467191Z adding 'torch/_inductor/codegen/aoti_hipify_utils.py' 2024-11-01T16:45:56.3495410Z adding 'torch/_inductor/codegen/common.py' 2024-11-01T16:45:56.3559895Z adding 'torch/_inductor/codegen/cpp.py' 2024-11-01T16:45:56.3580325Z adding 'torch/_inductor/codegen/cpp_gemm_template.py' 2024-11-01T16:45:56.3590841Z adding 'torch/_inductor/codegen/cpp_micro_gemm.py' 2024-11-01T16:45:56.3602264Z adding 'torch/_inductor/codegen/cpp_prefix.h' 2024-11-01T16:45:56.3607230Z adding 'torch/_inductor/codegen/cpp_template.py' 2024-11-01T16:45:56.3615033Z adding 'torch/_inductor/codegen/cpp_template_kernel.py' 2024-11-01T16:45:56.3628700Z adding 'torch/_inductor/codegen/cpp_utils.py' 2024-11-01T16:45:56.3659023Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu.py' 2024-11-01T16:45:56.3675896Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py' 2024-11-01T16:45:56.3684507Z adding 'torch/_inductor/codegen/cpp_wrapper_gpu.py' 2024-11-01T16:45:56.3687842Z adding 'torch/_inductor/codegen/cpu_device_op_overrides.py' 2024-11-01T16:45:56.3691485Z adding 'torch/_inductor/codegen/cuda_combined_scheduling.py' 2024-11-01T16:45:56.3696562Z adding 'torch/_inductor/codegen/debug_utils.py' 2024-11-01T16:45:56.3717760Z adding 'torch/_inductor/codegen/halide.py' 2024-11-01T16:45:56.3728754Z adding 'torch/_inductor/codegen/memory_planning.py' 2024-11-01T16:45:56.3736334Z adding 'torch/_inductor/codegen/multi_kernel.py' 2024-11-01T16:45:56.3761259Z adding 'torch/_inductor/codegen/simd.py' 2024-11-01T16:45:56.3767563Z adding 'torch/_inductor/codegen/simd_kernel_features.py' 2024-11-01T16:45:56.3815258Z adding 'torch/_inductor/codegen/triton.py' 2024-11-01T16:45:56.3833966Z adding 'torch/_inductor/codegen/triton_combo_kernel.py' 2024-11-01T16:45:56.3839308Z adding 'torch/_inductor/codegen/triton_split_scan.py' 2024-11-01T16:45:56.3843787Z adding 'torch/_inductor/codegen/triton_utils.py' 2024-11-01T16:45:56.3877001Z adding 'torch/_inductor/codegen/wrapper.py' 2024-11-01T16:45:56.3883653Z adding 'torch/_inductor/codegen/aoti_runtime/implementation.cpp' 2024-11-01T16:45:56.3888831Z adding 'torch/_inductor/codegen/aoti_runtime/interface.cpp' 2024-11-01T16:45:56.3892911Z adding 'torch/_inductor/codegen/cuda/__init__.py' 2024-11-01T16:45:56.3896977Z adding 'torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py' 2024-11-01T16:45:56.3900305Z adding 'torch/_inductor/codegen/cuda/cuda_env.py' 2024-11-01T16:45:56.3906756Z adding 'torch/_inductor/codegen/cuda/cuda_kernel.py' 2024-11-01T16:45:56.3912249Z adding 'torch/_inductor/codegen/cuda/cuda_template.py' 2024-11-01T16:45:56.3918137Z adding 'torch/_inductor/codegen/cuda/cutlass_epilogue_gen.py' 2024-11-01T16:45:56.3924400Z adding 'torch/_inductor/codegen/cuda/cutlass_utils.py' 2024-11-01T16:45:56.3929327Z adding 'torch/_inductor/codegen/cuda/device_op_overrides.py' 2024-11-01T16:45:56.3947172Z adding 'torch/_inductor/codegen/cuda/gemm_template.py' 2024-11-01T16:45:56.3952522Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py' 2024-11-01T16:45:56.3957262Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py' 2024-11-01T16:45:56.3961095Z adding 'torch/_inductor/codegen/rocm/__init__.py' 2024-11-01T16:45:56.3968965Z adding 'torch/_inductor/codegen/rocm/ck_conv_template.py' 2024-11-01T16:45:56.3973107Z adding 'torch/_inductor/codegen/rocm/ck_template.py' 2024-11-01T16:45:56.3980406Z adding 'torch/_inductor/codegen/rocm/ck_universal_gemm_template.py' 2024-11-01T16:45:56.3984786Z adding 'torch/_inductor/codegen/rocm/compile_command.py' 2024-11-01T16:45:56.3989164Z adding 'torch/_inductor/codegen/rocm/rocm_benchmark_request.py' 2024-11-01T16:45:56.3993333Z adding 'torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py' 2024-11-01T16:45:56.3998842Z adding 'torch/_inductor/codegen/rocm/rocm_kernel.py' 2024-11-01T16:45:56.4003664Z adding 'torch/_inductor/codegen/rocm/rocm_template.py' 2024-11-01T16:45:56.4007124Z adding 'torch/_inductor/codegen/rocm/rocm_template_buffer.py' 2024-11-01T16:45:56.4010725Z adding 'torch/_inductor/codegen/xpu/__init__.py' 2024-11-01T16:45:56.4013965Z adding 'torch/_inductor/codegen/xpu/device_op_overrides.py' 2024-11-01T16:45:56.4017531Z adding 'torch/_inductor/compile_worker/__init__.py' 2024-11-01T16:45:56.4020821Z adding 'torch/_inductor/compile_worker/__main__.py' 2024-11-01T16:45:56.4026688Z adding 'torch/_inductor/compile_worker/subproc_pool.py' 2024-11-01T16:45:56.4030485Z adding 'torch/_inductor/compile_worker/watchdog.py' 2024-11-01T16:45:56.4034426Z adding 'torch/_inductor/fx_passes/__init__.py' 2024-11-01T16:45:56.4043529Z adding 'torch/_inductor/fx_passes/b2b_gemm.py' 2024-11-01T16:45:56.4049556Z adding 'torch/_inductor/fx_passes/binary_folding.py' 2024-11-01T16:45:56.4058581Z adding 'torch/_inductor/fx_passes/ddp_fusion.py' 2024-11-01T16:45:56.4063075Z adding 'torch/_inductor/fx_passes/decompose_mem_bound_mm.py' 2024-11-01T16:45:56.4066914Z adding 'torch/_inductor/fx_passes/dedupe_symint_uses.py' 2024-11-01T16:45:56.4072656Z adding 'torch/_inductor/fx_passes/efficient_conv_bn_eval.py' 2024-11-01T16:45:56.4077596Z adding 'torch/_inductor/fx_passes/freezing_patterns.py' 2024-11-01T16:45:56.4086374Z adding 'torch/_inductor/fx_passes/fuse_attention.py' 2024-11-01T16:45:56.4102710Z adding 'torch/_inductor/fx_passes/group_batch_fusion.py' 2024-11-01T16:45:56.4113662Z adding 'torch/_inductor/fx_passes/joint_graph.py' 2024-11-01T16:45:56.4125107Z adding 'torch/_inductor/fx_passes/micro_pipeline_tp.py' 2024-11-01T16:45:56.4130456Z adding 'torch/_inductor/fx_passes/misc_patterns.py' 2024-11-01T16:45:56.4144976Z adding 'torch/_inductor/fx_passes/mkldnn_fusion.py' 2024-11-01T16:45:56.4150912Z adding 'torch/_inductor/fx_passes/numeric_utils.py' 2024-11-01T16:45:56.4160959Z adding 'torch/_inductor/fx_passes/pad_mm.py' 2024-11-01T16:45:56.4176869Z adding 'torch/_inductor/fx_passes/post_grad.py' 2024-11-01T16:45:56.4187253Z adding 'torch/_inductor/fx_passes/pre_grad.py' 2024-11-01T16:45:56.4212379Z adding 'torch/_inductor/fx_passes/quantization.py' 2024-11-01T16:45:56.4225493Z adding 'torch/_inductor/fx_passes/reinplace.py' 2024-11-01T16:45:56.4230239Z adding 'torch/_inductor/fx_passes/replace_random.py' 2024-11-01T16:45:56.4260451Z adding 'torch/_inductor/fx_passes/split_cat.py' 2024-11-01T16:45:56.4267224Z adding 'torch/_inductor/fx_passes/serialized_patterns/__init__.py' 2024-11-01T16:45:56.4271533Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py' 2024-11-01T16:45:56.4276258Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py' 2024-11-01T16:45:56.4280827Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py' 2024-11-01T16:45:56.4285594Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py' 2024-11-01T16:45:56.4289705Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py' 2024-11-01T16:45:56.4294445Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py' 2024-11-01T16:45:56.4299025Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py' 2024-11-01T16:45:56.4305426Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py' 2024-11-01T16:45:56.4311160Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py' 2024-11-01T16:45:56.4317018Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py' 2024-11-01T16:45:56.4322108Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py' 2024-11-01T16:45:56.4326507Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py' 2024-11-01T16:45:56.4330975Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py' 2024-11-01T16:45:56.4338447Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py' 2024-11-01T16:45:56.4343378Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py' 2024-11-01T16:45:56.4352926Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py' 2024-11-01T16:45:56.4353725Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py' 2024-11-01T16:45:56.4356980Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py' 2024-11-01T16:45:56.4361654Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py' 2024-11-01T16:45:56.4365350Z adding 'torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py' 2024-11-01T16:45:56.4368567Z adding 'torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py' 2024-11-01T16:45:56.4371749Z adding 'torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py' 2024-11-01T16:45:56.4375448Z adding 'torch/_inductor/kernel/__init__.py' 2024-11-01T16:45:56.4380246Z adding 'torch/_inductor/kernel/bmm.py' 2024-11-01T16:45:56.4388176Z adding 'torch/_inductor/kernel/conv.py' 2024-11-01T16:45:56.4409368Z adding 'torch/_inductor/kernel/flex_attention.py' 2024-11-01T16:45:56.4419360Z adding 'torch/_inductor/kernel/flex_decoding.py' 2024-11-01T16:45:56.4429155Z adding 'torch/_inductor/kernel/mm.py' 2024-11-01T16:45:56.4436559Z adding 'torch/_inductor/kernel/mm_common.py' 2024-11-01T16:45:56.4441742Z adding 'torch/_inductor/kernel/mm_plus_mm.py' 2024-11-01T16:45:56.4447211Z adding 'torch/_inductor/kernel/mm_scaled.py' 2024-11-01T16:45:56.4451228Z adding 'torch/_inductor/kernel/unpack_mixed_mm.py' 2024-11-01T16:45:56.4454876Z adding 'torch/_inductor/package/__init__.py' 2024-11-01T16:45:56.4457844Z adding 'torch/_inductor/package/build_package.py' 2024-11-01T16:45:56.4462488Z adding 'torch/_inductor/package/package.py' 2024-11-01T16:45:56.4465830Z adding 'torch/_inductor/package/pt2_archive_constants.py' 2024-11-01T16:45:56.4469558Z adding 'torch/_inductor/runtime/__init__.py' 2024-11-01T16:45:56.4476775Z adding 'torch/_inductor/runtime/autotune_cache.py' 2024-11-01T16:45:56.4481928Z adding 'torch/_inductor/runtime/benchmarking.py' 2024-11-01T16:45:56.4485381Z adding 'torch/_inductor/runtime/cache_dir_utils.py' 2024-11-01T16:45:56.4488973Z adding 'torch/_inductor/runtime/compile_tasks.py' 2024-11-01T16:45:56.4494438Z adding 'torch/_inductor/runtime/coordinate_descent_tuner.py' 2024-11-01T16:45:56.4498351Z adding 'torch/_inductor/runtime/halide_helpers.py' 2024-11-01T16:45:56.4502794Z adding 'torch/_inductor/runtime/hints.py' 2024-11-01T16:45:56.4507026Z adding 'torch/_inductor/runtime/runtime_utils.py' 2024-11-01T16:45:56.4515383Z adding 'torch/_inductor/runtime/triton_helpers.py' 2024-11-01T16:45:56.4540162Z adding 'torch/_inductor/runtime/triton_heuristics.py' 2024-11-01T16:45:56.4546213Z adding 'torch/_lazy/__init__.py' 2024-11-01T16:45:56.4550615Z adding 'torch/_lazy/closure.py' 2024-11-01T16:45:56.4553959Z adding 'torch/_lazy/computation.py' 2024-11-01T16:45:56.4557317Z adding 'torch/_lazy/config.py' 2024-11-01T16:45:56.4560066Z adding 'torch/_lazy/debug.py' 2024-11-01T16:45:56.4563077Z adding 'torch/_lazy/device_context.py' 2024-11-01T16:45:56.4568401Z adding 'torch/_lazy/extract_compiled_graph.py' 2024-11-01T16:45:56.4571765Z adding 'torch/_lazy/ir_cache.py' 2024-11-01T16:45:56.4574732Z adding 'torch/_lazy/metrics.py' 2024-11-01T16:45:56.4578075Z adding 'torch/_lazy/tensor_factory_functions.py' 2024-11-01T16:45:56.4580934Z adding 'torch/_lazy/ts_backend.py' 2024-11-01T16:45:56.4584978Z adding 'torch/_library/__init__.py' 2024-11-01T16:45:56.4589812Z adding 'torch/_library/autograd.py' 2024-11-01T16:45:56.4601358Z adding 'torch/_library/custom_ops.py' 2024-11-01T16:45:56.4608303Z adding 'torch/_library/fake_class_registry.py' 2024-11-01T16:45:56.4613545Z adding 'torch/_library/fake_impl.py' 2024-11-01T16:45:56.4619809Z adding 'torch/_library/infer_schema.py' 2024-11-01T16:45:56.4624196Z adding 'torch/_library/simple_registry.py' 2024-11-01T16:45:56.4630269Z adding 'torch/_library/triton.py' 2024-11-01T16:45:56.4638441Z adding 'torch/_library/utils.py' 2024-11-01T16:45:56.4642967Z adding 'torch/_logging/__init__.py' 2024-11-01T16:45:56.4660401Z adding 'torch/_logging/_internal.py' 2024-11-01T16:45:56.4665960Z adding 'torch/_logging/_registrations.py' 2024-11-01T16:45:56.4669674Z adding 'torch/_logging/scribe.py' 2024-11-01T16:45:56.4673219Z adding 'torch/_logging/structured.py' 2024-11-01T16:45:56.4677234Z adding 'torch/_numpy/__init__.py' 2024-11-01T16:45:56.4680659Z adding 'torch/_numpy/_binary_ufuncs_impl.py' 2024-11-01T16:45:56.4686664Z adding 'torch/_numpy/_casting_dicts.py' 2024-11-01T16:45:56.4693443Z adding 'torch/_numpy/_dtypes.py' 2024-11-01T16:45:56.4698210Z adding 'torch/_numpy/_dtypes_impl.py' 2024-11-01T16:45:56.4701820Z adding 'torch/_numpy/_funcs.py' 2024-11-01T16:45:56.4723363Z adding 'torch/_numpy/_funcs_impl.py' 2024-11-01T16:45:56.4727716Z adding 'torch/_numpy/_getlimits.py' 2024-11-01T16:45:56.4734811Z adding 'torch/_numpy/_ndarray.py' 2024-11-01T16:45:56.4740154Z adding 'torch/_numpy/_normalizations.py' 2024-11-01T16:45:56.4745706Z adding 'torch/_numpy/_reductions_impl.py' 2024-11-01T16:45:56.4750697Z adding 'torch/_numpy/_ufuncs.py' 2024-11-01T16:45:56.4754186Z adding 'torch/_numpy/_unary_ufuncs_impl.py' 2024-11-01T16:45:56.4759225Z adding 'torch/_numpy/_util.py' 2024-11-01T16:45:56.4762759Z adding 'torch/_numpy/fft.py' 2024-11-01T16:45:56.4766825Z adding 'torch/_numpy/linalg.py' 2024-11-01T16:45:56.4770999Z adding 'torch/_numpy/random.py' 2024-11-01T16:45:56.4775001Z adding 'torch/_numpy/testing/__init__.py' 2024-11-01T16:45:56.4801321Z adding 'torch/_numpy/testing/utils.py' 2024-11-01T16:45:56.4829093Z adding 'torch/_prims/__init__.py' 2024-11-01T16:45:56.4835315Z adding 'torch/_prims/context.py' 2024-11-01T16:45:56.4838878Z adding 'torch/_prims/debug_prims.py' 2024-11-01T16:45:56.4842253Z adding 'torch/_prims/executor.py' 2024-11-01T16:45:56.4847462Z adding 'torch/_prims/rng_prims.py' 2024-11-01T16:45:56.4873764Z adding 'torch/_prims_common/__init__.py' 2024-11-01T16:45:56.4882857Z adding 'torch/_prims_common/wrappers.py' 2024-11-01T16:45:56.4955144Z adding 'torch/_refs/__init__.py' 2024-11-01T16:45:56.4963620Z adding 'torch/_refs/_conversions.py' 2024-11-01T16:45:56.4969973Z adding 'torch/_refs/fft.py' 2024-11-01T16:45:56.4976662Z adding 'torch/_refs/linalg/__init__.py' 2024-11-01T16:45:56.4980569Z adding 'torch/_refs/nn/__init__.py' 2024-11-01T16:45:56.4994936Z adding 'torch/_refs/nn/functional/__init__.py' 2024-11-01T16:45:56.5001220Z adding 'torch/_refs/special/__init__.py' 2024-11-01T16:45:56.5005378Z adding 'torch/_strobelight/__init__.py' 2024-11-01T16:45:56.5010442Z adding 'torch/_strobelight/cli_function_profiler.py' 2024-11-01T16:45:56.5015426Z adding 'torch/_strobelight/compile_time_profiler.py' 2024-11-01T16:45:56.5020509Z adding 'torch/_subclasses/__init__.py' 2024-11-01T16:45:56.5025612Z adding 'torch/_subclasses/_fake_tensor_utils.py' 2024-11-01T16:45:56.5038467Z adding 'torch/_subclasses/fake_impls.py' 2024-11-01T16:45:56.5080243Z adding 'torch/_subclasses/fake_tensor.py' 2024-11-01T16:45:56.5087828Z adding 'torch/_subclasses/fake_utils.py' 2024-11-01T16:45:56.5101062Z adding 'torch/_subclasses/functional_tensor.py' 2024-11-01T16:45:56.5128462Z adding 'torch/_subclasses/meta_utils.py' 2024-11-01T16:45:56.5135656Z adding 'torch/_subclasses/schema_check_mode.py' 2024-11-01T16:45:56.5140042Z adding 'torch/_vendor/__init__.py' 2024-11-01T16:45:56.5144432Z adding 'torch/_vendor/packaging/__init__.py' 2024-11-01T16:45:56.5148057Z adding 'torch/_vendor/packaging/_structures.py' 2024-11-01T16:45:56.5155119Z adding 'torch/_vendor/packaging/version.py' 2024-11-01T16:45:56.5160300Z adding 'torch/accelerator/__init__.py' 2024-11-01T16:45:56.5163555Z adding 'torch/accelerator/_utils.py' 2024-11-01T16:45:56.5167474Z adding 'torch/amp/__init__.py' 2024-11-01T16:45:56.5175957Z adding 'torch/amp/autocast_mode.py' 2024-11-01T16:45:56.5188204Z adding 'torch/amp/grad_scaler.py' 2024-11-01T16:45:56.5192894Z adding 'torch/ao/__init__.py' 2024-11-01T16:45:56.5196700Z adding 'torch/ao/nn/__init__.py' 2024-11-01T16:45:56.5200855Z adding 'torch/ao/nn/intrinsic/__init__.py' 2024-11-01T16:45:56.5204633Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2024-11-01T16:45:56.5208689Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2024-11-01T16:45:56.5212369Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2024-11-01T16:45:56.5216121Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2024-11-01T16:45:56.5224620Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2024-11-01T16:45:56.5230595Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2024-11-01T16:45:56.5234367Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2024-11-01T16:45:56.5238110Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2024-11-01T16:45:56.5241699Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2024-11-01T16:45:56.5245415Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2024-11-01T16:45:56.5248837Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2024-11-01T16:45:56.5252890Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2024-11-01T16:45:56.5256289Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2024-11-01T16:45:56.5260028Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_add.py' 2024-11-01T16:45:56.5264112Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2024-11-01T16:45:56.5268519Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2024-11-01T16:45:56.5272216Z adding 'torch/ao/nn/qat/__init__.py' 2024-11-01T16:45:56.5275730Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2024-11-01T16:45:56.5279504Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2024-11-01T16:45:56.5282730Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2024-11-01T16:45:56.5286572Z adding 'torch/ao/nn/qat/modules/__init__.py' 2024-11-01T16:45:56.5290967Z adding 'torch/ao/nn/qat/modules/conv.py' 2024-11-01T16:45:56.5295354Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2024-11-01T16:45:56.5299231Z adding 'torch/ao/nn/qat/modules/linear.py' 2024-11-01T16:45:56.5302869Z adding 'torch/ao/nn/quantizable/__init__.py' 2024-11-01T16:45:56.5306447Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2024-11-01T16:45:56.5314591Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2024-11-01T16:45:56.5322284Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2024-11-01T16:45:56.5326449Z adding 'torch/ao/nn/quantized/__init__.py' 2024-11-01T16:45:56.5334750Z adding 'torch/ao/nn/quantized/functional.py' 2024-11-01T16:45:56.5339083Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2024-11-01T16:45:56.5342814Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2024-11-01T16:45:56.5347742Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2024-11-01T16:45:56.5352761Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2024-11-01T16:45:56.5366683Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2024-11-01T16:45:56.5372857Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2024-11-01T16:45:56.5377975Z adding 'torch/ao/nn/quantized/modules/activation.py' 2024-11-01T16:45:56.5381984Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2024-11-01T16:45:56.5392092Z adding 'torch/ao/nn/quantized/modules/conv.py' 2024-11-01T16:45:56.5396452Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2024-11-01T16:45:56.5401818Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2024-11-01T16:45:56.5406519Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2024-11-01T16:45:56.5412647Z adding 'torch/ao/nn/quantized/modules/linear.py' 2024-11-01T16:45:56.5416986Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2024-11-01T16:45:56.5420616Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2024-11-01T16:45:56.5424747Z adding 'torch/ao/nn/quantized/modules/utils.py' 2024-11-01T16:45:56.5428699Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2024-11-01T16:45:56.5432543Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2024-11-01T16:45:56.5437069Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2024-11-01T16:45:56.5440993Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2024-11-01T16:45:56.5449638Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2024-11-01T16:45:56.5453404Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2024-11-01T16:45:56.5458748Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2024-11-01T16:45:56.5462729Z adding 'torch/ao/nn/sparse/__init__.py' 2024-11-01T16:45:56.5466393Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2024-11-01T16:45:56.5471111Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2024-11-01T16:45:56.5474656Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2024-11-01T16:45:56.5478314Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2024-11-01T16:45:56.5482834Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2024-11-01T16:45:56.5486590Z adding 'torch/ao/ns/__init__.py' 2024-11-01T16:45:56.5493835Z adding 'torch/ao/ns/_numeric_suite.py' 2024-11-01T16:45:56.5507481Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2024-11-01T16:45:56.5512306Z adding 'torch/ao/ns/fx/__init__.py' 2024-11-01T16:45:56.5520054Z adding 'torch/ao/ns/fx/graph_matcher.py' 2024-11-01T16:45:56.5534448Z adding 'torch/ao/ns/fx/graph_passes.py' 2024-11-01T16:45:56.5541599Z adding 'torch/ao/ns/fx/mappings.py' 2024-11-01T16:45:56.5559634Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2024-11-01T16:45:56.5564467Z adding 'torch/ao/ns/fx/ns_types.py' 2024-11-01T16:45:56.5569395Z adding 'torch/ao/ns/fx/pattern_utils.py' 2024-11-01T16:45:56.5574597Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2024-11-01T16:45:56.5582673Z adding 'torch/ao/ns/fx/utils.py' 2024-11-01T16:45:56.5588547Z adding 'torch/ao/ns/fx/weight_utils.py' 2024-11-01T16:45:56.5592818Z adding 'torch/ao/pruning/__init__.py' 2024-11-01T16:45:56.5596012Z adding 'torch/ao/pruning/_mappings.py' 2024-11-01T16:45:56.5600399Z adding 'torch/ao/pruning/_experimental/__init__.py' 2024-11-01T16:45:56.5604651Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2024-11-01T16:45:56.5613644Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2024-11-01T16:45:56.5618360Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2024-11-01T16:45:56.5623862Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2024-11-01T16:45:56.5628486Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2024-11-01T16:45:56.5635424Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2024-11-01T16:45:56.5640692Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2024-11-01T16:45:56.5645192Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2024-11-01T16:45:56.5649218Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2024-11-01T16:45:56.5653194Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2024-11-01T16:45:56.5656546Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2024-11-01T16:45:56.5660728Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2024-11-01T16:45:56.5665681Z adding 'torch/ao/pruning/_experimental/pruner/FPGM_pruner.py' 2024-11-01T16:45:56.5668856Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2024-11-01T16:45:56.5674104Z adding 'torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py' 2024-11-01T16:45:56.5677913Z adding 'torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py' 2024-11-01T16:45:56.5681547Z adding 'torch/ao/pruning/_experimental/pruner/match_utils.py' 2024-11-01T16:45:56.5685270Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2024-11-01T16:45:56.5692288Z adding 'torch/ao/pruning/_experimental/pruner/prune_functions.py' 2024-11-01T16:45:56.5696141Z adding 'torch/ao/pruning/_experimental/pruner/saliency_pruner.py' 2024-11-01T16:45:56.5699800Z adding 'torch/ao/pruning/scheduler/__init__.py' 2024-11-01T16:45:56.5704284Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2024-11-01T16:45:56.5708542Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2024-11-01T16:45:56.5712510Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2024-11-01T16:45:56.5716247Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2024-11-01T16:45:56.5722472Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2024-11-01T16:45:56.5726514Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2024-11-01T16:45:56.5730723Z adding 'torch/ao/pruning/sparsifier/utils.py' 2024-11-01T16:45:56.5735925Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2024-11-01T16:45:56.5741482Z adding 'torch/ao/quantization/__init__.py' 2024-11-01T16:45:56.5746004Z adding 'torch/ao/quantization/_correct_bias.py' 2024-11-01T16:45:56.5751559Z adding 'torch/ao/quantization/_equalize.py' 2024-11-01T16:45:56.5756377Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2024-11-01T16:45:56.5764676Z adding 'torch/ao/quantization/fake_quantize.py' 2024-11-01T16:45:56.5769830Z adding 'torch/ao/quantization/fuse_modules.py' 2024-11-01T16:45:56.5774722Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2024-11-01T16:45:56.5795911Z adding 'torch/ao/quantization/observer.py' 2024-11-01T16:45:56.5805709Z adding 'torch/ao/quantization/qconfig.py' 2024-11-01T16:45:56.5812142Z adding 'torch/ao/quantization/qconfig_mapping.py' 2024-11-01T16:45:56.5815609Z adding 'torch/ao/quantization/quant_type.py' 2024-11-01T16:45:56.5821107Z adding 'torch/ao/quantization/quantization_mappings.py' 2024-11-01T16:45:56.5832140Z adding 'torch/ao/quantization/quantize.py' 2024-11-01T16:45:56.5842426Z adding 'torch/ao/quantization/quantize_fx.py' 2024-11-01T16:45:56.5849216Z adding 'torch/ao/quantization/quantize_jit.py' 2024-11-01T16:45:56.5854560Z adding 'torch/ao/quantization/quantize_pt2e.py' 2024-11-01T16:45:56.5858218Z adding 'torch/ao/quantization/stubs.py' 2024-11-01T16:45:56.5869047Z adding 'torch/ao/quantization/utils.py' 2024-11-01T16:45:56.5873801Z adding 'torch/ao/quantization/backend_config/__init__.py' 2024-11-01T16:45:56.5881631Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2024-11-01T16:45:56.5886327Z adding 'torch/ao/quantization/backend_config/_qnnpack_pt2e.py' 2024-11-01T16:45:56.5896478Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2024-11-01T16:45:56.5902772Z adding 'torch/ao/quantization/backend_config/executorch.py' 2024-11-01T16:45:56.5906797Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2024-11-01T16:45:56.5910929Z adding 'torch/ao/quantization/backend_config/native.py' 2024-11-01T16:45:56.5914234Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2024-11-01T16:45:56.5919926Z adding 'torch/ao/quantization/backend_config/onednn.py' 2024-11-01T16:45:56.5924344Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2024-11-01T16:45:56.5927887Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2024-11-01T16:45:56.5933595Z adding 'torch/ao/quantization/backend_config/utils.py' 2024-11-01T16:45:56.5937469Z adding 'torch/ao/quantization/backend_config/x86.py' 2024-11-01T16:45:56.5941491Z adding 'torch/ao/quantization/fx/__init__.py' 2024-11-01T16:45:56.5951945Z adding 'torch/ao/quantization/fx/_decomposed.py' 2024-11-01T16:45:56.5966462Z adding 'torch/ao/quantization/fx/_equalize.py' 2024-11-01T16:45:56.5983720Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2024-11-01T16:45:56.6004902Z adding 'torch/ao/quantization/fx/convert.py' 2024-11-01T16:45:56.6012701Z adding 'torch/ao/quantization/fx/custom_config.py' 2024-11-01T16:45:56.6017995Z adding 'torch/ao/quantization/fx/fuse.py' 2024-11-01T16:45:56.6022409Z adding 'torch/ao/quantization/fx/fuse_handler.py' 2024-11-01T16:45:56.6026773Z adding 'torch/ao/quantization/fx/graph_module.py' 2024-11-01T16:45:56.6030157Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2024-11-01T16:45:56.6033581Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2024-11-01T16:45:56.6038747Z adding 'torch/ao/quantization/fx/lstm_utils.py' 2024-11-01T16:45:56.6044116Z adding 'torch/ao/quantization/fx/match_utils.py' 2024-11-01T16:45:56.6048198Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2024-11-01T16:45:56.6079360Z adding 'torch/ao/quantization/fx/prepare.py' 2024-11-01T16:45:56.6088011Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2024-11-01T16:45:56.6092947Z adding 'torch/ao/quantization/fx/quantize_handler.py' 2024-11-01T16:45:56.6096614Z adding 'torch/ao/quantization/fx/tracer.py' 2024-11-01T16:45:56.6110358Z adding 'torch/ao/quantization/fx/utils.py' 2024-11-01T16:45:56.6115226Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2024-11-01T16:45:56.6139163Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2024-11-01T16:45:56.6152512Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2024-11-01T16:45:56.6159151Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2024-11-01T16:45:56.6171188Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2024-11-01T16:45:56.6175796Z adding 'torch/ao/quantization/pt2e/__init__.py' 2024-11-01T16:45:56.6181218Z adding 'torch/ao/quantization/pt2e/_numeric_debugger.py' 2024-11-01T16:45:56.6185059Z adding 'torch/ao/quantization/pt2e/duplicate_dq_pass.py' 2024-11-01T16:45:56.6189975Z adding 'torch/ao/quantization/pt2e/export_utils.py' 2024-11-01T16:45:56.6194025Z adding 'torch/ao/quantization/pt2e/graph_utils.py' 2024-11-01T16:45:56.6199183Z adding 'torch/ao/quantization/pt2e/port_metadata_pass.py' 2024-11-01T16:45:56.6208387Z adding 'torch/ao/quantization/pt2e/prepare.py' 2024-11-01T16:45:56.6221066Z adding 'torch/ao/quantization/pt2e/qat_utils.py' 2024-11-01T16:45:56.6230917Z adding 'torch/ao/quantization/pt2e/utils.py' 2024-11-01T16:45:56.6235293Z adding 'torch/ao/quantization/pt2e/representation/__init__.py' 2024-11-01T16:45:56.6243169Z adding 'torch/ao/quantization/pt2e/representation/rewrite.py' 2024-11-01T16:45:56.6247691Z adding 'torch/ao/quantization/quantizer/__init__.py' 2024-11-01T16:45:56.6251348Z adding 'torch/ao/quantization/quantizer/composable_quantizer.py' 2024-11-01T16:45:56.6255119Z adding 'torch/ao/quantization/quantizer/embedding_quantizer.py' 2024-11-01T16:45:56.6259532Z adding 'torch/ao/quantization/quantizer/quantizer.py' 2024-11-01T16:45:56.6263701Z adding 'torch/ao/quantization/quantizer/utils.py' 2024-11-01T16:45:56.6280517Z adding 'torch/ao/quantization/quantizer/x86_inductor_quantizer.py' 2024-11-01T16:45:56.6288455Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer.py' 2024-11-01T16:45:56.6300122Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py' 2024-11-01T16:45:56.6313283Z adding 'torch/autograd/__init__.py' 2024-11-01T16:45:56.6318035Z adding 'torch/autograd/anomaly_mode.py' 2024-11-01T16:45:56.6322815Z adding 'torch/autograd/forward_ad.py' 2024-11-01T16:45:56.6334997Z adding 'torch/autograd/function.py' 2024-11-01T16:45:56.6351266Z adding 'torch/autograd/functional.py' 2024-11-01T16:45:56.6357960Z adding 'torch/autograd/grad_mode.py' 2024-11-01T16:45:56.6390489Z adding 'torch/autograd/gradcheck.py' 2024-11-01T16:45:56.6403855Z adding 'torch/autograd/graph.py' 2024-11-01T16:45:56.6421071Z adding 'torch/autograd/profiler.py' 2024-11-01T16:45:56.6428068Z adding 'torch/autograd/profiler_legacy.py' 2024-11-01T16:45:56.6442341Z adding 'torch/autograd/profiler_util.py' 2024-11-01T16:45:56.6446347Z adding 'torch/autograd/variable.py' 2024-11-01T16:45:56.6449928Z adding 'torch/autograd/_functions/__init__.py' 2024-11-01T16:45:56.6453273Z adding 'torch/autograd/_functions/tensor.py' 2024-11-01T16:45:56.6456735Z adding 'torch/autograd/_functions/utils.py' 2024-11-01T16:45:56.6461325Z adding 'torch/backends/__init__.py' 2024-11-01T16:45:56.6464736Z adding 'torch/backends/_coreml/__init__.py' 2024-11-01T16:45:56.6468740Z adding 'torch/backends/_coreml/preprocess.py' 2024-11-01T16:45:56.6472765Z adding 'torch/backends/_nnapi/__init__.py' 2024-11-01T16:45:56.6477037Z adding 'torch/backends/_nnapi/prepare.py' 2024-11-01T16:45:56.6500889Z adding 'torch/backends/_nnapi/serializer.py' 2024-11-01T16:45:56.6506884Z adding 'torch/backends/cpu/__init__.py' 2024-11-01T16:45:56.6513843Z adding 'torch/backends/cuda/__init__.py' 2024-11-01T16:45:56.6519423Z adding 'torch/backends/cudnn/__init__.py' 2024-11-01T16:45:56.6523187Z adding 'torch/backends/cudnn/rnn.py' 2024-11-01T16:45:56.6527128Z adding 'torch/backends/cusparselt/__init__.py' 2024-11-01T16:45:56.6530924Z adding 'torch/backends/mha/__init__.py' 2024-11-01T16:45:56.6535033Z adding 'torch/backends/mkl/__init__.py' 2024-11-01T16:45:56.6539449Z adding 'torch/backends/mkldnn/__init__.py' 2024-11-01T16:45:56.6543470Z adding 'torch/backends/mps/__init__.py' 2024-11-01T16:45:56.6547342Z adding 'torch/backends/nnpack/__init__.py' 2024-11-01T16:45:56.6551079Z adding 'torch/backends/openmp/__init__.py' 2024-11-01T16:45:56.6555505Z adding 'torch/backends/opt_einsum/__init__.py' 2024-11-01T16:45:56.6559707Z adding 'torch/backends/quantized/__init__.py' 2024-11-01T16:45:56.6563334Z adding 'torch/backends/xeon/__init__.py' 2024-11-01T16:45:56.6575229Z adding 'torch/backends/xeon/run_cpu.py' 2024-11-01T16:45:56.6579951Z adding 'torch/backends/xnnpack/__init__.py' 2024-11-01T16:45:56.6777937Z adding 'torch/bin/FileStoreTest.exe' 2024-11-01T16:45:56.6989377Z adding 'torch/bin/TCPStoreTest.exe' 2024-11-01T16:45:56.7205727Z adding 'torch/bin/asmjit.dll' 2024-11-01T16:45:56.8727676Z adding 'torch/bin/fbgemm.dll' 2024-11-01T16:45:57.0272614Z adding 'torch/bin/protoc.exe' 2024-11-01T16:45:57.4692166Z adding 'torch/bin/test_api.exe' 2024-11-01T16:45:57.5109026Z adding 'torch/bin/test_edge_op_registration.exe' 2024-11-01T16:45:57.7668067Z adding 'torch/bin/test_jit.exe' 2024-11-01T16:45:57.8830460Z adding 'torch/bin/test_lazy.exe' 2024-11-01T16:45:58.1975386Z adding 'torch/bin/test_tensorexpr.exe' 2024-11-01T16:45:58.2180664Z adding 'torch/bin/tutorial_tensorexpr.exe' 2024-11-01T16:45:58.2191861Z adding 'torch/compiler/__init__.py' 2024-11-01T16:45:58.2196097Z adding 'torch/contrib/__init__.py' 2024-11-01T16:45:58.2200602Z adding 'torch/contrib/_tensorboard_vis.py' 2024-11-01T16:45:58.2205411Z adding 'torch/cpu/__init__.py' 2024-11-01T16:45:58.2214045Z adding 'torch/cpu/amp/__init__.py' 2024-11-01T16:45:58.2214824Z adding 'torch/cpu/amp/autocast_mode.py' 2024-11-01T16:45:58.2217610Z adding 'torch/cpu/amp/grad_scaler.py' 2024-11-01T16:45:58.2237040Z adding 'torch/cuda/__init__.py' 2024-11-01T16:45:58.2241564Z adding 'torch/cuda/_gpu_trace.py' 2024-11-01T16:45:58.2251226Z adding 'torch/cuda/_memory_viz.py' 2024-11-01T16:45:58.2260343Z adding 'torch/cuda/_sanitizer.py' 2024-11-01T16:45:58.2264275Z adding 'torch/cuda/_utils.py' 2024-11-01T16:45:58.2267230Z adding 'torch/cuda/comm.py' 2024-11-01T16:45:58.2270273Z adding 'torch/cuda/error.py' 2024-11-01T16:45:58.2273900Z adding 'torch/cuda/gds.py' 2024-11-01T16:45:58.2282811Z adding 'torch/cuda/graphs.py' 2024-11-01T16:45:58.2288040Z adding 'torch/cuda/jiterator.py' 2024-11-01T16:45:58.2302624Z adding 'torch/cuda/memory.py' 2024-11-01T16:45:58.2307518Z adding 'torch/cuda/nccl.py' 2024-11-01T16:45:58.2311294Z adding 'torch/cuda/nvtx.py' 2024-11-01T16:45:58.2314888Z adding 'torch/cuda/profiler.py' 2024-11-01T16:45:58.2318811Z adding 'torch/cuda/random.py' 2024-11-01T16:45:58.2321822Z adding 'torch/cuda/sparse.py' 2024-11-01T16:45:58.2326536Z adding 'torch/cuda/streams.py' 2024-11-01T16:45:58.2332836Z adding 'torch/cuda/tunable.py' 2024-11-01T16:45:58.2336942Z adding 'torch/cuda/amp/__init__.py' 2024-11-01T16:45:58.2340428Z adding 'torch/cuda/amp/autocast_mode.py' 2024-11-01T16:45:58.2343436Z adding 'torch/cuda/amp/common.py' 2024-11-01T16:45:58.2346557Z adding 'torch/cuda/amp/grad_scaler.py' 2024-11-01T16:45:58.2352241Z adding 'torch/distributed/__init__.py' 2024-11-01T16:45:58.2356008Z adding 'torch/distributed/_checkpointable.py' 2024-11-01T16:45:58.2359318Z adding 'torch/distributed/_composable_state.py' 2024-11-01T16:45:58.2376009Z adding 'torch/distributed/_functional_collectives.py' 2024-11-01T16:45:58.2380535Z adding 'torch/distributed/_functional_collectives_impl.py' 2024-11-01T16:45:58.2390682Z adding 'torch/distributed/_state_dict_utils.py' 2024-11-01T16:45:58.2395032Z adding 'torch/distributed/argparse_util.py' 2024-11-01T16:45:58.2398837Z adding 'torch/distributed/c10d_logger.py' 2024-11-01T16:45:58.2404203Z adding 'torch/distributed/collective_utils.py' 2024-11-01T16:45:58.2407580Z adding 'torch/distributed/constants.py' 2024-11-01T16:45:58.2423644Z adding 'torch/distributed/device_mesh.py' 2024-11-01T16:45:58.2491765Z adding 'torch/distributed/distributed_c10d.py' 2024-11-01T16:45:58.2501465Z adding 'torch/distributed/launch.py' 2024-11-01T16:45:58.2504891Z adding 'torch/distributed/logging_handlers.py' 2024-11-01T16:45:58.2508907Z adding 'torch/distributed/remote_device.py' 2024-11-01T16:45:58.2514402Z adding 'torch/distributed/rendezvous.py' 2024-11-01T16:45:58.2527951Z adding 'torch/distributed/run.py' 2024-11-01T16:45:58.2535085Z adding 'torch/distributed/utils.py' 2024-11-01T16:45:58.2539860Z adding 'torch/distributed/_composable/__init__.py' 2024-11-01T16:45:58.2544022Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2024-11-01T16:45:58.2549279Z adding 'torch/distributed/_composable/contract.py' 2024-11-01T16:45:58.2553836Z adding 'torch/distributed/_composable/fully_shard.py' 2024-11-01T16:45:58.2559433Z adding 'torch/distributed/_composable/replicate.py' 2024-11-01T16:45:58.2563423Z adding 'torch/distributed/_composable/fsdp/__init__.py' 2024-11-01T16:45:58.2567373Z adding 'torch/distributed/_composable/fsdp/_fsdp_api.py' 2024-11-01T16:45:58.2575889Z adding 'torch/distributed/_composable/fsdp/_fsdp_collectives.py' 2024-11-01T16:45:58.2580678Z adding 'torch/distributed/_composable/fsdp/_fsdp_common.py' 2024-11-01T16:45:58.2585654Z adding 'torch/distributed/_composable/fsdp/_fsdp_init.py' 2024-11-01T16:45:58.2600399Z adding 'torch/distributed/_composable/fsdp/_fsdp_param.py' 2024-11-01T16:45:58.2612480Z adding 'torch/distributed/_composable/fsdp/_fsdp_param_group.py' 2024-11-01T16:45:58.2619999Z adding 'torch/distributed/_composable/fsdp/_fsdp_state.py' 2024-11-01T16:45:58.2629217Z adding 'torch/distributed/_composable/fsdp/fully_shard.py' 2024-11-01T16:45:58.2633571Z adding 'torch/distributed/_shard/__init__.py' 2024-11-01T16:45:58.2636740Z adding 'torch/distributed/_shard/_utils.py' 2024-11-01T16:45:58.2642549Z adding 'torch/distributed/_shard/api.py' 2024-11-01T16:45:58.2646456Z adding 'torch/distributed/_shard/common_op_utils.py' 2024-11-01T16:45:58.2650209Z adding 'torch/distributed/_shard/metadata.py' 2024-11-01T16:45:58.2653471Z adding 'torch/distributed/_shard/op_registry_utils.py' 2024-11-01T16:45:58.2656569Z adding 'torch/distributed/_shard/sharder.py' 2024-11-01T16:45:58.2660796Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2024-11-01T16:45:58.2664623Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2024-11-01T16:45:58.2668544Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2024-11-01T16:45:58.2676002Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2024-11-01T16:45:58.2693043Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2024-11-01T16:45:58.2697529Z adding 'torch/distributed/_shard/sharded_tensor/logger.py' 2024-11-01T16:45:58.2700663Z adding 'torch/distributed/_shard/sharded_tensor/logging_handlers.py' 2024-11-01T16:45:58.2704144Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2024-11-01T16:45:58.2709296Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2024-11-01T16:45:58.2713245Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2024-11-01T16:45:58.2718254Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2024-11-01T16:45:58.2722435Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2024-11-01T16:45:58.2726293Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2024-11-01T16:45:58.2729904Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2024-11-01T16:45:58.2734116Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2024-11-01T16:45:58.2737259Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2024-11-01T16:45:58.2741733Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2024-11-01T16:45:58.2745535Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2024-11-01T16:45:58.2749426Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2024-11-01T16:45:58.2753291Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2024-11-01T16:45:58.2758258Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2024-11-01T16:45:58.2763808Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2024-11-01T16:45:58.2769285Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2024-11-01T16:45:58.2774737Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2024-11-01T16:45:58.2780889Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2024-11-01T16:45:58.2786802Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2024-11-01T16:45:58.2794572Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2024-11-01T16:45:58.2798661Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2024-11-01T16:45:58.2802447Z adding 'torch/distributed/_sharding_spec/__init__.py' 2024-11-01T16:45:58.2817929Z adding 'torch/distributed/_symmetric_memory/__init__.py' 2024-11-01T16:45:58.2822964Z adding 'torch/distributed/_tensor/__init__.py' 2024-11-01T16:45:58.2825974Z adding 'torch/distributed/_tensor/api.py' 2024-11-01T16:45:58.2828993Z adding 'torch/distributed/_tensor/placement_types.py' 2024-11-01T16:45:58.2832794Z adding 'torch/distributed/_tools/__init__.py' 2024-11-01T16:45:58.2841356Z adding 'torch/distributed/_tools/fsdp2_mem_tracker.py' 2024-11-01T16:45:58.2847305Z adding 'torch/distributed/_tools/ilp_utils.py' 2024-11-01T16:45:58.2862101Z adding 'torch/distributed/_tools/mem_tracker.py' 2024-11-01T16:45:58.2868491Z adding 'torch/distributed/_tools/memory_tracker.py' 2024-11-01T16:45:58.2874037Z adding 'torch/distributed/_tools/mod_tracker.py' 2024-11-01T16:45:58.2882350Z adding 'torch/distributed/_tools/runtime_estimator.py' 2024-11-01T16:45:58.2897762Z adding 'torch/distributed/_tools/sac_estimator.py' 2024-11-01T16:45:58.2904384Z adding 'torch/distributed/_tools/sac_ilp.py' 2024-11-01T16:45:58.2908453Z adding 'torch/distributed/algorithms/__init__.py' 2024-11-01T16:45:58.2915133Z adding 'torch/distributed/algorithms/join.py' 2024-11-01T16:45:58.2919042Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2024-11-01T16:45:58.2924853Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2024-11-01T16:45:58.2928894Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2024-11-01T16:45:58.2933260Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2024-11-01T16:45:58.2937045Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2024-11-01T16:45:58.2940836Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2024-11-01T16:45:58.2944459Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2024-11-01T16:45:58.2948434Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2024-11-01T16:45:58.2953301Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2024-11-01T16:45:58.2960743Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2024-11-01T16:45:58.2964543Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2024-11-01T16:45:58.2968927Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2024-11-01T16:45:58.2973088Z adding 'torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py' 2024-11-01T16:45:58.2977496Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2024-11-01T16:45:58.2981985Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2024-11-01T16:45:58.2995820Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2024-11-01T16:45:58.3001202Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2024-11-01T16:45:58.3005107Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2024-11-01T16:45:58.3009293Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2024-11-01T16:45:58.3014671Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2024-11-01T16:45:58.3018529Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2024-11-01T16:45:58.3022648Z adding 'torch/distributed/autograd/__init__.py' 2024-11-01T16:45:58.3026793Z adding 'torch/distributed/checkpoint/__init__.py' 2024-11-01T16:45:58.3030581Z adding 'torch/distributed/checkpoint/_checkpointer.py' 2024-11-01T16:45:58.3034283Z adding 'torch/distributed/checkpoint/_dedup_save_plans.py' 2024-11-01T16:45:58.3037789Z adding 'torch/distributed/checkpoint/_dedup_tensors.py' 2024-11-01T16:45:58.3042018Z adding 'torch/distributed/checkpoint/_fsspec_filesystem.py' 2024-11-01T16:45:58.3045685Z adding 'torch/distributed/checkpoint/_nested_dict.py' 2024-11-01T16:45:58.3049697Z adding 'torch/distributed/checkpoint/_sharded_tensor_utils.py' 2024-11-01T16:45:58.3052986Z adding 'torch/distributed/checkpoint/_storage_utils.py' 2024-11-01T16:45:58.3057352Z adding 'torch/distributed/checkpoint/_traverse.py' 2024-11-01T16:45:58.3060437Z adding 'torch/distributed/checkpoint/_version.py' 2024-11-01T16:45:58.3063725Z adding 'torch/distributed/checkpoint/api.py' 2024-11-01T16:45:58.3071741Z adding 'torch/distributed/checkpoint/default_planner.py' 2024-11-01T16:45:58.3081612Z adding 'torch/distributed/checkpoint/filesystem.py' 2024-11-01T16:45:58.3087479Z adding 'torch/distributed/checkpoint/format_utils.py' 2024-11-01T16:45:58.3091350Z adding 'torch/distributed/checkpoint/logger.py' 2024-11-01T16:45:58.3094450Z adding 'torch/distributed/checkpoint/logging_handlers.py' 2024-11-01T16:45:58.3098552Z adding 'torch/distributed/checkpoint/metadata.py' 2024-11-01T16:45:58.3104711Z adding 'torch/distributed/checkpoint/optimizer.py' 2024-11-01T16:45:58.3111597Z adding 'torch/distributed/checkpoint/planner.py' 2024-11-01T16:45:58.3117853Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2024-11-01T16:45:58.3121629Z adding 'torch/distributed/checkpoint/resharding.py' 2024-11-01T16:45:58.3125824Z adding 'torch/distributed/checkpoint/staging.py' 2024-11-01T16:45:58.3142634Z adding 'torch/distributed/checkpoint/state_dict.py' 2024-11-01T16:45:58.3149619Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2024-11-01T16:45:58.3155745Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2024-11-01T16:45:58.3159260Z adding 'torch/distributed/checkpoint/stateful.py' 2024-11-01T16:45:58.3163945Z adding 'torch/distributed/checkpoint/storage.py' 2024-11-01T16:45:58.3170265Z adding 'torch/distributed/checkpoint/utils.py' 2024-11-01T16:45:58.3175679Z adding 'torch/distributed/elastic/__init__.py' 2024-11-01T16:45:58.3178954Z adding 'torch/distributed/elastic/control_plane.py' 2024-11-01T16:45:58.3182700Z adding 'torch/distributed/elastic/agent/__init__.py' 2024-11-01T16:45:58.3186924Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2024-11-01T16:45:58.3201491Z adding 'torch/distributed/elastic/agent/server/api.py' 2024-11-01T16:45:58.3206005Z adding 'torch/distributed/elastic/agent/server/health_check_server.py' 2024-11-01T16:45:58.3212947Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2024-11-01T16:45:58.3218535Z adding 'torch/distributed/elastic/events/__init__.py' 2024-11-01T16:45:58.3222532Z adding 'torch/distributed/elastic/events/api.py' 2024-11-01T16:45:58.3225862Z adding 'torch/distributed/elastic/events/handlers.py' 2024-11-01T16:45:58.3231100Z adding 'torch/distributed/elastic/metrics/__init__.py' 2024-11-01T16:45:58.3235757Z adding 'torch/distributed/elastic/metrics/api.py' 2024-11-01T16:45:58.3242386Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2024-11-01T16:45:58.3256333Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2024-11-01T16:45:58.3261704Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2024-11-01T16:45:58.3266744Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2024-11-01T16:45:58.3275300Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2024-11-01T16:45:58.3280528Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2024-11-01T16:45:58.3284007Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2024-11-01T16:45:58.3287911Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py' 2024-11-01T16:45:58.3291253Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py' 2024-11-01T16:45:58.3295087Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py' 2024-11-01T16:45:58.3300435Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2024-11-01T16:45:58.3306771Z adding 'torch/distributed/elastic/rendezvous/api.py' 2024-11-01T16:45:58.3312922Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2024-11-01T16:45:58.3328448Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2024-11-01T16:45:58.3344296Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2024-11-01T16:45:58.3350103Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2024-11-01T16:45:58.3355494Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2024-11-01T16:45:58.3360553Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2024-11-01T16:45:58.3364290Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2024-11-01T16:45:58.3368272Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2024-11-01T16:45:58.3373327Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2024-11-01T16:45:58.3377816Z adding 'torch/distributed/elastic/timer/__init__.py' 2024-11-01T16:45:58.3383279Z adding 'torch/distributed/elastic/timer/api.py' 2024-11-01T16:45:58.3386783Z adding 'torch/distributed/elastic/timer/debug_info_logging.py' 2024-11-01T16:45:58.3393596Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2024-11-01T16:45:58.3397924Z adding 'torch/distributed/elastic/timer/local_timer.py' 2024-11-01T16:45:58.3401929Z adding 'torch/distributed/elastic/utils/__init__.py' 2024-11-01T16:45:58.3405324Z adding 'torch/distributed/elastic/utils/api.py' 2024-11-01T16:45:58.3409915Z adding 'torch/distributed/elastic/utils/distributed.py' 2024-11-01T16:45:58.3413143Z adding 'torch/distributed/elastic/utils/log_level.py' 2024-11-01T16:45:58.3416805Z adding 'torch/distributed/elastic/utils/logging.py' 2024-11-01T16:45:58.3421589Z adding 'torch/distributed/elastic/utils/store.py' 2024-11-01T16:45:58.3425565Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2024-11-01T16:45:58.3428902Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2024-11-01T16:45:58.3432675Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2024-11-01T16:45:58.3436649Z adding 'torch/distributed/fsdp/__init__.py' 2024-11-01T16:45:58.3446132Z adding 'torch/distributed/fsdp/_common_utils.py' 2024-11-01T16:45:58.3451081Z adding 'torch/distributed/fsdp/_debug_utils.py' 2024-11-01T16:45:58.3455004Z adding 'torch/distributed/fsdp/_dynamo_utils.py' 2024-11-01T16:45:58.3461457Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2024-11-01T16:45:58.3503679Z adding 'torch/distributed/fsdp/_flat_param.py' 2024-11-01T16:45:58.3510486Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2024-11-01T16:45:58.3527531Z adding 'torch/distributed/fsdp/_init_utils.py' 2024-11-01T16:45:58.3532047Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2024-11-01T16:45:58.3564311Z adding 'torch/distributed/fsdp/_optim_utils.py' 2024-11-01T16:45:58.3590467Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2024-11-01T16:45:58.3596039Z adding 'torch/distributed/fsdp/_shard_utils.py' 2024-11-01T16:45:58.3607582Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2024-11-01T16:45:58.3613928Z adding 'torch/distributed/fsdp/_trace_utils.py' 2024-11-01T16:45:58.3618399Z adding 'torch/distributed/fsdp/_traversal_utils.py' 2024-11-01T16:45:58.3624122Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2024-11-01T16:45:58.3630129Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2024-11-01T16:45:58.3638361Z adding 'torch/distributed/fsdp/api.py' 2024-11-01T16:45:58.3672000Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2024-11-01T16:45:58.3681146Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2024-11-01T16:45:58.3690790Z adding 'torch/distributed/fsdp/wrap.py' 2024-11-01T16:45:58.3695248Z adding 'torch/distributed/launcher/__init__.py' 2024-11-01T16:45:58.3700957Z adding 'torch/distributed/launcher/api.py' 2024-11-01T16:45:58.3705096Z adding 'torch/distributed/nn/__init__.py' 2024-11-01T16:45:58.3711331Z adding 'torch/distributed/nn/functional.py' 2024-11-01T16:45:58.3715408Z adding 'torch/distributed/nn/api/__init__.py' 2024-11-01T16:45:58.3725593Z adding 'torch/distributed/nn/api/remote_module.py' 2024-11-01T16:45:58.3730026Z adding 'torch/distributed/nn/jit/__init__.py' 2024-11-01T16:45:58.3734267Z adding 'torch/distributed/nn/jit/instantiator.py' 2024-11-01T16:45:58.3738014Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2024-11-01T16:45:58.3742417Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2024-11-01T16:45:58.3747339Z adding 'torch/distributed/optim/__init__.py' 2024-11-01T16:45:58.3752328Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2024-11-01T16:45:58.3756282Z adding 'torch/distributed/optim/functional_adadelta.py' 2024-11-01T16:45:58.3760465Z adding 'torch/distributed/optim/functional_adagrad.py' 2024-11-01T16:45:58.3765039Z adding 'torch/distributed/optim/functional_adam.py' 2024-11-01T16:45:58.3769275Z adding 'torch/distributed/optim/functional_adamax.py' 2024-11-01T16:45:58.3773735Z adding 'torch/distributed/optim/functional_adamw.py' 2024-11-01T16:45:58.3778046Z adding 'torch/distributed/optim/functional_rmsprop.py' 2024-11-01T16:45:58.3781908Z adding 'torch/distributed/optim/functional_rprop.py' 2024-11-01T16:45:58.3786241Z adding 'torch/distributed/optim/functional_sgd.py' 2024-11-01T16:45:58.3792675Z adding 'torch/distributed/optim/named_optimizer.py' 2024-11-01T16:45:58.3798521Z adding 'torch/distributed/optim/optimizer.py' 2024-11-01T16:45:58.3802963Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2024-11-01T16:45:58.3806411Z adding 'torch/distributed/optim/utils.py' 2024-11-01T16:45:58.3831620Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2024-11-01T16:45:58.3836905Z adding 'torch/distributed/optim/zero_redundancy_optimizer.pyi' 2024-11-01T16:45:58.3856713Z adding 'torch/distributed/pipelining/_IR.py' 2024-11-01T16:45:58.3860963Z adding 'torch/distributed/pipelining/__init__.py' 2024-11-01T16:45:58.3868026Z adding 'torch/distributed/pipelining/_backward.py' 2024-11-01T16:45:58.3871579Z adding 'torch/distributed/pipelining/_debug.py' 2024-11-01T16:45:58.3874704Z adding 'torch/distributed/pipelining/_unflatten.py' 2024-11-01T16:45:58.3878154Z adding 'torch/distributed/pipelining/_utils.py' 2024-11-01T16:45:58.3885474Z adding 'torch/distributed/pipelining/microbatch.py' 2024-11-01T16:45:58.3918148Z adding 'torch/distributed/pipelining/schedules.py' 2024-11-01T16:45:58.3948732Z adding 'torch/distributed/pipelining/stage.py' 2024-11-01T16:45:58.3957493Z adding 'torch/distributed/rpc/__init__.py' 2024-11-01T16:45:58.3961633Z adding 'torch/distributed/rpc/_utils.py' 2024-11-01T16:45:58.3974847Z adding 'torch/distributed/rpc/api.py' 2024-11-01T16:45:58.3983915Z adding 'torch/distributed/rpc/backend_registry.py' 2024-11-01T16:45:58.3987981Z adding 'torch/distributed/rpc/constants.py' 2024-11-01T16:45:58.3992853Z adding 'torch/distributed/rpc/functions.py' 2024-11-01T16:45:58.3999197Z adding 'torch/distributed/rpc/internal.py' 2024-11-01T16:45:58.4004826Z adding 'torch/distributed/rpc/options.py' 2024-11-01T16:45:58.4009286Z adding 'torch/distributed/rpc/rref_proxy.py' 2024-11-01T16:45:58.4014849Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2024-11-01T16:45:58.4019487Z adding 'torch/distributed/rpc/_testing/__init__.py' 2024-11-01T16:45:58.4023108Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2024-11-01T16:45:58.4027931Z adding 'torch/distributed/tensor/__init__.py' 2024-11-01T16:45:58.4045716Z adding 'torch/distributed/tensor/_api.py' 2024-11-01T16:45:58.4054403Z adding 'torch/distributed/tensor/_collective_utils.py' 2024-11-01T16:45:58.4064382Z adding 'torch/distributed/tensor/_dispatch.py' 2024-11-01T16:45:58.4071141Z adding 'torch/distributed/tensor/_dtensor_spec.py' 2024-11-01T16:45:58.4079753Z adding 'torch/distributed/tensor/_op_schema.py' 2024-11-01T16:45:58.4087631Z adding 'torch/distributed/tensor/_random.py' 2024-11-01T16:45:58.4095030Z adding 'torch/distributed/tensor/_redistribute.py' 2024-11-01T16:45:58.4104411Z adding 'torch/distributed/tensor/_sharding_prop.py' 2024-11-01T16:45:58.4111000Z adding 'torch/distributed/tensor/_shards_wrapper.py' 2024-11-01T16:45:58.4116577Z adding 'torch/distributed/tensor/_tp_conv.py' 2024-11-01T16:45:58.4123642Z adding 'torch/distributed/tensor/_utils.py' 2024-11-01T16:45:58.4127628Z adding 'torch/distributed/tensor/device_mesh.py' 2024-11-01T16:45:58.4137283Z adding 'torch/distributed/tensor/placement_types.py' 2024-11-01T16:45:58.4142462Z adding 'torch/distributed/tensor/_ops/__init__.py' 2024-11-01T16:45:58.4149336Z adding 'torch/distributed/tensor/_ops/_common_rules.py' 2024-11-01T16:45:58.4153987Z adding 'torch/distributed/tensor/_ops/_conv_ops.py' 2024-11-01T16:45:58.4159153Z adding 'torch/distributed/tensor/_ops/_einsum_strategy.py' 2024-11-01T16:45:58.4165133Z adding 'torch/distributed/tensor/_ops/_embedding_ops.py' 2024-11-01T16:45:58.4169275Z adding 'torch/distributed/tensor/_ops/_experimental_ops.py' 2024-11-01T16:45:58.4181780Z adding 'torch/distributed/tensor/_ops/_math_ops.py' 2024-11-01T16:45:58.4189291Z adding 'torch/distributed/tensor/_ops/_matrix_ops.py' 2024-11-01T16:45:58.4197460Z adding 'torch/distributed/tensor/_ops/_pointwise_ops.py' 2024-11-01T16:45:58.4202006Z adding 'torch/distributed/tensor/_ops/_random_ops.py' 2024-11-01T16:45:58.4213594Z adding 'torch/distributed/tensor/_ops/_tensor_ops.py' 2024-11-01T16:45:58.4224901Z adding 'torch/distributed/tensor/_ops/_view_ops.py' 2024-11-01T16:45:58.4231574Z adding 'torch/distributed/tensor/_ops/utils.py' 2024-11-01T16:45:58.4236056Z adding 'torch/distributed/tensor/debug/__init__.py' 2024-11-01T16:45:58.4246035Z adding 'torch/distributed/tensor/debug/_comm_mode.py' 2024-11-01T16:45:58.4250634Z adding 'torch/distributed/tensor/debug/_op_coverage.py' 2024-11-01T16:45:58.4255481Z adding 'torch/distributed/tensor/debug/_visualize_sharding.py' 2024-11-01T16:45:58.4260554Z adding 'torch/distributed/tensor/experimental/__init__.py' 2024-11-01T16:45:58.4275870Z adding 'torch/distributed/tensor/experimental/_attention.py' 2024-11-01T16:45:58.4282539Z adding 'torch/distributed/tensor/experimental/_func_map.py' 2024-11-01T16:45:58.4287478Z adding 'torch/distributed/tensor/experimental/_register_sharding.py' 2024-11-01T16:45:58.4296074Z adding 'torch/distributed/tensor/experimental/_tp_transform.py' 2024-11-01T16:45:58.4300589Z adding 'torch/distributed/tensor/parallel/__init__.py' 2024-11-01T16:45:58.4304057Z adding 'torch/distributed/tensor/parallel/_data_parallel_utils.py' 2024-11-01T16:45:58.4307666Z adding 'torch/distributed/tensor/parallel/_utils.py' 2024-11-01T16:45:58.4312298Z adding 'torch/distributed/tensor/parallel/api.py' 2024-11-01T16:45:58.4316425Z adding 'torch/distributed/tensor/parallel/ddp.py' 2024-11-01T16:45:58.4322845Z adding 'torch/distributed/tensor/parallel/fsdp.py' 2024-11-01T16:45:58.4327118Z adding 'torch/distributed/tensor/parallel/input_reshard.py' 2024-11-01T16:45:58.4334125Z adding 'torch/distributed/tensor/parallel/loss.py' 2024-11-01T16:45:58.4343279Z adding 'torch/distributed/tensor/parallel/style.py' 2024-11-01T16:45:58.4350878Z adding 'torch/distributions/__init__.py' 2024-11-01T16:45:58.4355049Z adding 'torch/distributions/bernoulli.py' 2024-11-01T16:45:58.4358857Z adding 'torch/distributions/beta.py' 2024-11-01T16:45:58.4363332Z adding 'torch/distributions/binomial.py' 2024-11-01T16:45:58.4367855Z adding 'torch/distributions/categorical.py' 2024-11-01T16:45:58.4371677Z adding 'torch/distributions/cauchy.py' 2024-11-01T16:45:58.4374964Z adding 'torch/distributions/chi2.py' 2024-11-01T16:45:58.4380008Z adding 'torch/distributions/constraint_registry.py' 2024-11-01T16:45:58.4387199Z adding 'torch/distributions/constraints.py' 2024-11-01T16:45:58.4393187Z adding 'torch/distributions/continuous_bernoulli.py' 2024-11-01T16:45:58.4397397Z adding 'torch/distributions/dirichlet.py' 2024-11-01T16:45:58.4403181Z adding 'torch/distributions/distribution.py' 2024-11-01T16:45:58.4407044Z adding 'torch/distributions/exp_family.py' 2024-11-01T16:45:58.4410674Z adding 'torch/distributions/exponential.py' 2024-11-01T16:45:58.4414570Z adding 'torch/distributions/fishersnedecor.py' 2024-11-01T16:45:58.4418345Z adding 'torch/distributions/gamma.py' 2024-11-01T16:45:58.4422546Z adding 'torch/distributions/geometric.py' 2024-11-01T16:45:58.4426263Z adding 'torch/distributions/gumbel.py' 2024-11-01T16:45:58.4429935Z adding 'torch/distributions/half_cauchy.py' 2024-11-01T16:45:58.4433417Z adding 'torch/distributions/half_normal.py' 2024-11-01T16:45:58.4437359Z adding 'torch/distributions/independent.py' 2024-11-01T16:45:58.4441029Z adding 'torch/distributions/inverse_gamma.py' 2024-11-01T16:45:58.4451292Z adding 'torch/distributions/kl.py' 2024-11-01T16:45:58.4455781Z adding 'torch/distributions/kumaraswamy.py' 2024-11-01T16:45:58.4459619Z adding 'torch/distributions/laplace.py' 2024-11-01T16:45:58.4464393Z adding 'torch/distributions/lkj_cholesky.py' 2024-11-01T16:45:58.4468019Z adding 'torch/distributions/log_normal.py' 2024-11-01T16:45:58.4471681Z adding 'torch/distributions/logistic_normal.py' 2024-11-01T16:45:58.4476887Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2024-11-01T16:45:58.4481861Z adding 'torch/distributions/mixture_same_family.py' 2024-11-01T16:45:58.4486382Z adding 'torch/distributions/multinomial.py' 2024-11-01T16:45:58.4491949Z adding 'torch/distributions/multivariate_normal.py' 2024-11-01T16:45:58.4496256Z adding 'torch/distributions/negative_binomial.py' 2024-11-01T16:45:58.4500098Z adding 'torch/distributions/normal.py' 2024-11-01T16:45:58.4504253Z adding 'torch/distributions/one_hot_categorical.py' 2024-11-01T16:45:58.4507838Z adding 'torch/distributions/pareto.py' 2024-11-01T16:45:58.4511411Z adding 'torch/distributions/poisson.py' 2024-11-01T16:45:58.4515705Z adding 'torch/distributions/relaxed_bernoulli.py' 2024-11-01T16:45:58.4519969Z adding 'torch/distributions/relaxed_categorical.py' 2024-11-01T16:45:58.4523919Z adding 'torch/distributions/studentT.py' 2024-11-01T16:45:58.4528843Z adding 'torch/distributions/transformed_distribution.py' 2024-11-01T16:45:58.4541737Z adding 'torch/distributions/transforms.py' 2024-11-01T16:45:58.4546418Z adding 'torch/distributions/uniform.py' 2024-11-01T16:45:58.4553406Z adding 'torch/distributions/utils.py' 2024-11-01T16:45:58.4560070Z adding 'torch/distributions/von_mises.py' 2024-11-01T16:45:58.4563514Z adding 'torch/distributions/weibull.py' 2024-11-01T16:45:58.4570201Z adding 'torch/distributions/wishart.py' 2024-11-01T16:45:58.4581115Z adding 'torch/export/__init__.py' 2024-11-01T16:45:58.4588314Z adding 'torch/export/_draft_export.py' 2024-11-01T16:45:58.4592752Z adding 'torch/export/_remove_auto_functionalized_pass.py' 2024-11-01T16:45:58.4597803Z adding 'torch/export/_remove_effect_tokens_pass.py' 2024-11-01T16:45:58.4601541Z adding 'torch/export/_safeguard.py' 2024-11-01T16:45:58.4609882Z adding 'torch/export/_swap.py' 2024-11-01T16:45:58.4639029Z adding 'torch/export/_trace.py' 2024-11-01T16:45:58.4645000Z adding 'torch/export/_tree_utils.py' 2024-11-01T16:45:58.4652250Z adding 'torch/export/_unlift.py' 2024-11-01T16:45:58.4655870Z adding 'torch/export/custom_obj.py' 2024-11-01T16:45:58.4660831Z adding 'torch/export/decomp_utils.py' 2024-11-01T16:45:58.4678657Z adding 'torch/export/dynamic_shapes.py' 2024-11-01T16:45:58.4699888Z adding 'torch/export/exported_program.py' 2024-11-01T16:45:58.4709439Z adding 'torch/export/graph_signature.py' 2024-11-01T16:45:58.4735423Z adding 'torch/export/unflatten.py' 2024-11-01T16:45:58.4742176Z adding 'torch/export/experimental/__init__.py' 2024-11-01T16:45:58.4749026Z adding 'torch/export/passes/__init__.py' 2024-11-01T16:45:58.4766638Z adding 'torch/fft/__init__.py' 2024-11-01T16:45:58.4772409Z adding 'torch/func/__init__.py' 2024-11-01T16:45:58.4781056Z adding 'torch/futures/__init__.py' 2024-11-01T16:45:58.4787290Z adding 'torch/fx/__init__.py' 2024-11-01T16:45:58.4791065Z adding 'torch/fx/_compatibility.py' 2024-11-01T16:45:58.4795892Z adding 'torch/fx/_lazy_graph_module.py' 2024-11-01T16:45:58.4800645Z adding 'torch/fx/_pytree.py' 2024-11-01T16:45:58.4820460Z adding 'torch/fx/_symbolic_trace.py' 2024-11-01T16:45:58.4824934Z adding 'torch/fx/_utils.py' 2024-11-01T16:45:58.4828214Z adding 'torch/fx/annotate.py' 2024-11-01T16:45:58.4831371Z adding 'torch/fx/config.py' 2024-11-01T16:45:58.4859982Z adding 'torch/fx/graph.py' 2024-11-01T16:45:58.4876971Z adding 'torch/fx/graph_module.py' 2024-11-01T16:45:58.4881573Z adding 'torch/fx/immutable_collections.py' 2024-11-01T16:45:58.4889522Z adding 'torch/fx/interpreter.py' 2024-11-01T16:45:58.4904278Z adding 'torch/fx/node.py' 2024-11-01T16:45:58.4913944Z adding 'torch/fx/operator_schemas.py' 2024-11-01T16:45:58.4924741Z adding 'torch/fx/proxy.py' 2024-11-01T16:45:58.4932813Z adding 'torch/fx/subgraph_rewriter.py' 2024-11-01T16:45:58.4936594Z adding 'torch/fx/tensor_type.py' 2024-11-01T16:45:58.4940298Z adding 'torch/fx/traceback.py' 2024-11-01T16:45:58.4944712Z adding 'torch/fx/experimental/__init__.py' 2024-11-01T16:45:58.4947765Z adding 'torch/fx/experimental/_backward_state.py' 2024-11-01T16:45:58.4951722Z adding 'torch/fx/experimental/_config.py' 2024-11-01T16:45:58.4968083Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2024-11-01T16:45:58.4975165Z adding 'torch/fx/experimental/const_fold.py' 2024-11-01T16:45:58.4978660Z adding 'torch/fx/experimental/debug.py' 2024-11-01T16:45:58.4990126Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2024-11-01T16:45:58.4995619Z adding 'torch/fx/experimental/merge_matmul.py' 2024-11-01T16:45:58.5001439Z adding 'torch/fx/experimental/meta_tracer.py' 2024-11-01T16:45:58.5006089Z adding 'torch/fx/experimental/normalize.py' 2024-11-01T16:45:58.5013722Z adding 'torch/fx/experimental/optimization.py' 2024-11-01T16:45:58.5020348Z adding 'torch/fx/experimental/partitioner_utils.py' 2024-11-01T16:45:58.5053362Z adding 'torch/fx/experimental/proxy_tensor.py' 2024-11-01T16:45:58.5065042Z adding 'torch/fx/experimental/recording.py' 2024-11-01T16:45:58.5069447Z adding 'torch/fx/experimental/refinement_types.py' 2024-11-01T16:45:58.5074358Z adding 'torch/fx/experimental/rewriter.py' 2024-11-01T16:45:58.5079275Z adding 'torch/fx/experimental/schema_type_annotation.py' 2024-11-01T16:45:58.5098485Z adding 'torch/fx/experimental/sym_node.py' 2024-11-01T16:45:58.5214721Z adding 'torch/fx/experimental/symbolic_shapes.py' 2024-11-01T16:45:58.5225824Z adding 'torch/fx/experimental/unify_refinements.py' 2024-11-01T16:45:58.5239012Z adding 'torch/fx/experimental/validator.py' 2024-11-01T16:45:58.5246377Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2024-11-01T16:45:58.5255591Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2024-11-01T16:45:58.5273423Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2024-11-01T16:45:58.5289566Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2024-11-01T16:45:58.5293545Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2024-11-01T16:45:58.5300407Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2024-11-01T16:45:58.5304188Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2024-11-01T16:45:58.5307416Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2024-11-01T16:45:58.5312814Z adding 'torch/fx/experimental/unification/__init__.py' 2024-11-01T16:45:58.5316865Z adding 'torch/fx/experimental/unification/core.py' 2024-11-01T16:45:58.5319995Z adding 'torch/fx/experimental/unification/dispatch.py' 2024-11-01T16:45:58.5323804Z adding 'torch/fx/experimental/unification/match.py' 2024-11-01T16:45:58.5327548Z adding 'torch/fx/experimental/unification/more.py' 2024-11-01T16:45:58.5333227Z adding 'torch/fx/experimental/unification/unification_tools.py' 2024-11-01T16:45:58.5337271Z adding 'torch/fx/experimental/unification/utils.py' 2024-11-01T16:45:58.5340934Z adding 'torch/fx/experimental/unification/variable.py' 2024-11-01T16:45:58.5345608Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2024-11-01T16:45:58.5349773Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2024-11-01T16:45:58.5353572Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2024-11-01T16:45:58.5360254Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2024-11-01T16:45:58.5364659Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2024-11-01T16:45:58.5368525Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2024-11-01T16:45:58.5372570Z adding 'torch/fx/passes/__init__.py' 2024-11-01T16:45:58.5378367Z adding 'torch/fx/passes/_tensorify_python_scalars.py' 2024-11-01T16:45:58.5382070Z adding 'torch/fx/passes/annotate_getitem_nodes.py' 2024-11-01T16:45:58.5385736Z adding 'torch/fx/passes/fake_tensor_prop.py' 2024-11-01T16:45:58.5392930Z adding 'torch/fx/passes/graph_drawer.py' 2024-11-01T16:45:58.5398118Z adding 'torch/fx/passes/graph_manipulation.py' 2024-11-01T16:45:58.5402155Z adding 'torch/fx/passes/graph_transform_observer.py' 2024-11-01T16:45:58.5413655Z adding 'torch/fx/passes/net_min_base.py' 2024-11-01T16:45:58.5419204Z adding 'torch/fx/passes/operator_support.py' 2024-11-01T16:45:58.5423248Z adding 'torch/fx/passes/param_fetch.py' 2024-11-01T16:45:58.5428168Z adding 'torch/fx/passes/pass_manager.py' 2024-11-01T16:45:58.5442141Z adding 'torch/fx/passes/reinplace.py' 2024-11-01T16:45:58.5452917Z adding 'torch/fx/passes/runtime_assert.py' 2024-11-01T16:45:58.5458446Z adding 'torch/fx/passes/shape_prop.py' 2024-11-01T16:45:58.5468257Z adding 'torch/fx/passes/split_module.py' 2024-11-01T16:45:58.5474913Z adding 'torch/fx/passes/split_utils.py' 2024-11-01T16:45:58.5487286Z adding 'torch/fx/passes/splitter_base.py' 2024-11-01T16:45:58.5493940Z adding 'torch/fx/passes/tools_common.py' 2024-11-01T16:45:58.5498653Z adding 'torch/fx/passes/backends/__init__.py' 2024-11-01T16:45:58.5502448Z adding 'torch/fx/passes/backends/cudagraphs.py' 2024-11-01T16:45:58.5506467Z adding 'torch/fx/passes/dialect/__init__.py' 2024-11-01T16:45:58.5510802Z adding 'torch/fx/passes/dialect/common/__init__.py' 2024-11-01T16:45:58.5515654Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2024-11-01T16:45:58.5519588Z adding 'torch/fx/passes/infra/__init__.py' 2024-11-01T16:45:58.5527451Z adding 'torch/fx/passes/infra/partitioner.py' 2024-11-01T16:45:58.5531516Z adding 'torch/fx/passes/infra/pass_base.py' 2024-11-01T16:45:58.5537914Z adding 'torch/fx/passes/infra/pass_manager.py' 2024-11-01T16:45:58.5546504Z adding 'torch/fx/passes/tests/__init__.py' 2024-11-01T16:45:58.5547024Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2024-11-01T16:45:58.5550401Z adding 'torch/fx/passes/utils/__init__.py' 2024-11-01T16:45:58.5554733Z adding 'torch/fx/passes/utils/common.py' 2024-11-01T16:45:58.5560915Z adding 'torch/fx/passes/utils/fuser_utils.py' 2024-11-01T16:45:58.5569828Z adding 'torch/fx/passes/utils/matcher_utils.py' 2024-11-01T16:45:58.5574991Z adding 'torch/fx/passes/utils/matcher_with_name_node_map_utils.py' 2024-11-01T16:45:58.5579854Z adding 'torch/fx/passes/utils/source_matcher_utils.py' 2024-11-01T16:45:58.5595777Z adding 'torch/include/cpuinfo.h' 2024-11-01T16:45:58.5600781Z adding 'torch/include/dnnl.h' 2024-11-01T16:45:58.5603997Z adding 'torch/include/dnnl_config.h' 2024-11-01T16:45:58.5607840Z adding 'torch/include/dnnl_debug.h' 2024-11-01T16:45:58.5611374Z adding 'torch/include/dnnl_ocl.h' 2024-11-01T16:45:58.5614797Z adding 'torch/include/dnnl_sycl.h' 2024-11-01T16:45:58.5618558Z adding 'torch/include/dnnl_sycl_types.h' 2024-11-01T16:45:58.5621828Z adding 'torch/include/dnnl_threadpool.h' 2024-11-01T16:45:58.5625614Z adding 'torch/include/dnnl_types.h' 2024-11-01T16:45:58.5628931Z adding 'torch/include/dnnl_version.h' 2024-11-01T16:45:58.5632741Z adding 'torch/include/experiments-config.h' 2024-11-01T16:45:58.5636132Z adding 'torch/include/fp16.h' 2024-11-01T16:45:58.5641727Z adding 'torch/include/fxdiv.h' 2024-11-01T16:45:58.5645496Z adding 'torch/include/libshm.h' 2024-11-01T16:45:58.5656443Z adding 'torch/include/psimd.h' 2024-11-01T16:45:58.5672554Z adding 'torch/include/pthreadpool.h' 2024-11-01T16:45:58.5713946Z adding 'torch/include/sleef.h' 2024-11-01T16:45:58.5765300Z adding 'torch/include/xnnpack.h' 2024-11-01T16:45:58.5778783Z adding 'torch/include/ATen/ATen.h' 2024-11-01T16:45:58.5783832Z adding 'torch/include/ATen/AccumulateType.h' 2024-11-01T16:45:58.5786944Z adding 'torch/include/ATen/ArrayRef.h' 2024-11-01T16:45:58.5789800Z adding 'torch/include/ATen/Backend.h' 2024-11-01T16:45:58.5793436Z adding 'torch/include/ATen/Backtrace.h' 2024-11-01T16:45:58.5796527Z adding 'torch/include/ATen/BlasBackend.h' 2024-11-01T16:45:58.5801960Z adding 'torch/include/ATen/CPUApplyUtils.h' 2024-11-01T16:45:58.5805502Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2024-11-01T16:45:58.5809637Z adding 'torch/include/ATen/CPUFunctions.h' 2024-11-01T16:45:58.5815818Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2024-11-01T16:45:58.5820143Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2024-11-01T16:45:58.5823428Z adding 'torch/include/ATen/CUDAFunctions.h' 2024-11-01T16:45:58.5830360Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2024-11-01T16:45:58.5834489Z adding 'torch/include/ATen/CachedTensorUtils.h' 2024-11-01T16:45:58.5838219Z adding 'torch/include/ATen/CollapseDims.h' 2024-11-01T16:45:58.5842549Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2024-11-01T16:45:58.5849694Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2024-11-01T16:45:58.5854367Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2024-11-01T16:45:58.5860676Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2024-11-01T16:45:58.5864030Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2024-11-01T16:45:58.5870665Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2024-11-01T16:45:58.5875073Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2024-11-01T16:45:58.5878368Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2024-11-01T16:45:58.5881290Z adding 'torch/include/ATen/Config.h' 2024-11-01T16:45:58.5889064Z adding 'torch/include/ATen/Context.h' 2024-11-01T16:45:58.5892780Z adding 'torch/include/ATen/DLConvertor.h' 2024-11-01T16:45:58.5896355Z adding 'torch/include/ATen/Device.h' 2024-11-01T16:45:58.5899651Z adding 'torch/include/ATen/DeviceAccelerator.h' 2024-11-01T16:45:58.5903530Z adding 'torch/include/ATen/DeviceGuard.h' 2024-11-01T16:45:58.5906626Z adding 'torch/include/ATen/DimVector.h' 2024-11-01T16:45:58.5910151Z adding 'torch/include/ATen/Dimname.h' 2024-11-01T16:45:58.5919680Z adding 'torch/include/ATen/Dispatch.h' 2024-11-01T16:45:58.5929449Z adding 'torch/include/ATen/Dispatch_v2.h' 2024-11-01T16:45:58.5934738Z adding 'torch/include/ATen/DynamicLibrary.h' 2024-11-01T16:45:58.5939044Z adding 'torch/include/ATen/EmptyTensor.h' 2024-11-01T16:45:58.5942324Z adding 'torch/include/ATen/ExpandBase.h' 2024-11-01T16:45:58.5948656Z adding 'torch/include/ATen/ExpandUtils.h' 2024-11-01T16:45:58.5952786Z adding 'torch/include/ATen/Formatting.h' 2024-11-01T16:45:58.5956703Z adding 'torch/include/ATen/FuncTorchTLS.h' 2024-11-01T16:45:58.5962450Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2024-11-01T16:45:58.5970748Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2024-11-01T16:45:58.5983613Z adding 'torch/include/ATen/Functions.h' 2024-11-01T16:45:58.5988551Z adding 'torch/include/ATen/Generator.h' 2024-11-01T16:45:58.5992809Z adding 'torch/include/ATen/InferSize.h' 2024-11-01T16:45:58.5996150Z adding 'torch/include/ATen/InitialTensorOptions.h' 2024-11-01T16:45:58.5999516Z adding 'torch/include/ATen/Layout.h' 2024-11-01T16:45:58.6002931Z adding 'torch/include/ATen/LegacyBatchedFallback.h' 2024-11-01T16:45:58.6008086Z adding 'torch/include/ATen/LegacyBatchedTensorImpl.h' 2024-11-01T16:45:58.6012013Z adding 'torch/include/ATen/LegacyVmapMode.h' 2024-11-01T16:45:58.6017982Z adding 'torch/include/ATen/LegacyVmapTransforms.h' 2024-11-01T16:45:58.6021387Z adding 'torch/include/ATen/LinalgBackend.h' 2024-11-01T16:45:58.6025865Z adding 'torch/include/ATen/MapAllocator.h' 2024-11-01T16:45:58.6030747Z adding 'torch/include/ATen/MatrixRef.h' 2024-11-01T16:45:58.6034553Z adding 'torch/include/ATen/MemoryOverlap.h' 2024-11-01T16:45:58.6038373Z adding 'torch/include/ATen/MetaFunctions.h' 2024-11-01T16:45:58.6043624Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2024-11-01T16:45:58.6049524Z adding 'torch/include/ATen/MethodOperators.h' 2024-11-01T16:45:58.6053390Z adding 'torch/include/ATen/NamedTensor.h' 2024-11-01T16:45:58.6058131Z adding 'torch/include/ATen/NamedTensorUtils.h' 2024-11-01T16:45:58.6070128Z adding 'torch/include/ATen/NativeFunctions.h' 2024-11-01T16:45:58.6083409Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2024-11-01T16:45:58.6090864Z adding 'torch/include/ATen/NestedTensorImpl.h' 2024-11-01T16:45:58.6095291Z adding 'torch/include/ATen/NumericUtils.h' 2024-11-01T16:45:58.6098898Z adding 'torch/include/ATen/OpMathType.h' 2024-11-01T16:45:58.6103631Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2024-11-01T16:45:58.6116010Z adding 'torch/include/ATen/Operators.h' 2024-11-01T16:45:58.6121222Z adding 'torch/include/ATen/PTThreadPool.h' 2024-11-01T16:45:58.6124504Z adding 'torch/include/ATen/PadNd.h' 2024-11-01T16:45:58.6128522Z adding 'torch/include/ATen/Parallel-inl.h' 2024-11-01T16:45:58.6133128Z adding 'torch/include/ATen/Parallel.h' 2024-11-01T16:45:58.6136606Z adding 'torch/include/ATen/ParallelFuture.h' 2024-11-01T16:45:58.6140166Z adding 'torch/include/ATen/ParallelNative.h' 2024-11-01T16:45:58.6143947Z adding 'torch/include/ATen/ParallelOpenMP.h' 2024-11-01T16:45:58.6147431Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2024-11-01T16:45:58.6414274Z adding 'torch/include/ATen/RedispatchFunctions.h' 2024-11-01T16:45:58.6607564Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2024-11-01T16:45:58.6631691Z adding 'torch/include/ATen/SavedTensorHooks.h' 2024-11-01T16:45:58.6634607Z adding 'torch/include/ATen/Scalar.h' 2024-11-01T16:45:58.6638440Z adding 'torch/include/ATen/ScalarOps.h' 2024-11-01T16:45:58.6641953Z adding 'torch/include/ATen/ScalarType.h' 2024-11-01T16:45:58.6645150Z adding 'torch/include/ATen/SequenceNumber.h' 2024-11-01T16:45:58.6648676Z adding 'torch/include/ATen/SmallVector.h' 2024-11-01T16:45:58.6653776Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2024-11-01T16:45:58.6660414Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2024-11-01T16:45:58.6670924Z adding 'torch/include/ATen/SparseTensorImpl.h' 2024-11-01T16:45:58.6674775Z adding 'torch/include/ATen/Storage.h' 2024-11-01T16:45:58.6678034Z adding 'torch/include/ATen/StorageUtils.h' 2024-11-01T16:45:58.6680845Z adding 'torch/include/ATen/Tensor.h' 2024-11-01T16:45:58.6684110Z adding 'torch/include/ATen/TensorAccessor.h' 2024-11-01T16:45:58.6687512Z adding 'torch/include/ATen/TensorGeometry.h' 2024-11-01T16:45:58.6697172Z adding 'torch/include/ATen/TensorIndexing.h' 2024-11-01T16:45:58.6712917Z adding 'torch/include/ATen/TensorIterator.h' 2024-11-01T16:45:58.6717564Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2024-11-01T16:45:58.6721593Z adding 'torch/include/ATen/TensorMeta.h' 2024-11-01T16:45:58.6725391Z adding 'torch/include/ATen/TensorNames.h' 2024-11-01T16:45:58.6728908Z adding 'torch/include/ATen/TensorOperators.h' 2024-11-01T16:45:58.6731781Z adding 'torch/include/ATen/TensorOptions.h' 2024-11-01T16:45:58.6735676Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2024-11-01T16:45:58.6739903Z adding 'torch/include/ATen/TensorUtils.h' 2024-11-01T16:45:58.6743133Z adding 'torch/include/ATen/ThreadLocalPythonObjects.h' 2024-11-01T16:45:58.6747463Z adding 'torch/include/ATen/ThreadLocalState.h' 2024-11-01T16:45:58.6752024Z adding 'torch/include/ATen/TracerMode.h' 2024-11-01T16:45:58.6755398Z adding 'torch/include/ATen/TypeDefault.h' 2024-11-01T16:45:58.6759150Z adding 'torch/include/ATen/Utils.h' 2024-11-01T16:45:58.6762266Z adding 'torch/include/ATen/Version.h' 2024-11-01T16:45:58.6936178Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2024-11-01T16:45:58.6980996Z adding 'torch/include/ATen/WrapDimUtils.h' 2024-11-01T16:45:58.6984217Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2024-11-01T16:45:58.6995298Z adding 'torch/include/ATen/autocast_mode.h' 2024-11-01T16:45:58.6999602Z adding 'torch/include/ATen/ceil_div.h' 2024-11-01T16:45:58.7004898Z adding 'torch/include/ATen/code_template.h' 2024-11-01T16:45:58.7009454Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2024-11-01T16:45:58.7013256Z adding 'torch/include/ATen/div_rtn.h' 2024-11-01T16:45:58.7018019Z adding 'torch/include/ATen/dlpack.h' 2024-11-01T16:45:58.7021541Z adding 'torch/include/ATen/jit_macros.h' 2024-11-01T16:45:58.7025291Z adding 'torch/include/ATen/jiterator_macros.h' 2024-11-01T16:45:58.7034768Z adding 'torch/include/ATen/record_function.h' 2024-11-01T16:45:58.7040338Z adding 'torch/include/ATen/core/ATenGeneral.h' 2024-11-01T16:45:58.7043243Z adding 'torch/include/ATen/core/ATenOpList.h' 2024-11-01T16:45:58.7046523Z adding 'torch/include/ATen/core/ATen_fwd.h' 2024-11-01T16:45:58.7050575Z adding 'torch/include/ATen/core/ATen_pch.h' 2024-11-01T16:45:58.7053897Z adding 'torch/include/ATen/core/Array.h' 2024-11-01T16:45:58.7056727Z adding 'torch/include/ATen/core/Backtrace.h' 2024-11-01T16:45:58.7064129Z adding 'torch/include/ATen/core/CachingHostAllocator.h' 2024-11-01T16:45:58.7067685Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2024-11-01T16:45:58.7071637Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2024-11-01T16:45:58.7074906Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2024-11-01T16:45:58.7081199Z adding 'torch/include/ATen/core/Dict.h' 2024-11-01T16:45:58.7085862Z adding 'torch/include/ATen/core/Dict_inl.h' 2024-11-01T16:45:58.7088989Z adding 'torch/include/ATen/core/DimVector.h' 2024-11-01T16:45:58.7092081Z adding 'torch/include/ATen/core/Dimname.h' 2024-11-01T16:45:58.7097129Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2024-11-01T16:45:58.7100370Z adding 'torch/include/ATen/core/Formatting.h' 2024-11-01T16:45:58.7104951Z adding 'torch/include/ATen/core/Generator.h' 2024-11-01T16:45:58.7108902Z adding 'torch/include/ATen/core/GeneratorForPrivateuseone.h' 2024-11-01T16:45:58.7116783Z adding 'torch/include/ATen/core/IListRef.h' 2024-11-01T16:45:58.7121460Z adding 'torch/include/ATen/core/IListRef_inl.h' 2024-11-01T16:45:58.7125640Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2024-11-01T16:45:58.7132085Z adding 'torch/include/ATen/core/List.h' 2024-11-01T16:45:58.7137557Z adding 'torch/include/ATen/core/List_inl.h' 2024-11-01T16:45:58.7142555Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2024-11-01T16:45:58.7146837Z adding 'torch/include/ATen/core/NamedTensor.h' 2024-11-01T16:45:58.7152121Z adding 'torch/include/ATen/core/NestedIntSymNodeImpl.h' 2024-11-01T16:45:58.7156530Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2024-11-01T16:45:58.7159797Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2024-11-01T16:45:58.7163063Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2024-11-01T16:45:58.7166559Z adding 'torch/include/ATen/core/QuantizerBase.h' 2024-11-01T16:45:58.7169525Z adding 'torch/include/ATen/core/Range.h' 2024-11-01T16:45:58.7172456Z adding 'torch/include/ATen/core/Reduction.h' 2024-11-01T16:45:58.7175150Z adding 'torch/include/ATen/core/Scalar.h' 2024-11-01T16:45:58.7177822Z adding 'torch/include/ATen/core/ScalarType.h' 2024-11-01T16:45:58.7181072Z adding 'torch/include/ATen/core/Tensor.h' 2024-11-01T16:45:58.7185823Z adding 'torch/include/ATen/core/TensorAccessor.h' 2024-11-01T16:45:58.7200819Z adding 'torch/include/ATen/core/TensorBase.h' 2024-11-01T16:45:58.7255824Z adding 'torch/include/ATen/core/TensorBody.h' 2024-11-01T16:45:58.7265453Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2024-11-01T16:45:58.7270036Z adding 'torch/include/ATen/core/TransformationHelper.h' 2024-11-01T16:45:58.7273258Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2024-11-01T16:45:58.7276598Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2024-11-01T16:45:58.7280891Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2024-11-01T16:45:58.7285305Z adding 'torch/include/ATen/core/Variadic.h' 2024-11-01T16:45:58.7289372Z adding 'torch/include/ATen/core/Vitals.h' 2024-11-01T16:45:58.7293992Z adding 'torch/include/ATen/core/alias_info.h' 2024-11-01T16:45:58.7310561Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2024-11-01T16:45:58.7316152Z adding 'torch/include/ATen/core/blob.h' 2024-11-01T16:45:58.7319938Z adding 'torch/include/ATen/core/builtin_function.h' 2024-11-01T16:45:58.7326465Z adding 'torch/include/ATen/core/class_type.h' 2024-11-01T16:45:58.7330406Z adding 'torch/include/ATen/core/custom_class.h' 2024-11-01T16:45:58.7335690Z adding 'torch/include/ATen/core/dynamic_type.h' 2024-11-01T16:45:58.7338801Z adding 'torch/include/ATen/core/enum_tag.h' 2024-11-01T16:45:58.7342485Z adding 'torch/include/ATen/core/enum_type.h' 2024-11-01T16:45:58.7346300Z adding 'torch/include/ATen/core/function.h' 2024-11-01T16:45:58.7356349Z adding 'torch/include/ATen/core/function_schema.h' 2024-11-01T16:45:58.7360457Z adding 'torch/include/ATen/core/function_schema_inl.h' 2024-11-01T16:45:58.7363730Z adding 'torch/include/ATen/core/functional.h' 2024-11-01T16:45:58.7366615Z adding 'torch/include/ATen/core/grad_mode.h' 2024-11-01T16:45:58.7372195Z adding 'torch/include/ATen/core/interned_strings.h' 2024-11-01T16:45:58.7375538Z adding 'torch/include/ATen/core/interned_strings_class.h' 2024-11-01T16:45:58.7394794Z adding 'torch/include/ATen/core/ivalue.h' 2024-11-01T16:45:58.7424913Z adding 'torch/include/ATen/core/ivalue_inl.h' 2024-11-01T16:45:58.7430060Z adding 'torch/include/ATen/core/ivalue_to.h' 2024-11-01T16:45:58.7452300Z adding 'torch/include/ATen/core/jit_type.h' 2024-11-01T16:45:58.7462456Z adding 'torch/include/ATen/core/jit_type_base.h' 2024-11-01T16:45:58.7466583Z adding 'torch/include/ATen/core/operator_name.h' 2024-11-01T16:45:58.7470735Z adding 'torch/include/ATen/core/qualified_name.h' 2024-11-01T16:45:58.7474059Z adding 'torch/include/ATen/core/rref_interface.h' 2024-11-01T16:45:58.7478459Z adding 'torch/include/ATen/core/stack.h' 2024-11-01T16:45:58.7483146Z adding 'torch/include/ATen/core/symbol.h' 2024-11-01T16:45:58.7486866Z adding 'torch/include/ATen/core/type_factory.h' 2024-11-01T16:45:58.7490112Z adding 'torch/include/ATen/core/type_ptr.h' 2024-11-01T16:45:58.7492859Z adding 'torch/include/ATen/core/typeid.h' 2024-11-01T16:45:58.7498675Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2024-11-01T16:45:58.7502402Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2024-11-01T16:45:58.7507067Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2024-11-01T16:45:58.7512971Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2024-11-01T16:45:58.7515941Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2024-11-01T16:45:58.7520178Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2024-11-01T16:45:58.7523382Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2024-11-01T16:45:58.7529184Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2024-11-01T16:45:58.7539057Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2024-11-01T16:45:58.7543474Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2024-11-01T16:45:58.7547937Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2024-11-01T16:45:58.7553577Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2024-11-01T16:45:58.7566027Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2024-11-01T16:45:58.7569800Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2024-11-01T16:45:58.7576092Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2024-11-01T16:45:58.7579602Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2024-11-01T16:45:58.7582751Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2024-11-01T16:45:58.7586966Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2024-11-01T16:45:58.7591422Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2024-11-01T16:45:58.7596168Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2024-11-01T16:45:58.7604599Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2024-11-01T16:45:58.7609125Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2024-11-01T16:45:58.7612040Z adding 'torch/include/ATen/cpu/Utils.h' 2024-11-01T16:45:58.7616316Z adding 'torch/include/ATen/cpu/vml.h' 2024-11-01T16:45:58.7620243Z adding 'torch/include/ATen/cpu/vec/functional.h' 2024-11-01T16:45:58.7624939Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2024-11-01T16:45:58.7631414Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2024-11-01T16:45:58.7635301Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2024-11-01T16:45:58.7638488Z adding 'torch/include/ATen/cpu/vec/vec.h' 2024-11-01T16:45:58.7650001Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2024-11-01T16:45:58.7654252Z adding 'torch/include/ATen/cpu/vec/vec_convert.h' 2024-11-01T16:45:58.7657463Z adding 'torch/include/ATen/cpu/vec/vec_half.h' 2024-11-01T16:45:58.7662491Z adding 'torch/include/ATen/cpu/vec/vec_mask.h' 2024-11-01T16:45:58.7667972Z adding 'torch/include/ATen/cpu/vec/vec_n.h' 2024-11-01T16:45:58.7672639Z adding 'torch/include/ATen/cpu/vec/sve/sve_helper.h' 2024-11-01T16:45:58.7676668Z adding 'torch/include/ATen/cpu/vec/sve/vec_common_sve.h' 2024-11-01T16:45:58.7682379Z adding 'torch/include/ATen/cpu/vec/sve/vec_double.h' 2024-11-01T16:45:58.7688770Z adding 'torch/include/ATen/cpu/vec/sve/vec_float.h' 2024-11-01T16:45:58.7695312Z adding 'torch/include/ATen/cpu/vec/sve/vec_int.h' 2024-11-01T16:45:58.7701779Z adding 'torch/include/ATen/cpu/vec/sve/vec_qint.h' 2024-11-01T16:45:58.7706140Z adding 'torch/include/ATen/cpu/vec/vec128/vec128.h' 2024-11-01T16:45:58.7709535Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_convert.h' 2024-11-01T16:45:58.7716131Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_float_neon.h' 2024-11-01T16:45:58.7724314Z adding 'torch/include/ATen/cpu/vec/vec128/vec128_half_neon.h' 2024-11-01T16:45:58.7729928Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2024-11-01T16:45:58.7733235Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2024-11-01T16:45:58.7738275Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2024-11-01T16:45:58.7748640Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2024-11-01T16:45:58.7756292Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2024-11-01T16:45:58.7764014Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2024-11-01T16:45:58.7769331Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_convert.h' 2024-11-01T16:45:58.7775386Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2024-11-01T16:45:58.7783961Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2024-11-01T16:45:58.7799756Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2024-11-01T16:45:58.7806327Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_mask.h' 2024-11-01T16:45:58.7817945Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2024-11-01T16:45:58.7823552Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h' 2024-11-01T16:45:58.7828138Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h' 2024-11-01T16:45:58.7835755Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h' 2024-11-01T16:45:58.7843706Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h' 2024-11-01T16:45:58.7849731Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h' 2024-11-01T16:45:58.7855971Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h' 2024-11-01T16:45:58.7861529Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h' 2024-11-01T16:45:58.7866805Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h' 2024-11-01T16:45:58.7871789Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h' 2024-11-01T16:45:58.7876858Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h' 2024-11-01T16:45:58.7883043Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h' 2024-11-01T16:45:58.7889448Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h' 2024-11-01T16:45:58.7896642Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h' 2024-11-01T16:45:58.7921090Z adding 'torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h' 2024-11-01T16:45:58.7929075Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2024-11-01T16:45:58.7944674Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2024-11-01T16:45:58.7953716Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2024-11-01T16:45:58.7963574Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2024-11-01T16:45:58.7968809Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_convert.h' 2024-11-01T16:45:58.7974570Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2024-11-01T16:45:58.7982736Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2024-11-01T16:45:58.7995487Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2024-11-01T16:45:58.8001924Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_mask.h' 2024-11-01T16:45:58.8013076Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2024-11-01T16:45:58.8018725Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2024-11-01T16:45:58.8021921Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2024-11-01T16:45:58.8025254Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2024-11-01T16:45:58.8032217Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2024-11-01T16:45:58.8040627Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2024-11-01T16:45:58.8046062Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2024-11-01T16:45:58.8050575Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2024-11-01T16:45:58.8059041Z adding 'torch/include/ATen/cuda/CUDAContextLight.h' 2024-11-01T16:45:58.8063799Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2024-11-01T16:45:58.8067166Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2024-11-01T16:45:58.8071617Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2024-11-01T16:45:58.8076612Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2024-11-01T16:45:58.8080261Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2024-11-01T16:45:58.8083706Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2024-11-01T16:45:58.8087032Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2024-11-01T16:45:58.8091532Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2024-11-01T16:45:58.8096180Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2024-11-01T16:45:58.8099462Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2024-11-01T16:45:58.8102239Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2024-11-01T16:45:58.8105495Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2024-11-01T16:45:58.8109093Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2024-11-01T16:45:58.8112129Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2024-11-01T16:45:58.8116747Z adding 'torch/include/ATen/cuda/Exceptions.h' 2024-11-01T16:45:58.8120713Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2024-11-01T16:45:58.8123792Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2024-11-01T16:45:58.8126533Z adding 'torch/include/ATen/cuda/PhiloxCudaState.h' 2024-11-01T16:45:58.8129239Z adding 'torch/include/ATen/cuda/PhiloxUtils.cuh' 2024-11-01T16:45:58.8132127Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2024-11-01T16:45:58.8135380Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2024-11-01T16:45:58.8138316Z adding 'torch/include/ATen/cuda/Sleep.h' 2024-11-01T16:45:58.8141299Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2024-11-01T16:45:58.8146936Z adding 'torch/include/ATen/cuda/cub.cuh' 2024-11-01T16:45:58.8151040Z adding 'torch/include/ATen/cuda/cub.h' 2024-11-01T16:45:58.8154347Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2024-11-01T16:45:58.8157455Z adding 'torch/include/ATen/cuda/jiterator.h' 2024-11-01T16:45:58.8161667Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2024-11-01T16:45:58.8164942Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2024-11-01T16:45:58.8169217Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2024-11-01T16:45:58.8174260Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2024-11-01T16:45:58.8177568Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2024-11-01T16:45:58.8181588Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2024-11-01T16:45:58.8184980Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2024-11-01T16:45:58.8187928Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2024-11-01T16:45:58.8191878Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2024-11-01T16:45:58.8195240Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2024-11-01T16:45:58.8198852Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2024-11-01T16:45:58.8202189Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2024-11-01T16:45:58.8207739Z adding 'torch/include/ATen/cuda/tunable/GemmCommon.h' 2024-11-01T16:45:58.8214584Z adding 'torch/include/ATen/cuda/tunable/GemmHipblaslt.h' 2024-11-01T16:45:58.8219509Z adding 'torch/include/ATen/cuda/tunable/GemmRocblas.h' 2024-11-01T16:45:58.8222884Z adding 'torch/include/ATen/cuda/tunable/StreamTimer.h' 2024-11-01T16:45:58.8227461Z adding 'torch/include/ATen/cuda/tunable/Tunable.h' 2024-11-01T16:45:58.8231936Z adding 'torch/include/ATen/cuda/tunable/TunableGemm.h' 2024-11-01T16:45:58.8237411Z adding 'torch/include/ATen/cuda/tunable/TunableOp.h' 2024-11-01T16:45:58.8244851Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2024-11-01T16:45:58.8248134Z adding 'torch/include/ATen/cudnn/Handle.h' 2024-11-01T16:45:58.8250893Z adding 'torch/include/ATen/cudnn/Handles.h' 2024-11-01T16:45:58.8253697Z adding 'torch/include/ATen/cudnn/Types.h' 2024-11-01T16:45:58.8256636Z adding 'torch/include/ATen/cudnn/Utils.h' 2024-11-01T16:45:58.8259678Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2024-11-01T16:45:58.8263863Z adding 'torch/include/ATen/detail/AcceleratorHooksInterface.h' 2024-11-01T16:45:58.8268486Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2024-11-01T16:45:58.8272464Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2024-11-01T16:45:58.8276397Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2024-11-01T16:45:58.8280167Z adding 'torch/include/ATen/detail/HPUHooksInterface.h' 2024-11-01T16:45:58.8283797Z adding 'torch/include/ATen/detail/IPUHooksInterface.h' 2024-11-01T16:45:58.8287617Z adding 'torch/include/ATen/detail/MAIAHooksInterface.h' 2024-11-01T16:45:58.8291678Z adding 'torch/include/ATen/detail/MPSHooksInterface.h' 2024-11-01T16:45:58.8295687Z adding 'torch/include/ATen/detail/MTIAHooksInterface.h' 2024-11-01T16:45:58.8299622Z adding 'torch/include/ATen/detail/PrivateUse1HooksInterface.h' 2024-11-01T16:45:58.8303415Z adding 'torch/include/ATen/detail/XPUHooksInterface.h' 2024-11-01T16:45:58.8307932Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2024-11-01T16:45:58.8314700Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2024-11-01T16:45:58.8318975Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2024-11-01T16:45:58.8323818Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2024-11-01T16:45:58.8327900Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2024-11-01T16:45:58.8332375Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2024-11-01T16:45:58.8335769Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2024-11-01T16:45:58.8340606Z adding 'torch/include/ATen/functorch/Interpreter.h' 2024-11-01T16:45:58.8346012Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2024-11-01T16:45:58.8349051Z adding 'torch/include/ATen/functorch/Macros.h' 2024-11-01T16:45:58.8352727Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2024-11-01T16:45:58.8356900Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2024-11-01T16:45:58.8360160Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2024-11-01T16:45:58.8364948Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2024-11-01T16:45:58.8368003Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2024-11-01T16:45:58.8373924Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2024-11-01T16:45:58.8378178Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2024-11-01T16:45:58.8382986Z adding 'torch/include/ATen/miopen/Descriptors.h' 2024-11-01T16:45:58.8386284Z adding 'torch/include/ATen/miopen/Exceptions.h' 2024-11-01T16:45:58.8389405Z adding 'torch/include/ATen/miopen/Handle.h' 2024-11-01T16:45:58.8392296Z adding 'torch/include/ATen/miopen/Types.h' 2024-11-01T16:45:58.8395185Z adding 'torch/include/ATen/miopen/Utils.h' 2024-11-01T16:45:58.8397950Z adding 'torch/include/ATen/miopen/miopen-wrapper.h' 2024-11-01T16:45:58.8401738Z adding 'torch/include/ATen/mps/EmptyTensor.h' 2024-11-01T16:45:58.8407997Z adding 'torch/include/ATen/mps/IndexKernels.h' 2024-11-01T16:45:58.8416971Z adding 'torch/include/ATen/mps/MPSAllocator.h' 2024-11-01T16:45:58.8421342Z adding 'torch/include/ATen/mps/MPSAllocatorInterface.h' 2024-11-01T16:45:58.8424513Z adding 'torch/include/ATen/mps/MPSDevice.h' 2024-11-01T16:45:58.8428365Z adding 'torch/include/ATen/mps/MPSEvent.h' 2024-11-01T16:45:58.8431893Z adding 'torch/include/ATen/mps/MPSGeneratorImpl.h' 2024-11-01T16:45:58.8436224Z adding 'torch/include/ATen/mps/MPSGuardImpl.h' 2024-11-01T16:45:58.8439735Z adding 'torch/include/ATen/mps/MPSHooks.h' 2024-11-01T16:45:58.8447112Z adding 'torch/include/ATen/mps/MPSProfiler.h' 2024-11-01T16:45:58.8451430Z adding 'torch/include/ATen/mps/MPSStream.h' 2024-11-01T16:45:58.8457751Z adding 'torch/include/ATen/native/Activation.h' 2024-11-01T16:45:58.8461252Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2024-11-01T16:45:58.8464317Z adding 'torch/include/ATen/native/AmpKernels.h' 2024-11-01T16:45:58.8468720Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2024-11-01T16:45:58.8472745Z adding 'torch/include/ATen/native/BinaryOps.h' 2024-11-01T16:45:58.8477523Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2024-11-01T16:45:58.8481680Z adding 'torch/include/ATen/native/CPUBlas.h' 2024-11-01T16:45:58.8485288Z adding 'torch/include/ATen/native/CPUFallback.h' 2024-11-01T16:45:58.8488349Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2024-11-01T16:45:58.8492335Z adding 'torch/include/ATen/native/ComplexHelper.h' 2024-11-01T16:45:58.8495307Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2024-11-01T16:45:58.8499610Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2024-11-01T16:45:58.8506061Z adding 'torch/include/ATen/native/ConvUtils.h' 2024-11-01T16:45:58.8509656Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2024-11-01T16:45:58.8512668Z adding 'torch/include/ATen/native/Copy.h' 2024-11-01T16:45:58.8515572Z adding 'torch/include/ATen/native/Cross.h' 2024-11-01T16:45:58.8519821Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2024-11-01T16:45:58.8525704Z adding 'torch/include/ATen/native/DispatchStub.h' 2024-11-01T16:45:58.8529186Z adding 'torch/include/ATen/native/Distance.h' 2024-11-01T16:45:58.8535706Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2024-11-01T16:45:58.8544782Z adding 'torch/include/ATen/native/Distributions.h' 2024-11-01T16:45:58.8549384Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2024-11-01T16:45:58.8552514Z adding 'torch/include/ATen/native/Fill.h' 2024-11-01T16:45:58.8558854Z adding 'torch/include/ATen/native/ForeachUtils.h' 2024-11-01T16:45:58.8562701Z adding 'torch/include/ATen/native/FractionalMaxPooling.h' 2024-11-01T16:45:58.8565951Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2024-11-01T16:45:58.8568802Z adding 'torch/include/ATen/native/FusedAdagrad.h' 2024-11-01T16:45:58.8571936Z adding 'torch/include/ATen/native/FusedAdam.h' 2024-11-01T16:45:58.8574930Z adding 'torch/include/ATen/native/FusedSGD.h' 2024-11-01T16:45:58.8579744Z adding 'torch/include/ATen/native/GridSampler.h' 2024-11-01T16:45:58.8583800Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2024-11-01T16:45:58.8587013Z adding 'torch/include/ATen/native/Histogram.h' 2024-11-01T16:45:58.8590315Z adding 'torch/include/ATen/native/IndexKernel.h' 2024-11-01T16:45:58.8594572Z adding 'torch/include/ATen/native/IndexingUtils.h' 2024-11-01T16:45:58.8598081Z adding 'torch/include/ATen/native/Lerp.h' 2024-11-01T16:45:58.8601104Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2024-11-01T16:45:58.8612019Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2024-11-01T16:45:58.8616052Z adding 'torch/include/ATen/native/LossMulti.h' 2024-11-01T16:45:58.8662513Z adding 'torch/include/ATen/native/Math.h' 2024-11-01T16:45:58.8669222Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2024-11-01T16:45:58.8674139Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2024-11-01T16:45:58.8678057Z adding 'torch/include/ATen/native/MaxPooling.h' 2024-11-01T16:45:58.8681222Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2024-11-01T16:45:58.8684754Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2024-11-01T16:45:58.8687812Z adding 'torch/include/ATen/native/Normalization.h' 2024-11-01T16:45:58.8691228Z adding 'torch/include/ATen/native/Padding.h' 2024-11-01T16:45:58.8694715Z adding 'torch/include/ATen/native/PixelShuffle.h' 2024-11-01T16:45:58.8697685Z adding 'torch/include/ATen/native/PointwiseOps.h' 2024-11-01T16:45:58.8703213Z adding 'torch/include/ATen/native/Pool.h' 2024-11-01T16:45:58.8706964Z adding 'torch/include/ATen/native/Pow.h' 2024-11-01T16:45:58.8710442Z adding 'torch/include/ATen/native/RNN.h' 2024-11-01T16:45:58.8713611Z adding 'torch/include/ATen/native/RangeFactories.h' 2024-11-01T16:45:58.8716545Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2024-11-01T16:45:58.8719833Z adding 'torch/include/ATen/native/ReduceOps.h' 2024-11-01T16:45:58.8726218Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2024-11-01T16:45:58.8730216Z adding 'torch/include/ATen/native/ReductionType.h' 2024-11-01T16:45:58.8733265Z adding 'torch/include/ATen/native/Repeat.h' 2024-11-01T16:45:58.8738005Z adding 'torch/include/ATen/native/Resize.h' 2024-11-01T16:45:58.8741927Z adding 'torch/include/ATen/native/ResizeCommon.h' 2024-11-01T16:45:58.8745793Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2024-11-01T16:45:58.8749262Z adding 'torch/include/ATen/native/SegmentReduce.h' 2024-11-01T16:45:58.8754677Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2024-11-01T16:45:58.8759002Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2024-11-01T16:45:58.8762426Z adding 'torch/include/ATen/native/Sorting.h' 2024-11-01T16:45:58.8766289Z adding 'torch/include/ATen/native/SortingUtils.h' 2024-11-01T16:45:58.8771452Z adding 'torch/include/ATen/native/SparseTensorUtils.h' 2024-11-01T16:45:58.8775727Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2024-11-01T16:45:58.8780104Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2024-11-01T16:45:58.8783604Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2024-11-01T16:45:58.8787587Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2024-11-01T16:45:58.8790884Z adding 'torch/include/ATen/native/TensorCompare.h' 2024-11-01T16:45:58.8794201Z adding 'torch/include/ATen/native/TensorConversions.h' 2024-11-01T16:45:58.8797559Z adding 'torch/include/ATen/native/TensorDimApply.h' 2024-11-01T16:45:58.8801786Z adding 'torch/include/ATen/native/TensorFactories.h' 2024-11-01T16:45:58.8804763Z adding 'torch/include/ATen/native/TensorIterator.h' 2024-11-01T16:45:58.8808216Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2024-11-01T16:45:58.8811182Z adding 'torch/include/ATen/native/TensorProperties.h' 2024-11-01T16:45:58.8815168Z adding 'torch/include/ATen/native/TensorShape.h' 2024-11-01T16:45:58.8818481Z adding 'torch/include/ATen/native/TensorTransformations.h' 2024-11-01T16:45:58.8821901Z adding 'torch/include/ATen/native/TopKImpl.h' 2024-11-01T16:45:58.8825191Z adding 'torch/include/ATen/native/TransposeType.h' 2024-11-01T16:45:58.8828584Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2024-11-01T16:45:58.8831740Z adding 'torch/include/ATen/native/TypeProperties.h' 2024-11-01T16:45:58.8835289Z adding 'torch/include/ATen/native/UnaryOps.h' 2024-11-01T16:45:58.8838443Z adding 'torch/include/ATen/native/Unfold2d.h' 2024-11-01T16:45:58.8841413Z adding 'torch/include/ATen/native/Unfold3d.h' 2024-11-01T16:45:58.8845033Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2024-11-01T16:45:58.8852098Z adding 'torch/include/ATen/native/UpSample.h' 2024-11-01T16:45:58.8855910Z adding 'torch/include/ATen/native/batch_norm.h' 2024-11-01T16:45:58.8859007Z adding 'torch/include/ATen/native/group_norm.h' 2024-11-01T16:45:58.8862683Z adding 'torch/include/ATen/native/im2col.h' 2024-11-01T16:45:58.8866938Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2024-11-01T16:45:58.8870855Z adding 'torch/include/ATen/native/layer_norm.h' 2024-11-01T16:45:58.8873855Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2024-11-01T16:45:58.8877276Z adding 'torch/include/ATen/native/vol2col.h' 2024-11-01T16:45:58.8881722Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2024-11-01T16:45:58.8884663Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2024-11-01T16:45:58.8887689Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2024-11-01T16:45:58.8890513Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2024-11-01T16:45:58.8893528Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2024-11-01T16:45:58.8899123Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2024-11-01T16:45:58.8902600Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2024-11-01T16:45:58.8906214Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2024-11-01T16:45:58.8909530Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2024-11-01T16:45:58.8913039Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2024-11-01T16:45:58.8916533Z adding 'torch/include/ATen/native/cpu/LogAddExp.h' 2024-11-01T16:45:58.8922452Z adding 'torch/include/ATen/native/cpu/Loops.h' 2024-11-01T16:45:58.8926155Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2024-11-01T16:45:58.8928858Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2024-11-01T16:45:58.8934561Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2024-11-01T16:45:58.8939308Z adding 'torch/include/ATen/native/cpu/ReduceUtils.h' 2024-11-01T16:45:58.8942902Z adding 'torch/include/ATen/native/cpu/ReducedPrecisionFloatGemvFastPathKernel.h' 2024-11-01T16:45:58.8945567Z adding 'torch/include/ATen/native/cpu/SampledAddmmKernel.h' 2024-11-01T16:45:58.8949879Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2024-11-01T16:45:58.8953079Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2024-11-01T16:45:58.8956158Z adding 'torch/include/ATen/native/cpu/SpmmReduceKernel.h' 2024-11-01T16:45:58.8959080Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2024-11-01T16:45:58.8974559Z adding 'torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h' 2024-11-01T16:45:58.8978826Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2024-11-01T16:45:58.8985131Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2024-11-01T16:45:58.8988634Z adding 'torch/include/ATen/native/cpu/int_mm_kernel.h' 2024-11-01T16:45:58.8992032Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2024-11-01T16:45:58.8996391Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2024-11-01T16:45:58.9001004Z adding 'torch/include/ATen/native/cpu/utils.h' 2024-11-01T16:45:58.9005025Z adding 'torch/include/ATen/native/cpu/zmath.h' 2024-11-01T16:45:58.9009946Z adding 'torch/include/ATen/native/cuda/Activation.h' 2024-11-01T16:45:58.9013306Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2024-11-01T16:45:58.9018715Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2024-11-01T16:45:58.9024237Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2024-11-01T16:45:58.9027771Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2024-11-01T16:45:58.9030775Z adding 'torch/include/ATen/native/cuda/Copy.h' 2024-11-01T16:45:58.9038771Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2024-11-01T16:45:58.9042640Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2024-11-01T16:45:58.9045799Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2024-11-01T16:45:58.9054604Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2024-11-01T16:45:58.9058416Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2024-11-01T16:45:58.9061522Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2024-11-01T16:45:58.9066851Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2024-11-01T16:45:58.9070684Z adding 'torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh' 2024-11-01T16:45:58.9075622Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2024-11-01T16:45:58.9079033Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2024-11-01T16:45:58.9082085Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2024-11-01T16:45:58.9086818Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2024-11-01T16:45:58.9091481Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2024-11-01T16:45:58.9094668Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2024-11-01T16:45:58.9100115Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2024-11-01T16:45:58.9134344Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2024-11-01T16:45:58.9143098Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2024-11-01T16:45:58.9146553Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2024-11-01T16:45:58.9152206Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2024-11-01T16:45:58.9171035Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2024-11-01T16:45:58.9178900Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2024-11-01T16:45:58.9182756Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2024-11-01T16:45:58.9186321Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2024-11-01T16:45:58.9203882Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2024-11-01T16:45:58.9208154Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2024-11-01T16:45:58.9211644Z adding 'torch/include/ATen/native/cuda/Resize.h' 2024-11-01T16:45:58.9214673Z adding 'torch/include/ATen/native/cuda/RowwiseScaledMM.h' 2024-11-01T16:45:58.9217761Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2024-11-01T16:45:58.9224690Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2024-11-01T16:45:58.9228258Z adding 'torch/include/ATen/native/cuda/Sort.h' 2024-11-01T16:45:58.9231380Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2024-11-01T16:45:58.9236858Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2024-11-01T16:45:58.9240270Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2024-11-01T16:45:58.9244487Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2024-11-01T16:45:58.9250679Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2024-11-01T16:45:58.9258246Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2024-11-01T16:45:58.9261869Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2024-11-01T16:45:58.9265030Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2024-11-01T16:45:58.9267895Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2024-11-01T16:45:58.9273628Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2024-11-01T16:45:58.9277615Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2024-11-01T16:45:58.9281014Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2024-11-01T16:45:58.9284073Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2024-11-01T16:45:58.9288688Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2024-11-01T16:45:58.9292138Z adding 'torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh' 2024-11-01T16:45:58.9295126Z adding 'torch/include/ATen/native/cuda/fused_adamw_impl.cuh' 2024-11-01T16:45:58.9299913Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2024-11-01T16:45:58.9304529Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2024-11-01T16:45:58.9312872Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2024-11-01T16:45:58.9316517Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2024-11-01T16:45:58.9321263Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2024-11-01T16:45:58.9325497Z adding 'torch/include/ATen/native/hip/ck_gemm.h' 2024-11-01T16:45:58.9330133Z adding 'torch/include/ATen/native/hip/ck_gemm_template.h' 2024-11-01T16:45:58.9338487Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Attr.h' 2024-11-01T16:45:58.9342153Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/Utils.h' 2024-11-01T16:45:58.9345484Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNN.h' 2024-11-01T16:45:58.9349144Z adding 'torch/include/ATen/native/mkldnn/xpu/detail/oneDNNContext.h' 2024-11-01T16:45:58.9352985Z adding 'torch/include/ATen/native/mps/Copy.h' 2024-11-01T16:45:58.9356546Z adding 'torch/include/ATen/native/mps/MPSGraphSequoiaOps.h' 2024-11-01T16:45:58.9360411Z adding 'torch/include/ATen/native/mps/MPSGraphSonomaOps.h' 2024-11-01T16:45:58.9364859Z adding 'torch/include/ATen/native/mps/MPSGraphVenturaOps.h' 2024-11-01T16:45:58.9372181Z adding 'torch/include/ATen/native/mps/OperationUtils.h' 2024-11-01T16:45:58.9375656Z adding 'torch/include/ATen/native/mps/TensorFactory.h' 2024-11-01T16:45:58.9379079Z adding 'torch/include/ATen/native/mps/UnaryConstants.h' 2024-11-01T16:45:58.9383007Z adding 'torch/include/ATen/native/nested/NestedTensorBinaryOps.h' 2024-11-01T16:45:58.9386478Z adding 'torch/include/ATen/native/nested/NestedTensorMath.h' 2024-11-01T16:45:58.9390251Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h' 2024-11-01T16:45:58.9393468Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerUtils.h' 2024-11-01T16:45:58.9400085Z adding 'torch/include/ATen/native/nested/NestedTensorUtils.h' 2024-11-01T16:45:58.9404670Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2024-11-01T16:45:58.9407982Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2024-11-01T16:45:58.9411359Z adding 'torch/include/ATen/native/quantized/ConvUtils.h' 2024-11-01T16:45:58.9414284Z adding 'torch/include/ATen/native/quantized/Copy.h' 2024-11-01T16:45:58.9417608Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2024-11-01T16:45:58.9420665Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2024-11-01T16:45:58.9424130Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2024-11-01T16:45:58.9428070Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2024-11-01T16:45:58.9431318Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2024-11-01T16:45:58.9436883Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2024-11-01T16:45:58.9449100Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2024-11-01T16:45:58.9453401Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2024-11-01T16:45:58.9457921Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2024-11-01T16:45:58.9460909Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2024-11-01T16:45:58.9466270Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2024-11-01T16:45:58.9472326Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2024-11-01T16:45:58.9477733Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2024-11-01T16:45:58.9480973Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2024-11-01T16:45:58.9484243Z adding 'torch/include/ATen/native/quantized/cpu/qconv.h' 2024-11-01T16:45:58.9487423Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2024-11-01T16:45:58.9490394Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2024-11-01T16:45:58.9493453Z adding 'torch/include/ATen/native/quantized/cpu/qlinear.h' 2024-11-01T16:45:58.9497626Z adding 'torch/include/ATen/native/transformers/attention.h' 2024-11-01T16:45:58.9504272Z adding 'torch/include/ATen/native/transformers/sdp_utils_cpp.h' 2024-11-01T16:45:58.9508515Z adding 'torch/include/ATen/native/utils/Factory.h' 2024-11-01T16:45:58.9512005Z adding 'torch/include/ATen/native/utils/ParamUtils.h' 2024-11-01T16:45:58.9515469Z adding 'torch/include/ATen/native/utils/ParamsHash.h' 2024-11-01T16:45:58.9697279Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2024-11-01T16:45:58.9700784Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2024-11-01T16:45:58.9704156Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:58.9707176Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2024-11-01T16:45:58.9710574Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2024-11-01T16:45:58.9713689Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2024-11-01T16:45:58.9716983Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2024-11-01T16:45:58.9720507Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:58.9723575Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2024-11-01T16:45:58.9726786Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2024-11-01T16:45:58.9729839Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2024-11-01T16:45:58.9733235Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2024-11-01T16:45:58.9736728Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2024-11-01T16:45:58.9740009Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2024-11-01T16:45:58.9743474Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:58.9746422Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2024-11-01T16:45:58.9749744Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2024-11-01T16:45:58.9752758Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2024-11-01T16:45:58.9758199Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2024-11-01T16:45:58.9761789Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:58.9764971Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2024-11-01T16:45:58.9768298Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2024-11-01T16:45:58.9771294Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2024-11-01T16:45:58.9775005Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2024-11-01T16:45:58.9778667Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2024-11-01T16:45:58.9782592Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:58.9786022Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2024-11-01T16:45:58.9789672Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2024-11-01T16:45:58.9792918Z adding 'torch/include/ATen/ops/_add_relu.h' 2024-11-01T16:45:58.9796524Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:58.9799530Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2024-11-01T16:45:58.9802892Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2024-11-01T16:45:58.9805938Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2024-11-01T16:45:58.9809571Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2024-11-01T16:45:58.9813064Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2024-11-01T16:45:58.9816547Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:58.9819413Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2024-11-01T16:45:58.9822524Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2024-11-01T16:45:58.9825815Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2024-11-01T16:45:58.9829022Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2024-11-01T16:45:58.9832133Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2024-11-01T16:45:58.9835433Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2024-11-01T16:45:58.9838628Z adding 'torch/include/ATen/ops/_aminmax.h' 2024-11-01T16:45:58.9842196Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:58.9845164Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2024-11-01T16:45:58.9848241Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2024-11-01T16:45:58.9851234Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2024-11-01T16:45:58.9854501Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2024-11-01T16:45:58.9857954Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2024-11-01T16:45:58.9861382Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:58.9864368Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h' 2024-11-01T16:45:58.9867391Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2024-11-01T16:45:58.9870594Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2024-11-01T16:45:58.9873917Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2024-11-01T16:45:58.9877069Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2024-11-01T16:45:58.9880523Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:58.9883486Z adding 'torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h' 2024-11-01T16:45:58.9886598Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2024-11-01T16:45:58.9889575Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2024-11-01T16:45:58.9892584Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2024-11-01T16:45:58.9895873Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2024-11-01T16:45:58.9898909Z adding 'torch/include/ATen/ops/_assert_async.h' 2024-11-01T16:45:58.9901982Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2024-11-01T16:45:58.9905029Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2024-11-01T16:45:58.9907952Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2024-11-01T16:45:58.9911141Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2024-11-01T16:45:58.9914175Z adding 'torch/include/ATen/ops/_assert_scalar.h' 2024-11-01T16:45:58.9917419Z adding 'torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:58.9920239Z adding 'torch/include/ATen/ops/_assert_scalar_native.h' 2024-11-01T16:45:58.9923457Z adding 'torch/include/ATen/ops/_assert_scalar_ops.h' 2024-11-01T16:45:58.9926874Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2024-11-01T16:45:58.9930277Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:58.9933100Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2024-11-01T16:45:58.9936207Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2024-11-01T16:45:58.9939207Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2024-11-01T16:45:58.9942551Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:58.9945354Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2024-11-01T16:45:58.9948480Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2024-11-01T16:45:58.9951560Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2024-11-01T16:45:58.9954897Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:58.9957708Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2024-11-01T16:45:58.9960806Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2024-11-01T16:45:58.9963713Z adding 'torch/include/ATen/ops/_backward.h' 2024-11-01T16:45:58.9966996Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:58.9969839Z adding 'torch/include/ATen/ops/_backward_native.h' 2024-11-01T16:45:58.9972928Z adding 'torch/include/ATen/ops/_backward_ops.h' 2024-11-01T16:45:58.9976096Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2024-11-01T16:45:58.9979313Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2024-11-01T16:45:58.9982675Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:58.9985577Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2024-11-01T16:45:58.9988887Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2024-11-01T16:45:58.9992715Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:58.9995647Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2024-11-01T16:45:58.9998846Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2024-11-01T16:45:59.0002140Z adding 'torch/include/ATen/ops/_batch_norm_no_update.h' 2024-11-01T16:45:59.0005633Z adding 'torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.0008548Z adding 'torch/include/ATen/ops/_batch_norm_no_update_native.h' 2024-11-01T16:45:59.0011879Z adding 'torch/include/ATen/ops/_batch_norm_no_update_ops.h' 2024-11-01T16:45:59.0015216Z adding 'torch/include/ATen/ops/_batch_norm_with_update.h' 2024-11-01T16:45:59.0018636Z adding 'torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.0021706Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h' 2024-11-01T16:45:59.0024887Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h' 2024-11-01T16:45:59.0028155Z adding 'torch/include/ATen/ops/_batch_norm_with_update_native.h' 2024-11-01T16:45:59.0031794Z adding 'torch/include/ATen/ops/_batch_norm_with_update_ops.h' 2024-11-01T16:45:59.0035232Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2024-11-01T16:45:59.0038583Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.0041308Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2024-11-01T16:45:59.0044499Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2024-11-01T16:45:59.0047609Z adding 'torch/include/ATen/ops/_cast_Char.h' 2024-11-01T16:45:59.0051000Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.0053833Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2024-11-01T16:45:59.0057013Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2024-11-01T16:45:59.0060281Z adding 'torch/include/ATen/ops/_cast_Double.h' 2024-11-01T16:45:59.0063514Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.0066297Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2024-11-01T16:45:59.0069614Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2024-11-01T16:45:59.0072746Z adding 'torch/include/ATen/ops/_cast_Float.h' 2024-11-01T16:45:59.0076067Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.0078992Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2024-11-01T16:45:59.0082087Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2024-11-01T16:45:59.0085209Z adding 'torch/include/ATen/ops/_cast_Half.h' 2024-11-01T16:45:59.0088504Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.0091445Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2024-11-01T16:45:59.0094492Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2024-11-01T16:45:59.0097631Z adding 'torch/include/ATen/ops/_cast_Int.h' 2024-11-01T16:45:59.0100986Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.0103864Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2024-11-01T16:45:59.0107019Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2024-11-01T16:45:59.0110141Z adding 'torch/include/ATen/ops/_cast_Long.h' 2024-11-01T16:45:59.0113525Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.0116379Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2024-11-01T16:45:59.0119590Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2024-11-01T16:45:59.0122582Z adding 'torch/include/ATen/ops/_cast_Short.h' 2024-11-01T16:45:59.0126048Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.0128904Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2024-11-01T16:45:59.0132106Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2024-11-01T16:45:59.0135307Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2024-11-01T16:45:59.0138682Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.0141762Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2024-11-01T16:45:59.0144761Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2024-11-01T16:45:59.0147899Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2024-11-01T16:45:59.0151195Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2024-11-01T16:45:59.0154474Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2024-11-01T16:45:59.0157885Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.0160891Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2024-11-01T16:45:59.0164074Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2024-11-01T16:45:59.0167036Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2024-11-01T16:45:59.0170347Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2024-11-01T16:45:59.0173494Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2024-11-01T16:45:59.0176982Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.0179921Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2024-11-01T16:45:59.0183201Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2024-11-01T16:45:59.0186159Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2024-11-01T16:45:59.0189749Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2024-11-01T16:45:59.0192959Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2024-11-01T16:45:59.0196276Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.0199229Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2024-11-01T16:45:59.0202315Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2024-11-01T16:45:59.0205522Z adding 'torch/include/ATen/ops/_chunk_cat.h' 2024-11-01T16:45:59.0208944Z adding 'torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.0211980Z adding 'torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h' 2024-11-01T16:45:59.0215072Z adding 'torch/include/ATen/ops/_chunk_cat_native.h' 2024-11-01T16:45:59.0218243Z adding 'torch/include/ATen/ops/_chunk_cat_ops.h' 2024-11-01T16:45:59.0221449Z adding 'torch/include/ATen/ops/_coalesce.h' 2024-11-01T16:45:59.0224715Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.0227679Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2024-11-01T16:45:59.0230968Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2024-11-01T16:45:59.0234210Z adding 'torch/include/ATen/ops/_coalesced.h' 2024-11-01T16:45:59.0237587Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.0240556Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2024-11-01T16:45:59.0243882Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2024-11-01T16:45:59.0246872Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2024-11-01T16:45:59.0250231Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2024-11-01T16:45:59.0253431Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2024-11-01T16:45:59.0256971Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2024-11-01T16:45:59.0259774Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2024-11-01T16:45:59.0262981Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2024-11-01T16:45:59.0266122Z adding 'torch/include/ATen/ops/_conj.h' 2024-11-01T16:45:59.0269441Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.0272645Z adding 'torch/include/ATen/ops/_conj_copy.h' 2024-11-01T16:45:59.0276381Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.0279555Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.0282997Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2024-11-01T16:45:59.0285761Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2024-11-01T16:45:59.0288819Z adding 'torch/include/ATen/ops/_conj_native.h' 2024-11-01T16:45:59.0291892Z adding 'torch/include/ATen/ops/_conj_ops.h' 2024-11-01T16:45:59.0295146Z adding 'torch/include/ATen/ops/_conj_physical.h' 2024-11-01T16:45:59.0298439Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.0301450Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2024-11-01T16:45:59.0304569Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2024-11-01T16:45:59.0308400Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2024-11-01T16:45:59.0322236Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2024-11-01T16:45:59.0323013Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2024-11-01T16:45:59.0323626Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2024-11-01T16:45:59.0324250Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2024-11-01T16:45:59.0325246Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.0328205Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2024-11-01T16:45:59.0331156Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2024-11-01T16:45:59.0334343Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2024-11-01T16:45:59.0337470Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2024-11-01T16:45:59.0340495Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2024-11-01T16:45:59.0343675Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2024-11-01T16:45:59.0346779Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2024-11-01T16:45:59.0350367Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.0353266Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2024-11-01T16:45:59.0356412Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2024-11-01T16:45:59.0359396Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2024-11-01T16:45:59.0362533Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2024-11-01T16:45:59.0365765Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2024-11-01T16:45:59.0368951Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2024-11-01T16:45:59.0371961Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack.h' 2024-11-01T16:45:59.0375097Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cpu_dispatch.h' 2024-11-01T16:45:59.0378146Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h' 2024-11-01T16:45:59.0381078Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_native.h' 2024-11-01T16:45:59.0384143Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h' 2024-11-01T16:45:59.0387861Z adding 'torch/include/ATen/ops/_convolution.h' 2024-11-01T16:45:59.0391767Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.0394950Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.0398171Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2024-11-01T16:45:59.0401717Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.0404621Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2024-11-01T16:45:59.0407843Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2024-11-01T16:45:59.0411064Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2024-11-01T16:45:59.0414732Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.0417324Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2024-11-01T16:45:59.0420650Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2024-11-01T16:45:59.0423748Z adding 'torch/include/ATen/ops/_convolution_native.h' 2024-11-01T16:45:59.0427696Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2024-11-01T16:45:59.0430976Z adding 'torch/include/ATen/ops/_copy_from.h' 2024-11-01T16:45:59.0434111Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2024-11-01T16:45:59.0437414Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.0440202Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2024-11-01T16:45:59.0443319Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2024-11-01T16:45:59.0446578Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.0449412Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2024-11-01T16:45:59.0452547Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2024-11-01T16:45:59.0455566Z adding 'torch/include/ATen/ops/_cslt_compress.h' 2024-11-01T16:45:59.0458735Z adding 'torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h' 2024-11-01T16:45:59.0461573Z adding 'torch/include/ATen/ops/_cslt_compress_native.h' 2024-11-01T16:45:59.0464572Z adding 'torch/include/ATen/ops/_cslt_compress_ops.h' 2024-11-01T16:45:59.0467619Z adding 'torch/include/ATen/ops/_cslt_sparse_mm.h' 2024-11-01T16:45:59.0470921Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h' 2024-11-01T16:45:59.0473924Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_native.h' 2024-11-01T16:45:59.0477061Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_ops.h' 2024-11-01T16:45:59.0480173Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search.h' 2024-11-01T16:45:59.0483378Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h' 2024-11-01T16:45:59.0486338Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_native.h' 2024-11-01T16:45:59.0489472Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h' 2024-11-01T16:45:59.0492745Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2024-11-01T16:45:59.0496103Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2024-11-01T16:45:59.0499519Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.0502500Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2024-11-01T16:45:59.0505606Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2024-11-01T16:45:59.0508629Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2024-11-01T16:45:59.0512193Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2024-11-01T16:45:59.0515603Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.0518596Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2024-11-01T16:45:59.0521798Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2024-11-01T16:45:59.0524880Z adding 'torch/include/ATen/ops/_ctc_loss_meta_dispatch.h' 2024-11-01T16:45:59.0527930Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2024-11-01T16:45:59.0531349Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2024-11-01T16:45:59.0534634Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2024-11-01T16:45:59.0538081Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.0541089Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2024-11-01T16:45:59.0544050Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2024-11-01T16:45:59.0547388Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2024-11-01T16:45:59.0550825Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2024-11-01T16:45:59.0554304Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.0558283Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2024-11-01T16:45:59.0561075Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2024-11-01T16:45:59.0564317Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2024-11-01T16:45:59.0568181Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2024-11-01T16:45:59.0572565Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2024-11-01T16:45:59.0576544Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.0579750Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2024-11-01T16:45:59.0582879Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2024-11-01T16:45:59.0586445Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2024-11-01T16:45:59.0590109Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.0593227Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2024-11-01T16:45:59.0597002Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2024-11-01T16:45:59.0600588Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.0603699Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2024-11-01T16:45:59.0606618Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2024-11-01T16:45:59.0609839Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2024-11-01T16:45:59.0612927Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2024-11-01T16:45:59.0616444Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2024-11-01T16:45:59.0619602Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2024-11-01T16:45:59.0623333Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.0625868Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2024-11-01T16:45:59.0629289Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2024-11-01T16:45:59.0632187Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2024-11-01T16:45:59.0636083Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.0639013Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2024-11-01T16:45:59.0642180Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2024-11-01T16:45:59.0645287Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2024-11-01T16:45:59.0648565Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.0651498Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2024-11-01T16:45:59.0654561Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2024-11-01T16:45:59.0657745Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2024-11-01T16:45:59.0661088Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.0663995Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2024-11-01T16:45:59.0667205Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2024-11-01T16:45:59.0670270Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2024-11-01T16:45:59.0673495Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2024-11-01T16:45:59.0676558Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2024-11-01T16:45:59.0679618Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2024-11-01T16:45:59.0682724Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2024-11-01T16:45:59.0685900Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2024-11-01T16:45:59.0689029Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2024-11-01T16:45:59.0692253Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2024-11-01T16:45:59.0695389Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2024-11-01T16:45:59.0698472Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2024-11-01T16:45:59.0701655Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2024-11-01T16:45:59.0704946Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.0707786Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2024-11-01T16:45:59.0710887Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2024-11-01T16:45:59.0713804Z adding 'torch/include/ATen/ops/_dimI.h' 2024-11-01T16:45:59.0716790Z adding 'torch/include/ATen/ops/_dimI_native.h' 2024-11-01T16:45:59.0719995Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2024-11-01T16:45:59.0722898Z adding 'torch/include/ATen/ops/_dimV.h' 2024-11-01T16:45:59.0726041Z adding 'torch/include/ATen/ops/_dimV_native.h' 2024-11-01T16:45:59.0729145Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2024-11-01T16:45:59.0732270Z adding 'torch/include/ATen/ops/_dim_arange.h' 2024-11-01T16:45:59.0735616Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.0738486Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2024-11-01T16:45:59.0741583Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2024-11-01T16:45:59.0744656Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2024-11-01T16:45:59.0748098Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.0751135Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2024-11-01T16:45:59.0754355Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2024-11-01T16:45:59.0757254Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2024-11-01T16:45:59.0760560Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2024-11-01T16:45:59.0764266Z adding 'torch/include/ATen/ops/_efficient_attention_backward.h' 2024-11-01T16:45:59.0767723Z adding 'torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h' 2024-11-01T16:45:59.0770967Z adding 'torch/include/ATen/ops/_efficient_attention_backward_native.h' 2024-11-01T16:45:59.0774410Z adding 'torch/include/ATen/ops/_efficient_attention_backward_ops.h' 2024-11-01T16:45:59.0778166Z adding 'torch/include/ATen/ops/_efficient_attention_forward.h' 2024-11-01T16:45:59.0781775Z adding 'torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h' 2024-11-01T16:45:59.0785411Z adding 'torch/include/ATen/ops/_efficient_attention_forward_native.h' 2024-11-01T16:45:59.0789387Z adding 'torch/include/ATen/ops/_efficient_attention_forward_ops.h' 2024-11-01T16:45:59.0793630Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2024-11-01T16:45:59.0797697Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.0800902Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2024-11-01T16:45:59.0804193Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2024-11-01T16:45:59.0807408Z adding 'torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h' 2024-11-01T16:45:59.0810631Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2024-11-01T16:45:59.0813891Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2024-11-01T16:45:59.0817399Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2024-11-01T16:45:59.0820815Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2024-11-01T16:45:59.0824364Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h' 2024-11-01T16:45:59.0827523Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h' 2024-11-01T16:45:59.0830662Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2024-11-01T16:45:59.0834038Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2024-11-01T16:45:59.0837403Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.0840476Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2024-11-01T16:45:59.0843532Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2024-11-01T16:45:59.0847073Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2024-11-01T16:45:59.0850906Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.0853962Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2024-11-01T16:45:59.0857112Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2024-11-01T16:45:59.0860173Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2024-11-01T16:45:59.0863534Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2024-11-01T16:45:59.0866906Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2024-11-01T16:45:59.0870489Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.0873525Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2024-11-01T16:45:59.0876628Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2024-11-01T16:45:59.0879919Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2024-11-01T16:45:59.0883173Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2024-11-01T16:45:59.0886214Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2024-11-01T16:45:59.0889524Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2024-11-01T16:45:59.0892929Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2024-11-01T16:45:59.0896316Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.0899305Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2024-11-01T16:45:59.0902390Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2024-11-01T16:45:59.0905380Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2024-11-01T16:45:59.0908626Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2024-11-01T16:45:59.0911967Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2024-11-01T16:45:59.0915393Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.0918302Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2024-11-01T16:45:59.0921508Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2024-11-01T16:45:59.0925202Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2024-11-01T16:45:59.0928836Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.0931984Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2024-11-01T16:45:59.0935037Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2024-11-01T16:45:59.0938337Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2024-11-01T16:45:59.0942256Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2024-11-01T16:45:59.0945865Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.0948941Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2024-11-01T16:45:59.0952160Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2024-11-01T16:45:59.0955493Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2024-11-01T16:45:59.0958437Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2024-11-01T16:45:59.0961713Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.0964525Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2024-11-01T16:45:59.0967653Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2024-11-01T16:45:59.0970859Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2024-11-01T16:45:59.0974004Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2024-11-01T16:45:59.0977259Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2024-11-01T16:45:59.0980398Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2024-11-01T16:45:59.0983368Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2024-11-01T16:45:59.0986605Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2024-11-01T16:45:59.0990042Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.0993048Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2024-11-01T16:45:59.0996126Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2024-11-01T16:45:59.0999145Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2024-11-01T16:45:59.1007784Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2024-11-01T16:45:59.1008659Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2024-11-01T16:45:59.1010765Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2024-11-01T16:45:59.1013703Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2024-11-01T16:45:59.1016807Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2024-11-01T16:45:59.1019782Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2024-11-01T16:45:59.1022979Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2024-11-01T16:45:59.1026344Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1029494Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2024-11-01T16:45:59.1032560Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2024-11-01T16:45:59.1035575Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2024-11-01T16:45:59.1038795Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2024-11-01T16:45:59.1042194Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2024-11-01T16:45:59.1045653Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1048605Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2024-11-01T16:45:59.1051687Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2024-11-01T16:45:59.1054691Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2024-11-01T16:45:59.1057967Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2024-11-01T16:45:59.1061089Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2024-11-01T16:45:59.1064377Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2024-11-01T16:45:59.1067520Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2024-11-01T16:45:59.1070641Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2024-11-01T16:45:59.1073812Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2024-11-01T16:45:59.1077123Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2024-11-01T16:45:59.1080415Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2024-11-01T16:45:59.1083592Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2024-11-01T16:45:59.1086579Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2024-11-01T16:45:59.1089982Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2024-11-01T16:45:59.1093109Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2024-11-01T16:45:59.1096268Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2024-11-01T16:45:59.1099353Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2024-11-01T16:45:59.1102297Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2024-11-01T16:45:59.1105502Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2024-11-01T16:45:59.1108622Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h' 2024-11-01T16:45:59.1111920Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h' 2024-11-01T16:45:59.1114938Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h' 2024-11-01T16:45:59.1117894Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h' 2024-11-01T16:45:59.1120979Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h' 2024-11-01T16:45:59.1124366Z adding 'torch/include/ATen/ops/_flash_attention_backward.h' 2024-11-01T16:45:59.1127774Z adding 'torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h' 2024-11-01T16:45:59.1130738Z adding 'torch/include/ATen/ops/_flash_attention_backward_native.h' 2024-11-01T16:45:59.1133992Z adding 'torch/include/ATen/ops/_flash_attention_backward_ops.h' 2024-11-01T16:45:59.1137471Z adding 'torch/include/ATen/ops/_flash_attention_forward.h' 2024-11-01T16:45:59.1140877Z adding 'torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h' 2024-11-01T16:45:59.1143919Z adding 'torch/include/ATen/ops/_flash_attention_forward_native.h' 2024-11-01T16:45:59.1147226Z adding 'torch/include/ATen/ops/_flash_attention_forward_ops.h' 2024-11-01T16:45:59.1150357Z adding 'torch/include/ATen/ops/_foobar.h' 2024-11-01T16:45:59.1153664Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1156641Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2024-11-01T16:45:59.1159602Z adding 'torch/include/ATen/ops/_foobar_native.h' 2024-11-01T16:45:59.1162761Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2024-11-01T16:45:59.1165839Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2024-11-01T16:45:59.1169170Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1172059Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2024-11-01T16:45:59.1174960Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2024-11-01T16:45:59.1178125Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2024-11-01T16:45:59.1181225Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2024-11-01T16:45:59.1184509Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1187479Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2024-11-01T16:45:59.1190657Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2024-11-01T16:45:59.1193784Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2024-11-01T16:45:59.1197216Z adding 'torch/include/ATen/ops/_foreach_add.h' 2024-11-01T16:45:59.1200744Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1203796Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2024-11-01T16:45:59.1207008Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2024-11-01T16:45:59.1210822Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2024-11-01T16:45:59.1214548Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2024-11-01T16:45:59.1218130Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1221143Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2024-11-01T16:45:59.1224335Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2024-11-01T16:45:59.1228126Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2024-11-01T16:45:59.1231748Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2024-11-01T16:45:59.1235313Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1238350Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2024-11-01T16:45:59.1241509Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2024-11-01T16:45:59.1245220Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2024-11-01T16:45:59.1248483Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2024-11-01T16:45:59.1251801Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1254677Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2024-11-01T16:45:59.1258002Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2024-11-01T16:45:59.1261162Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2024-11-01T16:45:59.1264259Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2024-11-01T16:45:59.1267564Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1270589Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2024-11-01T16:45:59.1273672Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2024-11-01T16:45:59.1276814Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2024-11-01T16:45:59.1279863Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2024-11-01T16:45:59.1283143Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1286052Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2024-11-01T16:45:59.1289160Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2024-11-01T16:45:59.1292344Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2024-11-01T16:45:59.1295676Z adding 'torch/include/ATen/ops/_foreach_clamp_max.h' 2024-11-01T16:45:59.1299139Z adding 'torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1302743Z adding 'torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h' 2024-11-01T16:45:59.1305940Z adding 'torch/include/ATen/ops/_foreach_clamp_max_native.h' 2024-11-01T16:45:59.1309726Z adding 'torch/include/ATen/ops/_foreach_clamp_max_ops.h' 2024-11-01T16:45:59.1313214Z adding 'torch/include/ATen/ops/_foreach_clamp_min.h' 2024-11-01T16:45:59.1316709Z adding 'torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1319720Z adding 'torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h' 2024-11-01T16:45:59.1322855Z adding 'torch/include/ATen/ops/_foreach_clamp_min_native.h' 2024-11-01T16:45:59.1326411Z adding 'torch/include/ATen/ops/_foreach_clamp_min_ops.h' 2024-11-01T16:45:59.1329660Z adding 'torch/include/ATen/ops/_foreach_copy.h' 2024-11-01T16:45:59.1333005Z adding 'torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1335974Z adding 'torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h' 2024-11-01T16:45:59.1338961Z adding 'torch/include/ATen/ops/_foreach_copy_native.h' 2024-11-01T16:45:59.1342157Z adding 'torch/include/ATen/ops/_foreach_copy_ops.h' 2024-11-01T16:45:59.1345268Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2024-11-01T16:45:59.1348557Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1351571Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2024-11-01T16:45:59.1354527Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2024-11-01T16:45:59.1357685Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2024-11-01T16:45:59.1360772Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2024-11-01T16:45:59.1364080Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1367025Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2024-11-01T16:45:59.1369950Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2024-11-01T16:45:59.1373138Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2024-11-01T16:45:59.1376465Z adding 'torch/include/ATen/ops/_foreach_div.h' 2024-11-01T16:45:59.1379983Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1383028Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2024-11-01T16:45:59.1386186Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2024-11-01T16:45:59.1390256Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2024-11-01T16:45:59.1394100Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2024-11-01T16:45:59.1397439Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1400647Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2024-11-01T16:45:59.1404131Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2024-11-01T16:45:59.1407854Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2024-11-01T16:45:59.1411534Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2024-11-01T16:45:59.1415421Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1418892Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2024-11-01T16:45:59.1422387Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2024-11-01T16:45:59.1425887Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2024-11-01T16:45:59.1429039Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2024-11-01T16:45:59.1432443Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1435563Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2024-11-01T16:45:59.1438536Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2024-11-01T16:45:59.1441842Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2024-11-01T16:45:59.1444941Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2024-11-01T16:45:59.1448365Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1451312Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2024-11-01T16:45:59.1454831Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2024-11-01T16:45:59.1458045Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2024-11-01T16:45:59.1461286Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2024-11-01T16:45:59.1464754Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1467702Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2024-11-01T16:45:59.1470861Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2024-11-01T16:45:59.1474067Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2024-11-01T16:45:59.1477336Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2024-11-01T16:45:59.1480688Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1483706Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2024-11-01T16:45:59.1486788Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2024-11-01T16:45:59.1490059Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2024-11-01T16:45:59.1493430Z adding 'torch/include/ATen/ops/_foreach_lerp.h' 2024-11-01T16:45:59.1496856Z adding 'torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1500026Z adding 'torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h' 2024-11-01T16:45:59.1503119Z adding 'torch/include/ATen/ops/_foreach_lerp_native.h' 2024-11-01T16:45:59.1506667Z adding 'torch/include/ATen/ops/_foreach_lerp_ops.h' 2024-11-01T16:45:59.1510139Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2024-11-01T16:45:59.1513523Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1516618Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2024-11-01T16:45:59.1519584Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2024-11-01T16:45:59.1522916Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2024-11-01T16:45:59.1525979Z adding 'torch/include/ATen/ops/_foreach_log.h' 2024-11-01T16:45:59.1528972Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2024-11-01T16:45:59.1532412Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1535363Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2024-11-01T16:45:59.1538300Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2024-11-01T16:45:59.1541454Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2024-11-01T16:45:59.1544547Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2024-11-01T16:45:59.1548014Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1551085Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2024-11-01T16:45:59.1554055Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2024-11-01T16:45:59.1557201Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2024-11-01T16:45:59.1560265Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2024-11-01T16:45:59.1563556Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1566521Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2024-11-01T16:45:59.1569413Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2024-11-01T16:45:59.1572550Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2024-11-01T16:45:59.1575878Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1578928Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2024-11-01T16:45:59.1581887Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2024-11-01T16:45:59.1585039Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2024-11-01T16:45:59.1588109Z adding 'torch/include/ATen/ops/_foreach_max.h' 2024-11-01T16:45:59.1591513Z adding 'torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1594395Z adding 'torch/include/ATen/ops/_foreach_max_cuda_dispatch.h' 2024-11-01T16:45:59.1597306Z adding 'torch/include/ATen/ops/_foreach_max_native.h' 2024-11-01T16:45:59.1600424Z adding 'torch/include/ATen/ops/_foreach_max_ops.h' 2024-11-01T16:45:59.1603709Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2024-11-01T16:45:59.1607133Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1610083Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2024-11-01T16:45:59.1613159Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2024-11-01T16:45:59.1616662Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2024-11-01T16:45:59.1620053Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2024-11-01T16:45:59.1623509Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1626516Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2024-11-01T16:45:59.1629759Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2024-11-01T16:45:59.1633493Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2024-11-01T16:45:59.1637039Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2024-11-01T16:45:59.1640549Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1643522Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2024-11-01T16:45:59.1646679Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2024-11-01T16:45:59.1650461Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2024-11-01T16:45:59.1653707Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2024-11-01T16:45:59.1657000Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1659909Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2024-11-01T16:45:59.1662853Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2024-11-01T16:45:59.1665984Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2024-11-01T16:45:59.1669188Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2024-11-01T16:45:59.1672579Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1675560Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2024-11-01T16:45:59.1678830Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2024-11-01T16:45:59.1681721Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2024-11-01T16:45:59.1685485Z adding 'torch/include/ATen/ops/_foreach_pow.h' 2024-11-01T16:45:59.1688907Z adding 'torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1692154Z adding 'torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h' 2024-11-01T16:45:59.1695039Z adding 'torch/include/ATen/ops/_foreach_pow_native.h' 2024-11-01T16:45:59.1698641Z adding 'torch/include/ATen/ops/_foreach_pow_ops.h' 2024-11-01T16:45:59.1701890Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2024-11-01T16:45:59.1705225Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1708158Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2024-11-01T16:45:59.1711199Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2024-11-01T16:45:59.1714430Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2024-11-01T16:45:59.1717377Z adding 'torch/include/ATen/ops/_foreach_round.h' 2024-11-01T16:45:59.1720679Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1723597Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2024-11-01T16:45:59.1726528Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2024-11-01T16:45:59.1729691Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2024-11-01T16:45:59.1732806Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2024-11-01T16:45:59.1736249Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1739192Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2024-11-01T16:45:59.1742319Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2024-11-01T16:45:59.1745631Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2024-11-01T16:45:59.1748829Z adding 'torch/include/ATen/ops/_foreach_sign.h' 2024-11-01T16:45:59.1752418Z adding 'torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1755354Z adding 'torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h' 2024-11-01T16:45:59.1758418Z adding 'torch/include/ATen/ops/_foreach_sign_native.h' 2024-11-01T16:45:59.1761578Z adding 'torch/include/ATen/ops/_foreach_sign_ops.h' 2024-11-01T16:45:59.1764835Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2024-11-01T16:45:59.1768201Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1771184Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2024-11-01T16:45:59.1774289Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2024-11-01T16:45:59.1777513Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2024-11-01T16:45:59.1780720Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2024-11-01T16:45:59.1784057Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1787389Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2024-11-01T16:45:59.1790517Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2024-11-01T16:45:59.1793842Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2024-11-01T16:45:59.1797638Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2024-11-01T16:45:59.1801547Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1805077Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2024-11-01T16:45:59.1808501Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2024-11-01T16:45:59.1812396Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2024-11-01T16:45:59.1816188Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2024-11-01T16:45:59.1820138Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1823682Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2024-11-01T16:45:59.1827315Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2024-11-01T16:45:59.1831023Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2024-11-01T16:45:59.1834459Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2024-11-01T16:45:59.1837768Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1840929Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2024-11-01T16:45:59.1843852Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2024-11-01T16:45:59.1847272Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2024-11-01T16:45:59.1850492Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2024-11-01T16:45:59.1853888Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1856752Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2024-11-01T16:45:59.1859729Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2024-11-01T16:45:59.1863239Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2024-11-01T16:45:59.1866276Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2024-11-01T16:45:59.1869618Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1872570Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2024-11-01T16:45:59.1875533Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2024-11-01T16:45:59.1878837Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2024-11-01T16:45:59.1881984Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2024-11-01T16:45:59.1885281Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1888210Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2024-11-01T16:45:59.1891128Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2024-11-01T16:45:59.1894728Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2024-11-01T16:45:59.1897882Z adding 'torch/include/ATen/ops/_functional_assert_async.h' 2024-11-01T16:45:59.1901044Z adding 'torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h' 2024-11-01T16:45:59.1903970Z adding 'torch/include/ATen/ops/_functional_assert_async_native.h' 2024-11-01T16:45:59.1907053Z adding 'torch/include/ATen/ops/_functional_assert_async_ops.h' 2024-11-01T16:45:59.1910414Z adding 'torch/include/ATen/ops/_functional_assert_scalar.h' 2024-11-01T16:45:59.1913743Z adding 'torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1916573Z adding 'torch/include/ATen/ops/_functional_assert_scalar_native.h' 2024-11-01T16:45:59.1919660Z adding 'torch/include/ATen/ops/_functional_assert_scalar_ops.h' 2024-11-01T16:45:59.1922712Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range.h' 2024-11-01T16:45:59.1926002Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1928890Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h' 2024-11-01T16:45:59.1932237Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1935059Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h' 2024-11-01T16:45:59.1938195Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h' 2024-11-01T16:45:59.1941361Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_native.h' 2024-11-01T16:45:59.1944499Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_ops.h' 2024-11-01T16:45:59.1947701Z adding 'torch/include/ATen/ops/_fused_adagrad.h' 2024-11-01T16:45:59.1951240Z adding 'torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1954229Z adding 'torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h' 2024-11-01T16:45:59.1957154Z adding 'torch/include/ATen/ops/_fused_adagrad_native.h' 2024-11-01T16:45:59.1960515Z adding 'torch/include/ATen/ops/_fused_adagrad_ops.h' 2024-11-01T16:45:59.1964221Z adding 'torch/include/ATen/ops/_fused_adam.h' 2024-11-01T16:45:59.1968083Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1971455Z adding 'torch/include/ATen/ops/_fused_adam_cpu_dispatch.h' 2024-11-01T16:45:59.1974362Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2024-11-01T16:45:59.1977695Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2024-11-01T16:45:59.1981618Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2024-11-01T16:45:59.1985578Z adding 'torch/include/ATen/ops/_fused_adamw.h' 2024-11-01T16:45:59.1989366Z adding 'torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.1992482Z adding 'torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h' 2024-11-01T16:45:59.1995861Z adding 'torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h' 2024-11-01T16:45:59.1998815Z adding 'torch/include/ATen/ops/_fused_adamw_native.h' 2024-11-01T16:45:59.2002765Z adding 'torch/include/ATen/ops/_fused_adamw_ops.h' 2024-11-01T16:45:59.2006119Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2024-11-01T16:45:59.2009494Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2012447Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2024-11-01T16:45:59.2015384Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2024-11-01T16:45:59.2018581Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2024-11-01T16:45:59.2022082Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2024-11-01T16:45:59.2025623Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2028689Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2024-11-01T16:45:59.2031956Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2024-11-01T16:45:59.2035070Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2024-11-01T16:45:59.2038616Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2024-11-01T16:45:59.2041759Z adding 'torch/include/ATen/ops/_fused_sdp_choice.h' 2024-11-01T16:45:59.2044941Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h' 2024-11-01T16:45:59.2048722Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h' 2024-11-01T16:45:59.2051915Z adding 'torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h' 2024-11-01T16:45:59.2054944Z adding 'torch/include/ATen/ops/_fused_sdp_choice_native.h' 2024-11-01T16:45:59.2058095Z adding 'torch/include/ATen/ops/_fused_sdp_choice_ops.h' 2024-11-01T16:45:59.2061596Z adding 'torch/include/ATen/ops/_fused_sgd.h' 2024-11-01T16:45:59.2065302Z adding 'torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2068706Z adding 'torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h' 2024-11-01T16:45:59.2072222Z adding 'torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h' 2024-11-01T16:45:59.2075161Z adding 'torch/include/ATen/ops/_fused_sgd_native.h' 2024-11-01T16:45:59.2078943Z adding 'torch/include/ATen/ops/_fused_sgd_ops.h' 2024-11-01T16:45:59.2082073Z adding 'torch/include/ATen/ops/_fw_primal.h' 2024-11-01T16:45:59.2085330Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2088203Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2024-11-01T16:45:59.2091498Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2094669Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.2097406Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2024-11-01T16:45:59.2100597Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2024-11-01T16:45:59.2103506Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2024-11-01T16:45:59.2106871Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2024-11-01T16:45:59.2110055Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2024-11-01T16:45:59.2113362Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.2116145Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2024-11-01T16:45:59.2119245Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2024-11-01T16:45:59.2122388Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2024-11-01T16:45:59.2125569Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2024-11-01T16:45:59.2128850Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.2131679Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2024-11-01T16:45:59.2134780Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2024-11-01T16:45:59.2138133Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2140934Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2024-11-01T16:45:59.2144146Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2024-11-01T16:45:59.2147203Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2024-11-01T16:45:59.2150629Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.2153452Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2024-11-01T16:45:59.2156531Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2024-11-01T16:45:59.2159460Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2024-11-01T16:45:59.2162719Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2165492Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2024-11-01T16:45:59.2168758Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2024-11-01T16:45:59.2171860Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2024-11-01T16:45:59.2175179Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2178116Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2024-11-01T16:45:59.2181075Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2024-11-01T16:45:59.2184300Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2024-11-01T16:45:59.2187466Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2024-11-01T16:45:59.2190977Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2193942Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2024-11-01T16:45:59.2196918Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2024-11-01T16:45:59.2200110Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2024-11-01T16:45:59.2203267Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2024-11-01T16:45:59.2206601Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2209596Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2024-11-01T16:45:59.2212564Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2024-11-01T16:45:59.2215810Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2024-11-01T16:45:59.2218904Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2024-11-01T16:45:59.2222251Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2225256Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2024-11-01T16:45:59.2228281Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2024-11-01T16:45:59.2231458Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2024-11-01T16:45:59.2234419Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2024-11-01T16:45:59.2237670Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2024-11-01T16:45:59.2240654Z adding 'torch/include/ATen/ops/_indices.h' 2024-11-01T16:45:59.2243654Z adding 'torch/include/ATen/ops/_indices_copy.h' 2024-11-01T16:45:59.2246882Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2250013Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.2252726Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2024-11-01T16:45:59.2255791Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2024-11-01T16:45:59.2258749Z adding 'torch/include/ATen/ops/_indices_native.h' 2024-11-01T16:45:59.2261790Z adding 'torch/include/ATen/ops/_indices_ops.h' 2024-11-01T16:45:59.2264804Z adding 'torch/include/ATen/ops/_int_mm.h' 2024-11-01T16:45:59.2268183Z adding 'torch/include/ATen/ops/_int_mm_cpu_dispatch.h' 2024-11-01T16:45:59.2271238Z adding 'torch/include/ATen/ops/_int_mm_cuda_dispatch.h' 2024-11-01T16:45:59.2274186Z adding 'torch/include/ATen/ops/_int_mm_native.h' 2024-11-01T16:45:59.2277282Z adding 'torch/include/ATen/ops/_int_mm_ops.h' 2024-11-01T16:45:59.2280276Z adding 'torch/include/ATen/ops/_is_all_true.h' 2024-11-01T16:45:59.2283540Z adding 'torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2286337Z adding 'torch/include/ATen/ops/_is_all_true_native.h' 2024-11-01T16:45:59.2289368Z adding 'torch/include/ATen/ops/_is_all_true_ops.h' 2024-11-01T16:45:59.2292323Z adding 'torch/include/ATen/ops/_is_any_true.h' 2024-11-01T16:45:59.2295573Z adding 'torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2298314Z adding 'torch/include/ATen/ops/_is_any_true_native.h' 2024-11-01T16:45:59.2301354Z adding 'torch/include/ATen/ops/_is_any_true_ops.h' 2024-11-01T16:45:59.2304585Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2024-11-01T16:45:59.2307858Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.2310741Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2024-11-01T16:45:59.2313827Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2024-11-01T16:45:59.2317099Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward.h' 2024-11-01T16:45:59.2320668Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h' 2024-11-01T16:45:59.2324893Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h' 2024-11-01T16:45:59.2327864Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h' 2024-11-01T16:45:59.2330994Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h' 2024-11-01T16:45:59.2333872Z adding 'torch/include/ATen/ops/_lazy_clone.h' 2024-11-01T16:45:59.2337154Z adding 'torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2339997Z adding 'torch/include/ATen/ops/_lazy_clone_native.h' 2024-11-01T16:45:59.2343057Z adding 'torch/include/ATen/ops/_lazy_clone_ops.h' 2024-11-01T16:45:59.2346088Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2024-11-01T16:45:59.2349450Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2352313Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2024-11-01T16:45:59.2355378Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2024-11-01T16:45:59.2358392Z adding 'torch/include/ATen/ops/_linalg_det.h' 2024-11-01T16:45:59.2361737Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.2364661Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2024-11-01T16:45:59.2367726Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2024-11-01T16:45:59.2370822Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2024-11-01T16:45:59.2373929Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2024-11-01T16:45:59.2376857Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2024-11-01T16:45:59.2379996Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2024-11-01T16:45:59.2383162Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2024-11-01T16:45:59.2386609Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.2389573Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2024-11-01T16:45:59.2392684Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2024-11-01T16:45:59.2395654Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2024-11-01T16:45:59.2398771Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2024-11-01T16:45:59.2401684Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2024-11-01T16:45:59.2404836Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2024-11-01T16:45:59.2407898Z adding 'torch/include/ATen/ops/_linalg_eigvals.h' 2024-11-01T16:45:59.2410918Z adding 'torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h' 2024-11-01T16:45:59.2413997Z adding 'torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h' 2024-11-01T16:45:59.2416816Z adding 'torch/include/ATen/ops/_linalg_eigvals_native.h' 2024-11-01T16:45:59.2419844Z adding 'torch/include/ATen/ops/_linalg_eigvals_ops.h' 2024-11-01T16:45:59.2422896Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2024-11-01T16:45:59.2426266Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.2429137Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2024-11-01T16:45:59.2432320Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2024-11-01T16:45:59.2435259Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2024-11-01T16:45:59.2438402Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2024-11-01T16:45:59.2441415Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2024-11-01T16:45:59.2444676Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2024-11-01T16:45:59.2447874Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2024-11-01T16:45:59.2451265Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.2454114Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2024-11-01T16:45:59.2457152Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2024-11-01T16:45:59.2460071Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2024-11-01T16:45:59.2463217Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2024-11-01T16:45:59.2466224Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2024-11-01T16:45:59.2469558Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2024-11-01T16:45:59.2472740Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2024-11-01T16:45:59.2476214Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.2479217Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2024-11-01T16:45:59.2482248Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2024-11-01T16:45:59.2485240Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2024-11-01T16:45:59.2488409Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2024-11-01T16:45:59.2491497Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2024-11-01T16:45:59.2494673Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2024-11-01T16:45:59.2497749Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2024-11-01T16:45:59.2500842Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2024-11-01T16:45:59.2504156Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2024-11-01T16:45:59.2507043Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2024-11-01T16:45:59.2510229Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2024-11-01T16:45:59.2513274Z adding 'torch/include/ATen/ops/_log_softmax.h' 2024-11-01T16:45:59.2516446Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2024-11-01T16:45:59.2519856Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.2522733Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2024-11-01T16:45:59.2525822Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2024-11-01T16:45:59.2528764Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2024-11-01T16:45:59.2531893Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2024-11-01T16:45:59.2534927Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2024-11-01T16:45:59.2538112Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2024-11-01T16:45:59.2541446Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.2544327Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2024-11-01T16:45:59.2547321Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2024-11-01T16:45:59.2550353Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2024-11-01T16:45:59.2553421Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2024-11-01T16:45:59.2556381Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2024-11-01T16:45:59.2559497Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2024-11-01T16:45:59.2562566Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2024-11-01T16:45:59.2565715Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2024-11-01T16:45:59.2568762Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2024-11-01T16:45:59.2571684Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2024-11-01T16:45:59.2574775Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2024-11-01T16:45:59.2578103Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2024-11-01T16:45:59.2581461Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2584322Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2024-11-01T16:45:59.2587661Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2024-11-01T16:45:59.2590863Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2024-11-01T16:45:59.2594121Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.2596915Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2024-11-01T16:45:59.2599972Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2024-11-01T16:45:59.2603349Z adding 'torch/include/ATen/ops/_make_dep_token.h' 2024-11-01T16:45:59.2606616Z adding 'torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h' 2024-11-01T16:45:59.2609810Z adding 'torch/include/ATen/ops/_make_dep_token_native.h' 2024-11-01T16:45:59.2613054Z adding 'torch/include/ATen/ops/_make_dep_token_ops.h' 2024-11-01T16:45:59.2616081Z adding 'torch/include/ATen/ops/_make_dual.h' 2024-11-01T16:45:59.2619466Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2622394Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2024-11-01T16:45:59.2625788Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2629072Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.2632066Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2024-11-01T16:45:59.2635251Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2024-11-01T16:45:59.2638395Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2024-11-01T16:45:59.2641490Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2024-11-01T16:45:59.2644937Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2024-11-01T16:45:59.2648303Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2651296Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2024-11-01T16:45:59.2654489Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2024-11-01T16:45:59.2657532Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2024-11-01T16:45:59.2660887Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2024-11-01T16:45:59.2663982Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2024-11-01T16:45:59.2667481Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2670523Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2024-11-01T16:45:59.2673750Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2024-11-01T16:45:59.2676758Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2024-11-01T16:45:59.2680178Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2024-11-01T16:45:59.2683148Z adding 'torch/include/ATen/ops/_masked_scale.h' 2024-11-01T16:45:59.2686585Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2689719Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2024-11-01T16:45:59.2692797Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2024-11-01T16:45:59.2696035Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2024-11-01T16:45:59.2699542Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2024-11-01T16:45:59.2702884Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2024-11-01T16:45:59.2706257Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2709381Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2024-11-01T16:45:59.2712494Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2024-11-01T16:45:59.2715676Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2024-11-01T16:45:59.2718986Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2024-11-01T16:45:59.2722396Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2725470Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2024-11-01T16:45:59.2728585Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2024-11-01T16:45:59.2731745Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2024-11-01T16:45:59.2734995Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2024-11-01T16:45:59.2738230Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear.h' 2024-11-01T16:45:59.2741428Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h' 2024-11-01T16:45:59.2744498Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_native.h' 2024-11-01T16:45:59.2747691Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_ops.h' 2024-11-01T16:45:59.2751009Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2024-11-01T16:45:59.2754347Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2757322Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2024-11-01T16:45:59.2760501Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2024-11-01T16:45:59.2763737Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2024-11-01T16:45:59.2767845Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2770883Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2024-11-01T16:45:59.2773941Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2024-11-01T16:45:59.2777252Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2024-11-01T16:45:59.2780938Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2024-11-01T16:45:59.2784607Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2787478Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2024-11-01T16:45:59.2791129Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2024-11-01T16:45:59.2795283Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2024-11-01T16:45:59.2799459Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2802902Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2024-11-01T16:45:59.2806632Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2024-11-01T16:45:59.2810149Z adding 'torch/include/ATen/ops/_native_batch_norm_legit.h' 2024-11-01T16:45:59.2813863Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2817014Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h' 2024-11-01T16:45:59.2820462Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h' 2024-11-01T16:45:59.2824521Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_native.h' 2024-11-01T16:45:59.2827277Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training.h' 2024-11-01T16:45:59.2830942Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2833867Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h' 2024-11-01T16:45:59.2837248Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h' 2024-11-01T16:45:59.2840991Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_ops.h' 2024-11-01T16:45:59.2844535Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2024-11-01T16:45:59.2848045Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2851108Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2024-11-01T16:45:59.2854213Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2024-11-01T16:45:59.2857434Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2024-11-01T16:45:59.2860902Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2024-11-01T16:45:59.2863930Z adding 'torch/include/ATen/ops/_neg_view.h' 2024-11-01T16:45:59.2867199Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2870131Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2024-11-01T16:45:59.2873427Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2876603Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.2879320Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2024-11-01T16:45:59.2882393Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2024-11-01T16:45:59.2885366Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2024-11-01T16:45:59.2888593Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2024-11-01T16:45:59.2891827Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h' 2024-11-01T16:45:59.2894971Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h' 2024-11-01T16:45:59.2898061Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h' 2024-11-01T16:45:59.2901341Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h' 2024-11-01T16:45:59.2907702Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h' 2024-11-01T16:45:59.2910079Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2024-11-01T16:45:59.2913165Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2024-11-01T16:45:59.2916923Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2919763Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2024-11-01T16:45:59.2922987Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2024-11-01T16:45:59.2926229Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.2929186Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2024-11-01T16:45:59.2932282Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2024-11-01T16:45:59.2935312Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2024-11-01T16:45:59.2938540Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2024-11-01T16:45:59.2941896Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor.h' 2024-11-01T16:45:59.2945127Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_native.h' 2024-11-01T16:45:59.2948410Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_ops.h' 2024-11-01T16:45:59.2951557Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy.h' 2024-11-01T16:45:59.2954709Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_native.h' 2024-11-01T16:45:59.2957722Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h' 2024-11-01T16:45:59.2960717Z adding 'torch/include/ATen/ops/_nested_get_lengths.h' 2024-11-01T16:45:59.2963707Z adding 'torch/include/ATen/ops/_nested_get_lengths_native.h' 2024-11-01T16:45:59.2966812Z adding 'torch/include/ATen/ops/_nested_get_lengths_ops.h' 2024-11-01T16:45:59.2969770Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen.h' 2024-11-01T16:45:59.2972759Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_native.h' 2024-11-01T16:45:59.2975843Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_ops.h' 2024-11-01T16:45:59.2978832Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen.h' 2024-11-01T16:45:59.2981773Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_native.h' 2024-11-01T16:45:59.2984816Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_ops.h' 2024-11-01T16:45:59.2987776Z adding 'torch/include/ATen/ops/_nested_get_offsets.h' 2024-11-01T16:45:59.2990809Z adding 'torch/include/ATen/ops/_nested_get_offsets_native.h' 2024-11-01T16:45:59.2993889Z adding 'torch/include/ATen/ops/_nested_get_offsets_ops.h' 2024-11-01T16:45:59.2997009Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx.h' 2024-11-01T16:45:59.2999963Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_native.h' 2024-11-01T16:45:59.3003029Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_ops.h' 2024-11-01T16:45:59.3006006Z adding 'torch/include/ATen/ops/_nested_get_values.h' 2024-11-01T16:45:59.3009091Z adding 'torch/include/ATen/ops/_nested_get_values_copy.h' 2024-11-01T16:45:59.3012401Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.3015600Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.3018288Z adding 'torch/include/ATen/ops/_nested_get_values_copy_native.h' 2024-11-01T16:45:59.3021416Z adding 'torch/include/ATen/ops/_nested_get_values_copy_ops.h' 2024-11-01T16:45:59.3024362Z adding 'torch/include/ATen/ops/_nested_get_values_native.h' 2024-11-01T16:45:59.3027431Z adding 'torch/include/ATen/ops/_nested_get_values_ops.h' 2024-11-01T16:45:59.3030719Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2024-11-01T16:45:59.3033775Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2024-11-01T16:45:59.3036869Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2024-11-01T16:45:59.3039898Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2024-11-01T16:45:59.3042898Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2024-11-01T16:45:59.3046065Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2024-11-01T16:45:59.3049385Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2024-11-01T16:45:59.3052768Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.3055867Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2024-11-01T16:45:59.3059011Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2024-11-01T16:45:59.3062119Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2024-11-01T16:45:59.3065352Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2024-11-01T16:45:59.3068466Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2024-11-01T16:45:59.3071759Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2024-11-01T16:45:59.3074797Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2024-11-01T16:45:59.3077928Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2024-11-01T16:45:59.3081089Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2024-11-01T16:45:59.3084540Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2024-11-01T16:45:59.3088150Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.3091049Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2024-11-01T16:45:59.3094361Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2024-11-01T16:45:59.3097505Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2024-11-01T16:45:59.3101234Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.3104075Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2024-11-01T16:45:59.3107251Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2024-11-01T16:45:59.3110522Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2024-11-01T16:45:59.3113816Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2024-11-01T16:45:59.3118010Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2024-11-01T16:45:59.3120934Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets.h' 2024-11-01T16:45:59.3124313Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.3127267Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h' 2024-11-01T16:45:59.3130565Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h' 2024-11-01T16:45:59.3133613Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2024-11-01T16:45:59.3137088Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.3139937Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2024-11-01T16:45:59.3143247Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2024-11-01T16:45:59.3146335Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2024-11-01T16:45:59.3149676Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2024-11-01T16:45:59.3153123Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.3156531Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.3159398Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2024-11-01T16:45:59.3162707Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2024-11-01T16:45:59.3165955Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2024-11-01T16:45:59.3169053Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2024-11-01T16:45:59.3172078Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2024-11-01T16:45:59.3175330Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2024-11-01T16:45:59.3178506Z adding 'torch/include/ATen/ops/_nested_view_from_jagged.h' 2024-11-01T16:45:59.3181798Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy.h' 2024-11-01T16:45:59.3185386Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.3188762Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.3191867Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h' 2024-11-01T16:45:59.3195196Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h' 2024-11-01T16:45:59.3198288Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_native.h' 2024-11-01T16:45:59.3201564Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_ops.h' 2024-11-01T16:45:59.3204808Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2024-11-01T16:45:59.3208328Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.3211188Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2024-11-01T16:45:59.3214559Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2024-11-01T16:45:59.3217383Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2024-11-01T16:45:59.3220767Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.3223573Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2024-11-01T16:45:59.3226722Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2024-11-01T16:45:59.3230359Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2024-11-01T16:45:59.3234009Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.3236988Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2024-11-01T16:45:59.3240250Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2024-11-01T16:45:59.3243243Z adding 'torch/include/ATen/ops/_nnz.h' 2024-11-01T16:45:59.3246226Z adding 'torch/include/ATen/ops/_nnz_native.h' 2024-11-01T16:45:59.3249363Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2024-11-01T16:45:59.3252521Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2024-11-01T16:45:59.3255910Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2024-11-01T16:45:59.3259273Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.3262203Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2024-11-01T16:45:59.3265288Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2024-11-01T16:45:59.3278419Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.3278758Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2024-11-01T16:45:59.3279004Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2024-11-01T16:45:59.3279191Z adding 'torch/include/ATen/ops/_pad_circular.h' 2024-11-01T16:45:59.3281336Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.3284274Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2024-11-01T16:45:59.3287368Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2024-11-01T16:45:59.3290731Z adding 'torch/include/ATen/ops/_pad_enum.h' 2024-11-01T16:45:59.3294497Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.3297718Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2024-11-01T16:45:59.3301251Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2024-11-01T16:45:59.3304486Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2024-11-01T16:45:59.3308029Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.3311155Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2024-11-01T16:45:59.3314417Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2024-11-01T16:45:59.3317709Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward.h' 2024-11-01T16:45:59.3321078Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h' 2024-11-01T16:45:59.3324197Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h' 2024-11-01T16:45:59.3327364Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h' 2024-11-01T16:45:59.3330542Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h' 2024-11-01T16:45:59.3333582Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2024-11-01T16:45:59.3336918Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.3340050Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2024-11-01T16:45:59.3343123Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2024-11-01T16:45:59.3346061Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2024-11-01T16:45:59.3349275Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2024-11-01T16:45:59.3352417Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2024-11-01T16:45:59.3356015Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.3358952Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2024-11-01T16:45:59.3361987Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2024-11-01T16:45:59.3364922Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2024-11-01T16:45:59.3368038Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2024-11-01T16:45:59.3371108Z adding 'torch/include/ATen/ops/_pin_memory.h' 2024-11-01T16:45:59.3374431Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.3377244Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2024-11-01T16:45:59.3380423Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2024-11-01T16:45:59.3383501Z adding 'torch/include/ATen/ops/_prelu_kernel.h' 2024-11-01T16:45:59.3386731Z adding 'torch/include/ATen/ops/_prelu_kernel_backward.h' 2024-11-01T16:45:59.3390066Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h' 2024-11-01T16:45:59.3393098Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h' 2024-11-01T16:45:59.3396041Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_native.h' 2024-11-01T16:45:59.3399141Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_ops.h' 2024-11-01T16:45:59.3402184Z adding 'torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h' 2024-11-01T16:45:59.3405231Z adding 'torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h' 2024-11-01T16:45:59.3408176Z adding 'torch/include/ATen/ops/_prelu_kernel_native.h' 2024-11-01T16:45:59.3411310Z adding 'torch/include/ATen/ops/_prelu_kernel_ops.h' 2024-11-01T16:45:59.3414283Z adding 'torch/include/ATen/ops/_print.h' 2024-11-01T16:45:59.3417531Z adding 'torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.3420346Z adding 'torch/include/ATen/ops/_print_native.h' 2024-11-01T16:45:59.3423374Z adding 'torch/include/ATen/ops/_print_ops.h' 2024-11-01T16:45:59.3426400Z adding 'torch/include/ATen/ops/_propagate_xla_data.h' 2024-11-01T16:45:59.3429818Z adding 'torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.3432642Z adding 'torch/include/ATen/ops/_propagate_xla_data_native.h' 2024-11-01T16:45:59.3435779Z adding 'torch/include/ATen/ops/_propagate_xla_data_ops.h' 2024-11-01T16:45:59.3438858Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2024-11-01T16:45:59.3442529Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.3445283Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2024-11-01T16:45:59.3448505Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2024-11-01T16:45:59.3451809Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2024-11-01T16:45:59.3455083Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2024-11-01T16:45:59.3458504Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.3461716Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.3464465Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2024-11-01T16:45:59.3467604Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2024-11-01T16:45:59.3470818Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2024-11-01T16:45:59.3473934Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2024-11-01T16:45:59.3476966Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2024-11-01T16:45:59.3479909Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2024-11-01T16:45:59.3483008Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2024-11-01T16:45:59.3486112Z adding 'torch/include/ATen/ops/_reshape_copy.h' 2024-11-01T16:45:59.3489747Z adding 'torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.3492641Z adding 'torch/include/ATen/ops/_reshape_copy_native.h' 2024-11-01T16:45:59.3495786Z adding 'torch/include/ATen/ops/_reshape_copy_ops.h' 2024-11-01T16:45:59.3498709Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2024-11-01T16:45:59.3502553Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.3505428Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2024-11-01T16:45:59.3508540Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2024-11-01T16:45:59.3512119Z adding 'torch/include/ATen/ops/_resize_output.h' 2024-11-01T16:45:59.3515691Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.3518655Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2024-11-01T16:45:59.3521533Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2024-11-01T16:45:59.3524736Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2024-11-01T16:45:59.3527825Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2024-11-01T16:45:59.3531072Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.3533916Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2024-11-01T16:45:59.3537139Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2024-11-01T16:45:59.3540171Z adding 'torch/include/ATen/ops/_safe_softmax.h' 2024-11-01T16:45:59.3543394Z adding 'torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.3546366Z adding 'torch/include/ATen/ops/_safe_softmax_native.h' 2024-11-01T16:45:59.3549616Z adding 'torch/include/ATen/ops/_safe_softmax_ops.h' 2024-11-01T16:45:59.3552875Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2024-11-01T16:45:59.3556333Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.3559422Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2024-11-01T16:45:59.3562616Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2024-11-01T16:45:59.3565522Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2024-11-01T16:45:59.3568878Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2024-11-01T16:45:59.3571914Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2024-11-01T16:45:59.3575432Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.3578348Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2024-11-01T16:45:59.3581654Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2024-11-01T16:45:59.3584943Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2024-11-01T16:45:59.3588445Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.3591661Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h' 2024-11-01T16:45:59.3594665Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h' 2024-11-01T16:45:59.3597997Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h' 2024-11-01T16:45:59.3601078Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2024-11-01T16:45:59.3604435Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2024-11-01T16:45:59.3607713Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h' 2024-11-01T16:45:59.3611288Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h' 2024-11-01T16:45:59.3614790Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h' 2024-11-01T16:45:59.3617927Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h' 2024-11-01T16:45:59.3621327Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h' 2024-11-01T16:45:59.3624604Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h' 2024-11-01T16:45:59.3627855Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h' 2024-11-01T16:45:59.3631289Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h' 2024-11-01T16:45:59.3634685Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h' 2024-11-01T16:45:59.3637860Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h' 2024-11-01T16:45:59.3641265Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h' 2024-11-01T16:45:59.3644428Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h' 2024-11-01T16:45:59.3648080Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h' 2024-11-01T16:45:59.3651461Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h' 2024-11-01T16:45:59.3654578Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h' 2024-11-01T16:45:59.3658011Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h' 2024-11-01T16:45:59.3661253Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention.h' 2024-11-01T16:45:59.3664800Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h' 2024-11-01T16:45:59.3668382Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h' 2024-11-01T16:45:59.3671624Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h' 2024-11-01T16:45:59.3675206Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h' 2024-11-01T16:45:59.3678503Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h' 2024-11-01T16:45:59.3681603Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h' 2024-11-01T16:45:59.3684934Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h' 2024-11-01T16:45:59.3688229Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h' 2024-11-01T16:45:59.3691463Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h' 2024-11-01T16:45:59.3694865Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h' 2024-11-01T16:45:59.3698172Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h' 2024-11-01T16:45:59.3701547Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h' 2024-11-01T16:45:59.3704793Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h' 2024-11-01T16:45:59.3708084Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h' 2024-11-01T16:45:59.3711537Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h' 2024-11-01T16:45:59.3714975Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h' 2024-11-01T16:45:59.3718708Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h' 2024-11-01T16:45:59.3722263Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.3725405Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h' 2024-11-01T16:45:59.3728761Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h' 2024-11-01T16:45:59.3732322Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.3735300Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h' 2024-11-01T16:45:59.3738671Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h' 2024-11-01T16:45:59.3741904Z adding 'torch/include/ATen/ops/_scaled_mm.h' 2024-11-01T16:45:59.3745407Z adding 'torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h' 2024-11-01T16:45:59.3748474Z adding 'torch/include/ATen/ops/_scaled_mm_native.h' 2024-11-01T16:45:59.3751929Z adding 'torch/include/ATen/ops/_scaled_mm_ops.h' 2024-11-01T16:45:59.3755476Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2024-11-01T16:45:59.3758924Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.3762088Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2024-11-01T16:45:59.3765312Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2024-11-01T16:45:59.3768445Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2024-11-01T16:45:59.3771846Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2024-11-01T16:45:59.3774910Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2024-11-01T16:45:59.3778338Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.3781170Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2024-11-01T16:45:59.3784346Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2024-11-01T16:45:59.3788413Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2024-11-01T16:45:59.3792473Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.3795736Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2024-11-01T16:45:59.3799506Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2024-11-01T16:45:59.3803058Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2024-11-01T16:45:59.3806906Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2024-11-01T16:45:59.3810512Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2024-11-01T16:45:59.3814153Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2024-11-01T16:45:59.3817521Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2024-11-01T16:45:59.3820719Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2024-11-01T16:45:59.3824039Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2024-11-01T16:45:59.3827194Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2024-11-01T16:45:59.3830787Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.3833682Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2024-11-01T16:45:59.3836859Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2024-11-01T16:45:59.3839947Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2024-11-01T16:45:59.3843482Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.3846410Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2024-11-01T16:45:59.3849479Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2024-11-01T16:45:59.3852596Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2024-11-01T16:45:59.3855961Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.3858939Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2024-11-01T16:45:59.3862080Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2024-11-01T16:45:59.3865120Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2024-11-01T16:45:59.3868368Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.3871328Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2024-11-01T16:45:59.3874428Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2024-11-01T16:45:59.3877458Z adding 'torch/include/ATen/ops/_softmax.h' 2024-11-01T16:45:59.3880637Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2024-11-01T16:45:59.3884120Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.3886977Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2024-11-01T16:45:59.3890174Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2024-11-01T16:45:59.3893220Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2024-11-01T16:45:59.3896374Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2024-11-01T16:45:59.3899431Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2024-11-01T16:45:59.3902722Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2024-11-01T16:45:59.3906040Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.3909465Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2024-11-01T16:45:59.3912561Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2024-11-01T16:45:59.3915515Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2024-11-01T16:45:59.3918651Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2024-11-01T16:45:59.3921662Z adding 'torch/include/ATen/ops/_softmax_native.h' 2024-11-01T16:45:59.3924863Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2024-11-01T16:45:59.3927974Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2024-11-01T16:45:59.3931358Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.3934177Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2024-11-01T16:45:59.3937356Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2024-11-01T16:45:59.3940458Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2024-11-01T16:45:59.3943579Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2024-11-01T16:45:59.3947254Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.3950653Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.3953576Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2024-11-01T16:45:59.3956865Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2024-11-01T16:45:59.3959887Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2024-11-01T16:45:59.3963008Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2024-11-01T16:45:59.3966334Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2024-11-01T16:45:59.3969734Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.3972773Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2024-11-01T16:45:59.3975961Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2024-11-01T16:45:59.3979387Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2024-11-01T16:45:59.3982877Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.3985801Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2024-11-01T16:45:59.3989227Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2024-11-01T16:45:59.3992772Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2024-11-01T16:45:59.3996450Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.3999474Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2024-11-01T16:45:59.4002858Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2024-11-01T16:45:59.4006064Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h' 2024-11-01T16:45:59.4009558Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4012515Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h' 2024-11-01T16:45:59.4015961Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h' 2024-11-01T16:45:59.4019600Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2024-11-01T16:45:59.4023025Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.4026038Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2024-11-01T16:45:59.4029301Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2024-11-01T16:45:59.4032839Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2024-11-01T16:45:59.4036872Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2024-11-01T16:45:59.4040541Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4043791Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2024-11-01T16:45:59.4046911Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2024-11-01T16:45:59.4050468Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2024-11-01T16:45:59.4053883Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4057027Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2024-11-01T16:45:59.4060080Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2024-11-01T16:45:59.4063460Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2024-11-01T16:45:59.4066811Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2024-11-01T16:45:59.4070409Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.4073351Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2024-11-01T16:45:59.4076563Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2024-11-01T16:45:59.4079811Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2024-11-01T16:45:59.4083180Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4086205Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2024-11-01T16:45:59.4089404Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2024-11-01T16:45:59.4092734Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2024-11-01T16:45:59.4096291Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4099168Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2024-11-01T16:45:59.4102473Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2024-11-01T16:45:59.4105754Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2024-11-01T16:45:59.4109380Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.4112331Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2024-11-01T16:45:59.4115691Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2024-11-01T16:45:59.4118781Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2024-11-01T16:45:59.4122176Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2024-11-01T16:45:59.4125714Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4128694Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2024-11-01T16:45:59.4131941Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2024-11-01T16:45:59.4135222Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4138372Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.4141358Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2024-11-01T16:45:59.4144885Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2024-11-01T16:45:59.4148124Z adding 'torch/include/ATen/ops/_sparse_mask_projection.h' 2024-11-01T16:45:59.4151729Z adding 'torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4154485Z adding 'torch/include/ATen/ops/_sparse_mask_projection_native.h' 2024-11-01T16:45:59.4157870Z adding 'torch/include/ATen/ops/_sparse_mask_projection_ops.h' 2024-11-01T16:45:59.4160940Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2024-11-01T16:45:59.4164382Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.4167107Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2024-11-01T16:45:59.4170350Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2024-11-01T16:45:59.4173513Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl.h' 2024-11-01T16:45:59.4176782Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h' 2024-11-01T16:45:59.4180012Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h' 2024-11-01T16:45:59.4183236Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h' 2024-11-01T16:45:59.4186267Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h' 2024-11-01T16:45:59.4189501Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h' 2024-11-01T16:45:59.4192726Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm.h' 2024-11-01T16:45:59.4195891Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h' 2024-11-01T16:45:59.4199047Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h' 2024-11-01T16:45:59.4202298Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h' 2024-11-01T16:45:59.4205534Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply.h' 2024-11-01T16:45:59.4208646Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h' 2024-11-01T16:45:59.4211792Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h' 2024-11-01T16:45:59.4214973Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h' 2024-11-01T16:45:59.4218101Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h' 2024-11-01T16:45:59.4221345Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h' 2024-11-01T16:45:59.4224291Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_native.h' 2024-11-01T16:45:59.4227563Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h' 2024-11-01T16:45:59.4230784Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear.h' 2024-11-01T16:45:59.4234179Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h' 2024-11-01T16:45:59.4237223Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_native.h' 2024-11-01T16:45:59.4240423Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h' 2024-11-01T16:45:59.4243528Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm.h' 2024-11-01T16:45:59.4246799Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h' 2024-11-01T16:45:59.4286285Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_native.h' 2024-11-01T16:45:59.4289497Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h' 2024-11-01T16:45:59.4292563Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile.h' 2024-11-01T16:45:59.4295830Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h' 2024-11-01T16:45:59.4298931Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_native.h' 2024-11-01T16:45:59.4302194Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h' 2024-11-01T16:45:59.4305230Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2024-11-01T16:45:59.4308411Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2024-11-01T16:45:59.4311970Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4314918Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2024-11-01T16:45:59.4318279Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2024-11-01T16:45:59.4321318Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4324371Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.4327482Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2024-11-01T16:45:59.4330891Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2024-11-01T16:45:59.4333987Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2024-11-01T16:45:59.4337301Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4340101Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2024-11-01T16:45:59.4343280Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2024-11-01T16:45:59.4346433Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2024-11-01T16:45:59.4349703Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2024-11-01T16:45:59.4353002Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4355790Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2024-11-01T16:45:59.4358957Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2024-11-01T16:45:59.4362264Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4365351Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.4368183Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2024-11-01T16:45:59.4371466Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2024-11-01T16:45:59.4374738Z adding 'torch/include/ATen/ops/_spdiags.h' 2024-11-01T16:45:59.4377947Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4380886Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2024-11-01T16:45:59.4384052Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2024-11-01T16:45:59.4387727Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2024-11-01T16:45:59.4390902Z adding 'torch/include/ATen/ops/_spsolve.h' 2024-11-01T16:45:59.4393788Z adding 'torch/include/ATen/ops/_spsolve_native.h' 2024-11-01T16:45:59.4396873Z adding 'torch/include/ATen/ops/_spsolve_ops.h' 2024-11-01T16:45:59.4399960Z adding 'torch/include/ATen/ops/_stack.h' 2024-11-01T16:45:59.4403279Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4406371Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2024-11-01T16:45:59.4409279Z adding 'torch/include/ATen/ops/_stack_native.h' 2024-11-01T16:45:59.4412467Z adding 'torch/include/ATen/ops/_stack_ops.h' 2024-11-01T16:45:59.4415622Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2024-11-01T16:45:59.4418966Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4421942Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2024-11-01T16:45:59.4424973Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2024-11-01T16:45:59.4427870Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2024-11-01T16:45:59.4431335Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4434332Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2024-11-01T16:45:59.4437367Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2024-11-01T16:45:59.4440191Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2024-11-01T16:45:59.4443330Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2024-11-01T16:45:59.4446358Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2024-11-01T16:45:59.4449553Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2024-11-01T16:45:59.4452653Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2024-11-01T16:45:59.4456055Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.4458976Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2024-11-01T16:45:59.4462065Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2024-11-01T16:45:59.4465219Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2024-11-01T16:45:59.4468527Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4471713Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.4474574Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2024-11-01T16:45:59.4477913Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2024-11-01T16:45:59.4481015Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2024-11-01T16:45:59.4484256Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4487151Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2024-11-01T16:45:59.4490523Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4493823Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.4496543Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2024-11-01T16:45:59.4499645Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2024-11-01T16:45:59.4502624Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2024-11-01T16:45:59.4505733Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2024-11-01T16:45:59.4508634Z adding 'torch/include/ATen/ops/_test_check_tensor.h' 2024-11-01T16:45:59.4512015Z adding 'torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.4514807Z adding 'torch/include/ATen/ops/_test_check_tensor_native.h' 2024-11-01T16:45:59.4517876Z adding 'torch/include/ATen/ops/_test_check_tensor_ops.h' 2024-11-01T16:45:59.4520960Z adding 'torch/include/ATen/ops/_test_functorch_fallback.h' 2024-11-01T16:45:59.4524236Z adding 'torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4527131Z adding 'torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h' 2024-11-01T16:45:59.4530084Z adding 'torch/include/ATen/ops/_test_functorch_fallback_native.h' 2024-11-01T16:45:59.4533306Z adding 'torch/include/ATen/ops/_test_functorch_fallback_ops.h' 2024-11-01T16:45:59.4536469Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2024-11-01T16:45:59.4539789Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4542668Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2024-11-01T16:45:59.4545623Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2024-11-01T16:45:59.4548779Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2024-11-01T16:45:59.4551951Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2024-11-01T16:45:59.4555284Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4558243Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2024-11-01T16:45:59.4561212Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2024-11-01T16:45:59.4564359Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2024-11-01T16:45:59.4567464Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2024-11-01T16:45:59.4570734Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4573647Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2024-11-01T16:45:59.4576921Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2024-11-01T16:45:59.4580074Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2024-11-01T16:45:59.4583159Z adding 'torch/include/ATen/ops/_test_parallel_materialize.h' 2024-11-01T16:45:59.4586501Z adding 'torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4589369Z adding 'torch/include/ATen/ops/_test_parallel_materialize_native.h' 2024-11-01T16:45:59.4592447Z adding 'torch/include/ATen/ops/_test_parallel_materialize_ops.h' 2024-11-01T16:45:59.4595473Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2024-11-01T16:45:59.4598806Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.4601624Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2024-11-01T16:45:59.4604993Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2024-11-01T16:45:59.4607995Z adding 'torch/include/ATen/ops/_test_string_default.h' 2024-11-01T16:45:59.4611464Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.4614402Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2024-11-01T16:45:59.4617922Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2024-11-01T16:45:59.4621558Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2024-11-01T16:45:59.4625214Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4628429Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2024-11-01T16:45:59.4632220Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2024-11-01T16:45:59.4635888Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2024-11-01T16:45:59.4639771Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.4643091Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2024-11-01T16:45:59.4646302Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2024-11-01T16:45:59.4649676Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2024-11-01T16:45:59.4653417Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.4656714Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2024-11-01T16:45:59.4660000Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2024-11-01T16:45:59.4663326Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2024-11-01T16:45:59.4666691Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2024-11-01T16:45:59.4670735Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4673275Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2024-11-01T16:45:59.4676415Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2024-11-01T16:45:59.4679670Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2024-11-01T16:45:59.4683166Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4686220Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2024-11-01T16:45:59.4689310Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2024-11-01T16:45:59.4692712Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2024-11-01T16:45:59.4696064Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2024-11-01T16:45:59.4699260Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2024-11-01T16:45:59.4702534Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.4705710Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2024-11-01T16:45:59.4709383Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4712391Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2024-11-01T16:45:59.4715441Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2024-11-01T16:45:59.4718723Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2024-11-01T16:45:59.4721814Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2024-11-01T16:45:59.4724937Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2024-11-01T16:45:59.4728291Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4731316Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2024-11-01T16:45:59.4734440Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2024-11-01T16:45:59.4737736Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2024-11-01T16:45:59.4741184Z adding 'torch/include/ATen/ops/_to_copy.h' 2024-11-01T16:45:59.4744609Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4747539Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2024-11-01T16:45:59.4751021Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2024-11-01T16:45:59.4754183Z adding 'torch/include/ATen/ops/_to_cpu.h' 2024-11-01T16:45:59.4757436Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.4760142Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2024-11-01T16:45:59.4763205Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2024-11-01T16:45:59.4766231Z adding 'torch/include/ATen/ops/_to_dense.h' 2024-11-01T16:45:59.4769683Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4772442Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2024-11-01T16:45:59.4775565Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2024-11-01T16:45:59.4778769Z adding 'torch/include/ATen/ops/_to_sparse.h' 2024-11-01T16:45:59.4781915Z adding 'torch/include/ATen/ops/_to_sparse_bsc.h' 2024-11-01T16:45:59.4785382Z adding 'torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4788282Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h' 2024-11-01T16:45:59.4791391Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h' 2024-11-01T16:45:59.4794731Z adding 'torch/include/ATen/ops/_to_sparse_bsc_native.h' 2024-11-01T16:45:59.4798124Z adding 'torch/include/ATen/ops/_to_sparse_bsc_ops.h' 2024-11-01T16:45:59.4801355Z adding 'torch/include/ATen/ops/_to_sparse_bsr.h' 2024-11-01T16:45:59.4804735Z adding 'torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4807487Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h' 2024-11-01T16:45:59.4810510Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h' 2024-11-01T16:45:59.4813430Z adding 'torch/include/ATen/ops/_to_sparse_bsr_native.h' 2024-11-01T16:45:59.4816582Z adding 'torch/include/ATen/ops/_to_sparse_bsr_ops.h' 2024-11-01T16:45:59.4819930Z adding 'torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4822932Z adding 'torch/include/ATen/ops/_to_sparse_cpu_dispatch.h' 2024-11-01T16:45:59.4825962Z adding 'torch/include/ATen/ops/_to_sparse_csc.h' 2024-11-01T16:45:59.4829284Z adding 'torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4832290Z adding 'torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h' 2024-11-01T16:45:59.4835344Z adding 'torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h' 2024-11-01T16:45:59.4838316Z adding 'torch/include/ATen/ops/_to_sparse_csc_native.h' 2024-11-01T16:45:59.4841494Z adding 'torch/include/ATen/ops/_to_sparse_csc_ops.h' 2024-11-01T16:45:59.4844558Z adding 'torch/include/ATen/ops/_to_sparse_csr.h' 2024-11-01T16:45:59.4848091Z adding 'torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4850917Z adding 'torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h' 2024-11-01T16:45:59.4853870Z adding 'torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h' 2024-11-01T16:45:59.4861542Z adding 'torch/include/ATen/ops/_to_sparse_csr_native.h' 2024-11-01T16:45:59.4861814Z adding 'torch/include/ATen/ops/_to_sparse_csr_ops.h' 2024-11-01T16:45:59.4865072Z adding 'torch/include/ATen/ops/_to_sparse_cuda_dispatch.h' 2024-11-01T16:45:59.4868177Z adding 'torch/include/ATen/ops/_to_sparse_native.h' 2024-11-01T16:45:59.4871626Z adding 'torch/include/ATen/ops/_to_sparse_ops.h' 2024-11-01T16:45:59.4874824Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured.h' 2024-11-01T16:45:59.4877978Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h' 2024-11-01T16:45:59.4880935Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_native.h' 2024-11-01T16:45:59.4883958Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_ops.h' 2024-11-01T16:45:59.4887136Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2024-11-01T16:45:59.4890567Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4893533Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2024-11-01T16:45:59.4896731Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2024-11-01T16:45:59.4899826Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2024-11-01T16:45:59.4903092Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2024-11-01T16:45:59.4906553Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2024-11-01T16:45:59.4910201Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4913304Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2024-11-01T16:45:59.4916478Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2024-11-01T16:45:59.4919569Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2024-11-01T16:45:59.4923091Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2024-11-01T16:45:59.4926229Z adding 'torch/include/ATen/ops/_trilinear.h' 2024-11-01T16:45:59.4929613Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4932829Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.4935580Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2024-11-01T16:45:59.4938884Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2024-11-01T16:45:59.4942260Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2024-11-01T16:45:59.4945653Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4948631Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2024-11-01T16:45:59.4951760Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2024-11-01T16:45:59.4955053Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2024-11-01T16:45:59.4958340Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2024-11-01T16:45:59.4961730Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4964693Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2024-11-01T16:45:59.4967647Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2024-11-01T16:45:59.4970792Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2024-11-01T16:45:59.4973816Z adding 'torch/include/ATen/ops/_unique.h' 2024-11-01T16:45:59.4976981Z adding 'torch/include/ATen/ops/_unique2.h' 2024-11-01T16:45:59.4980913Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4983303Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2024-11-01T16:45:59.4986368Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2024-11-01T16:45:59.4989447Z adding 'torch/include/ATen/ops/_unique2_native.h' 2024-11-01T16:45:59.4992717Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2024-11-01T16:45:59.4996042Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.4998936Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2024-11-01T16:45:59.5001956Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2024-11-01T16:45:59.5004931Z adding 'torch/include/ATen/ops/_unique_native.h' 2024-11-01T16:45:59.5008139Z adding 'torch/include/ATen/ops/_unique_ops.h' 2024-11-01T16:45:59.5011222Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2024-11-01T16:45:59.5015155Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.5018058Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2024-11-01T16:45:59.5021150Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2024-11-01T16:45:59.5024190Z adding 'torch/include/ATen/ops/_unsafe_index.h' 2024-11-01T16:45:59.5027473Z adding 'torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.5030380Z adding 'torch/include/ATen/ops/_unsafe_index_native.h' 2024-11-01T16:45:59.5033531Z adding 'torch/include/ATen/ops/_unsafe_index_ops.h' 2024-11-01T16:45:59.5036604Z adding 'torch/include/ATen/ops/_unsafe_index_put.h' 2024-11-01T16:45:59.5039971Z adding 'torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.5042789Z adding 'torch/include/ATen/ops/_unsafe_index_put_native.h' 2024-11-01T16:45:59.5045884Z adding 'torch/include/ATen/ops/_unsafe_index_put_ops.h' 2024-11-01T16:45:59.5048941Z adding 'torch/include/ATen/ops/_unsafe_masked_index.h' 2024-11-01T16:45:59.5052228Z adding 'torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.5055071Z adding 'torch/include/ATen/ops/_unsafe_masked_index_native.h' 2024-11-01T16:45:59.5058209Z adding 'torch/include/ATen/ops/_unsafe_masked_index_ops.h' 2024-11-01T16:45:59.5061427Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h' 2024-11-01T16:45:59.5064786Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.5067620Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h' 2024-11-01T16:45:59.5070834Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h' 2024-11-01T16:45:59.5073969Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2024-11-01T16:45:59.5077449Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.5080260Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2024-11-01T16:45:59.5083422Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2024-11-01T16:45:59.5087086Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2024-11-01T16:45:59.5090863Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2024-11-01T16:45:59.5094514Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.5097538Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2024-11-01T16:45:59.5100817Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2024-11-01T16:45:59.5103961Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2024-11-01T16:45:59.5107217Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2024-11-01T16:45:59.5110400Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2024-11-01T16:45:59.5113800Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2024-11-01T16:45:59.5117780Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.5120503Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.5123562Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2024-11-01T16:45:59.5126953Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2024-11-01T16:45:59.5130009Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2024-11-01T16:45:59.5133698Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2024-11-01T16:45:59.5136744Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2024-11-01T16:45:59.5140042Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2024-11-01T16:45:59.5144150Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2024-11-01T16:45:59.5147966Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2024-11-01T16:45:59.5151662Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.5154812Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2024-11-01T16:45:59.5158092Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2024-11-01T16:45:59.5161340Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2024-11-01T16:45:59.5164704Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2024-11-01T16:45:59.5167885Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2024-11-01T16:45:59.5171311Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2024-11-01T16:45:59.5174731Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.5177997Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.5181062Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2024-11-01T16:45:59.5185420Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2024-11-01T16:45:59.5188702Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2024-11-01T16:45:59.5192081Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2024-11-01T16:45:59.5195325Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2024-11-01T16:45:59.5198770Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2024-11-01T16:45:59.5202402Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2024-11-01T16:45:59.5206468Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2024-11-01T16:45:59.5210199Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.5213006Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2024-11-01T16:45:59.5216276Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2024-11-01T16:45:59.5219397Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2024-11-01T16:45:59.5222767Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2024-11-01T16:45:59.5225831Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2024-11-01T16:45:59.5229425Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2024-11-01T16:45:59.5232928Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.5236127Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.5239474Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2024-11-01T16:45:59.5242570Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2024-11-01T16:45:59.5246386Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2024-11-01T16:45:59.5248962Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2024-11-01T16:45:59.5252212Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2024-11-01T16:45:59.5255566Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2024-11-01T16:45:59.5259278Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2024-11-01T16:45:59.5263205Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2024-11-01T16:45:59.5266867Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.5270090Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2024-11-01T16:45:59.5273489Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2024-11-01T16:45:59.5276546Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2024-11-01T16:45:59.5279955Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2024-11-01T16:45:59.5283186Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2024-11-01T16:45:59.5286639Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2024-11-01T16:45:59.5290044Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.5293155Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.5296354Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2024-11-01T16:45:59.5299578Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2024-11-01T16:45:59.5302740Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2024-11-01T16:45:59.5305936Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2024-11-01T16:45:59.5309665Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2024-11-01T16:45:59.5313518Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2024-11-01T16:45:59.5317227Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2024-11-01T16:45:59.5321484Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2024-11-01T16:45:59.5325792Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.5328946Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2024-11-01T16:45:59.5332261Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2024-11-01T16:45:59.5335337Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2024-11-01T16:45:59.5338953Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2024-11-01T16:45:59.5342028Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2024-11-01T16:45:59.5345478Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2024-11-01T16:45:59.5349088Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.5352296Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.5355402Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2024-11-01T16:45:59.5358626Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2024-11-01T16:45:59.5362166Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2024-11-01T16:45:59.5365410Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2024-11-01T16:45:59.5368873Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2024-11-01T16:45:59.5371988Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2024-11-01T16:45:59.5375197Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2024-11-01T16:45:59.5379036Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2024-11-01T16:45:59.5381466Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2024-11-01T16:45:59.5384644Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2024-11-01T16:45:59.5387733Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2024-11-01T16:45:59.5391096Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.5393936Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2024-11-01T16:45:59.5396976Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2024-11-01T16:45:59.5400021Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2024-11-01T16:45:59.5403213Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2024-11-01T16:45:59.5406432Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2024-11-01T16:45:59.5409374Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2024-11-01T16:45:59.5412509Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2024-11-01T16:45:59.5415531Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2024-11-01T16:45:59.5418831Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.5421662Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2024-11-01T16:45:59.5424843Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2024-11-01T16:45:59.5427880Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2024-11-01T16:45:59.5431349Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.5434186Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2024-11-01T16:45:59.5437298Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2024-11-01T16:45:59.5440412Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2024-11-01T16:45:59.5443753Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.5446617Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2024-11-01T16:45:59.5449742Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2024-11-01T16:45:59.5452825Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2024-11-01T16:45:59.5456158Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.5459049Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2024-11-01T16:45:59.5462298Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2024-11-01T16:45:59.5465339Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2024-11-01T16:45:59.5468786Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.5471742Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2024-11-01T16:45:59.5475027Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2024-11-01T16:45:59.5478069Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2024-11-01T16:45:59.5481546Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.5484562Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2024-11-01T16:45:59.5487725Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2024-11-01T16:45:59.5490713Z adding 'torch/include/ATen/ops/_values.h' 2024-11-01T16:45:59.5493811Z adding 'torch/include/ATen/ops/_values_copy.h' 2024-11-01T16:45:59.5497338Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.5500492Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.5503328Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2024-11-01T16:45:59.5506449Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2024-11-01T16:45:59.5509720Z adding 'torch/include/ATen/ops/_values_native.h' 2024-11-01T16:45:59.5512891Z adding 'torch/include/ATen/ops/_values_ops.h' 2024-11-01T16:45:59.5516159Z adding 'torch/include/ATen/ops/_version.h' 2024-11-01T16:45:59.5519375Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.5522154Z adding 'torch/include/ATen/ops/_version_native.h' 2024-11-01T16:45:59.5525356Z adding 'torch/include/ATen/ops/_version_ops.h' 2024-11-01T16:45:59.5528407Z adding 'torch/include/ATen/ops/_weight_int4pack_mm.h' 2024-11-01T16:45:59.5531698Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cpu_dispatch.h' 2024-11-01T16:45:59.5534936Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h' 2024-11-01T16:45:59.5538091Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_native.h' 2024-11-01T16:45:59.5541214Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_ops.h' 2024-11-01T16:45:59.5544261Z adding 'torch/include/ATen/ops/_weight_int8pack_mm.h' 2024-11-01T16:45:59.5547486Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h' 2024-11-01T16:45:59.5550612Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_native.h' 2024-11-01T16:45:59.5553923Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_ops.h' 2024-11-01T16:45:59.5556995Z adding 'torch/include/ATen/ops/_weight_norm.h' 2024-11-01T16:45:59.5560297Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.5563335Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2024-11-01T16:45:59.5566847Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.5569768Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2024-11-01T16:45:59.5573057Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2024-11-01T16:45:59.5576238Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2024-11-01T16:45:59.5579428Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2024-11-01T16:45:59.5582986Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.5585951Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2024-11-01T16:45:59.5589267Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2024-11-01T16:45:59.5592563Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2024-11-01T16:45:59.5595879Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2024-11-01T16:45:59.5599352Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.5602300Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2024-11-01T16:45:59.5605556Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2024-11-01T16:45:59.5608604Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2024-11-01T16:45:59.5612123Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2024-11-01T16:45:59.5615140Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2024-11-01T16:45:59.5618295Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2024-11-01T16:45:59.5621523Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack.h' 2024-11-01T16:45:59.5624908Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.5627893Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_native.h' 2024-11-01T16:45:59.5631074Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_ops.h' 2024-11-01T16:45:59.5634463Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked.h' 2024-11-01T16:45:59.5637831Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.5640787Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_native.h' 2024-11-01T16:45:59.5644188Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_ops.h' 2024-11-01T16:45:59.5647210Z adding 'torch/include/ATen/ops/abs.h' 2024-11-01T16:45:59.5650571Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.5653456Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2024-11-01T16:45:59.5656635Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2024-11-01T16:45:59.5659703Z adding 'torch/include/ATen/ops/abs_native.h' 2024-11-01T16:45:59.5663345Z adding 'torch/include/ATen/ops/abs_ops.h' 2024-11-01T16:45:59.5666393Z adding 'torch/include/ATen/ops/absolute.h' 2024-11-01T16:45:59.5669908Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.5672859Z adding 'torch/include/ATen/ops/absolute_native.h' 2024-11-01T16:45:59.5676030Z adding 'torch/include/ATen/ops/absolute_ops.h' 2024-11-01T16:45:59.5679283Z adding 'torch/include/ATen/ops/acos.h' 2024-11-01T16:45:59.5682676Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.5685676Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2024-11-01T16:45:59.5688780Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2024-11-01T16:45:59.5691894Z adding 'torch/include/ATen/ops/acos_meta.h' 2024-11-01T16:45:59.5695157Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2024-11-01T16:45:59.5698123Z adding 'torch/include/ATen/ops/acos_native.h' 2024-11-01T16:45:59.5701422Z adding 'torch/include/ATen/ops/acos_ops.h' 2024-11-01T16:45:59.5704824Z adding 'torch/include/ATen/ops/acosh.h' 2024-11-01T16:45:59.5708157Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.5711089Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2024-11-01T16:45:59.5714306Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2024-11-01T16:45:59.5717498Z adding 'torch/include/ATen/ops/acosh_meta.h' 2024-11-01T16:45:59.5720696Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2024-11-01T16:45:59.5723649Z adding 'torch/include/ATen/ops/acosh_native.h' 2024-11-01T16:45:59.5726881Z adding 'torch/include/ATen/ops/acosh_ops.h' 2024-11-01T16:45:59.5730177Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2024-11-01T16:45:59.5733531Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.5736619Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2024-11-01T16:45:59.5739708Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2024-11-01T16:45:59.5743061Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2024-11-01T16:45:59.5746641Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.5749752Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2024-11-01T16:45:59.5753018Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2024-11-01T16:45:59.5756019Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2024-11-01T16:45:59.5759974Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2024-11-01T16:45:59.5763559Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2024-11-01T16:45:59.5766828Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2024-11-01T16:45:59.5770422Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2024-11-01T16:45:59.5774183Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2024-11-01T16:45:59.5777422Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2024-11-01T16:45:59.5780652Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2024-11-01T16:45:59.5783974Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.5787042Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2024-11-01T16:45:59.5790272Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2024-11-01T16:45:59.5793449Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2024-11-01T16:45:59.5796697Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2024-11-01T16:45:59.5799900Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2024-11-01T16:45:59.5803641Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.5806345Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2024-11-01T16:45:59.5809497Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2024-11-01T16:45:59.5812667Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2024-11-01T16:45:59.5816057Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2024-11-01T16:45:59.5819581Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.5822787Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2024-11-01T16:45:59.5825941Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2024-11-01T16:45:59.5828785Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2024-11-01T16:45:59.5832248Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2024-11-01T16:45:59.5835272Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2024-11-01T16:45:59.5838456Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2024-11-01T16:45:59.5841975Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.5844916Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2024-11-01T16:45:59.5848136Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2024-11-01T16:45:59.5851140Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2024-11-01T16:45:59.5854336Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2024-11-01T16:45:59.5857338Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2024-11-01T16:45:59.5860546Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2024-11-01T16:45:59.5863681Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2024-11-01T16:45:59.5866863Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2024-11-01T16:45:59.5870478Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.5873435Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2024-11-01T16:45:59.5876486Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2024-11-01T16:45:59.5879927Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2024-11-01T16:45:59.5882847Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2024-11-01T16:45:59.5885810Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2024-11-01T16:45:59.5889005Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2024-11-01T16:45:59.5892423Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.5895319Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2024-11-01T16:45:59.5898415Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2024-11-01T16:45:59.5901439Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2024-11-01T16:45:59.5904558Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2024-11-01T16:45:59.5907543Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2024-11-01T16:45:59.5910946Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2024-11-01T16:45:59.5914011Z adding 'torch/include/ATen/ops/add.h' 2024-11-01T16:45:59.5917676Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.5920883Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.5923699Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2024-11-01T16:45:59.5926735Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2024-11-01T16:45:59.5929682Z adding 'torch/include/ATen/ops/add_meta.h' 2024-11-01T16:45:59.5932780Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2024-11-01T16:45:59.5936109Z adding 'torch/include/ATen/ops/add_native.h' 2024-11-01T16:45:59.5939627Z adding 'torch/include/ATen/ops/add_ops.h' 2024-11-01T16:45:59.5942881Z adding 'torch/include/ATen/ops/addbmm.h' 2024-11-01T16:45:59.5946031Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2024-11-01T16:45:59.5949223Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2024-11-01T16:45:59.5952405Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2024-11-01T16:45:59.5955375Z adding 'torch/include/ATen/ops/addbmm_native.h' 2024-11-01T16:45:59.5958650Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2024-11-01T16:45:59.5961858Z adding 'torch/include/ATen/ops/addcdiv.h' 2024-11-01T16:45:59.5965422Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.5968299Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2024-11-01T16:45:59.5971382Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2024-11-01T16:45:59.5974649Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2024-11-01T16:45:59.5977509Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2024-11-01T16:45:59.5980473Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2024-11-01T16:45:59.5983711Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2024-11-01T16:45:59.5986880Z adding 'torch/include/ATen/ops/addcmul.h' 2024-11-01T16:45:59.5990402Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.5993272Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2024-11-01T16:45:59.5996375Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2024-11-01T16:45:59.5999339Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2024-11-01T16:45:59.6002690Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2024-11-01T16:45:59.6005540Z adding 'torch/include/ATen/ops/addcmul_native.h' 2024-11-01T16:45:59.6008701Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2024-11-01T16:45:59.6011825Z adding 'torch/include/ATen/ops/addmm.h' 2024-11-01T16:45:59.6015328Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.6018291Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2024-11-01T16:45:59.6021334Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2024-11-01T16:45:59.6024628Z adding 'torch/include/ATen/ops/addmm_meta.h' 2024-11-01T16:45:59.6027545Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2024-11-01T16:45:59.6030785Z adding 'torch/include/ATen/ops/addmm_native.h' 2024-11-01T16:45:59.6034077Z adding 'torch/include/ATen/ops/addmm_ops.h' 2024-11-01T16:45:59.6037247Z adding 'torch/include/ATen/ops/addmv.h' 2024-11-01T16:45:59.6040998Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.6043652Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2024-11-01T16:45:59.6046753Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2024-11-01T16:45:59.6049714Z adding 'torch/include/ATen/ops/addmv_meta.h' 2024-11-01T16:45:59.6052856Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2024-11-01T16:45:59.6055873Z adding 'torch/include/ATen/ops/addmv_native.h' 2024-11-01T16:45:59.6059198Z adding 'torch/include/ATen/ops/addmv_ops.h' 2024-11-01T16:45:59.6062321Z adding 'torch/include/ATen/ops/addr.h' 2024-11-01T16:45:59.6065797Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.6068639Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2024-11-01T16:45:59.6071853Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2024-11-01T16:45:59.6074893Z adding 'torch/include/ATen/ops/addr_native.h' 2024-11-01T16:45:59.6078229Z adding 'torch/include/ATen/ops/addr_ops.h' 2024-11-01T16:45:59.6081289Z adding 'torch/include/ATen/ops/adjoint.h' 2024-11-01T16:45:59.6084548Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.6087497Z adding 'torch/include/ATen/ops/adjoint_native.h' 2024-11-01T16:45:59.6090559Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2024-11-01T16:45:59.6093843Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2024-11-01T16:45:59.6097162Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2024-11-01T16:45:59.6100650Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.6103436Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2024-11-01T16:45:59.6106411Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2024-11-01T16:45:59.6109829Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.6112686Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2024-11-01T16:45:59.6115996Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2024-11-01T16:45:59.6118873Z adding 'torch/include/ATen/ops/alias.h' 2024-11-01T16:45:59.6122279Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.6125142Z adding 'torch/include/ATen/ops/alias_copy.h' 2024-11-01T16:45:59.6128754Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.6131983Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.6134688Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2024-11-01T16:45:59.6137865Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2024-11-01T16:45:59.6140970Z adding 'torch/include/ATen/ops/alias_native.h' 2024-11-01T16:45:59.6144417Z adding 'torch/include/ATen/ops/alias_ops.h' 2024-11-01T16:45:59.6147226Z adding 'torch/include/ATen/ops/align_as.h' 2024-11-01T16:45:59.6150714Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.6153526Z adding 'torch/include/ATen/ops/align_as_native.h' 2024-11-01T16:45:59.6156722Z adding 'torch/include/ATen/ops/align_as_ops.h' 2024-11-01T16:45:59.6159768Z adding 'torch/include/ATen/ops/align_tensors.h' 2024-11-01T16:45:59.6163255Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.6166160Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2024-11-01T16:45:59.6169309Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2024-11-01T16:45:59.6172443Z adding 'torch/include/ATen/ops/align_to.h' 2024-11-01T16:45:59.6175666Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.6178608Z adding 'torch/include/ATen/ops/align_to_native.h' 2024-11-01T16:45:59.6181775Z adding 'torch/include/ATen/ops/align_to_ops.h' 2024-11-01T16:45:59.6185214Z adding 'torch/include/ATen/ops/all.h' 2024-11-01T16:45:59.6188615Z adding 'torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.6192107Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.6195228Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.6198283Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2024-11-01T16:45:59.6201579Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2024-11-01T16:45:59.6204582Z adding 'torch/include/ATen/ops/all_meta.h' 2024-11-01T16:45:59.6207888Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2024-11-01T16:45:59.6211099Z adding 'torch/include/ATen/ops/all_native.h' 2024-11-01T16:45:59.6214686Z adding 'torch/include/ATen/ops/all_ops.h' 2024-11-01T16:45:59.6218019Z adding 'torch/include/ATen/ops/allclose.h' 2024-11-01T16:45:59.6221395Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.6224373Z adding 'torch/include/ATen/ops/allclose_native.h' 2024-11-01T16:45:59.6227559Z adding 'torch/include/ATen/ops/allclose_ops.h' 2024-11-01T16:45:59.6230837Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2024-11-01T16:45:59.6234207Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.6237119Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2024-11-01T16:45:59.6240371Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2024-11-01T16:45:59.6243473Z adding 'torch/include/ATen/ops/amax.h' 2024-11-01T16:45:59.6247059Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.6249943Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2024-11-01T16:45:59.6253169Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2024-11-01T16:45:59.6256139Z adding 'torch/include/ATen/ops/amax_meta.h' 2024-11-01T16:45:59.6259398Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2024-11-01T16:45:59.6262356Z adding 'torch/include/ATen/ops/amax_native.h' 2024-11-01T16:45:59.6265694Z adding 'torch/include/ATen/ops/amax_ops.h' 2024-11-01T16:45:59.6268918Z adding 'torch/include/ATen/ops/amin.h' 2024-11-01T16:45:59.6272494Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.6275501Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2024-11-01T16:45:59.6278602Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2024-11-01T16:45:59.6281725Z adding 'torch/include/ATen/ops/amin_meta.h' 2024-11-01T16:45:59.6284823Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2024-11-01T16:45:59.6287970Z adding 'torch/include/ATen/ops/amin_native.h' 2024-11-01T16:45:59.6291157Z adding 'torch/include/ATen/ops/amin_ops.h' 2024-11-01T16:45:59.6294433Z adding 'torch/include/ATen/ops/aminmax.h' 2024-11-01T16:45:59.6298016Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.6300882Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2024-11-01T16:45:59.6304160Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2024-11-01T16:45:59.6307174Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2024-11-01T16:45:59.6310635Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2024-11-01T16:45:59.6313630Z adding 'torch/include/ATen/ops/aminmax_native.h' 2024-11-01T16:45:59.6317458Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2024-11-01T16:45:59.6321052Z adding 'torch/include/ATen/ops/and.h' 2024-11-01T16:45:59.6324817Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.6328263Z adding 'torch/include/ATen/ops/and_native.h' 2024-11-01T16:45:59.6331576Z adding 'torch/include/ATen/ops/and_ops.h' 2024-11-01T16:45:59.6334856Z adding 'torch/include/ATen/ops/angle.h' 2024-11-01T16:45:59.6338019Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2024-11-01T16:45:59.6341268Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2024-11-01T16:45:59.6344231Z adding 'torch/include/ATen/ops/angle_native.h' 2024-11-01T16:45:59.6347541Z adding 'torch/include/ATen/ops/angle_ops.h' 2024-11-01T16:45:59.6350995Z adding 'torch/include/ATen/ops/any.h' 2024-11-01T16:45:59.6354563Z adding 'torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.6358065Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.6361089Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.6364278Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2024-11-01T16:45:59.6367430Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2024-11-01T16:45:59.6370522Z adding 'torch/include/ATen/ops/any_meta.h' 2024-11-01T16:45:59.6373652Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2024-11-01T16:45:59.6376722Z adding 'torch/include/ATen/ops/any_native.h' 2024-11-01T16:45:59.6380400Z adding 'torch/include/ATen/ops/any_ops.h' 2024-11-01T16:45:59.6383931Z adding 'torch/include/ATen/ops/arange.h' 2024-11-01T16:45:59.6387432Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.6390496Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2024-11-01T16:45:59.6393565Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2024-11-01T16:45:59.6396653Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2024-11-01T16:45:59.6399699Z adding 'torch/include/ATen/ops/arange_native.h' 2024-11-01T16:45:59.6403139Z adding 'torch/include/ATen/ops/arange_ops.h' 2024-11-01T16:45:59.6406313Z adding 'torch/include/ATen/ops/arccos.h' 2024-11-01T16:45:59.6409751Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.6412637Z adding 'torch/include/ATen/ops/arccos_native.h' 2024-11-01T16:45:59.6415764Z adding 'torch/include/ATen/ops/arccos_ops.h' 2024-11-01T16:45:59.6418846Z adding 'torch/include/ATen/ops/arccosh.h' 2024-11-01T16:45:59.6422174Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.6425008Z adding 'torch/include/ATen/ops/arccosh_native.h' 2024-11-01T16:45:59.6428178Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2024-11-01T16:45:59.6431454Z adding 'torch/include/ATen/ops/arcsin.h' 2024-11-01T16:45:59.6434757Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.6437573Z adding 'torch/include/ATen/ops/arcsin_native.h' 2024-11-01T16:45:59.6440747Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2024-11-01T16:45:59.6443809Z adding 'torch/include/ATen/ops/arcsinh.h' 2024-11-01T16:45:59.6447133Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.6449956Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2024-11-01T16:45:59.6453119Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2024-11-01T16:45:59.6456228Z adding 'torch/include/ATen/ops/arctan.h' 2024-11-01T16:45:59.6459259Z adding 'torch/include/ATen/ops/arctan2.h' 2024-11-01T16:45:59.6462542Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.6465706Z adding 'torch/include/ATen/ops/arctan2_native.h' 2024-11-01T16:45:59.6468710Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2024-11-01T16:45:59.6472275Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.6475156Z adding 'torch/include/ATen/ops/arctan_native.h' 2024-11-01T16:45:59.6478532Z adding 'torch/include/ATen/ops/arctan_ops.h' 2024-11-01T16:45:59.6481809Z adding 'torch/include/ATen/ops/arctanh.h' 2024-11-01T16:45:59.6485108Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.6488064Z adding 'torch/include/ATen/ops/arctanh_native.h' 2024-11-01T16:45:59.6491921Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2024-11-01T16:45:59.6495295Z adding 'torch/include/ATen/ops/argmax.h' 2024-11-01T16:45:59.6498827Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.6501823Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2024-11-01T16:45:59.6505075Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2024-11-01T16:45:59.6508089Z adding 'torch/include/ATen/ops/argmax_meta.h' 2024-11-01T16:45:59.6511455Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2024-11-01T16:45:59.6514446Z adding 'torch/include/ATen/ops/argmax_native.h' 2024-11-01T16:45:59.6517762Z adding 'torch/include/ATen/ops/argmax_ops.h' 2024-11-01T16:45:59.6520915Z adding 'torch/include/ATen/ops/argmin.h' 2024-11-01T16:45:59.6524495Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.6527543Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2024-11-01T16:45:59.6530694Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2024-11-01T16:45:59.6533816Z adding 'torch/include/ATen/ops/argmin_meta.h' 2024-11-01T16:45:59.6537211Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2024-11-01T16:45:59.6540081Z adding 'torch/include/ATen/ops/argmin_native.h' 2024-11-01T16:45:59.6543285Z adding 'torch/include/ATen/ops/argmin_ops.h' 2024-11-01T16:45:59.6546589Z adding 'torch/include/ATen/ops/argsort.h' 2024-11-01T16:45:59.6550152Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.6553159Z adding 'torch/include/ATen/ops/argsort_native.h' 2024-11-01T16:45:59.6556632Z adding 'torch/include/ATen/ops/argsort_ops.h' 2024-11-01T16:45:59.6559721Z adding 'torch/include/ATen/ops/argwhere.h' 2024-11-01T16:45:59.6563162Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.6565965Z adding 'torch/include/ATen/ops/argwhere_native.h' 2024-11-01T16:45:59.6569170Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2024-11-01T16:45:59.6572969Z adding 'torch/include/ATen/ops/as_strided.h' 2024-11-01T16:45:59.6576640Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.6579979Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2024-11-01T16:45:59.6583773Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.6587066Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.6589975Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2024-11-01T16:45:59.6593226Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2024-11-01T16:45:59.6596697Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2024-11-01T16:45:59.6599703Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2024-11-01T16:45:59.6602953Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2024-11-01T16:45:59.6605962Z adding 'torch/include/ATen/ops/as_strided_native.h' 2024-11-01T16:45:59.6609560Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2024-11-01T16:45:59.6612985Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2024-11-01T16:45:59.6616536Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.6619931Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.6622754Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2024-11-01T16:45:59.6626206Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2024-11-01T16:45:59.6629392Z adding 'torch/include/ATen/ops/asin.h' 2024-11-01T16:45:59.6633000Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.6635900Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2024-11-01T16:45:59.6639013Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2024-11-01T16:45:59.6642120Z adding 'torch/include/ATen/ops/asin_meta.h' 2024-11-01T16:45:59.6645260Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2024-11-01T16:45:59.6648418Z adding 'torch/include/ATen/ops/asin_native.h' 2024-11-01T16:45:59.6651650Z adding 'torch/include/ATen/ops/asin_ops.h' 2024-11-01T16:45:59.6654975Z adding 'torch/include/ATen/ops/asinh.h' 2024-11-01T16:45:59.6658510Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.6661384Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2024-11-01T16:45:59.6664595Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2024-11-01T16:45:59.6667560Z adding 'torch/include/ATen/ops/asinh_meta.h' 2024-11-01T16:45:59.6671219Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2024-11-01T16:45:59.6674080Z adding 'torch/include/ATen/ops/asinh_native.h' 2024-11-01T16:45:59.6677450Z adding 'torch/include/ATen/ops/asinh_ops.h' 2024-11-01T16:45:59.6680585Z adding 'torch/include/ATen/ops/atan.h' 2024-11-01T16:45:59.6683864Z adding 'torch/include/ATen/ops/atan2.h' 2024-11-01T16:45:59.6687311Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.6690204Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2024-11-01T16:45:59.6693423Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2024-11-01T16:45:59.6696382Z adding 'torch/include/ATen/ops/atan2_meta.h' 2024-11-01T16:45:59.6699593Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2024-11-01T16:45:59.6702532Z adding 'torch/include/ATen/ops/atan2_native.h' 2024-11-01T16:45:59.6706083Z adding 'torch/include/ATen/ops/atan2_ops.h' 2024-11-01T16:45:59.6709629Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.6712510Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2024-11-01T16:45:59.6715769Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2024-11-01T16:45:59.6718734Z adding 'torch/include/ATen/ops/atan_meta.h' 2024-11-01T16:45:59.6721952Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2024-11-01T16:45:59.6724985Z adding 'torch/include/ATen/ops/atan_native.h' 2024-11-01T16:45:59.6728349Z adding 'torch/include/ATen/ops/atan_ops.h' 2024-11-01T16:45:59.6731503Z adding 'torch/include/ATen/ops/atanh.h' 2024-11-01T16:45:59.6735009Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.6738026Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2024-11-01T16:45:59.6741176Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2024-11-01T16:45:59.6744233Z adding 'torch/include/ATen/ops/atanh_meta.h' 2024-11-01T16:45:59.6747338Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2024-11-01T16:45:59.6750586Z adding 'torch/include/ATen/ops/atanh_native.h' 2024-11-01T16:45:59.6753784Z adding 'torch/include/ATen/ops/atanh_ops.h' 2024-11-01T16:45:59.6757066Z adding 'torch/include/ATen/ops/atleast_1d.h' 2024-11-01T16:45:59.6760554Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.6763829Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2024-11-01T16:45:59.6767156Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2024-11-01T16:45:59.6770419Z adding 'torch/include/ATen/ops/atleast_2d.h' 2024-11-01T16:45:59.6773734Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.6776772Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2024-11-01T16:45:59.6779934Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2024-11-01T16:45:59.6783245Z adding 'torch/include/ATen/ops/atleast_3d.h' 2024-11-01T16:45:59.6786918Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.6789997Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2024-11-01T16:45:59.6793430Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2024-11-01T16:45:59.6796600Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2024-11-01T16:45:59.6800096Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.6802861Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2024-11-01T16:45:59.6805976Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2024-11-01T16:45:59.6809255Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2024-11-01T16:45:59.6812487Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2024-11-01T16:45:59.6816207Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.6819243Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2024-11-01T16:45:59.6822317Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2024-11-01T16:45:59.6825398Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2024-11-01T16:45:59.6828559Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2024-11-01T16:45:59.6831842Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2024-11-01T16:45:59.6835274Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2024-11-01T16:45:59.6838683Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.6841642Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2024-11-01T16:45:59.6844879Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2024-11-01T16:45:59.6848804Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2024-11-01T16:45:59.6852634Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2024-11-01T16:45:59.6860531Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2024-11-01T16:45:59.6861501Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2024-11-01T16:45:59.6864694Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2024-11-01T16:45:59.6868749Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2024-11-01T16:45:59.6872764Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.6876136Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2024-11-01T16:45:59.6879860Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2024-11-01T16:45:59.6883379Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2024-11-01T16:45:59.6887159Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2024-11-01T16:45:59.6890783Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2024-11-01T16:45:59.6894626Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2024-11-01T16:45:59.6898493Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.6901531Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2024-11-01T16:45:59.6904841Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2024-11-01T16:45:59.6907846Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2024-11-01T16:45:59.6911290Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2024-11-01T16:45:59.6914452Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2024-11-01T16:45:59.6917809Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2024-11-01T16:45:59.6921111Z adding 'torch/include/ATen/ops/baddbmm.h' 2024-11-01T16:45:59.6924570Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.6927512Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2024-11-01T16:45:59.6930609Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2024-11-01T16:45:59.6933797Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2024-11-01T16:45:59.6936939Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2024-11-01T16:45:59.6939987Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2024-11-01T16:45:59.6943678Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2024-11-01T16:45:59.6946687Z adding 'torch/include/ATen/ops/bartlett_window.h' 2024-11-01T16:45:59.6950440Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.6953309Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2024-11-01T16:45:59.6956698Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2024-11-01T16:45:59.6959829Z adding 'torch/include/ATen/ops/batch_norm.h' 2024-11-01T16:45:59.6962987Z adding 'torch/include/ATen/ops/batch_norm_backward.h' 2024-11-01T16:45:59.6966203Z adding 'torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h' 2024-11-01T16:45:59.6969985Z adding 'torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h' 2024-11-01T16:45:59.6974455Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2024-11-01T16:45:59.6978796Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.6982255Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2024-11-01T16:45:59.6985229Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2024-11-01T16:45:59.6988524Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2024-11-01T16:45:59.6991847Z adding 'torch/include/ATen/ops/batch_norm_backward_native.h' 2024-11-01T16:45:59.6995245Z adding 'torch/include/ATen/ops/batch_norm_backward_ops.h' 2024-11-01T16:45:59.6998590Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2024-11-01T16:45:59.7002061Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.7005029Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2024-11-01T16:45:59.7008040Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2024-11-01T16:45:59.7011357Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2024-11-01T16:45:59.7014672Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.7017659Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2024-11-01T16:45:59.7020901Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2024-11-01T16:45:59.7023952Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2024-11-01T16:45:59.7027157Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2024-11-01T16:45:59.7030568Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2024-11-01T16:45:59.7034008Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.7037026Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2024-11-01T16:45:59.7040001Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2024-11-01T16:45:59.7043323Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2024-11-01T16:45:59.7046676Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2024-11-01T16:45:59.7050117Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.7053095Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2024-11-01T16:45:59.7056108Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2024-11-01T16:45:59.7059421Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2024-11-01T16:45:59.7062396Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2024-11-01T16:45:59.7065541Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2024-11-01T16:45:59.7068649Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2024-11-01T16:45:59.7072134Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.7075046Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2024-11-01T16:45:59.7078048Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2024-11-01T16:45:59.7081266Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2024-11-01T16:45:59.7084780Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2024-11-01T16:45:59.7087908Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.7090903Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2024-11-01T16:45:59.7094017Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2024-11-01T16:45:59.7097011Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2024-11-01T16:45:59.7100225Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2024-11-01T16:45:59.7103458Z adding 'torch/include/ATen/ops/bernoulli.h' 2024-11-01T16:45:59.7106914Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.7110251Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.7113122Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2024-11-01T16:45:59.7116218Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2024-11-01T16:45:59.7119290Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2024-11-01T16:45:59.7122306Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2024-11-01T16:45:59.7126297Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2024-11-01T16:45:59.7129720Z adding 'torch/include/ATen/ops/bilinear.h' 2024-11-01T16:45:59.7139340Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.7140140Z adding 'torch/include/ATen/ops/bilinear_native.h' 2024-11-01T16:45:59.7140708Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2024-11-01T16:45:59.7143599Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2024-11-01T16:45:59.7146896Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2024-11-01T16:45:59.7150372Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2024-11-01T16:45:59.7153826Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2024-11-01T16:45:59.7156848Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2024-11-01T16:45:59.7160063Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2024-11-01T16:45:59.7163334Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2024-11-01T16:45:59.7166568Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2024-11-01T16:45:59.7169596Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2024-11-01T16:45:59.7172946Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2024-11-01T16:45:59.7176189Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2024-11-01T16:45:59.7179783Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.7182731Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2024-11-01T16:45:59.7186410Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2024-11-01T16:45:59.7189362Z adding 'torch/include/ATen/ops/bincount.h' 2024-11-01T16:45:59.7192764Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.7195860Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2024-11-01T16:45:59.7198913Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2024-11-01T16:45:59.7202031Z adding 'torch/include/ATen/ops/bincount_native.h' 2024-11-01T16:45:59.7205259Z adding 'torch/include/ATen/ops/bincount_ops.h' 2024-11-01T16:45:59.7208619Z adding 'torch/include/ATen/ops/binomial.h' 2024-11-01T16:45:59.7212054Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.7214956Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2024-11-01T16:45:59.7218393Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2024-11-01T16:45:59.7221451Z adding 'torch/include/ATen/ops/binomial_native.h' 2024-11-01T16:45:59.7224873Z adding 'torch/include/ATen/ops/binomial_ops.h' 2024-11-01T16:45:59.7228486Z adding 'torch/include/ATen/ops/bitwise_and.h' 2024-11-01T16:45:59.7231765Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.7235221Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.7238086Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2024-11-01T16:45:59.7241240Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2024-11-01T16:45:59.7244788Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2024-11-01T16:45:59.7248344Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2024-11-01T16:45:59.7251466Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2024-11-01T16:45:59.7255055Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2024-11-01T16:45:59.7258628Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2024-11-01T16:45:59.7262165Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.7265536Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.7268341Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2024-11-01T16:45:59.7271688Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2024-11-01T16:45:59.7274624Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2024-11-01T16:45:59.7277748Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2024-11-01T16:45:59.7280906Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2024-11-01T16:45:59.7284420Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2024-11-01T16:45:59.7287982Z adding 'torch/include/ATen/ops/bitwise_not.h' 2024-11-01T16:45:59.7291302Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.7294164Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2024-11-01T16:45:59.7297223Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2024-11-01T16:45:59.7300229Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2024-11-01T16:45:59.7303374Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2024-11-01T16:45:59.7306413Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2024-11-01T16:45:59.7309885Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2024-11-01T16:45:59.7313178Z adding 'torch/include/ATen/ops/bitwise_or.h' 2024-11-01T16:45:59.7316977Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.7320462Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.7323327Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2024-11-01T16:45:59.7326513Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2024-11-01T16:45:59.7329436Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2024-11-01T16:45:59.7332745Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2024-11-01T16:45:59.7335814Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2024-11-01T16:45:59.7339495Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2024-11-01T16:45:59.7343079Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2024-11-01T16:45:59.7346524Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.7349886Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.7352820Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2024-11-01T16:45:59.7356071Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2024-11-01T16:45:59.7359068Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2024-11-01T16:45:59.7362159Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2024-11-01T16:45:59.7365106Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2024-11-01T16:45:59.7368924Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2024-11-01T16:45:59.7372059Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2024-11-01T16:45:59.7375420Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.7378641Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.7381630Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2024-11-01T16:45:59.7384634Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2024-11-01T16:45:59.7387532Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2024-11-01T16:45:59.7390739Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2024-11-01T16:45:59.7393897Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2024-11-01T16:45:59.7397371Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2024-11-01T16:45:59.7400937Z adding 'torch/include/ATen/ops/blackman_window.h' 2024-11-01T16:45:59.7404420Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.7407299Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2024-11-01T16:45:59.7411139Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2024-11-01T16:45:59.7414470Z adding 'torch/include/ATen/ops/block_diag.h' 2024-11-01T16:45:59.7417714Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.7420420Z adding 'torch/include/ATen/ops/block_diag_native.h' 2024-11-01T16:45:59.7423570Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2024-11-01T16:45:59.7426663Z adding 'torch/include/ATen/ops/bmm.h' 2024-11-01T16:45:59.7430142Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.7433062Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2024-11-01T16:45:59.7436071Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2024-11-01T16:45:59.7439024Z adding 'torch/include/ATen/ops/bmm_meta.h' 2024-11-01T16:45:59.7442127Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2024-11-01T16:45:59.7445164Z adding 'torch/include/ATen/ops/bmm_native.h' 2024-11-01T16:45:59.7448380Z adding 'torch/include/ATen/ops/bmm_ops.h' 2024-11-01T16:45:59.7451495Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2024-11-01T16:45:59.7454781Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.7458023Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2024-11-01T16:45:59.7461526Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2024-11-01T16:45:59.7464729Z adding 'torch/include/ATen/ops/broadcast_to.h' 2024-11-01T16:45:59.7468143Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.7471070Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2024-11-01T16:45:59.7474576Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2024-11-01T16:45:59.7477556Z adding 'torch/include/ATen/ops/bucketize.h' 2024-11-01T16:45:59.7481051Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.7483996Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2024-11-01T16:45:59.7487267Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2024-11-01T16:45:59.7490466Z adding 'torch/include/ATen/ops/bucketize_native.h' 2024-11-01T16:45:59.7493726Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2024-11-01T16:45:59.7496960Z adding 'torch/include/ATen/ops/can_cast.h' 2024-11-01T16:45:59.7500246Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.7503243Z adding 'torch/include/ATen/ops/can_cast_native.h' 2024-11-01T16:45:59.7506341Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2024-11-01T16:45:59.7509531Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2024-11-01T16:45:59.7512907Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.7515807Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2024-11-01T16:45:59.7519306Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2024-11-01T16:45:59.7522271Z adding 'torch/include/ATen/ops/cat.h' 2024-11-01T16:45:59.7525690Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.7528697Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.7531772Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2024-11-01T16:45:59.7534977Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2024-11-01T16:45:59.7538673Z adding 'torch/include/ATen/ops/cat_meta.h' 2024-11-01T16:45:59.7542002Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2024-11-01T16:45:59.7545267Z adding 'torch/include/ATen/ops/cat_native.h' 2024-11-01T16:45:59.7548844Z adding 'torch/include/ATen/ops/cat_ops.h' 2024-11-01T16:45:59.7552155Z adding 'torch/include/ATen/ops/cauchy.h' 2024-11-01T16:45:59.7555652Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.7558690Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2024-11-01T16:45:59.7561788Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2024-11-01T16:45:59.7564980Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2024-11-01T16:45:59.7568064Z adding 'torch/include/ATen/ops/cauchy_native.h' 2024-11-01T16:45:59.7571375Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2024-11-01T16:45:59.7574419Z adding 'torch/include/ATen/ops/ccol_indices.h' 2024-11-01T16:45:59.7577876Z adding 'torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.7580793Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2024-11-01T16:45:59.7584328Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.7587669Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.7590481Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2024-11-01T16:45:59.7593758Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2024-11-01T16:45:59.7596769Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2024-11-01T16:45:59.7600346Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2024-11-01T16:45:59.7603270Z adding 'torch/include/ATen/ops/cdist.h' 2024-11-01T16:45:59.7606683Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.7609542Z adding 'torch/include/ATen/ops/cdist_native.h' 2024-11-01T16:45:59.7612771Z adding 'torch/include/ATen/ops/cdist_ops.h' 2024-11-01T16:45:59.7615984Z adding 'torch/include/ATen/ops/ceil.h' 2024-11-01T16:45:59.7619394Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.7622334Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2024-11-01T16:45:59.7625429Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2024-11-01T16:45:59.7628671Z adding 'torch/include/ATen/ops/ceil_meta.h' 2024-11-01T16:45:59.7631913Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2024-11-01T16:45:59.7635014Z adding 'torch/include/ATen/ops/ceil_native.h' 2024-11-01T16:45:59.7638385Z adding 'torch/include/ATen/ops/ceil_ops.h' 2024-11-01T16:45:59.7641511Z adding 'torch/include/ATen/ops/celu.h' 2024-11-01T16:45:59.7644993Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.7647819Z adding 'torch/include/ATen/ops/celu_native.h' 2024-11-01T16:45:59.7651172Z adding 'torch/include/ATen/ops/celu_ops.h' 2024-11-01T16:45:59.7654300Z adding 'torch/include/ATen/ops/chain_matmul.h' 2024-11-01T16:45:59.7657921Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.7660887Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2024-11-01T16:45:59.7664006Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2024-11-01T16:45:59.7667085Z adding 'torch/include/ATen/ops/chalf.h' 2024-11-01T16:45:59.7670570Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.7673592Z adding 'torch/include/ATen/ops/chalf_native.h' 2024-11-01T16:45:59.7676591Z adding 'torch/include/ATen/ops/chalf_ops.h' 2024-11-01T16:45:59.7680005Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2024-11-01T16:45:59.7683466Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.7686555Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2024-11-01T16:45:59.7689781Z adding 'torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h' 2024-11-01T16:45:59.7692754Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2024-11-01T16:45:59.7696029Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2024-11-01T16:45:59.7699175Z adding 'torch/include/ATen/ops/cholesky.h' 2024-11-01T16:45:59.7702511Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2024-11-01T16:45:59.7705627Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2024-11-01T16:45:59.7708804Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2024-11-01T16:45:59.7712246Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2024-11-01T16:45:59.7715362Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2024-11-01T16:45:59.7718541Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2024-11-01T16:45:59.7721629Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2024-11-01T16:45:59.7724779Z adding 'torch/include/ATen/ops/cholesky_native.h' 2024-11-01T16:45:59.7728293Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2024-11-01T16:45:59.7731376Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2024-11-01T16:45:59.7734794Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.7737603Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2024-11-01T16:45:59.7741021Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2024-11-01T16:45:59.7744170Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2024-11-01T16:45:59.7747699Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.7750793Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2024-11-01T16:45:59.7754055Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2024-11-01T16:45:59.7757066Z adding 'torch/include/ATen/ops/chunk.h' 2024-11-01T16:45:59.7760434Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.7763452Z adding 'torch/include/ATen/ops/chunk_native.h' 2024-11-01T16:45:59.7766639Z adding 'torch/include/ATen/ops/chunk_ops.h' 2024-11-01T16:45:59.7770047Z adding 'torch/include/ATen/ops/clamp.h' 2024-11-01T16:45:59.7773702Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.7776779Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2024-11-01T16:45:59.7780097Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2024-11-01T16:45:59.7783315Z adding 'torch/include/ATen/ops/clamp_max.h' 2024-11-01T16:45:59.7786942Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.7789982Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2024-11-01T16:45:59.7793278Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2024-11-01T16:45:59.7796608Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2024-11-01T16:45:59.7799648Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2024-11-01T16:45:59.7802681Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2024-11-01T16:45:59.7806100Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2024-11-01T16:45:59.7809328Z adding 'torch/include/ATen/ops/clamp_meta.h' 2024-11-01T16:45:59.7812538Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2024-11-01T16:45:59.7815974Z adding 'torch/include/ATen/ops/clamp_min.h' 2024-11-01T16:45:59.7819544Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.7822957Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2024-11-01T16:45:59.7826435Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2024-11-01T16:45:59.7830350Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2024-11-01T16:45:59.7834063Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2024-11-01T16:45:59.7837558Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2024-11-01T16:45:59.7841534Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2024-11-01T16:45:59.7845207Z adding 'torch/include/ATen/ops/clamp_native.h' 2024-11-01T16:45:59.7849288Z adding 'torch/include/ATen/ops/clamp_ops.h' 2024-11-01T16:45:59.7852733Z adding 'torch/include/ATen/ops/clip.h' 2024-11-01T16:45:59.7856383Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.7859336Z adding 'torch/include/ATen/ops/clip_native.h' 2024-11-01T16:45:59.7862998Z adding 'torch/include/ATen/ops/clip_ops.h' 2024-11-01T16:45:59.7866317Z adding 'torch/include/ATen/ops/clone.h' 2024-11-01T16:45:59.7870040Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.7873135Z adding 'torch/include/ATen/ops/clone_native.h' 2024-11-01T16:45:59.7876357Z adding 'torch/include/ATen/ops/clone_ops.h' 2024-11-01T16:45:59.7879417Z adding 'torch/include/ATen/ops/coalesce.h' 2024-11-01T16:45:59.7882605Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.7885620Z adding 'torch/include/ATen/ops/coalesce_native.h' 2024-11-01T16:45:59.7888677Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2024-11-01T16:45:59.7892092Z adding 'torch/include/ATen/ops/col2im.h' 2024-11-01T16:45:59.7895495Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2024-11-01T16:45:59.7898664Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2024-11-01T16:45:59.7901948Z adding 'torch/include/ATen/ops/col2im_native.h' 2024-11-01T16:45:59.7905171Z adding 'torch/include/ATen/ops/col2im_ops.h' 2024-11-01T16:45:59.7908172Z adding 'torch/include/ATen/ops/col_indices.h' 2024-11-01T16:45:59.7911710Z adding 'torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.7914603Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2024-11-01T16:45:59.7917842Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.7921014Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.7923743Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2024-11-01T16:45:59.7926882Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2024-11-01T16:45:59.7929851Z adding 'torch/include/ATen/ops/col_indices_native.h' 2024-11-01T16:45:59.7933079Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2024-11-01T16:45:59.7936139Z adding 'torch/include/ATen/ops/column_stack.h' 2024-11-01T16:45:59.7939426Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.7942217Z adding 'torch/include/ATen/ops/column_stack_native.h' 2024-11-01T16:45:59.7945361Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2024-11-01T16:45:59.7948459Z adding 'torch/include/ATen/ops/combinations.h' 2024-11-01T16:45:59.7951897Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.7954979Z adding 'torch/include/ATen/ops/combinations_native.h' 2024-11-01T16:45:59.7957892Z adding 'torch/include/ATen/ops/combinations_ops.h' 2024-11-01T16:45:59.7960869Z adding 'torch/include/ATen/ops/complex.h' 2024-11-01T16:45:59.7964159Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.7967044Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2024-11-01T16:45:59.7970109Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2024-11-01T16:45:59.7973085Z adding 'torch/include/ATen/ops/complex_native.h' 2024-11-01T16:45:59.7976356Z adding 'torch/include/ATen/ops/complex_ops.h' 2024-11-01T16:45:59.7979602Z adding 'torch/include/ATen/ops/concat.h' 2024-11-01T16:45:59.7982914Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.7986411Z adding 'torch/include/ATen/ops/concat_native.h' 2024-11-01T16:45:59.7989889Z adding 'torch/include/ATen/ops/concat_ops.h' 2024-11-01T16:45:59.7993126Z adding 'torch/include/ATen/ops/concatenate.h' 2024-11-01T16:45:59.7996639Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.7999482Z adding 'torch/include/ATen/ops/concatenate_native.h' 2024-11-01T16:45:59.8002682Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2024-11-01T16:45:59.8005739Z adding 'torch/include/ATen/ops/conj.h' 2024-11-01T16:45:59.8009055Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.8011949Z adding 'torch/include/ATen/ops/conj_native.h' 2024-11-01T16:45:59.8014986Z adding 'torch/include/ATen/ops/conj_ops.h' 2024-11-01T16:45:59.8018139Z adding 'torch/include/ATen/ops/conj_physical.h' 2024-11-01T16:45:59.8021438Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.8024420Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.8027399Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2024-11-01T16:45:59.8030482Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2024-11-01T16:45:59.8033447Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2024-11-01T16:45:59.8036622Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2024-11-01T16:45:59.8040315Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2024-11-01T16:45:59.8043828Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.8046562Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2024-11-01T16:45:59.8049767Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2024-11-01T16:45:59.8052763Z adding 'torch/include/ATen/ops/contiguous.h' 2024-11-01T16:45:59.8056026Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.8058843Z adding 'torch/include/ATen/ops/contiguous_native.h' 2024-11-01T16:45:59.8061942Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2024-11-01T16:45:59.8065265Z adding 'torch/include/ATen/ops/conv1d.h' 2024-11-01T16:45:59.8068779Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.8071788Z adding 'torch/include/ATen/ops/conv1d_native.h' 2024-11-01T16:45:59.8075075Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2024-11-01T16:45:59.8078498Z adding 'torch/include/ATen/ops/conv2d.h' 2024-11-01T16:45:59.8082061Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.8084962Z adding 'torch/include/ATen/ops/conv2d_native.h' 2024-11-01T16:45:59.8088107Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2024-11-01T16:45:59.8091488Z adding 'torch/include/ATen/ops/conv3d.h' 2024-11-01T16:45:59.8095034Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.8097940Z adding 'torch/include/ATen/ops/conv3d_native.h' 2024-11-01T16:45:59.8101190Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2024-11-01T16:45:59.8104813Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2024-11-01T16:45:59.8108344Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.8111494Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2024-11-01T16:45:59.8114489Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2024-11-01T16:45:59.8117779Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2024-11-01T16:45:59.8120947Z adding 'torch/include/ATen/ops/conv_tbc.h' 2024-11-01T16:45:59.8124051Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2024-11-01T16:45:59.8127418Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.8130264Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2024-11-01T16:45:59.8133441Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2024-11-01T16:45:59.8136776Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.8139647Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2024-11-01T16:45:59.8142919Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2024-11-01T16:45:59.8146219Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2024-11-01T16:45:59.8150051Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.8152743Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2024-11-01T16:45:59.8155853Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2024-11-01T16:45:59.8159245Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2024-11-01T16:45:59.8162646Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.8165561Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2024-11-01T16:45:59.8168728Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2024-11-01T16:45:59.8172156Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2024-11-01T16:45:59.8175607Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.8178430Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2024-11-01T16:45:59.8181671Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2024-11-01T16:45:59.8185414Z adding 'torch/include/ATen/ops/convolution.h' 2024-11-01T16:45:59.8189460Z adding 'torch/include/ATen/ops/convolution_backward.h' 2024-11-01T16:45:59.8193353Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.8196639Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2024-11-01T16:45:59.8199687Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2024-11-01T16:45:59.8203284Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2024-11-01T16:45:59.8207238Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2024-11-01T16:45:59.8210995Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.8214248Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2024-11-01T16:45:59.8217545Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2024-11-01T16:45:59.8220871Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.8223849Z adding 'torch/include/ATen/ops/convolution_native.h' 2024-11-01T16:45:59.8227135Z adding 'torch/include/ATen/ops/convolution_ops.h' 2024-11-01T16:45:59.8230968Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2024-11-01T16:45:59.8234931Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.8237904Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2024-11-01T16:45:59.8241252Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2024-11-01T16:45:59.8244351Z adding 'torch/include/ATen/ops/copy.h' 2024-11-01T16:45:59.8247863Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.8251211Z adding 'torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.8254067Z adding 'torch/include/ATen/ops/copy_meta_dispatch.h' 2024-11-01T16:45:59.8257713Z adding 'torch/include/ATen/ops/copy_native.h' 2024-11-01T16:45:59.8260827Z adding 'torch/include/ATen/ops/copy_ops.h' 2024-11-01T16:45:59.8264221Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2024-11-01T16:45:59.8267740Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.8270844Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2024-11-01T16:45:59.8273987Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2024-11-01T16:45:59.8277308Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2024-11-01T16:45:59.8280522Z adding 'torch/include/ATen/ops/copysign.h' 2024-11-01T16:45:59.8283926Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.8287263Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.8290044Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2024-11-01T16:45:59.8293247Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2024-11-01T16:45:59.8296298Z adding 'torch/include/ATen/ops/copysign_meta.h' 2024-11-01T16:45:59.8299511Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2024-11-01T16:45:59.8302609Z adding 'torch/include/ATen/ops/copysign_native.h' 2024-11-01T16:45:59.8306129Z adding 'torch/include/ATen/ops/copysign_ops.h' 2024-11-01T16:45:59.8309448Z adding 'torch/include/ATen/ops/corrcoef.h' 2024-11-01T16:45:59.8312722Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.8315699Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2024-11-01T16:45:59.8318804Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2024-11-01T16:45:59.8322064Z adding 'torch/include/ATen/ops/cos.h' 2024-11-01T16:45:59.8325529Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.8328712Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2024-11-01T16:45:59.8332348Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2024-11-01T16:45:59.8336744Z adding 'torch/include/ATen/ops/cos_meta.h' 2024-11-01T16:45:59.8437088Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2024-11-01T16:45:59.8440920Z adding 'torch/include/ATen/ops/cos_native.h' 2024-11-01T16:45:59.8443891Z adding 'torch/include/ATen/ops/cos_ops.h' 2024-11-01T16:45:59.8447026Z adding 'torch/include/ATen/ops/cosh.h' 2024-11-01T16:45:59.8450943Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.8453615Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2024-11-01T16:45:59.8456601Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2024-11-01T16:45:59.8459544Z adding 'torch/include/ATen/ops/cosh_meta.h' 2024-11-01T16:45:59.8462640Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2024-11-01T16:45:59.8465592Z adding 'torch/include/ATen/ops/cosh_native.h' 2024-11-01T16:45:59.8468772Z adding 'torch/include/ATen/ops/cosh_ops.h' 2024-11-01T16:45:59.8472085Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2024-11-01T16:45:59.8475464Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.8478336Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2024-11-01T16:45:59.8481567Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2024-11-01T16:45:59.8484577Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2024-11-01T16:45:59.8487896Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.8490670Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2024-11-01T16:45:59.8493772Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2024-11-01T16:45:59.8497011Z adding 'torch/include/ATen/ops/count_nonzero.h' 2024-11-01T16:45:59.8500322Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.8503176Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2024-11-01T16:45:59.8506188Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2024-11-01T16:45:59.8509212Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2024-11-01T16:45:59.8512563Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2024-11-01T16:45:59.8515663Z adding 'torch/include/ATen/ops/cov.h' 2024-11-01T16:45:59.8518989Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.8521802Z adding 'torch/include/ATen/ops/cov_native.h' 2024-11-01T16:45:59.8524965Z adding 'torch/include/ATen/ops/cov_ops.h' 2024-11-01T16:45:59.8528001Z adding 'torch/include/ATen/ops/cross.h' 2024-11-01T16:45:59.8531324Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.8534385Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2024-11-01T16:45:59.8537790Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.8540661Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2024-11-01T16:45:59.8543769Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2024-11-01T16:45:59.8546707Z adding 'torch/include/ATen/ops/cross_native.h' 2024-11-01T16:45:59.8550008Z adding 'torch/include/ATen/ops/cross_ops.h' 2024-11-01T16:45:59.8552975Z adding 'torch/include/ATen/ops/crow_indices.h' 2024-11-01T16:45:59.8556346Z adding 'torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.8559100Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2024-11-01T16:45:59.8562379Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.8565603Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.8568256Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2024-11-01T16:45:59.8571359Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2024-11-01T16:45:59.8574367Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2024-11-01T16:45:59.8577524Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2024-11-01T16:45:59.8580620Z adding 'torch/include/ATen/ops/ctc_loss.h' 2024-11-01T16:45:59.8583863Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.8586687Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2024-11-01T16:45:59.8590113Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2024-11-01T16:45:59.8593378Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2024-11-01T16:45:59.8596510Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2024-11-01T16:45:59.8599861Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.8602900Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2024-11-01T16:45:59.8605818Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2024-11-01T16:45:59.8608925Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2024-11-01T16:45:59.8612205Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.8615251Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2024-11-01T16:45:59.8618206Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2024-11-01T16:45:59.8621412Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2024-11-01T16:45:59.8624718Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2024-11-01T16:45:59.8628121Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2024-11-01T16:45:59.8631675Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.8634675Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2024-11-01T16:45:59.8637940Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2024-11-01T16:45:59.8641346Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2024-11-01T16:45:59.8644815Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.8647984Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2024-11-01T16:45:59.8651016Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2024-11-01T16:45:59.8654470Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2024-11-01T16:45:59.8658137Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2024-11-01T16:45:59.8662288Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2024-11-01T16:45:59.8665942Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.8668960Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2024-11-01T16:45:59.8672257Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2024-11-01T16:45:59.8675669Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2024-11-01T16:45:59.8679002Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2024-11-01T16:45:59.8682187Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2024-11-01T16:45:59.8685507Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2024-11-01T16:45:59.8689237Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2024-11-01T16:45:59.8692970Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.8696022Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2024-11-01T16:45:59.8699150Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2024-11-01T16:45:59.8702514Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2024-11-01T16:45:59.8706265Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2024-11-01T16:45:59.8710078Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.8713141Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2024-11-01T16:45:59.8716263Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2024-11-01T16:45:59.8719646Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2024-11-01T16:45:59.8722848Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2024-11-01T16:45:59.8726147Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2024-11-01T16:45:59.8729694Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.8732826Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2024-11-01T16:45:59.8735837Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2024-11-01T16:45:59.8739161Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2024-11-01T16:45:59.8742459Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.8745540Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2024-11-01T16:45:59.8748642Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2024-11-01T16:45:59.8752076Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2024-11-01T16:45:59.8755233Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2024-11-01T16:45:59.8758574Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.8761529Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2024-11-01T16:45:59.8764611Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2024-11-01T16:45:59.8767980Z adding 'torch/include/ATen/ops/cummax.h' 2024-11-01T16:45:59.8771359Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.8774583Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.8777734Z adding 'torch/include/ATen/ops/cummax_native.h' 2024-11-01T16:45:59.8781014Z adding 'torch/include/ATen/ops/cummax_ops.h' 2024-11-01T16:45:59.8784294Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2024-11-01T16:45:59.8787619Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.8790655Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2024-11-01T16:45:59.8793783Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2024-11-01T16:45:59.8797055Z adding 'torch/include/ATen/ops/cummin.h' 2024-11-01T16:45:59.8800649Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.8803736Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.8806576Z adding 'torch/include/ATen/ops/cummin_native.h' 2024-11-01T16:45:59.8810305Z adding 'torch/include/ATen/ops/cummin_ops.h' 2024-11-01T16:45:59.8813728Z adding 'torch/include/ATen/ops/cumprod.h' 2024-11-01T16:45:59.8816913Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2024-11-01T16:45:59.8820368Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.8823333Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2024-11-01T16:45:59.8828160Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2024-11-01T16:45:59.8832098Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.8835639Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.8838942Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2024-11-01T16:45:59.8842080Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2024-11-01T16:45:59.8845253Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2024-11-01T16:45:59.8848521Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2024-11-01T16:45:59.8851712Z adding 'torch/include/ATen/ops/cumprod_native.h' 2024-11-01T16:45:59.8855159Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2024-11-01T16:45:59.8858717Z adding 'torch/include/ATen/ops/cumsum.h' 2024-11-01T16:45:59.8862331Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.8865320Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.8868245Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2024-11-01T16:45:59.8871436Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2024-11-01T16:45:59.8874517Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2024-11-01T16:45:59.8877633Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2024-11-01T16:45:59.8880646Z adding 'torch/include/ATen/ops/cumsum_native.h' 2024-11-01T16:45:59.8884119Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2024-11-01T16:45:59.8887457Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2024-11-01T16:45:59.8891029Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.8893760Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2024-11-01T16:45:59.8896877Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2024-11-01T16:45:59.8899768Z adding 'torch/include/ATen/ops/data.h' 2024-11-01T16:45:59.8903142Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.8905830Z adding 'torch/include/ATen/ops/data_native.h' 2024-11-01T16:45:59.8908918Z adding 'torch/include/ATen/ops/data_ops.h' 2024-11-01T16:45:59.8912100Z adding 'torch/include/ATen/ops/deg2rad.h' 2024-11-01T16:45:59.8915413Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.8918294Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2024-11-01T16:45:59.8921639Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2024-11-01T16:45:59.8924540Z adding 'torch/include/ATen/ops/dense_dim.h' 2024-11-01T16:45:59.8927795Z adding 'torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.8930567Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2024-11-01T16:45:59.8933634Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2024-11-01T16:45:59.8936822Z adding 'torch/include/ATen/ops/dequantize.h' 2024-11-01T16:45:59.8940203Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.8943209Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2024-11-01T16:45:59.8946319Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2024-11-01T16:45:59.8949433Z adding 'torch/include/ATen/ops/dequantize_native.h' 2024-11-01T16:45:59.8952725Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2024-11-01T16:45:59.8955695Z adding 'torch/include/ATen/ops/det.h' 2024-11-01T16:45:59.8958925Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.8961833Z adding 'torch/include/ATen/ops/det_native.h' 2024-11-01T16:45:59.8964861Z adding 'torch/include/ATen/ops/det_ops.h' 2024-11-01T16:45:59.8967800Z adding 'torch/include/ATen/ops/detach.h' 2024-11-01T16:45:59.8971060Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.8973881Z adding 'torch/include/ATen/ops/detach_copy.h' 2024-11-01T16:45:59.8977349Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.8980582Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.8983421Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2024-11-01T16:45:59.8986637Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2024-11-01T16:45:59.8989845Z adding 'torch/include/ATen/ops/detach_native.h' 2024-11-01T16:45:59.8993110Z adding 'torch/include/ATen/ops/detach_ops.h' 2024-11-01T16:45:59.8996261Z adding 'torch/include/ATen/ops/diag.h' 2024-11-01T16:45:59.8999618Z adding 'torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.9002568Z adding 'torch/include/ATen/ops/diag_embed.h' 2024-11-01T16:45:59.9005995Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.9009203Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.9012080Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2024-11-01T16:45:59.9015392Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2024-11-01T16:45:59.9018568Z adding 'torch/include/ATen/ops/diag_native.h' 2024-11-01T16:45:59.9021704Z adding 'torch/include/ATen/ops/diag_ops.h' 2024-11-01T16:45:59.9024745Z adding 'torch/include/ATen/ops/diagflat.h' 2024-11-01T16:45:59.9028129Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.9031088Z adding 'torch/include/ATen/ops/diagflat_native.h' 2024-11-01T16:45:59.9034233Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2024-11-01T16:45:59.9037268Z adding 'torch/include/ATen/ops/diagonal.h' 2024-11-01T16:45:59.9041058Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2024-11-01T16:45:59.9044863Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.9047810Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2024-11-01T16:45:59.9051060Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2024-11-01T16:45:59.9054319Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.9057527Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.9060484Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2024-11-01T16:45:59.9063925Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.9067183Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.9070124Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2024-11-01T16:45:59.9073374Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2024-11-01T16:45:59.9076524Z adding 'torch/include/ATen/ops/diagonal_native.h' 2024-11-01T16:45:59.9079824Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2024-11-01T16:45:59.9083041Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2024-11-01T16:45:59.9086514Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.9089750Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.9092617Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2024-11-01T16:45:59.9095994Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2024-11-01T16:45:59.9099160Z adding 'torch/include/ATen/ops/diff.h' 2024-11-01T16:45:59.9102528Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.9105494Z adding 'torch/include/ATen/ops/diff_native.h' 2024-11-01T16:45:59.9108820Z adding 'torch/include/ATen/ops/diff_ops.h' 2024-11-01T16:45:59.9112126Z adding 'torch/include/ATen/ops/digamma.h' 2024-11-01T16:45:59.9115703Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.9118452Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2024-11-01T16:45:59.9121670Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2024-11-01T16:45:59.9124669Z adding 'torch/include/ATen/ops/digamma_meta.h' 2024-11-01T16:45:59.9127886Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2024-11-01T16:45:59.9130848Z adding 'torch/include/ATen/ops/digamma_native.h' 2024-11-01T16:45:59.9134115Z adding 'torch/include/ATen/ops/digamma_ops.h' 2024-11-01T16:45:59.9137211Z adding 'torch/include/ATen/ops/dist.h' 2024-11-01T16:45:59.9140717Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.9143711Z adding 'torch/include/ATen/ops/dist_native.h' 2024-11-01T16:45:59.9146820Z adding 'torch/include/ATen/ops/dist_ops.h' 2024-11-01T16:45:59.9150338Z adding 'torch/include/ATen/ops/div.h' 2024-11-01T16:45:59.9153813Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.9157205Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.9160137Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2024-11-01T16:45:59.9169514Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2024-11-01T16:45:59.9172521Z adding 'torch/include/ATen/ops/div_meta.h' 2024-11-01T16:45:59.9176102Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2024-11-01T16:45:59.9179117Z adding 'torch/include/ATen/ops/div_native.h' 2024-11-01T16:45:59.9182992Z adding 'torch/include/ATen/ops/div_ops.h' 2024-11-01T16:45:59.9186562Z adding 'torch/include/ATen/ops/divide.h' 2024-11-01T16:45:59.9190180Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.9193239Z adding 'torch/include/ATen/ops/divide_native.h' 2024-11-01T16:45:59.9196901Z adding 'torch/include/ATen/ops/divide_ops.h' 2024-11-01T16:45:59.9200355Z adding 'torch/include/ATen/ops/dot.h' 2024-11-01T16:45:59.9203777Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.9206775Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2024-11-01T16:45:59.9209865Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2024-11-01T16:45:59.9212863Z adding 'torch/include/ATen/ops/dot_native.h' 2024-11-01T16:45:59.9216141Z adding 'torch/include/ATen/ops/dot_ops.h' 2024-11-01T16:45:59.9219230Z adding 'torch/include/ATen/ops/dropout.h' 2024-11-01T16:45:59.9222762Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.9225599Z adding 'torch/include/ATen/ops/dropout_native.h' 2024-11-01T16:45:59.9228892Z adding 'torch/include/ATen/ops/dropout_ops.h' 2024-11-01T16:45:59.9232106Z adding 'torch/include/ATen/ops/dsplit.h' 2024-11-01T16:45:59.9235891Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.9238598Z adding 'torch/include/ATen/ops/dsplit_native.h' 2024-11-01T16:45:59.9241814Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2024-11-01T16:45:59.9244960Z adding 'torch/include/ATen/ops/dstack.h' 2024-11-01T16:45:59.9248390Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.9251318Z adding 'torch/include/ATen/ops/dstack_native.h' 2024-11-01T16:45:59.9254565Z adding 'torch/include/ATen/ops/dstack_ops.h' 2024-11-01T16:45:59.9257768Z adding 'torch/include/ATen/ops/einsum.h' 2024-11-01T16:45:59.9261096Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.9264284Z adding 'torch/include/ATen/ops/einsum_native.h' 2024-11-01T16:45:59.9267492Z adding 'torch/include/ATen/ops/einsum_ops.h' 2024-11-01T16:45:59.9270880Z adding 'torch/include/ATen/ops/elu.h' 2024-11-01T16:45:59.9274035Z adding 'torch/include/ATen/ops/elu_backward.h' 2024-11-01T16:45:59.9277722Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.9280694Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2024-11-01T16:45:59.9283983Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2024-11-01T16:45:59.9287255Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2024-11-01T16:45:59.9290483Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2024-11-01T16:45:59.9293546Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2024-11-01T16:45:59.9296805Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2024-11-01T16:45:59.9300387Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.9303350Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2024-11-01T16:45:59.9306588Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2024-11-01T16:45:59.9309791Z adding 'torch/include/ATen/ops/elu_meta.h' 2024-11-01T16:45:59.9313057Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2024-11-01T16:45:59.9316046Z adding 'torch/include/ATen/ops/elu_native.h' 2024-11-01T16:45:59.9319492Z adding 'torch/include/ATen/ops/elu_ops.h' 2024-11-01T16:45:59.9323189Z adding 'torch/include/ATen/ops/embedding.h' 2024-11-01T16:45:59.9326581Z adding 'torch/include/ATen/ops/embedding_backward.h' 2024-11-01T16:45:59.9330149Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.9333407Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2024-11-01T16:45:59.9337115Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2024-11-01T16:45:59.9340674Z adding 'torch/include/ATen/ops/embedding_bag.h' 2024-11-01T16:45:59.9344747Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.9348075Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2024-11-01T16:45:59.9351496Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2024-11-01T16:45:59.9355139Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.9358453Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2024-11-01T16:45:59.9362152Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.9365203Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2024-11-01T16:45:59.9368491Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2024-11-01T16:45:59.9371533Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2024-11-01T16:45:59.9374980Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2024-11-01T16:45:59.9378030Z adding 'torch/include/ATen/ops/embedding_native.h' 2024-11-01T16:45:59.9381384Z adding 'torch/include/ATen/ops/embedding_ops.h' 2024-11-01T16:45:59.9384703Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2024-11-01T16:45:59.9388034Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.9391080Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2024-11-01T16:45:59.9394150Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2024-11-01T16:45:59.9397186Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2024-11-01T16:45:59.9400200Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2024-11-01T16:45:59.9403674Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2024-11-01T16:45:59.9406778Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2024-11-01T16:45:59.9410133Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.9413013Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2024-11-01T16:45:59.9416024Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2024-11-01T16:45:59.9419807Z adding 'torch/include/ATen/ops/empty.h' 2024-11-01T16:45:59.9423348Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.9426495Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.9429640Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2024-11-01T16:45:59.9432952Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2024-11-01T16:45:59.9436253Z adding 'torch/include/ATen/ops/empty_like.h' 2024-11-01T16:45:59.9439773Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.9442609Z adding 'torch/include/ATen/ops/empty_like_native.h' 2024-11-01T16:45:59.9445916Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2024-11-01T16:45:59.9449204Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2024-11-01T16:45:59.9452385Z adding 'torch/include/ATen/ops/empty_native.h' 2024-11-01T16:45:59.9455816Z adding 'torch/include/ATen/ops/empty_ops.h' 2024-11-01T16:45:59.9459843Z adding 'torch/include/ATen/ops/empty_permuted.h' 2024-11-01T16:45:59.9463416Z adding 'torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.9466288Z adding 'torch/include/ATen/ops/empty_permuted_native.h' 2024-11-01T16:45:59.9469622Z adding 'torch/include/ATen/ops/empty_permuted_ops.h' 2024-11-01T16:45:59.9472968Z adding 'torch/include/ATen/ops/empty_quantized.h' 2024-11-01T16:45:59.9476497Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.9479374Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2024-11-01T16:45:59.9482720Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2024-11-01T16:45:59.9486318Z adding 'torch/include/ATen/ops/empty_strided.h' 2024-11-01T16:45:59.9490023Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.9493086Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2024-11-01T16:45:59.9496300Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2024-11-01T16:45:59.9499453Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2024-11-01T16:45:59.9502728Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2024-11-01T16:45:59.9506223Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2024-11-01T16:45:59.9509384Z adding 'torch/include/ATen/ops/eq.h' 2024-11-01T16:45:59.9512974Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.9515840Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2024-11-01T16:45:59.9519199Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2024-11-01T16:45:59.9522279Z adding 'torch/include/ATen/ops/eq_meta.h' 2024-11-01T16:45:59.9525484Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2024-11-01T16:45:59.9528657Z adding 'torch/include/ATen/ops/eq_native.h' 2024-11-01T16:45:59.9532182Z adding 'torch/include/ATen/ops/eq_ops.h' 2024-11-01T16:45:59.9535448Z adding 'torch/include/ATen/ops/equal.h' 2024-11-01T16:45:59.9538568Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2024-11-01T16:45:59.9541785Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2024-11-01T16:45:59.9544765Z adding 'torch/include/ATen/ops/equal_native.h' 2024-11-01T16:45:59.9547997Z adding 'torch/include/ATen/ops/equal_ops.h' 2024-11-01T16:45:59.9551202Z adding 'torch/include/ATen/ops/erf.h' 2024-11-01T16:45:59.9554719Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.9557693Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2024-11-01T16:45:59.9560918Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2024-11-01T16:45:59.9564076Z adding 'torch/include/ATen/ops/erf_meta.h' 2024-11-01T16:45:59.9567173Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2024-11-01T16:45:59.9570316Z adding 'torch/include/ATen/ops/erf_native.h' 2024-11-01T16:45:59.9573431Z adding 'torch/include/ATen/ops/erf_ops.h' 2024-11-01T16:45:59.9577392Z adding 'torch/include/ATen/ops/erfc.h' 2024-11-01T16:45:59.9580947Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.9583774Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2024-11-01T16:45:59.9587018Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2024-11-01T16:45:59.9590096Z adding 'torch/include/ATen/ops/erfc_meta.h' 2024-11-01T16:45:59.9593400Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2024-11-01T16:45:59.9596309Z adding 'torch/include/ATen/ops/erfc_native.h' 2024-11-01T16:45:59.9599611Z adding 'torch/include/ATen/ops/erfc_ops.h' 2024-11-01T16:45:59.9602716Z adding 'torch/include/ATen/ops/erfinv.h' 2024-11-01T16:45:59.9606298Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.9609301Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2024-11-01T16:45:59.9612483Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2024-11-01T16:45:59.9615636Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2024-11-01T16:45:59.9618762Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2024-11-01T16:45:59.9622050Z adding 'torch/include/ATen/ops/erfinv_native.h' 2024-11-01T16:45:59.9625075Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2024-11-01T16:45:59.9628327Z adding 'torch/include/ATen/ops/exp.h' 2024-11-01T16:45:59.9631545Z adding 'torch/include/ATen/ops/exp2.h' 2024-11-01T16:45:59.9635083Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.9638083Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2024-11-01T16:45:59.9641125Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2024-11-01T16:45:59.9644301Z adding 'torch/include/ATen/ops/exp2_meta.h' 2024-11-01T16:45:59.9647378Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2024-11-01T16:45:59.9650496Z adding 'torch/include/ATen/ops/exp2_native.h' 2024-11-01T16:45:59.9653695Z adding 'torch/include/ATen/ops/exp2_ops.h' 2024-11-01T16:45:59.9657274Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.9660254Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2024-11-01T16:45:59.9663371Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2024-11-01T16:45:59.9666569Z adding 'torch/include/ATen/ops/exp_meta.h' 2024-11-01T16:45:59.9669795Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2024-11-01T16:45:59.9672825Z adding 'torch/include/ATen/ops/exp_native.h' 2024-11-01T16:45:59.9676029Z adding 'torch/include/ATen/ops/exp_ops.h' 2024-11-01T16:45:59.9679319Z adding 'torch/include/ATen/ops/expand.h' 2024-11-01T16:45:59.9682425Z adding 'torch/include/ATen/ops/expand_as.h' 2024-11-01T16:45:59.9686009Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.9688949Z adding 'torch/include/ATen/ops/expand_as_native.h' 2024-11-01T16:45:59.9692103Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2024-11-01T16:45:59.9695579Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.9698775Z adding 'torch/include/ATen/ops/expand_copy.h' 2024-11-01T16:45:59.9702411Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.9705827Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.9708606Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2024-11-01T16:45:59.9712020Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2024-11-01T16:45:59.9715088Z adding 'torch/include/ATen/ops/expand_native.h' 2024-11-01T16:45:59.9718384Z adding 'torch/include/ATen/ops/expand_ops.h' 2024-11-01T16:45:59.9721461Z adding 'torch/include/ATen/ops/expm1.h' 2024-11-01T16:45:59.9725092Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:45:59.9727919Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2024-11-01T16:45:59.9731102Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2024-11-01T16:45:59.9734158Z adding 'torch/include/ATen/ops/expm1_meta.h' 2024-11-01T16:45:59.9737249Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2024-11-01T16:45:59.9740410Z adding 'torch/include/ATen/ops/expm1_native.h' 2024-11-01T16:45:59.9743693Z adding 'torch/include/ATen/ops/expm1_ops.h' 2024-11-01T16:45:59.9747068Z adding 'torch/include/ATen/ops/exponential.h' 2024-11-01T16:45:59.9750515Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.9753640Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2024-11-01T16:45:59.9756837Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2024-11-01T16:45:59.9760033Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2024-11-01T16:45:59.9763137Z adding 'torch/include/ATen/ops/exponential_native.h' 2024-11-01T16:45:59.9766344Z adding 'torch/include/ATen/ops/exponential_ops.h' 2024-11-01T16:45:59.9770294Z adding 'torch/include/ATen/ops/eye.h' 2024-11-01T16:45:59.9774690Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.9777192Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2024-11-01T16:45:59.9780382Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2024-11-01T16:45:59.9783612Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2024-11-01T16:45:59.9786757Z adding 'torch/include/ATen/ops/eye_native.h' 2024-11-01T16:45:59.9790216Z adding 'torch/include/ATen/ops/eye_ops.h' 2024-11-01T16:45:59.9793649Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2024-11-01T16:45:59.9797175Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2024-11-01T16:45:59.9800386Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2024-11-01T16:45:59.9803807Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.9806604Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2024-11-01T16:45:59.9809978Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2024-11-01T16:45:59.9813479Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.9816487Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2024-11-01T16:45:59.9819796Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2024-11-01T16:45:59.9822976Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2024-11-01T16:45:59.9826415Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2024-11-01T16:45:59.9829850Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.9833123Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2024-11-01T16:45:59.9836386Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2024-11-01T16:45:59.9839893Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2024-11-01T16:45:59.9843537Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2024-11-01T16:45:59.9847140Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2024-11-01T16:45:59.9850844Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.9853857Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2024-11-01T16:45:59.9857291Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2024-11-01T16:45:59.9860842Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2024-11-01T16:45:59.9864040Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2024-11-01T16:45:59.9867977Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2024-11-01T16:45:59.9871021Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2024-11-01T16:45:59.9874284Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2024-11-01T16:45:59.9877656Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.9880600Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2024-11-01T16:45:59.9884105Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2024-11-01T16:45:59.9887200Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2024-11-01T16:45:59.9890901Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.9893929Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2024-11-01T16:45:59.9897473Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.9900258Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2024-11-01T16:45:59.9903402Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2024-11-01T16:45:59.9906332Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2024-11-01T16:45:59.9909483Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2024-11-01T16:45:59.9912803Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2024-11-01T16:45:59.9916387Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.9919375Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2024-11-01T16:45:59.9922711Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.9925735Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2024-11-01T16:45:59.9928890Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2024-11-01T16:45:59.9931753Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2024-11-01T16:45:59.9934940Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2024-11-01T16:45:59.9938001Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2024-11-01T16:45:59.9941459Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.9944254Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2024-11-01T16:45:59.9947237Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2024-11-01T16:45:59.9950381Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2024-11-01T16:45:59.9953851Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.9956715Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2024-11-01T16:45:59.9959670Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2024-11-01T16:45:59.9962704Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2024-11-01T16:45:59.9966148Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.9969077Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2024-11-01T16:45:59.9972293Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2024-11-01T16:45:59.9975278Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2024-11-01T16:45:59.9978598Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.9981601Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2024-11-01T16:45:59.9984707Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2024-11-01T16:45:59.9987830Z adding 'torch/include/ATen/ops/feature_dropout.h' 2024-11-01T16:45:59.9991266Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2024-11-01T16:45:59.9994085Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2024-11-01T16:45:59.9997353Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2024-11-01T16:46:00.0000702Z adding 'torch/include/ATen/ops/fft_fft.h' 2024-11-01T16:46:00.0004124Z adding 'torch/include/ATen/ops/fft_fft2.h' 2024-11-01T16:46:00.0007631Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0010628Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2024-11-01T16:46:00.0013909Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2024-11-01T16:46:00.0017239Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0020139Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2024-11-01T16:46:00.0023333Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2024-11-01T16:46:00.0026686Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2024-11-01T16:46:00.0030088Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.0033132Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2024-11-01T16:46:00.0036664Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2024-11-01T16:46:00.0040142Z adding 'torch/include/ATen/ops/fft_fftn.h' 2024-11-01T16:46:00.0043670Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0046548Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2024-11-01T16:46:00.0049748Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2024-11-01T16:46:00.0052864Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2024-11-01T16:46:00.0056127Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0058911Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2024-11-01T16:46:00.0062049Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2024-11-01T16:46:00.0065552Z adding 'torch/include/ATen/ops/fft_hfft.h' 2024-11-01T16:46:00.0069036Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2024-11-01T16:46:00.0072732Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0075595Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2024-11-01T16:46:00.0079051Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2024-11-01T16:46:00.0082701Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0085623Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2024-11-01T16:46:00.0088946Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2024-11-01T16:46:00.0092539Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2024-11-01T16:46:00.0096215Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0099053Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2024-11-01T16:46:00.0102930Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2024-11-01T16:46:00.0106497Z adding 'torch/include/ATen/ops/fft_ifft.h' 2024-11-01T16:46:00.0110280Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2024-11-01T16:46:00.0114107Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0117007Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2024-11-01T16:46:00.0120485Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2024-11-01T16:46:00.0123979Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0126861Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2024-11-01T16:46:00.0130379Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2024-11-01T16:46:00.0134034Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2024-11-01T16:46:00.0137833Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0140583Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2024-11-01T16:46:00.0143778Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2024-11-01T16:46:00.0147212Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2024-11-01T16:46:00.0150818Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0153567Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2024-11-01T16:46:00.0156839Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2024-11-01T16:46:00.0160286Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2024-11-01T16:46:00.0164075Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2024-11-01T16:46:00.0167873Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0170788Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2024-11-01T16:46:00.0174192Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2024-11-01T16:46:00.0178381Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0181416Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2024-11-01T16:46:00.0184987Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2024-11-01T16:46:00.0189299Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2024-11-01T16:46:00.0193056Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0196381Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2024-11-01T16:46:00.0200102Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2024-11-01T16:46:00.0204315Z adding 'torch/include/ATen/ops/fft_irfft.h' 2024-11-01T16:46:00.0208078Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2024-11-01T16:46:00.0211656Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0214801Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2024-11-01T16:46:00.0218136Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2024-11-01T16:46:00.0221726Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0224778Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2024-11-01T16:46:00.0228077Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2024-11-01T16:46:00.0231724Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2024-11-01T16:46:00.0235305Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0238425Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2024-11-01T16:46:00.0241655Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2024-11-01T16:46:00.0245097Z adding 'torch/include/ATen/ops/fft_rfft.h' 2024-11-01T16:46:00.0248611Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2024-11-01T16:46:00.0252375Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0255219Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2024-11-01T16:46:00.0258503Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2024-11-01T16:46:00.0261913Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0264696Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2024-11-01T16:46:00.0267917Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2024-11-01T16:46:00.0271272Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2024-11-01T16:46:00.0274736Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.0277589Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2024-11-01T16:46:00.0280790Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2024-11-01T16:46:00.0284217Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2024-11-01T16:46:00.0287837Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0290938Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2024-11-01T16:46:00.0294791Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2024-11-01T16:46:00.0298004Z adding 'torch/include/ATen/ops/fill.h' 2024-11-01T16:46:00.0301337Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.0304401Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2024-11-01T16:46:00.0307436Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2024-11-01T16:46:00.0310391Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2024-11-01T16:46:00.0313789Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0316383Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2024-11-01T16:46:00.0319465Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2024-11-01T16:46:00.0322568Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2024-11-01T16:46:00.0325567Z adding 'torch/include/ATen/ops/fill_native.h' 2024-11-01T16:46:00.0329829Z adding 'torch/include/ATen/ops/fill_ops.h' 2024-11-01T16:46:00.0333056Z adding 'torch/include/ATen/ops/fix.h' 2024-11-01T16:46:00.0336267Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0339027Z adding 'torch/include/ATen/ops/fix_native.h' 2024-11-01T16:46:00.0342430Z adding 'torch/include/ATen/ops/fix_ops.h' 2024-11-01T16:46:00.0345605Z adding 'torch/include/ATen/ops/flatten.h' 2024-11-01T16:46:00.0349043Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0351969Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2024-11-01T16:46:00.0355228Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0358004Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2024-11-01T16:46:00.0361028Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2024-11-01T16:46:00.0363955Z adding 'torch/include/ATen/ops/flatten_native.h' 2024-11-01T16:46:00.0367224Z adding 'torch/include/ATen/ops/flatten_ops.h' 2024-11-01T16:46:00.0370353Z adding 'torch/include/ATen/ops/flip.h' 2024-11-01T16:46:00.0373691Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.0376614Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2024-11-01T16:46:00.0379631Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2024-11-01T16:46:00.0382647Z adding 'torch/include/ATen/ops/flip_native.h' 2024-11-01T16:46:00.0385766Z adding 'torch/include/ATen/ops/flip_ops.h' 2024-11-01T16:46:00.0388727Z adding 'torch/include/ATen/ops/fliplr.h' 2024-11-01T16:46:00.0392100Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0394861Z adding 'torch/include/ATen/ops/fliplr_native.h' 2024-11-01T16:46:00.0397958Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2024-11-01T16:46:00.0400957Z adding 'torch/include/ATen/ops/flipud.h' 2024-11-01T16:46:00.0404208Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0406988Z adding 'torch/include/ATen/ops/flipud_native.h' 2024-11-01T16:46:00.0410076Z adding 'torch/include/ATen/ops/flipud_ops.h' 2024-11-01T16:46:00.0413339Z adding 'torch/include/ATen/ops/float_power.h' 2024-11-01T16:46:00.0416757Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0419622Z adding 'torch/include/ATen/ops/float_power_native.h' 2024-11-01T16:46:00.0423124Z adding 'torch/include/ATen/ops/float_power_ops.h' 2024-11-01T16:46:00.0426327Z adding 'torch/include/ATen/ops/floor.h' 2024-11-01T16:46:00.0429841Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.0432776Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2024-11-01T16:46:00.0435922Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2024-11-01T16:46:00.0438904Z adding 'torch/include/ATen/ops/floor_divide.h' 2024-11-01T16:46:00.0442527Z adding 'torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.0445614Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2024-11-01T16:46:00.0448764Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2024-11-01T16:46:00.0452421Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2024-11-01T16:46:00.0455937Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2024-11-01T16:46:00.0459813Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2024-11-01T16:46:00.0463435Z adding 'torch/include/ATen/ops/floor_meta.h' 2024-11-01T16:46:00.0467104Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2024-11-01T16:46:00.0471065Z adding 'torch/include/ATen/ops/floor_native.h' 2024-11-01T16:46:00.0474598Z adding 'torch/include/ATen/ops/floor_ops.h' 2024-11-01T16:46:00.0478157Z adding 'torch/include/ATen/ops/fmax.h' 2024-11-01T16:46:00.0481946Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.0484778Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2024-11-01T16:46:00.0487929Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2024-11-01T16:46:00.0490953Z adding 'torch/include/ATen/ops/fmax_meta.h' 2024-11-01T16:46:00.0494110Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2024-11-01T16:46:00.0497173Z adding 'torch/include/ATen/ops/fmax_native.h' 2024-11-01T16:46:00.0500315Z adding 'torch/include/ATen/ops/fmax_ops.h' 2024-11-01T16:46:00.0503635Z adding 'torch/include/ATen/ops/fmin.h' 2024-11-01T16:46:00.0507045Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.0510089Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2024-11-01T16:46:00.0513730Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2024-11-01T16:46:00.0516726Z adding 'torch/include/ATen/ops/fmin_meta.h' 2024-11-01T16:46:00.0519944Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2024-11-01T16:46:00.0522914Z adding 'torch/include/ATen/ops/fmin_native.h' 2024-11-01T16:46:00.0526200Z adding 'torch/include/ATen/ops/fmin_ops.h' 2024-11-01T16:46:00.0529365Z adding 'torch/include/ATen/ops/fmod.h' 2024-11-01T16:46:00.0532883Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.0536072Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.0538910Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2024-11-01T16:46:00.0542301Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2024-11-01T16:46:00.0545302Z adding 'torch/include/ATen/ops/fmod_meta.h' 2024-11-01T16:46:00.0548330Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2024-11-01T16:46:00.0551435Z adding 'torch/include/ATen/ops/fmod_native.h' 2024-11-01T16:46:00.0554805Z adding 'torch/include/ATen/ops/fmod_ops.h' 2024-11-01T16:46:00.0558164Z adding 'torch/include/ATen/ops/frac.h' 2024-11-01T16:46:00.0561607Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.0564345Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2024-11-01T16:46:00.0567363Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2024-11-01T16:46:00.0570306Z adding 'torch/include/ATen/ops/frac_meta.h' 2024-11-01T16:46:00.0573363Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2024-11-01T16:46:00.0576374Z adding 'torch/include/ATen/ops/frac_native.h' 2024-11-01T16:46:00.0579538Z adding 'torch/include/ATen/ops/frac_ops.h' 2024-11-01T16:46:00.0582886Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2024-11-01T16:46:00.0586196Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2024-11-01T16:46:00.0589970Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.0592946Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2024-11-01T16:46:00.0596102Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2024-11-01T16:46:00.0599091Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2024-11-01T16:46:00.0602276Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2024-11-01T16:46:00.0605347Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2024-11-01T16:46:00.0608673Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2024-11-01T16:46:00.0612047Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.0614873Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2024-11-01T16:46:00.0618030Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2024-11-01T16:46:00.0621000Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2024-11-01T16:46:00.0624161Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2024-11-01T16:46:00.0627197Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2024-11-01T16:46:00.0630601Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2024-11-01T16:46:00.0633801Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2024-11-01T16:46:00.0637096Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2024-11-01T16:46:00.0640393Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2024-11-01T16:46:00.0643868Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2024-11-01T16:46:00.0646807Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2024-11-01T16:46:00.0650196Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2024-11-01T16:46:00.0653587Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.0656614Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2024-11-01T16:46:00.0659798Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2024-11-01T16:46:00.0663892Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2024-11-01T16:46:00.0667484Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2024-11-01T16:46:00.0670664Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2024-11-01T16:46:00.0674177Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2024-11-01T16:46:00.0677478Z adding 'torch/include/ATen/ops/frexp.h' 2024-11-01T16:46:00.0680881Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.0683914Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2024-11-01T16:46:00.0686998Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2024-11-01T16:46:00.0690134Z adding 'torch/include/ATen/ops/frexp_native.h' 2024-11-01T16:46:00.0693300Z adding 'torch/include/ATen/ops/frexp_ops.h' 2024-11-01T16:46:00.0696688Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2024-11-01T16:46:00.0700279Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0703061Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2024-11-01T16:46:00.0706369Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2024-11-01T16:46:00.0710160Z adding 'torch/include/ATen/ops/from_blob.h' 2024-11-01T16:46:00.0713701Z adding 'torch/include/ATen/ops/from_file.h' 2024-11-01T16:46:00.0717155Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.0720722Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2024-11-01T16:46:00.0723914Z adding 'torch/include/ATen/ops/from_file_native.h' 2024-11-01T16:46:00.0727252Z adding 'torch/include/ATen/ops/from_file_ops.h' 2024-11-01T16:46:00.0731065Z adding 'torch/include/ATen/ops/full.h' 2024-11-01T16:46:00.0734884Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.0738137Z adding 'torch/include/ATen/ops/full_like.h' 2024-11-01T16:46:00.0741712Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.0744650Z adding 'torch/include/ATen/ops/full_like_native.h' 2024-11-01T16:46:00.0748049Z adding 'torch/include/ATen/ops/full_like_ops.h' 2024-11-01T16:46:00.0751357Z adding 'torch/include/ATen/ops/full_native.h' 2024-11-01T16:46:00.0755009Z adding 'torch/include/ATen/ops/full_ops.h' 2024-11-01T16:46:00.0758575Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2024-11-01T16:46:00.0762034Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0765050Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2024-11-01T16:46:00.0768388Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2024-11-01T16:46:00.0771586Z adding 'torch/include/ATen/ops/gather.h' 2024-11-01T16:46:00.0774844Z adding 'torch/include/ATen/ops/gather_backward.h' 2024-11-01T16:46:00.0778329Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0781085Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2024-11-01T16:46:00.0784432Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2024-11-01T16:46:00.0787868Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.0791179Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0794410Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2024-11-01T16:46:00.0797440Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2024-11-01T16:46:00.0800473Z adding 'torch/include/ATen/ops/gather_meta.h' 2024-11-01T16:46:00.0803619Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2024-11-01T16:46:00.0806798Z adding 'torch/include/ATen/ops/gather_native.h' 2024-11-01T16:46:00.0810139Z adding 'torch/include/ATen/ops/gather_ops.h' 2024-11-01T16:46:00.0813474Z adding 'torch/include/ATen/ops/gcd.h' 2024-11-01T16:46:00.0816904Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.0819895Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2024-11-01T16:46:00.0822985Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2024-11-01T16:46:00.0826119Z adding 'torch/include/ATen/ops/gcd_meta.h' 2024-11-01T16:46:00.0829297Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2024-11-01T16:46:00.0832398Z adding 'torch/include/ATen/ops/gcd_native.h' 2024-11-01T16:46:00.0835732Z adding 'torch/include/ATen/ops/gcd_ops.h' 2024-11-01T16:46:00.0838988Z adding 'torch/include/ATen/ops/ge.h' 2024-11-01T16:46:00.0842640Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.0845887Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2024-11-01T16:46:00.0849609Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2024-11-01T16:46:00.0853200Z adding 'torch/include/ATen/ops/ge_meta.h' 2024-11-01T16:46:00.0856722Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2024-11-01T16:46:00.0860287Z adding 'torch/include/ATen/ops/ge_native.h' 2024-11-01T16:46:00.0864070Z adding 'torch/include/ATen/ops/ge_ops.h' 2024-11-01T16:46:00.0867775Z adding 'torch/include/ATen/ops/gelu.h' 2024-11-01T16:46:00.0871051Z adding 'torch/include/ATen/ops/gelu_backward.h' 2024-11-01T16:46:00.0874685Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.0877577Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2024-11-01T16:46:00.0880833Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2024-11-01T16:46:00.0883920Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2024-11-01T16:46:00.0887216Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2024-11-01T16:46:00.0890263Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2024-11-01T16:46:00.0893516Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2024-11-01T16:46:00.0896915Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.0899977Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2024-11-01T16:46:00.0903078Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2024-11-01T16:46:00.0906105Z adding 'torch/include/ATen/ops/gelu_meta.h' 2024-11-01T16:46:00.0909171Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2024-11-01T16:46:00.0912286Z adding 'torch/include/ATen/ops/gelu_native.h' 2024-11-01T16:46:00.0915797Z adding 'torch/include/ATen/ops/gelu_ops.h' 2024-11-01T16:46:00.0918987Z adding 'torch/include/ATen/ops/geometric.h' 2024-11-01T16:46:00.0922342Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.0925260Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2024-11-01T16:46:00.0928319Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2024-11-01T16:46:00.0931838Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2024-11-01T16:46:00.0934831Z adding 'torch/include/ATen/ops/geometric_native.h' 2024-11-01T16:46:00.0938182Z adding 'torch/include/ATen/ops/geometric_ops.h' 2024-11-01T16:46:00.0941253Z adding 'torch/include/ATen/ops/geqrf.h' 2024-11-01T16:46:00.0944335Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2024-11-01T16:46:00.0947618Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2024-11-01T16:46:00.0950734Z adding 'torch/include/ATen/ops/geqrf_native.h' 2024-11-01T16:46:00.0953885Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2024-11-01T16:46:00.0957110Z adding 'torch/include/ATen/ops/ger.h' 2024-11-01T16:46:00.0960348Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.0963074Z adding 'torch/include/ATen/ops/ger_native.h' 2024-11-01T16:46:00.0966200Z adding 'torch/include/ATen/ops/ger_ops.h' 2024-11-01T16:46:00.0969281Z adding 'torch/include/ATen/ops/glu.h' 2024-11-01T16:46:00.0972412Z adding 'torch/include/ATen/ops/glu_backward.h' 2024-11-01T16:46:00.0975650Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2024-11-01T16:46:00.0978723Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2024-11-01T16:46:00.0981740Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2024-11-01T16:46:00.0985131Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.0988030Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2024-11-01T16:46:00.0991226Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2024-11-01T16:46:00.0994305Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2024-11-01T16:46:00.0997592Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2024-11-01T16:46:00.1000569Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2024-11-01T16:46:00.1003711Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2024-11-01T16:46:00.1007045Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.1009846Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2024-11-01T16:46:00.1012969Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2024-11-01T16:46:00.1016043Z adding 'torch/include/ATen/ops/glu_jvp.h' 2024-11-01T16:46:00.1019304Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.1022188Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2024-11-01T16:46:00.1025197Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2024-11-01T16:46:00.1028123Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2024-11-01T16:46:00.1031399Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2024-11-01T16:46:00.1034414Z adding 'torch/include/ATen/ops/glu_meta.h' 2024-11-01T16:46:00.1037513Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2024-11-01T16:46:00.1040449Z adding 'torch/include/ATen/ops/glu_native.h' 2024-11-01T16:46:00.1043593Z adding 'torch/include/ATen/ops/glu_ops.h' 2024-11-01T16:46:00.1046880Z adding 'torch/include/ATen/ops/gradient.h' 2024-11-01T16:46:00.1055560Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.1057160Z adding 'torch/include/ATen/ops/gradient_native.h' 2024-11-01T16:46:00.1061474Z adding 'torch/include/ATen/ops/gradient_ops.h' 2024-11-01T16:46:00.1064840Z adding 'torch/include/ATen/ops/greater.h' 2024-11-01T16:46:00.1068396Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.1071424Z adding 'torch/include/ATen/ops/greater_equal.h' 2024-11-01T16:46:00.1075677Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.1078650Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2024-11-01T16:46:00.1081994Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2024-11-01T16:46:00.1085144Z adding 'torch/include/ATen/ops/greater_native.h' 2024-11-01T16:46:00.1088551Z adding 'torch/include/ATen/ops/greater_ops.h' 2024-11-01T16:46:00.1091758Z adding 'torch/include/ATen/ops/grid_sampler.h' 2024-11-01T16:46:00.1094965Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2024-11-01T16:46:00.1098311Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2024-11-01T16:46:00.1101792Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.1104796Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2024-11-01T16:46:00.1107935Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2024-11-01T16:46:00.1111198Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2024-11-01T16:46:00.1114493Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2024-11-01T16:46:00.1117870Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.1120853Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2024-11-01T16:46:00.1123977Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2024-11-01T16:46:00.1126978Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2024-11-01T16:46:00.1130214Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2024-11-01T16:46:00.1133405Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2024-11-01T16:46:00.1136750Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2024-11-01T16:46:00.1140611Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.1143653Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2024-11-01T16:46:00.1146823Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2024-11-01T16:46:00.1150133Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2024-11-01T16:46:00.1153522Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2024-11-01T16:46:00.1157039Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.1160007Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2024-11-01T16:46:00.1163169Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2024-11-01T16:46:00.1166154Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2024-11-01T16:46:00.1169379Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2024-11-01T16:46:00.1172757Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.1175576Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2024-11-01T16:46:00.1178727Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2024-11-01T16:46:00.1181812Z adding 'torch/include/ATen/ops/group_norm.h' 2024-11-01T16:46:00.1185176Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.1188167Z adding 'torch/include/ATen/ops/group_norm_native.h' 2024-11-01T16:46:00.1191459Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2024-11-01T16:46:00.1194579Z adding 'torch/include/ATen/ops/gru.h' 2024-11-01T16:46:00.1197711Z adding 'torch/include/ATen/ops/gru_cell.h' 2024-11-01T16:46:00.1201043Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.1203896Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2024-11-01T16:46:00.1207158Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2024-11-01T16:46:00.1210546Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.1213323Z adding 'torch/include/ATen/ops/gru_native.h' 2024-11-01T16:46:00.1216764Z adding 'torch/include/ATen/ops/gru_ops.h' 2024-11-01T16:46:00.1220105Z adding 'torch/include/ATen/ops/gt.h' 2024-11-01T16:46:00.1223525Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.1226506Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2024-11-01T16:46:00.1229780Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2024-11-01T16:46:00.1232838Z adding 'torch/include/ATen/ops/gt_meta.h' 2024-11-01T16:46:00.1236127Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2024-11-01T16:46:00.1239240Z adding 'torch/include/ATen/ops/gt_native.h' 2024-11-01T16:46:00.1242653Z adding 'torch/include/ATen/ops/gt_ops.h' 2024-11-01T16:46:00.1246373Z adding 'torch/include/ATen/ops/hamming_window.h' 2024-11-01T16:46:00.1250080Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.1253098Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2024-11-01T16:46:00.1256941Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2024-11-01T16:46:00.1260555Z adding 'torch/include/ATen/ops/hann_window.h' 2024-11-01T16:46:00.1264230Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.1267282Z adding 'torch/include/ATen/ops/hann_window_native.h' 2024-11-01T16:46:00.1270796Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2024-11-01T16:46:00.1274169Z adding 'torch/include/ATen/ops/hardshrink.h' 2024-11-01T16:46:00.1277405Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2024-11-01T16:46:00.1281139Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.1284224Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2024-11-01T16:46:00.1287459Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2024-11-01T16:46:00.1290521Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2024-11-01T16:46:00.1293705Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2024-11-01T16:46:00.1296936Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2024-11-01T16:46:00.1300143Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2024-11-01T16:46:00.1304694Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.1310030Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2024-11-01T16:46:00.1313254Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2024-11-01T16:46:00.1316433Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2024-11-01T16:46:00.1319640Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2024-11-01T16:46:00.1322743Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2024-11-01T16:46:00.1326005Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2024-11-01T16:46:00.1329220Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2024-11-01T16:46:00.1332502Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2024-11-01T16:46:00.1336018Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.1339074Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2024-11-01T16:46:00.1342261Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2024-11-01T16:46:00.1345572Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2024-11-01T16:46:00.1349214Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2024-11-01T16:46:00.1353087Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2024-11-01T16:46:00.1356743Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2024-11-01T16:46:00.1360600Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.1363905Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2024-11-01T16:46:00.1367376Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2024-11-01T16:46:00.1370770Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2024-11-01T16:46:00.1374277Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2024-11-01T16:46:00.1377607Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2024-11-01T16:46:00.1380816Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2024-11-01T16:46:00.1384112Z adding 'torch/include/ATen/ops/hardswish.h' 2024-11-01T16:46:00.1387300Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2024-11-01T16:46:00.1391096Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.1394050Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2024-11-01T16:46:00.1397246Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2024-11-01T16:46:00.1400234Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2024-11-01T16:46:00.1403662Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2024-11-01T16:46:00.1406805Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2024-11-01T16:46:00.1410082Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2024-11-01T16:46:00.1413246Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2024-11-01T16:46:00.1416180Z adding 'torch/include/ATen/ops/hardswish_native.h' 2024-11-01T16:46:00.1419401Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2024-11-01T16:46:00.1422581Z adding 'torch/include/ATen/ops/hardtanh.h' 2024-11-01T16:46:00.1425809Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2024-11-01T16:46:00.1429046Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2024-11-01T16:46:00.1432454Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2024-11-01T16:46:00.1435461Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2024-11-01T16:46:00.1438659Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2024-11-01T16:46:00.1441790Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2024-11-01T16:46:00.1445017Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2024-11-01T16:46:00.1448109Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2024-11-01T16:46:00.1451033Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2024-11-01T16:46:00.1454295Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2024-11-01T16:46:00.1457430Z adding 'torch/include/ATen/ops/heaviside.h' 2024-11-01T16:46:00.1461188Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.1464022Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2024-11-01T16:46:00.1467064Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2024-11-01T16:46:00.1470193Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2024-11-01T16:46:00.1473358Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2024-11-01T16:46:00.1476396Z adding 'torch/include/ATen/ops/heaviside_native.h' 2024-11-01T16:46:00.1479610Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2024-11-01T16:46:00.1482702Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2024-11-01T16:46:00.1486034Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.1488841Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2024-11-01T16:46:00.1492061Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2024-11-01T16:46:00.1495125Z adding 'torch/include/ATen/ops/histc.h' 2024-11-01T16:46:00.1498253Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2024-11-01T16:46:00.1501419Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2024-11-01T16:46:00.1504523Z adding 'torch/include/ATen/ops/histc_native.h' 2024-11-01T16:46:00.1507706Z adding 'torch/include/ATen/ops/histc_ops.h' 2024-11-01T16:46:00.1511163Z adding 'torch/include/ATen/ops/histogram.h' 2024-11-01T16:46:00.1514531Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2024-11-01T16:46:00.1522689Z adding 'torch/include/ATen/ops/histogram_native.h' 2024-11-01T16:46:00.1523229Z adding 'torch/include/ATen/ops/histogram_ops.h' 2024-11-01T16:46:00.1524334Z adding 'torch/include/ATen/ops/histogramdd.h' 2024-11-01T16:46:00.1527771Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.1530674Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2024-11-01T16:46:00.1534068Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2024-11-01T16:46:00.1537255Z adding 'torch/include/ATen/ops/hsplit.h' 2024-11-01T16:46:00.1540761Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.1543599Z adding 'torch/include/ATen/ops/hsplit_native.h' 2024-11-01T16:46:00.1546725Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2024-11-01T16:46:00.1549932Z adding 'torch/include/ATen/ops/hspmm.h' 2024-11-01T16:46:00.1553056Z adding 'torch/include/ATen/ops/hspmm_native.h' 2024-11-01T16:46:00.1556284Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2024-11-01T16:46:00.1559711Z adding 'torch/include/ATen/ops/hstack.h' 2024-11-01T16:46:00.1563000Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.1565915Z adding 'torch/include/ATen/ops/hstack_native.h' 2024-11-01T16:46:00.1569028Z adding 'torch/include/ATen/ops/hstack_ops.h' 2024-11-01T16:46:00.1572247Z adding 'torch/include/ATen/ops/huber_loss.h' 2024-11-01T16:46:00.1575458Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2024-11-01T16:46:00.1578852Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.1581809Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2024-11-01T16:46:00.1584952Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2024-11-01T16:46:00.1588061Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2024-11-01T16:46:00.1591404Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2024-11-01T16:46:00.1594534Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2024-11-01T16:46:00.1597687Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2024-11-01T16:46:00.1600683Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2024-11-01T16:46:00.1603988Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2024-11-01T16:46:00.1607117Z adding 'torch/include/ATen/ops/hypot.h' 2024-11-01T16:46:00.1610486Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.1613322Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2024-11-01T16:46:00.1617397Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2024-11-01T16:46:00.1620477Z adding 'torch/include/ATen/ops/hypot_meta.h' 2024-11-01T16:46:00.1623600Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2024-11-01T16:46:00.1626582Z adding 'torch/include/ATen/ops/hypot_native.h' 2024-11-01T16:46:00.1629905Z adding 'torch/include/ATen/ops/hypot_ops.h' 2024-11-01T16:46:00.1633058Z adding 'torch/include/ATen/ops/i0.h' 2024-11-01T16:46:00.1636451Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.1639280Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2024-11-01T16:46:00.1642430Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2024-11-01T16:46:00.1645422Z adding 'torch/include/ATen/ops/i0_meta.h' 2024-11-01T16:46:00.1648529Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2024-11-01T16:46:00.1651512Z adding 'torch/include/ATen/ops/i0_native.h' 2024-11-01T16:46:00.1654737Z adding 'torch/include/ATen/ops/i0_ops.h' 2024-11-01T16:46:00.1657859Z adding 'torch/include/ATen/ops/igamma.h' 2024-11-01T16:46:00.1661467Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.1664355Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2024-11-01T16:46:00.1667639Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2024-11-01T16:46:00.1670847Z adding 'torch/include/ATen/ops/igamma_meta.h' 2024-11-01T16:46:00.1673824Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2024-11-01T16:46:00.1676808Z adding 'torch/include/ATen/ops/igamma_native.h' 2024-11-01T16:46:00.1680014Z adding 'torch/include/ATen/ops/igamma_ops.h' 2024-11-01T16:46:00.1683202Z adding 'torch/include/ATen/ops/igammac.h' 2024-11-01T16:46:00.1686664Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.1689434Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2024-11-01T16:46:00.1692508Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2024-11-01T16:46:00.1695478Z adding 'torch/include/ATen/ops/igammac_meta.h' 2024-11-01T16:46:00.1698732Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2024-11-01T16:46:00.1701762Z adding 'torch/include/ATen/ops/igammac_native.h' 2024-11-01T16:46:00.1704978Z adding 'torch/include/ATen/ops/igammac_ops.h' 2024-11-01T16:46:00.1708215Z adding 'torch/include/ATen/ops/im2col.h' 2024-11-01T16:46:00.1711534Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2024-11-01T16:46:00.1714709Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2024-11-01T16:46:00.1717800Z adding 'torch/include/ATen/ops/im2col_native.h' 2024-11-01T16:46:00.1720994Z adding 'torch/include/ATen/ops/im2col_ops.h' 2024-11-01T16:46:00.1723964Z adding 'torch/include/ATen/ops/imag.h' 2024-11-01T16:46:00.1727231Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.1730176Z adding 'torch/include/ATen/ops/imag_native.h' 2024-11-01T16:46:00.1733203Z adding 'torch/include/ATen/ops/imag_ops.h' 2024-11-01T16:46:00.1736231Z adding 'torch/include/ATen/ops/index.h' 2024-11-01T16:46:00.1739415Z adding 'torch/include/ATen/ops/index_add.h' 2024-11-01T16:46:00.1742942Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.1745951Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.1749000Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2024-11-01T16:46:00.1752307Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2024-11-01T16:46:00.1755483Z adding 'torch/include/ATen/ops/index_add_meta.h' 2024-11-01T16:46:00.1758686Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2024-11-01T16:46:00.1762384Z adding 'torch/include/ATen/ops/index_add_native.h' 2024-11-01T16:46:00.1765944Z adding 'torch/include/ATen/ops/index_add_ops.h' 2024-11-01T16:46:00.1769499Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.1772391Z adding 'torch/include/ATen/ops/index_copy.h' 2024-11-01T16:46:00.1775864Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.1778992Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.1781944Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2024-11-01T16:46:00.1785000Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2024-11-01T16:46:00.1788059Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2024-11-01T16:46:00.1791458Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2024-11-01T16:46:00.1794504Z adding 'torch/include/ATen/ops/index_copy_native.h' 2024-11-01T16:46:00.1798139Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2024-11-01T16:46:00.1801546Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2024-11-01T16:46:00.1804742Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2024-11-01T16:46:00.1808175Z adding 'torch/include/ATen/ops/index_fill.h' 2024-11-01T16:46:00.1811546Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.1814727Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.1818341Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2024-11-01T16:46:00.1822002Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2024-11-01T16:46:00.1824740Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2024-11-01T16:46:00.1827799Z adding 'torch/include/ATen/ops/index_fill_native.h' 2024-11-01T16:46:00.1831690Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2024-11-01T16:46:00.1835109Z adding 'torch/include/ATen/ops/index_meta.h' 2024-11-01T16:46:00.1838341Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2024-11-01T16:46:00.1841350Z adding 'torch/include/ATen/ops/index_native.h' 2024-11-01T16:46:00.1844564Z adding 'torch/include/ATen/ops/index_ops.h' 2024-11-01T16:46:00.1847796Z adding 'torch/include/ATen/ops/index_put.h' 2024-11-01T16:46:00.1851176Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.1854038Z adding 'torch/include/ATen/ops/index_put_native.h' 2024-11-01T16:46:00.1857297Z adding 'torch/include/ATen/ops/index_put_ops.h' 2024-11-01T16:46:00.1860582Z adding 'torch/include/ATen/ops/index_reduce.h' 2024-11-01T16:46:00.1864567Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.1867318Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2024-11-01T16:46:00.1871185Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2024-11-01T16:46:00.1874799Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2024-11-01T16:46:00.1878714Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2024-11-01T16:46:00.1882036Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2024-11-01T16:46:00.1885864Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2024-11-01T16:46:00.1889565Z adding 'torch/include/ATen/ops/index_select.h' 2024-11-01T16:46:00.1893344Z adding 'torch/include/ATen/ops/index_select_backward.h' 2024-11-01T16:46:00.1897318Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.1900758Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2024-11-01T16:46:00.1904049Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2024-11-01T16:46:00.1907415Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.1910599Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2024-11-01T16:46:00.1913895Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2024-11-01T16:46:00.1916956Z adding 'torch/include/ATen/ops/index_select_native.h' 2024-11-01T16:46:00.1920521Z adding 'torch/include/ATen/ops/index_select_ops.h' 2024-11-01T16:46:00.1923591Z adding 'torch/include/ATen/ops/indices.h' 2024-11-01T16:46:00.1927070Z adding 'torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.1929954Z adding 'torch/include/ATen/ops/indices_copy.h' 2024-11-01T16:46:00.1933272Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.1936571Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.1939335Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2024-11-01T16:46:00.1942481Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2024-11-01T16:46:00.1945478Z adding 'torch/include/ATen/ops/indices_native.h' 2024-11-01T16:46:00.1948623Z adding 'torch/include/ATen/ops/indices_ops.h' 2024-11-01T16:46:00.1952090Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2024-11-01T16:46:00.1955532Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.1958795Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2024-11-01T16:46:00.1961943Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2024-11-01T16:46:00.1964837Z adding 'torch/include/ATen/ops/inner.h' 2024-11-01T16:46:00.1968155Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.1971036Z adding 'torch/include/ATen/ops/inner_native.h' 2024-11-01T16:46:00.1974475Z adding 'torch/include/ATen/ops/inner_ops.h' 2024-11-01T16:46:00.1977389Z adding 'torch/include/ATen/ops/instance_norm.h' 2024-11-01T16:46:00.1980734Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.1983747Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2024-11-01T16:46:00.1986932Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2024-11-01T16:46:00.1990117Z adding 'torch/include/ATen/ops/int_repr.h' 2024-11-01T16:46:00.1993449Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.1996296Z adding 'torch/include/ATen/ops/int_repr_native.h' 2024-11-01T16:46:00.1999451Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2024-11-01T16:46:00.2002575Z adding 'torch/include/ATen/ops/inverse.h' 2024-11-01T16:46:00.2006139Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2008949Z adding 'torch/include/ATen/ops/inverse_native.h' 2024-11-01T16:46:00.2012133Z adding 'torch/include/ATen/ops/inverse_ops.h' 2024-11-01T16:46:00.2015196Z adding 'torch/include/ATen/ops/is_coalesced.h' 2024-11-01T16:46:00.2018861Z adding 'torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.2021316Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2024-11-01T16:46:00.2024357Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2024-11-01T16:46:00.2027457Z adding 'torch/include/ATen/ops/is_complex.h' 2024-11-01T16:46:00.2030869Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2033696Z adding 'torch/include/ATen/ops/is_complex_native.h' 2024-11-01T16:46:00.2036781Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2024-11-01T16:46:00.2039923Z adding 'torch/include/ATen/ops/is_conj.h' 2024-11-01T16:46:00.2043196Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2046010Z adding 'torch/include/ATen/ops/is_conj_native.h' 2024-11-01T16:46:00.2049104Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2024-11-01T16:46:00.2052140Z adding 'torch/include/ATen/ops/is_distributed.h' 2024-11-01T16:46:00.2055428Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2058534Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2024-11-01T16:46:00.2061552Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2024-11-01T16:46:00.2064604Z adding 'torch/include/ATen/ops/is_floating_point.h' 2024-11-01T16:46:00.2068547Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2071393Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2024-11-01T16:46:00.2074423Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2024-11-01T16:46:00.2077414Z adding 'torch/include/ATen/ops/is_inference.h' 2024-11-01T16:46:00.2080779Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2083598Z adding 'torch/include/ATen/ops/is_inference_native.h' 2024-11-01T16:46:00.2086790Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2024-11-01T16:46:00.2089742Z adding 'torch/include/ATen/ops/is_leaf.h' 2024-11-01T16:46:00.2093057Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2095836Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2024-11-01T16:46:00.2098907Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2024-11-01T16:46:00.2101904Z adding 'torch/include/ATen/ops/is_neg.h' 2024-11-01T16:46:00.2105512Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2108109Z adding 'torch/include/ATen/ops/is_neg_native.h' 2024-11-01T16:46:00.2111256Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2024-11-01T16:46:00.2114301Z adding 'torch/include/ATen/ops/is_nonzero.h' 2024-11-01T16:46:00.2117629Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2120510Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2024-11-01T16:46:00.2123569Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2024-11-01T16:46:00.2126506Z adding 'torch/include/ATen/ops/is_pinned.h' 2024-11-01T16:46:00.2129775Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.2132602Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2024-11-01T16:46:00.2135697Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2024-11-01T16:46:00.2138816Z adding 'torch/include/ATen/ops/is_same_size.h' 2024-11-01T16:46:00.2142328Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.2145123Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2024-11-01T16:46:00.2148375Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2024-11-01T16:46:00.2151626Z adding 'torch/include/ATen/ops/is_set_to.h' 2024-11-01T16:46:00.2154786Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2024-11-01T16:46:00.2158198Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2024-11-01T16:46:00.2160949Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2024-11-01T16:46:00.2164189Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2024-11-01T16:46:00.2167806Z adding 'torch/include/ATen/ops/is_signed.h' 2024-11-01T16:46:00.2170692Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2173556Z adding 'torch/include/ATen/ops/is_signed_native.h' 2024-11-01T16:46:00.2176755Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2024-11-01T16:46:00.2179969Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2024-11-01T16:46:00.2183289Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2186201Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2024-11-01T16:46:00.2189355Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2024-11-01T16:46:00.2192555Z adding 'torch/include/ATen/ops/isclose.h' 2024-11-01T16:46:00.2195918Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2198897Z adding 'torch/include/ATen/ops/isclose_native.h' 2024-11-01T16:46:00.2202152Z adding 'torch/include/ATen/ops/isclose_ops.h' 2024-11-01T16:46:00.2205268Z adding 'torch/include/ATen/ops/isfinite.h' 2024-11-01T16:46:00.2208678Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2211500Z adding 'torch/include/ATen/ops/isfinite_native.h' 2024-11-01T16:46:00.2214741Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2024-11-01T16:46:00.2218089Z adding 'torch/include/ATen/ops/isin.h' 2024-11-01T16:46:00.2221737Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.2224831Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2024-11-01T16:46:00.2228067Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2024-11-01T16:46:00.2231406Z adding 'torch/include/ATen/ops/isin_meta.h' 2024-11-01T16:46:00.2234681Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2024-11-01T16:46:00.2237898Z adding 'torch/include/ATen/ops/isin_native.h' 2024-11-01T16:46:00.2241429Z adding 'torch/include/ATen/ops/isin_ops.h' 2024-11-01T16:46:00.2244744Z adding 'torch/include/ATen/ops/isinf.h' 2024-11-01T16:46:00.2248175Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.2251046Z adding 'torch/include/ATen/ops/isinf_native.h' 2024-11-01T16:46:00.2254350Z adding 'torch/include/ATen/ops/isinf_ops.h' 2024-11-01T16:46:00.2257463Z adding 'torch/include/ATen/ops/isnan.h' 2024-11-01T16:46:00.2260943Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.2263952Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2024-11-01T16:46:00.2267139Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2024-11-01T16:46:00.2270365Z adding 'torch/include/ATen/ops/isnan_native.h' 2024-11-01T16:46:00.2273678Z adding 'torch/include/ATen/ops/isnan_ops.h' 2024-11-01T16:46:00.2276816Z adding 'torch/include/ATen/ops/isneginf.h' 2024-11-01T16:46:00.2280252Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.2283298Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2024-11-01T16:46:00.2286487Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2024-11-01T16:46:00.2289916Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2024-11-01T16:46:00.2292805Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2024-11-01T16:46:00.2295884Z adding 'torch/include/ATen/ops/isneginf_native.h' 2024-11-01T16:46:00.2299185Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2024-11-01T16:46:00.2302282Z adding 'torch/include/ATen/ops/isposinf.h' 2024-11-01T16:46:00.2305834Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.2308723Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2024-11-01T16:46:00.2312268Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2024-11-01T16:46:00.2315148Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2024-11-01T16:46:00.2318421Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2024-11-01T16:46:00.2322037Z adding 'torch/include/ATen/ops/isposinf_native.h' 2024-11-01T16:46:00.2324778Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2024-11-01T16:46:00.2327936Z adding 'torch/include/ATen/ops/isreal.h' 2024-11-01T16:46:00.2331326Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2334260Z adding 'torch/include/ATen/ops/isreal_native.h' 2024-11-01T16:46:00.2337434Z adding 'torch/include/ATen/ops/isreal_ops.h' 2024-11-01T16:46:00.2340857Z adding 'torch/include/ATen/ops/istft.h' 2024-11-01T16:46:00.2344336Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2347297Z adding 'torch/include/ATen/ops/istft_native.h' 2024-11-01T16:46:00.2351139Z adding 'torch/include/ATen/ops/istft_ops.h' 2024-11-01T16:46:00.2354637Z adding 'torch/include/ATen/ops/item.h' 2024-11-01T16:46:00.2358445Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2361598Z adding 'torch/include/ATen/ops/item_native.h' 2024-11-01T16:46:00.2365045Z adding 'torch/include/ATen/ops/item_ops.h' 2024-11-01T16:46:00.2368911Z adding 'torch/include/ATen/ops/kaiser_window.h' 2024-11-01T16:46:00.2373078Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.2377196Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2024-11-01T16:46:00.2381456Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2024-11-01T16:46:00.2384911Z adding 'torch/include/ATen/ops/kl_div.h' 2024-11-01T16:46:00.2388283Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2391331Z adding 'torch/include/ATen/ops/kl_div_native.h' 2024-11-01T16:46:00.2394674Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2024-11-01T16:46:00.2398262Z adding 'torch/include/ATen/ops/kron.h' 2024-11-01T16:46:00.2402059Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2405200Z adding 'torch/include/ATen/ops/kron_native.h' 2024-11-01T16:46:00.2408759Z adding 'torch/include/ATen/ops/kron_ops.h' 2024-11-01T16:46:00.2412341Z adding 'torch/include/ATen/ops/kthvalue.h' 2024-11-01T16:46:00.2415769Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.2419141Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2422151Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2024-11-01T16:46:00.2425495Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2024-11-01T16:46:00.2428531Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2024-11-01T16:46:00.2432228Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2024-11-01T16:46:00.2435344Z adding 'torch/include/ATen/ops/l1_loss.h' 2024-11-01T16:46:00.2438882Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2441679Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2024-11-01T16:46:00.2444833Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2024-11-01T16:46:00.2448274Z adding 'torch/include/ATen/ops/layer_norm.h' 2024-11-01T16:46:00.2451714Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2454616Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2024-11-01T16:46:00.2457765Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2024-11-01T16:46:00.2460928Z adding 'torch/include/ATen/ops/lcm.h' 2024-11-01T16:46:00.2464552Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.2467416Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2024-11-01T16:46:00.2470675Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2024-11-01T16:46:00.2473715Z adding 'torch/include/ATen/ops/lcm_meta.h' 2024-11-01T16:46:00.2476856Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2024-11-01T16:46:00.2479835Z adding 'torch/include/ATen/ops/lcm_native.h' 2024-11-01T16:46:00.2483069Z adding 'torch/include/ATen/ops/lcm_ops.h' 2024-11-01T16:46:00.2486714Z adding 'torch/include/ATen/ops/ldexp.h' 2024-11-01T16:46:00.2489645Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2492413Z adding 'torch/include/ATen/ops/ldexp_native.h' 2024-11-01T16:46:00.2495841Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2024-11-01T16:46:00.2499216Z adding 'torch/include/ATen/ops/le.h' 2024-11-01T16:46:00.2502652Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.2505569Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2024-11-01T16:46:00.2508825Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2024-11-01T16:46:00.2511993Z adding 'torch/include/ATen/ops/le_meta.h' 2024-11-01T16:46:00.2515152Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2024-11-01T16:46:00.2518201Z adding 'torch/include/ATen/ops/le_native.h' 2024-11-01T16:46:00.2521617Z adding 'torch/include/ATen/ops/le_ops.h' 2024-11-01T16:46:00.2524948Z adding 'torch/include/ATen/ops/leaky_relu.h' 2024-11-01T16:46:00.2528212Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2024-11-01T16:46:00.2531772Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.2534669Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2024-11-01T16:46:00.2537786Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2024-11-01T16:46:00.2540760Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2024-11-01T16:46:00.2543918Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2024-11-01T16:46:00.2547015Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2024-11-01T16:46:00.2550469Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2024-11-01T16:46:00.2553957Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.2556840Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2024-11-01T16:46:00.2560893Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2024-11-01T16:46:00.2563868Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2024-11-01T16:46:00.2566892Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2024-11-01T16:46:00.2569922Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2024-11-01T16:46:00.2573192Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2024-11-01T16:46:00.2576789Z adding 'torch/include/ATen/ops/lerp.h' 2024-11-01T16:46:00.2580395Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.2583255Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2024-11-01T16:46:00.2586449Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2024-11-01T16:46:00.2589666Z adding 'torch/include/ATen/ops/lerp_meta.h' 2024-11-01T16:46:00.2592821Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2024-11-01T16:46:00.2595937Z adding 'torch/include/ATen/ops/lerp_native.h' 2024-11-01T16:46:00.2599475Z adding 'torch/include/ATen/ops/lerp_ops.h' 2024-11-01T16:46:00.2602609Z adding 'torch/include/ATen/ops/less.h' 2024-11-01T16:46:00.2606021Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2609017Z adding 'torch/include/ATen/ops/less_equal.h' 2024-11-01T16:46:00.2612436Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2615341Z adding 'torch/include/ATen/ops/less_equal_native.h' 2024-11-01T16:46:00.2618796Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2024-11-01T16:46:00.2621889Z adding 'torch/include/ATen/ops/less_native.h' 2024-11-01T16:46:00.2625292Z adding 'torch/include/ATen/ops/less_ops.h' 2024-11-01T16:46:00.2628472Z adding 'torch/include/ATen/ops/lgamma.h' 2024-11-01T16:46:00.2632009Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.2634923Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2024-11-01T16:46:00.2638592Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2024-11-01T16:46:00.2641005Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2024-11-01T16:46:00.2644078Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2024-11-01T16:46:00.2647075Z adding 'torch/include/ATen/ops/lgamma_native.h' 2024-11-01T16:46:00.2650559Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2024-11-01T16:46:00.2653717Z adding 'torch/include/ATen/ops/lift.h' 2024-11-01T16:46:00.2657137Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.2660045Z adding 'torch/include/ATen/ops/lift_fresh.h' 2024-11-01T16:46:00.2663418Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.2666399Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2024-11-01T16:46:00.2669884Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.2673394Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.2676172Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2024-11-01T16:46:00.2679335Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2024-11-01T16:46:00.2682329Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2024-11-01T16:46:00.2685702Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2024-11-01T16:46:00.2688840Z adding 'torch/include/ATen/ops/lift_native.h' 2024-11-01T16:46:00.2692270Z adding 'torch/include/ATen/ops/lift_ops.h' 2024-11-01T16:46:00.2695387Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2024-11-01T16:46:00.2698822Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2702045Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2024-11-01T16:46:00.2705796Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.2708656Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2024-11-01T16:46:00.2711951Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2024-11-01T16:46:00.2715275Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2024-11-01T16:46:00.2718304Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2024-11-01T16:46:00.2721459Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2024-11-01T16:46:00.2724713Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2024-11-01T16:46:00.2727970Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2024-11-01T16:46:00.2731436Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2024-11-01T16:46:00.2734577Z adding 'torch/include/ATen/ops/linalg_cond.h' 2024-11-01T16:46:00.2738149Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2741082Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2024-11-01T16:46:00.2744479Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2024-11-01T16:46:00.2747674Z adding 'torch/include/ATen/ops/linalg_cross.h' 2024-11-01T16:46:00.2751433Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.2754531Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2024-11-01T16:46:00.2757731Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2024-11-01T16:46:00.2760886Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2024-11-01T16:46:00.2764079Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2024-11-01T16:46:00.2767266Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2024-11-01T16:46:00.2770468Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2024-11-01T16:46:00.2773741Z adding 'torch/include/ATen/ops/linalg_det.h' 2024-11-01T16:46:00.2777208Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2780079Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2024-11-01T16:46:00.2783387Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2024-11-01T16:46:00.2786548Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2024-11-01T16:46:00.2790076Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2792923Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2024-11-01T16:46:00.2796218Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2024-11-01T16:46:00.2799360Z adding 'torch/include/ATen/ops/linalg_eig.h' 2024-11-01T16:46:00.2802694Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2024-11-01T16:46:00.2806229Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2024-11-01T16:46:00.2809018Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2024-11-01T16:46:00.2812293Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2024-11-01T16:46:00.2815465Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2024-11-01T16:46:00.2819276Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2821975Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2024-11-01T16:46:00.2825353Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2024-11-01T16:46:00.2828597Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2024-11-01T16:46:00.2832132Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2835219Z adding 'torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h' 2024-11-01T16:46:00.2838309Z adding 'torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h' 2024-11-01T16:46:00.2841412Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2024-11-01T16:46:00.2844629Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2024-11-01T16:46:00.2847869Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2024-11-01T16:46:00.2851348Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2854367Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2024-11-01T16:46:00.2857778Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2024-11-01T16:46:00.2861429Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2024-11-01T16:46:00.2864643Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2024-11-01T16:46:00.2868033Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2024-11-01T16:46:00.2871651Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2024-11-01T16:46:00.2875358Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2024-11-01T16:46:00.2878979Z adding 'torch/include/ATen/ops/linalg_inv.h' 2024-11-01T16:46:00.2882342Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2885490Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2024-11-01T16:46:00.2889053Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.2892086Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2024-11-01T16:46:00.2895232Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2024-11-01T16:46:00.2898415Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2024-11-01T16:46:00.2901547Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2024-11-01T16:46:00.2904728Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2024-11-01T16:46:00.2907974Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2024-11-01T16:46:00.2911156Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2024-11-01T16:46:00.2914505Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2024-11-01T16:46:00.2917976Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2024-11-01T16:46:00.2924947Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.2926361Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2024-11-01T16:46:00.2930024Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.2932922Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2024-11-01T16:46:00.2936162Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2024-11-01T16:46:00.2939095Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2024-11-01T16:46:00.2942269Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2024-11-01T16:46:00.2945293Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2024-11-01T16:46:00.2948573Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2024-11-01T16:46:00.2951760Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2024-11-01T16:46:00.2954951Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2024-11-01T16:46:00.2958098Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2024-11-01T16:46:00.2961736Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.2964694Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2024-11-01T16:46:00.2967867Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2024-11-01T16:46:00.2970955Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2024-11-01T16:46:00.2974135Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2024-11-01T16:46:00.2977088Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2024-11-01T16:46:00.2980287Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2024-11-01T16:46:00.2983546Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2024-11-01T16:46:00.2986972Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.2990115Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2024-11-01T16:46:00.2993282Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2024-11-01T16:46:00.2996822Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2024-11-01T16:46:00.3000135Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2024-11-01T16:46:00.3003305Z adding 'torch/include/ATen/ops/linalg_lu.h' 2024-11-01T16:46:00.3006772Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.3009663Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2024-11-01T16:46:00.3012955Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2024-11-01T16:46:00.3016067Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2024-11-01T16:46:00.3019603Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.3022620Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2024-11-01T16:46:00.3026087Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.3028962Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2024-11-01T16:46:00.3032389Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2024-11-01T16:46:00.3035318Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2024-11-01T16:46:00.3038487Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2024-11-01T16:46:00.3041495Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2024-11-01T16:46:00.3044759Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2024-11-01T16:46:00.3047802Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2024-11-01T16:46:00.3050993Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2024-11-01T16:46:00.3054025Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2024-11-01T16:46:00.3057171Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2024-11-01T16:46:00.3060236Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2024-11-01T16:46:00.3063433Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2024-11-01T16:46:00.3066603Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2024-11-01T16:46:00.3070166Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.3073048Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2024-11-01T16:46:00.3076223Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2024-11-01T16:46:00.3079153Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2024-11-01T16:46:00.3082337Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2024-11-01T16:46:00.3085354Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2024-11-01T16:46:00.3088554Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2024-11-01T16:46:00.3091660Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2024-11-01T16:46:00.3095002Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.3097844Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2024-11-01T16:46:00.3101014Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2024-11-01T16:46:00.3104079Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2024-11-01T16:46:00.3107428Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.3110474Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2024-11-01T16:46:00.3113544Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2024-11-01T16:46:00.3116520Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2024-11-01T16:46:00.3119840Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2024-11-01T16:46:00.3123147Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2024-11-01T16:46:00.3126635Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.3129624Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2024-11-01T16:46:00.3133071Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2024-11-01T16:46:00.3136243Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2024-11-01T16:46:00.3139602Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.3142435Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2024-11-01T16:46:00.3145596Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2024-11-01T16:46:00.3149082Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2024-11-01T16:46:00.3152840Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.3155878Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2024-11-01T16:46:00.3159493Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2024-11-01T16:46:00.3162952Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2024-11-01T16:46:00.3166084Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.3168877Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2024-11-01T16:46:00.3172024Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2024-11-01T16:46:00.3175606Z adding 'torch/include/ATen/ops/linalg_norm.h' 2024-11-01T16:46:00.3178829Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.3181762Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2024-11-01T16:46:00.3185131Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2024-11-01T16:46:00.3188635Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2024-11-01T16:46:00.3192230Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.3195483Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.3198614Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.3201563Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2024-11-01T16:46:00.3205204Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2024-11-01T16:46:00.3208447Z adding 'torch/include/ATen/ops/linalg_qr.h' 2024-11-01T16:46:00.3211893Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.3214784Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2024-11-01T16:46:00.3218475Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2024-11-01T16:46:00.3221550Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2024-11-01T16:46:00.3224678Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2024-11-01T16:46:00.3227666Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2024-11-01T16:46:00.3231003Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2024-11-01T16:46:00.3234147Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2024-11-01T16:46:00.3237532Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.3240439Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2024-11-01T16:46:00.3243634Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2024-11-01T16:46:00.3246797Z adding 'torch/include/ATen/ops/linalg_solve.h' 2024-11-01T16:46:00.3250114Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.3253095Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2024-11-01T16:46:00.3256448Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.3259293Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2024-11-01T16:46:00.3262523Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2024-11-01T16:46:00.3265673Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2024-11-01T16:46:00.3269115Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2024-11-01T16:46:00.3272261Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2024-11-01T16:46:00.3275513Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2024-11-01T16:46:00.3278639Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2024-11-01T16:46:00.3281605Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2024-11-01T16:46:00.3284837Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2024-11-01T16:46:00.3287973Z adding 'torch/include/ATen/ops/linalg_svd.h' 2024-11-01T16:46:00.3291614Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.3294435Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2024-11-01T16:46:00.3297797Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2024-11-01T16:46:00.3307780Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2024-11-01T16:46:00.3311342Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.3314343Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2024-11-01T16:46:00.3317459Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2024-11-01T16:46:00.3320803Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2024-11-01T16:46:00.3324387Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.3327360Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2024-11-01T16:46:00.3330406Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2024-11-01T16:46:00.3333931Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2024-11-01T16:46:00.3337339Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.3340367Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2024-11-01T16:46:00.3343782Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2024-11-01T16:46:00.3346843Z adding 'torch/include/ATen/ops/linalg_vander.h' 2024-11-01T16:46:00.3350351Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.3353335Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2024-11-01T16:46:00.3356778Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2024-11-01T16:46:00.3359712Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2024-11-01T16:46:00.3363679Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.3366963Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2024-11-01T16:46:00.3370680Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2024-11-01T16:46:00.3374393Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2024-11-01T16:46:00.3378394Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.3381702Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2024-11-01T16:46:00.3385646Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2024-11-01T16:46:00.3388977Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2024-11-01T16:46:00.3392588Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2024-11-01T16:46:00.3395600Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2024-11-01T16:46:00.3399014Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2024-11-01T16:46:00.3402427Z adding 'torch/include/ATen/ops/linear.h' 2024-11-01T16:46:00.3406051Z adding 'torch/include/ATen/ops/linear_backward.h' 2024-11-01T16:46:00.3409398Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.3412359Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2024-11-01T16:46:00.3415764Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2024-11-01T16:46:00.3419142Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.3422622Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.3425581Z adding 'torch/include/ATen/ops/linear_native.h' 2024-11-01T16:46:00.3429024Z adding 'torch/include/ATen/ops/linear_ops.h' 2024-11-01T16:46:00.3432973Z adding 'torch/include/ATen/ops/linspace.h' 2024-11-01T16:46:00.3436859Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.3439764Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2024-11-01T16:46:00.3442962Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2024-11-01T16:46:00.3446033Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2024-11-01T16:46:00.3449110Z adding 'torch/include/ATen/ops/linspace_native.h' 2024-11-01T16:46:00.3452892Z adding 'torch/include/ATen/ops/linspace_ops.h' 2024-11-01T16:46:00.3456235Z adding 'torch/include/ATen/ops/log.h' 2024-11-01T16:46:00.3459422Z adding 'torch/include/ATen/ops/log10.h' 2024-11-01T16:46:00.3462856Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.3465582Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2024-11-01T16:46:00.3468649Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2024-11-01T16:46:00.3471750Z adding 'torch/include/ATen/ops/log10_meta.h' 2024-11-01T16:46:00.3475302Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2024-11-01T16:46:00.3478426Z adding 'torch/include/ATen/ops/log10_native.h' 2024-11-01T16:46:00.3481723Z adding 'torch/include/ATen/ops/log10_ops.h' 2024-11-01T16:46:00.3484693Z adding 'torch/include/ATen/ops/log1p.h' 2024-11-01T16:46:00.3488071Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.3490917Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2024-11-01T16:46:00.3493983Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2024-11-01T16:46:00.3496931Z adding 'torch/include/ATen/ops/log1p_meta.h' 2024-11-01T16:46:00.3500109Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2024-11-01T16:46:00.3503093Z adding 'torch/include/ATen/ops/log1p_native.h' 2024-11-01T16:46:00.3506319Z adding 'torch/include/ATen/ops/log1p_ops.h' 2024-11-01T16:46:00.3509507Z adding 'torch/include/ATen/ops/log2.h' 2024-11-01T16:46:00.3513291Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.3516312Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2024-11-01T16:46:00.3519257Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2024-11-01T16:46:00.3522186Z adding 'torch/include/ATen/ops/log2_meta.h' 2024-11-01T16:46:00.3525317Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2024-11-01T16:46:00.3528431Z adding 'torch/include/ATen/ops/log2_native.h' 2024-11-01T16:46:00.3531831Z adding 'torch/include/ATen/ops/log2_ops.h' 2024-11-01T16:46:00.3535313Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.3538409Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2024-11-01T16:46:00.3541618Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2024-11-01T16:46:00.3544583Z adding 'torch/include/ATen/ops/log_meta.h' 2024-11-01T16:46:00.3547846Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2024-11-01T16:46:00.3551003Z adding 'torch/include/ATen/ops/log_native.h' 2024-11-01T16:46:00.3554339Z adding 'torch/include/ATen/ops/log_normal.h' 2024-11-01T16:46:00.3557926Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.3560978Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2024-11-01T16:46:00.3564194Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2024-11-01T16:46:00.3567256Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2024-11-01T16:46:00.3570428Z adding 'torch/include/ATen/ops/log_normal_native.h' 2024-11-01T16:46:00.3573707Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2024-11-01T16:46:00.3577151Z adding 'torch/include/ATen/ops/log_ops.h' 2024-11-01T16:46:00.3580417Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2024-11-01T16:46:00.3583652Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2024-11-01T16:46:00.3587052Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2024-11-01T16:46:00.3590346Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2024-11-01T16:46:00.3593560Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2024-11-01T16:46:00.3596789Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2024-11-01T16:46:00.3600289Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.3603322Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2024-11-01T16:46:00.3606647Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2024-11-01T16:46:00.3609879Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2024-11-01T16:46:00.3612910Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2024-11-01T16:46:00.3616320Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2024-11-01T16:46:00.3619379Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2024-11-01T16:46:00.3622757Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2024-11-01T16:46:00.3626236Z adding 'torch/include/ATen/ops/log_softmax.h' 2024-11-01T16:46:00.3629680Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.3633282Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.3635960Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2024-11-01T16:46:00.3639525Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2024-11-01T16:46:00.3642703Z adding 'torch/include/ATen/ops/logaddexp.h' 2024-11-01T16:46:00.3645934Z adding 'torch/include/ATen/ops/logaddexp2.h' 2024-11-01T16:46:00.3649703Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.3652475Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2024-11-01T16:46:00.3655688Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2024-11-01T16:46:00.3658822Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2024-11-01T16:46:00.3662116Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2024-11-01T16:46:00.3665125Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2024-11-01T16:46:00.3668473Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2024-11-01T16:46:00.3672128Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.3675003Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2024-11-01T16:46:00.3678286Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2024-11-01T16:46:00.3681208Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2024-11-01T16:46:00.3684479Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2024-11-01T16:46:00.3687545Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2024-11-01T16:46:00.3690823Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2024-11-01T16:46:00.3694011Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2024-11-01T16:46:00.3697545Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.3700992Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.3703717Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2024-11-01T16:46:00.3707145Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2024-11-01T16:46:00.3710319Z adding 'torch/include/ATen/ops/logdet.h' 2024-11-01T16:46:00.3713887Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.3716816Z adding 'torch/include/ATen/ops/logdet_native.h' 2024-11-01T16:46:00.3720303Z adding 'torch/include/ATen/ops/logdet_ops.h' 2024-11-01T16:46:00.3723300Z adding 'torch/include/ATen/ops/logical_and.h' 2024-11-01T16:46:00.3726681Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.3729789Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2024-11-01T16:46:00.3732873Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2024-11-01T16:46:00.3736059Z adding 'torch/include/ATen/ops/logical_and_native.h' 2024-11-01T16:46:00.3739386Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2024-11-01T16:46:00.3742572Z adding 'torch/include/ATen/ops/logical_not.h' 2024-11-01T16:46:00.3746059Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.3749011Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2024-11-01T16:46:00.3752348Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2024-11-01T16:46:00.3755403Z adding 'torch/include/ATen/ops/logical_not_native.h' 2024-11-01T16:46:00.3758735Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2024-11-01T16:46:00.3761880Z adding 'torch/include/ATen/ops/logical_or.h' 2024-11-01T16:46:00.3765416Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.3768536Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2024-11-01T16:46:00.3771718Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2024-11-01T16:46:00.3774898Z adding 'torch/include/ATen/ops/logical_or_native.h' 2024-11-01T16:46:00.3778043Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2024-11-01T16:46:00.3781304Z adding 'torch/include/ATen/ops/logical_xor.h' 2024-11-01T16:46:00.3784703Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.3787734Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2024-11-01T16:46:00.3791022Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2024-11-01T16:46:00.3794082Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2024-11-01T16:46:00.3797443Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2024-11-01T16:46:00.3800655Z adding 'torch/include/ATen/ops/logit.h' 2024-11-01T16:46:00.3804009Z adding 'torch/include/ATen/ops/logit_backward.h' 2024-11-01T16:46:00.3807588Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.3810514Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2024-11-01T16:46:00.3813661Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2024-11-01T16:46:00.3816788Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2024-11-01T16:46:00.3820186Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2024-11-01T16:46:00.3823291Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2024-11-01T16:46:00.3826523Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2024-11-01T16:46:00.3829806Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2024-11-01T16:46:00.3832996Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2024-11-01T16:46:00.3836079Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2024-11-01T16:46:00.3839227Z adding 'torch/include/ATen/ops/logit_native.h' 2024-11-01T16:46:00.3842629Z adding 'torch/include/ATen/ops/logit_ops.h' 2024-11-01T16:46:00.3846406Z adding 'torch/include/ATen/ops/logspace.h' 2024-11-01T16:46:00.3850318Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.3853400Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2024-11-01T16:46:00.3856602Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2024-11-01T16:46:00.3859836Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2024-11-01T16:46:00.3862941Z adding 'torch/include/ATen/ops/logspace_native.h' 2024-11-01T16:46:00.3867228Z adding 'torch/include/ATen/ops/logspace_ops.h' 2024-11-01T16:46:00.3870837Z adding 'torch/include/ATen/ops/logsumexp.h' 2024-11-01T16:46:00.3874369Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.3877622Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.3880831Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.3883773Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2024-11-01T16:46:00.3887259Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2024-11-01T16:46:00.3890538Z adding 'torch/include/ATen/ops/lshift.h' 2024-11-01T16:46:00.3894147Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.3897169Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2024-11-01T16:46:00.3900298Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2024-11-01T16:46:00.3903375Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2024-11-01T16:46:00.3906350Z adding 'torch/include/ATen/ops/lshift_native.h' 2024-11-01T16:46:00.3909853Z adding 'torch/include/ATen/ops/lshift_ops.h' 2024-11-01T16:46:00.3913156Z adding 'torch/include/ATen/ops/lstm.h' 2024-11-01T16:46:00.3916297Z adding 'torch/include/ATen/ops/lstm_cell.h' 2024-11-01T16:46:00.3919914Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.3922824Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2024-11-01T16:46:00.3925879Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2024-11-01T16:46:00.3929192Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.3932338Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2024-11-01T16:46:00.3935962Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.3938904Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2024-11-01T16:46:00.3942373Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2024-11-01T16:46:00.3945491Z adding 'torch/include/ATen/ops/lstm_native.h' 2024-11-01T16:46:00.3948749Z adding 'torch/include/ATen/ops/lstm_ops.h' 2024-11-01T16:46:00.3952264Z adding 'torch/include/ATen/ops/lt.h' 2024-11-01T16:46:00.3955698Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.3958664Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2024-11-01T16:46:00.3961842Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2024-11-01T16:46:00.3964871Z adding 'torch/include/ATen/ops/lt_meta.h' 2024-11-01T16:46:00.3968040Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2024-11-01T16:46:00.3971068Z adding 'torch/include/ATen/ops/lt_native.h' 2024-11-01T16:46:00.3974463Z adding 'torch/include/ATen/ops/lt_ops.h' 2024-11-01T16:46:00.3977660Z adding 'torch/include/ATen/ops/lu_solve.h' 2024-11-01T16:46:00.3981014Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.3983863Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2024-11-01T16:46:00.3987122Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2024-11-01T16:46:00.3990445Z adding 'torch/include/ATen/ops/lu_unpack.h' 2024-11-01T16:46:00.3993883Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.3996805Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2024-11-01T16:46:00.3999964Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2024-11-01T16:46:00.4002933Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2024-11-01T16:46:00.4006225Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2024-11-01T16:46:00.4009258Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2024-11-01T16:46:00.4012648Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2024-11-01T16:46:00.4015815Z adding 'torch/include/ATen/ops/mH.h' 2024-11-01T16:46:00.4019131Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.4021844Z adding 'torch/include/ATen/ops/mH_native.h' 2024-11-01T16:46:00.4024946Z adding 'torch/include/ATen/ops/mH_ops.h' 2024-11-01T16:46:00.4027874Z adding 'torch/include/ATen/ops/mT.h' 2024-11-01T16:46:00.4031343Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.4034136Z adding 'torch/include/ATen/ops/mT_native.h' 2024-11-01T16:46:00.4037079Z adding 'torch/include/ATen/ops/mT_ops.h' 2024-11-01T16:46:00.4040589Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2024-11-01T16:46:00.4043937Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.4046801Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2024-11-01T16:46:00.4049906Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2024-11-01T16:46:00.4053732Z adding 'torch/include/ATen/ops/masked_fill.h' 2024-11-01T16:46:00.4057271Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.4060236Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2024-11-01T16:46:00.4063395Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2024-11-01T16:46:00.4066493Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2024-11-01T16:46:00.4069649Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2024-11-01T16:46:00.4073308Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2024-11-01T16:46:00.4076512Z adding 'torch/include/ATen/ops/masked_scatter.h' 2024-11-01T16:46:00.4079614Z adding 'torch/include/ATen/ops/masked_scatter_backward.h' 2024-11-01T16:46:00.4082975Z adding 'torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.4085787Z adding 'torch/include/ATen/ops/masked_scatter_backward_native.h' 2024-11-01T16:46:00.4089029Z adding 'torch/include/ATen/ops/masked_scatter_backward_ops.h' 2024-11-01T16:46:00.4092237Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.4095235Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2024-11-01T16:46:00.4098301Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2024-11-01T16:46:00.4101227Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2024-11-01T16:46:00.4104220Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2024-11-01T16:46:00.4107475Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2024-11-01T16:46:00.4110727Z adding 'torch/include/ATen/ops/masked_select.h' 2024-11-01T16:46:00.4113878Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2024-11-01T16:46:00.4117240Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.4120039Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2024-11-01T16:46:00.4123157Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2024-11-01T16:46:00.4126263Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2024-11-01T16:46:00.4129331Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2024-11-01T16:46:00.4132388Z adding 'torch/include/ATen/ops/masked_select_native.h' 2024-11-01T16:46:00.4135469Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2024-11-01T16:46:00.4138543Z adding 'torch/include/ATen/ops/matmul.h' 2024-11-01T16:46:00.4141759Z adding 'torch/include/ATen/ops/matmul_backward.h' 2024-11-01T16:46:00.4145101Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.4147946Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2024-11-01T16:46:00.4151425Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2024-11-01T16:46:00.4154752Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.4157688Z adding 'torch/include/ATen/ops/matmul_native.h' 2024-11-01T16:46:00.4160894Z adding 'torch/include/ATen/ops/matmul_ops.h' 2024-11-01T16:46:00.4163752Z adding 'torch/include/ATen/ops/matrix_H.h' 2024-11-01T16:46:00.4167050Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.4169879Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2024-11-01T16:46:00.4173138Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2024-11-01T16:46:00.4176138Z adding 'torch/include/ATen/ops/matrix_exp.h' 2024-11-01T16:46:00.4179252Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2024-11-01T16:46:00.4182638Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.4185309Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2024-11-01T16:46:00.4188403Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2024-11-01T16:46:00.4191742Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.4194587Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2024-11-01T16:46:00.4197693Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2024-11-01T16:46:00.4200762Z adding 'torch/include/ATen/ops/matrix_power.h' 2024-11-01T16:46:00.4204102Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.4206932Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2024-11-01T16:46:00.4210082Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2024-11-01T16:46:00.4213461Z adding 'torch/include/ATen/ops/max.h' 2024-11-01T16:46:00.4216915Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.4220095Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.4223183Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2024-11-01T16:46:00.4226210Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2024-11-01T16:46:00.4229511Z adding 'torch/include/ATen/ops/max_meta.h' 2024-11-01T16:46:00.4232745Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2024-11-01T16:46:00.4235796Z adding 'torch/include/ATen/ops/max_native.h' 2024-11-01T16:46:00.4239463Z adding 'torch/include/ATen/ops/max_ops.h' 2024-11-01T16:46:00.4242789Z adding 'torch/include/ATen/ops/max_pool1d.h' 2024-11-01T16:46:00.4246021Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.4249169Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2024-11-01T16:46:00.4252345Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2024-11-01T16:46:00.4255503Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2024-11-01T16:46:00.4258842Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.4261697Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2024-11-01T16:46:00.4264971Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2024-11-01T16:46:00.4268031Z adding 'torch/include/ATen/ops/max_pool2d.h' 2024-11-01T16:46:00.4271334Z adding 'torch/include/ATen/ops/max_pool2d_backward.h' 2024-11-01T16:46:00.4274926Z adding 'torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.4277889Z adding 'torch/include/ATen/ops/max_pool2d_backward_native.h' 2024-11-01T16:46:00.4281229Z adding 'torch/include/ATen/ops/max_pool2d_backward_ops.h' 2024-11-01T16:46:00.4284712Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.4287620Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2024-11-01T16:46:00.4290951Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2024-11-01T16:46:00.4294279Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2024-11-01T16:46:00.4297817Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2024-11-01T16:46:00.4301485Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.4304450Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2024-11-01T16:46:00.4307743Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2024-11-01T16:46:00.4310958Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2024-11-01T16:46:00.4314361Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2024-11-01T16:46:00.4317456Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2024-11-01T16:46:00.4320906Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2024-11-01T16:46:00.4324438Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.4327553Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2024-11-01T16:46:00.4330781Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2024-11-01T16:46:00.4333851Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2024-11-01T16:46:00.4337209Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2024-11-01T16:46:00.4340268Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2024-11-01T16:46:00.4343746Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2024-11-01T16:46:00.4346987Z adding 'torch/include/ATen/ops/max_pool3d.h' 2024-11-01T16:46:00.4350430Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.4353368Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2024-11-01T16:46:00.4356564Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2024-11-01T16:46:00.4359997Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2024-11-01T16:46:00.4363350Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2024-11-01T16:46:00.4367203Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2024-11-01T16:46:00.4370882Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2024-11-01T16:46:00.4374534Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2024-11-01T16:46:00.4378275Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2024-11-01T16:46:00.4382037Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2024-11-01T16:46:00.4385835Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2024-11-01T16:46:00.4389451Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2024-11-01T16:46:00.4393217Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2024-11-01T16:46:00.4396602Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2024-11-01T16:46:00.4400134Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2024-11-01T16:46:00.4403367Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2024-11-01T16:46:00.4406578Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2024-11-01T16:46:00.4409958Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2024-11-01T16:46:00.4413464Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2024-11-01T16:46:00.4417004Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2024-11-01T16:46:00.4420296Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2024-11-01T16:46:00.4423292Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2024-11-01T16:46:00.4426668Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2024-11-01T16:46:00.4430017Z adding 'torch/include/ATen/ops/maximum.h' 2024-11-01T16:46:00.4433515Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.4436405Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2024-11-01T16:46:00.4439485Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2024-11-01T16:46:00.4442566Z adding 'torch/include/ATen/ops/maximum_meta.h' 2024-11-01T16:46:00.4445783Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2024-11-01T16:46:00.4448765Z adding 'torch/include/ATen/ops/maximum_native.h' 2024-11-01T16:46:00.4451932Z adding 'torch/include/ATen/ops/maximum_ops.h' 2024-11-01T16:46:00.4455277Z adding 'torch/include/ATen/ops/mean.h' 2024-11-01T16:46:00.4458727Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.4461985Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.4465362Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.4468399Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2024-11-01T16:46:00.4471659Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2024-11-01T16:46:00.4474951Z adding 'torch/include/ATen/ops/mean_meta.h' 2024-11-01T16:46:00.4478157Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2024-11-01T16:46:00.4481372Z adding 'torch/include/ATen/ops/mean_native.h' 2024-11-01T16:46:00.4484915Z adding 'torch/include/ATen/ops/mean_ops.h' 2024-11-01T16:46:00.4488309Z adding 'torch/include/ATen/ops/median.h' 2024-11-01T16:46:00.4491642Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.4494718Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.4497684Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2024-11-01T16:46:00.4500817Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2024-11-01T16:46:00.4503881Z adding 'torch/include/ATen/ops/median_native.h' 2024-11-01T16:46:00.4507316Z adding 'torch/include/ATen/ops/median_ops.h' 2024-11-01T16:46:00.4510609Z adding 'torch/include/ATen/ops/meshgrid.h' 2024-11-01T16:46:00.4513959Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.4516812Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2024-11-01T16:46:00.4520067Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2024-11-01T16:46:00.4523458Z adding 'torch/include/ATen/ops/min.h' 2024-11-01T16:46:00.4527392Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.4530154Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.4533158Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2024-11-01T16:46:00.4536283Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2024-11-01T16:46:00.4539417Z adding 'torch/include/ATen/ops/min_meta.h' 2024-11-01T16:46:00.4542607Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2024-11-01T16:46:00.4545688Z adding 'torch/include/ATen/ops/min_native.h' 2024-11-01T16:46:00.4549388Z adding 'torch/include/ATen/ops/min_ops.h' 2024-11-01T16:46:00.4552731Z adding 'torch/include/ATen/ops/minimum.h' 2024-11-01T16:46:00.4556162Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.4559317Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2024-11-01T16:46:00.4562117Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2024-11-01T16:46:00.4565085Z adding 'torch/include/ATen/ops/minimum_meta.h' 2024-11-01T16:46:00.4568186Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2024-11-01T16:46:00.4571202Z adding 'torch/include/ATen/ops/minimum_native.h' 2024-11-01T16:46:00.4574437Z adding 'torch/include/ATen/ops/minimum_ops.h' 2024-11-01T16:46:00.4577848Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2024-11-01T16:46:00.4581223Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2024-11-01T16:46:00.4584709Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.4587762Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2024-11-01T16:46:00.4590948Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2024-11-01T16:46:00.4594321Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2024-11-01T16:46:00.4597750Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.4600788Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2024-11-01T16:46:00.4603846Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2024-11-01T16:46:00.4607184Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2024-11-01T16:46:00.4610788Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2024-11-01T16:46:00.4614318Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2024-11-01T16:46:00.4617679Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2024-11-01T16:46:00.4620695Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2024-11-01T16:46:00.4623891Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2024-11-01T16:46:00.4627276Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.4630402Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2024-11-01T16:46:00.4633432Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2024-11-01T16:46:00.4636735Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2024-11-01T16:46:00.4640098Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2024-11-01T16:46:00.4643358Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2024-11-01T16:46:00.4646382Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2024-11-01T16:46:00.4649537Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2024-11-01T16:46:00.4653219Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2024-11-01T16:46:00.4656959Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.4660061Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2024-11-01T16:46:00.4663115Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2024-11-01T16:46:00.4666399Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2024-11-01T16:46:00.4670197Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2024-11-01T16:46:00.4674246Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.4677475Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2024-11-01T16:46:00.4680616Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2024-11-01T16:46:00.4684076Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2024-11-01T16:46:00.4687507Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2024-11-01T16:46:00.4691130Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2024-11-01T16:46:00.4694856Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.4698076Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2024-11-01T16:46:00.4701337Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2024-11-01T16:46:00.4705106Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2024-11-01T16:46:00.4708690Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.4711999Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2024-11-01T16:46:00.4715280Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2024-11-01T16:46:00.4718867Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2024-11-01T16:46:00.4722191Z adding 'torch/include/ATen/ops/mish.h' 2024-11-01T16:46:00.4725358Z adding 'torch/include/ATen/ops/mish_backward.h' 2024-11-01T16:46:00.4728801Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.4731791Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2024-11-01T16:46:00.4735172Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2024-11-01T16:46:00.4737989Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2024-11-01T16:46:00.4741181Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2024-11-01T16:46:00.4744706Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.4747571Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2024-11-01T16:46:00.4750880Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2024-11-01T16:46:00.4753887Z adding 'torch/include/ATen/ops/mish_meta.h' 2024-11-01T16:46:00.4757147Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2024-11-01T16:46:00.4760116Z adding 'torch/include/ATen/ops/mish_native.h' 2024-11-01T16:46:00.4763473Z adding 'torch/include/ATen/ops/mish_ops.h' 2024-11-01T16:46:00.4766834Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2024-11-01T16:46:00.4770044Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2024-11-01T16:46:00.4773595Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.4776453Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2024-11-01T16:46:00.4779837Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2024-11-01T16:46:00.4782828Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2024-11-01T16:46:00.4786143Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2024-11-01T16:46:00.4789868Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2024-11-01T16:46:00.4793530Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.4796649Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2024-11-01T16:46:00.4800691Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2024-11-01T16:46:00.4803957Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2024-11-01T16:46:00.4807377Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2024-11-01T16:46:00.4810783Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.4813932Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2024-11-01T16:46:00.4817470Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.4820365Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2024-11-01T16:46:00.4823762Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2024-11-01T16:46:00.4826815Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2024-11-01T16:46:00.4830337Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2024-11-01T16:46:00.4833609Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2024-11-01T16:46:00.4837191Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.4840229Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2024-11-01T16:46:00.4843757Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2024-11-01T16:46:00.4847233Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.4850090Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2024-11-01T16:46:00.4853413Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2024-11-01T16:46:00.4856688Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2024-11-01T16:46:00.4860161Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2024-11-01T16:46:00.4863693Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.4866601Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2024-11-01T16:46:00.4870168Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2024-11-01T16:46:00.4873590Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.4876885Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2024-11-01T16:46:00.4880661Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2024-11-01T16:46:00.4884360Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2024-11-01T16:46:00.4888170Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2024-11-01T16:46:00.4891685Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.4894969Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2024-11-01T16:46:00.4898567Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2024-11-01T16:46:00.4901933Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.4904996Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2024-11-01T16:46:00.4908268Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2024-11-01T16:46:00.4912264Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2024-11-01T16:46:00.4916152Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.4919138Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2024-11-01T16:46:00.4922640Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2024-11-01T16:46:00.4926277Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2024-11-01T16:46:00.4929930Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.4933081Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2024-11-01T16:46:00.4936440Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2024-11-01T16:46:00.4939794Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer.h' 2024-11-01T16:46:00.4943487Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward.h' 2024-11-01T16:46:00.4947209Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.4950596Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h' 2024-11-01T16:46:00.4953767Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h' 2024-11-01T16:46:00.4957497Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h' 2024-11-01T16:46:00.4961015Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.4964029Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h' 2024-11-01T16:46:00.4967121Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_native.h' 2024-11-01T16:46:00.4970532Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_ops.h' 2024-11-01T16:46:00.4973738Z adding 'torch/include/ATen/ops/mm.h' 2024-11-01T16:46:00.4977136Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.4980121Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2024-11-01T16:46:00.4983226Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2024-11-01T16:46:00.4986252Z adding 'torch/include/ATen/ops/mm_meta.h' 2024-11-01T16:46:00.4989375Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2024-11-01T16:46:00.4992508Z adding 'torch/include/ATen/ops/mm_native.h' 2024-11-01T16:46:00.4995680Z adding 'torch/include/ATen/ops/mm_ops.h' 2024-11-01T16:46:00.4998901Z adding 'torch/include/ATen/ops/mode.h' 2024-11-01T16:46:00.5002254Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.5005429Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.5008325Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2024-11-01T16:46:00.5011371Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2024-11-01T16:46:00.5014385Z adding 'torch/include/ATen/ops/mode_native.h' 2024-11-01T16:46:00.5017748Z adding 'torch/include/ATen/ops/mode_ops.h' 2024-11-01T16:46:00.5020888Z adding 'torch/include/ATen/ops/moveaxis.h' 2024-11-01T16:46:00.5024356Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.5027210Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2024-11-01T16:46:00.5030496Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2024-11-01T16:46:00.5033566Z adding 'torch/include/ATen/ops/movedim.h' 2024-11-01T16:46:00.5036877Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.5039719Z adding 'torch/include/ATen/ops/movedim_native.h' 2024-11-01T16:46:00.5042867Z adding 'torch/include/ATen/ops/movedim_ops.h' 2024-11-01T16:46:00.5046635Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2024-11-01T16:46:00.5050352Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.5053285Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2024-11-01T16:46:00.5056676Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2024-11-01T16:46:00.5060446Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2024-11-01T16:46:00.5064165Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.5067121Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2024-11-01T16:46:00.5070600Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2024-11-01T16:46:00.5073692Z adding 'torch/include/ATen/ops/mse_loss.h' 2024-11-01T16:46:00.5076876Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2024-11-01T16:46:00.5080090Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2024-11-01T16:46:00.5083202Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2024-11-01T16:46:00.5086175Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2024-11-01T16:46:00.5089355Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2024-11-01T16:46:00.5092762Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.5096009Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2024-11-01T16:46:00.5099116Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2024-11-01T16:46:00.5102087Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2024-11-01T16:46:00.5105353Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2024-11-01T16:46:00.5108346Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2024-11-01T16:46:00.5111639Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2024-11-01T16:46:00.5114687Z adding 'torch/include/ATen/ops/msort.h' 2024-11-01T16:46:00.5118015Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.5120894Z adding 'torch/include/ATen/ops/msort_native.h' 2024-11-01T16:46:00.5124016Z adding 'torch/include/ATen/ops/msort_ops.h' 2024-11-01T16:46:00.5127191Z adding 'torch/include/ATen/ops/mul.h' 2024-11-01T16:46:00.5130541Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.5133727Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.5136589Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2024-11-01T16:46:00.5139650Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2024-11-01T16:46:00.5142649Z adding 'torch/include/ATen/ops/mul_meta.h' 2024-11-01T16:46:00.5145774Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2024-11-01T16:46:00.5148945Z adding 'torch/include/ATen/ops/mul_native.h' 2024-11-01T16:46:00.5152655Z adding 'torch/include/ATen/ops/mul_ops.h' 2024-11-01T16:46:00.5155930Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2024-11-01T16:46:00.5159245Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2024-11-01T16:46:00.5162550Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2024-11-01T16:46:00.5165722Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2024-11-01T16:46:00.5168815Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2024-11-01T16:46:00.5172092Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2024-11-01T16:46:00.5175340Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2024-11-01T16:46:00.5178510Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2024-11-01T16:46:00.5181725Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2024-11-01T16:46:00.5185040Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2024-11-01T16:46:00.5188447Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2024-11-01T16:46:00.5191906Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2024-11-01T16:46:00.5195294Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2024-11-01T16:46:00.5198545Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2024-11-01T16:46:00.5201612Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2024-11-01T16:46:00.5205114Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2024-11-01T16:46:00.5208534Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.5211665Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2024-11-01T16:46:00.5215054Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2024-11-01T16:46:00.5218304Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2024-11-01T16:46:00.5221487Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2024-11-01T16:46:00.5224831Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2024-11-01T16:46:00.5228001Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2024-11-01T16:46:00.5231357Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2024-11-01T16:46:00.5234654Z adding 'torch/include/ATen/ops/multinomial.h' 2024-11-01T16:46:00.5238050Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2024-11-01T16:46:00.5241247Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2024-11-01T16:46:00.5244422Z adding 'torch/include/ATen/ops/multinomial_native.h' 2024-11-01T16:46:00.5247622Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2024-11-01T16:46:00.5250975Z adding 'torch/include/ATen/ops/multiply.h' 2024-11-01T16:46:00.5254391Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.5257308Z adding 'torch/include/ATen/ops/multiply_native.h' 2024-11-01T16:46:00.5260804Z adding 'torch/include/ATen/ops/multiply_ops.h' 2024-11-01T16:46:00.5264088Z adding 'torch/include/ATen/ops/mv.h' 2024-11-01T16:46:00.5267503Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.5276579Z adding 'torch/include/ATen/ops/mv_native.h' 2024-11-01T16:46:00.5276839Z adding 'torch/include/ATen/ops/mv_ops.h' 2024-11-01T16:46:00.5278843Z adding 'torch/include/ATen/ops/mvlgamma.h' 2024-11-01T16:46:00.5282295Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.5285547Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2024-11-01T16:46:00.5288821Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2024-11-01T16:46:00.5291920Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2024-11-01T16:46:00.5295241Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2024-11-01T16:46:00.5298649Z adding 'torch/include/ATen/ops/nan_to_num.h' 2024-11-01T16:46:00.5302134Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.5305165Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2024-11-01T16:46:00.5308300Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2024-11-01T16:46:00.5311648Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2024-11-01T16:46:00.5315115Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2024-11-01T16:46:00.5318365Z adding 'torch/include/ATen/ops/nanmean.h' 2024-11-01T16:46:00.5321889Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.5324777Z adding 'torch/include/ATen/ops/nanmean_native.h' 2024-11-01T16:46:00.5328178Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2024-11-01T16:46:00.5331572Z adding 'torch/include/ATen/ops/nanmedian.h' 2024-11-01T16:46:00.5335020Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.5338272Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.5341314Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2024-11-01T16:46:00.5344602Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2024-11-01T16:46:00.5347663Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2024-11-01T16:46:00.5351420Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2024-11-01T16:46:00.5354927Z adding 'torch/include/ATen/ops/nanquantile.h' 2024-11-01T16:46:00.5358469Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.5361551Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2024-11-01T16:46:00.5364964Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2024-11-01T16:46:00.5368366Z adding 'torch/include/ATen/ops/nansum.h' 2024-11-01T16:46:00.5371734Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2024-11-01T16:46:00.5375289Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2024-11-01T16:46:00.5378790Z adding 'torch/include/ATen/ops/nansum_native.h' 2024-11-01T16:46:00.5382470Z adding 'torch/include/ATen/ops/nansum_ops.h' 2024-11-01T16:46:00.5386203Z adding 'torch/include/ATen/ops/narrow.h' 2024-11-01T16:46:00.5390048Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.5393268Z adding 'torch/include/ATen/ops/narrow_copy.h' 2024-11-01T16:46:00.5397023Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.5400109Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2024-11-01T16:46:00.5403157Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2024-11-01T16:46:00.5406540Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2024-11-01T16:46:00.5409587Z adding 'torch/include/ATen/ops/narrow_native.h' 2024-11-01T16:46:00.5413038Z adding 'torch/include/ATen/ops/narrow_ops.h' 2024-11-01T16:46:00.5416330Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2024-11-01T16:46:00.5419742Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2024-11-01T16:46:00.5423441Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.5426479Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2024-11-01T16:46:00.5429691Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2024-11-01T16:46:00.5432826Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2024-11-01T16:46:00.5436315Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2024-11-01T16:46:00.5439800Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2024-11-01T16:46:00.5443039Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2024-11-01T16:46:00.5446176Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2024-11-01T16:46:00.5449523Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2024-11-01T16:46:00.5452736Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2024-11-01T16:46:00.5456185Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.5459118Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2024-11-01T16:46:00.5462081Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2024-11-01T16:46:00.5465167Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2024-11-01T16:46:00.5468235Z adding 'torch/include/ATen/ops/native_dropout.h' 2024-11-01T16:46:00.5471825Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2024-11-01T16:46:00.5475310Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.5478281Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2024-11-01T16:46:00.5481364Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2024-11-01T16:46:00.5484396Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2024-11-01T16:46:00.5487585Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2024-11-01T16:46:00.5490861Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.5493807Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2024-11-01T16:46:00.5496860Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2024-11-01T16:46:00.5499848Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2024-11-01T16:46:00.5503089Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2024-11-01T16:46:00.5506745Z adding 'torch/include/ATen/ops/native_group_norm.h' 2024-11-01T16:46:00.5510764Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2024-11-01T16:46:00.5514474Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.5517559Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2024-11-01T16:46:00.5521143Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2024-11-01T16:46:00.5524282Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2024-11-01T16:46:00.5527908Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2024-11-01T16:46:00.5531423Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.5534464Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2024-11-01T16:46:00.5537629Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2024-11-01T16:46:00.5540692Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2024-11-01T16:46:00.5544096Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2024-11-01T16:46:00.5547711Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2024-11-01T16:46:00.5551801Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2024-11-01T16:46:00.5555494Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.5559226Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2024-11-01T16:46:00.5562502Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2024-11-01T16:46:00.5565602Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2024-11-01T16:46:00.5569158Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2024-11-01T16:46:00.5572682Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.5575692Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2024-11-01T16:46:00.5578804Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2024-11-01T16:46:00.5581803Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2024-11-01T16:46:00.5585126Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2024-11-01T16:46:00.5588473Z adding 'torch/include/ATen/ops/native_norm.h' 2024-11-01T16:46:00.5592078Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.5595043Z adding 'torch/include/ATen/ops/native_norm_native.h' 2024-11-01T16:46:00.5598369Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2024-11-01T16:46:00.5601586Z adding 'torch/include/ATen/ops/ne.h' 2024-11-01T16:46:00.5604984Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.5607867Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2024-11-01T16:46:00.5611084Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2024-11-01T16:46:00.5614127Z adding 'torch/include/ATen/ops/ne_meta.h' 2024-11-01T16:46:00.5617273Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2024-11-01T16:46:00.5620309Z adding 'torch/include/ATen/ops/ne_native.h' 2024-11-01T16:46:00.5623664Z adding 'torch/include/ATen/ops/ne_ops.h' 2024-11-01T16:46:00.5626980Z adding 'torch/include/ATen/ops/neg.h' 2024-11-01T16:46:00.5630494Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.5633546Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2024-11-01T16:46:00.5636686Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2024-11-01T16:46:00.5639806Z adding 'torch/include/ATen/ops/neg_meta.h' 2024-11-01T16:46:00.5643305Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2024-11-01T16:46:00.5646125Z adding 'torch/include/ATen/ops/neg_native.h' 2024-11-01T16:46:00.5649433Z adding 'torch/include/ATen/ops/neg_ops.h' 2024-11-01T16:46:00.5652571Z adding 'torch/include/ATen/ops/negative.h' 2024-11-01T16:46:00.5656074Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.5658963Z adding 'torch/include/ATen/ops/negative_native.h' 2024-11-01T16:46:00.5662352Z adding 'torch/include/ATen/ops/negative_ops.h' 2024-11-01T16:46:00.5665691Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2024-11-01T16:46:00.5669126Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.5672196Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2024-11-01T16:46:00.5675381Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2024-11-01T16:46:00.5678921Z adding 'torch/include/ATen/ops/new_empty.h' 2024-11-01T16:46:00.5682521Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.5685554Z adding 'torch/include/ATen/ops/new_empty_native.h' 2024-11-01T16:46:00.5688956Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2024-11-01T16:46:00.5692547Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2024-11-01T16:46:00.5696279Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.5699716Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.5702696Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2024-11-01T16:46:00.5706052Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2024-11-01T16:46:00.5709558Z adding 'torch/include/ATen/ops/new_full.h' 2024-11-01T16:46:00.5713362Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.5716846Z adding 'torch/include/ATen/ops/new_full_native.h' 2024-11-01T16:46:00.5720260Z adding 'torch/include/ATen/ops/new_full_ops.h' 2024-11-01T16:46:00.5723815Z adding 'torch/include/ATen/ops/new_ones.h' 2024-11-01T16:46:00.5727368Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.5730414Z adding 'torch/include/ATen/ops/new_ones_native.h' 2024-11-01T16:46:00.5734055Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2024-11-01T16:46:00.5737386Z adding 'torch/include/ATen/ops/new_zeros.h' 2024-11-01T16:46:00.5740998Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.5743926Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2024-11-01T16:46:00.5747310Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2024-11-01T16:46:00.5750667Z adding 'torch/include/ATen/ops/nextafter.h' 2024-11-01T16:46:00.5754334Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.5757250Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2024-11-01T16:46:00.5760439Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2024-11-01T16:46:00.5763532Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2024-11-01T16:46:00.5766684Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2024-11-01T16:46:00.5769818Z adding 'torch/include/ATen/ops/nextafter_native.h' 2024-11-01T16:46:00.5773037Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2024-11-01T16:46:00.5776687Z adding 'torch/include/ATen/ops/nll_loss.h' 2024-11-01T16:46:00.5780389Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2024-11-01T16:46:00.5784071Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2024-11-01T16:46:00.5787747Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2024-11-01T16:46:00.5791204Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2024-11-01T16:46:00.5794371Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2024-11-01T16:46:00.5797791Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2024-11-01T16:46:00.5801256Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.5804807Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2024-11-01T16:46:00.5808360Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2024-11-01T16:46:00.5811653Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2024-11-01T16:46:00.5814843Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2024-11-01T16:46:00.5818142Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2024-11-01T16:46:00.5821395Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2024-11-01T16:46:00.5824687Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2024-11-01T16:46:00.5828420Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2024-11-01T16:46:00.5832342Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.5835423Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2024-11-01T16:46:00.5838872Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2024-11-01T16:46:00.5841976Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2024-11-01T16:46:00.5852716Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2024-11-01T16:46:00.5853143Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2024-11-01T16:46:00.5853415Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2024-11-01T16:46:00.5855579Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.5858908Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2024-11-01T16:46:00.5862616Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.5865772Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2024-11-01T16:46:00.5869072Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2024-11-01T16:46:00.5872418Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2024-11-01T16:46:00.5875676Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2024-11-01T16:46:00.5879131Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2024-11-01T16:46:00.5882453Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2024-11-01T16:46:00.5886101Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2024-11-01T16:46:00.5889583Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2024-11-01T16:46:00.5893014Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.5896154Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2024-11-01T16:46:00.5899405Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2024-11-01T16:46:00.5902852Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2024-11-01T16:46:00.5906239Z adding 'torch/include/ATen/ops/nonzero.h' 2024-11-01T16:46:00.5909362Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2024-11-01T16:46:00.5912669Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2024-11-01T16:46:00.5915679Z adding 'torch/include/ATen/ops/nonzero_native.h' 2024-11-01T16:46:00.5918683Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2024-11-01T16:46:00.5922087Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.5925340Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2024-11-01T16:46:00.5928464Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2024-11-01T16:46:00.5931651Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2024-11-01T16:46:00.5934752Z adding 'torch/include/ATen/ops/nonzero_static.h' 2024-11-01T16:46:00.5937994Z adding 'torch/include/ATen/ops/nonzero_static_cpu_dispatch.h' 2024-11-01T16:46:00.5941114Z adding 'torch/include/ATen/ops/nonzero_static_native.h' 2024-11-01T16:46:00.5944547Z adding 'torch/include/ATen/ops/nonzero_static_ops.h' 2024-11-01T16:46:00.5948020Z adding 'torch/include/ATen/ops/norm.h' 2024-11-01T16:46:00.5951584Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.5954850Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.5958003Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.5961056Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2024-11-01T16:46:00.5964255Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2024-11-01T16:46:00.5967280Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2024-11-01T16:46:00.5970762Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.5973612Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2024-11-01T16:46:00.5976743Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2024-11-01T16:46:00.5979789Z adding 'torch/include/ATen/ops/norm_meta.h' 2024-11-01T16:46:00.5982970Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2024-11-01T16:46:00.5986150Z adding 'torch/include/ATen/ops/norm_native.h' 2024-11-01T16:46:00.5990124Z adding 'torch/include/ATen/ops/norm_ops.h' 2024-11-01T16:46:00.5994606Z adding 'torch/include/ATen/ops/normal.h' 2024-11-01T16:46:00.5998343Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.6001440Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2024-11-01T16:46:00.6004629Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2024-11-01T16:46:00.6007876Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2024-11-01T16:46:00.6011165Z adding 'torch/include/ATen/ops/normal_native.h' 2024-11-01T16:46:00.6015132Z adding 'torch/include/ATen/ops/normal_ops.h' 2024-11-01T16:46:00.6018521Z adding 'torch/include/ATen/ops/not_equal.h' 2024-11-01T16:46:00.6021962Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.6024839Z adding 'torch/include/ATen/ops/not_equal_native.h' 2024-11-01T16:46:00.6028206Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2024-11-01T16:46:00.6031980Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2024-11-01T16:46:00.6035251Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.6038245Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2024-11-01T16:46:00.6041380Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2024-11-01T16:46:00.6044417Z adding 'torch/include/ATen/ops/numpy_T.h' 2024-11-01T16:46:00.6047710Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.6050549Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2024-11-01T16:46:00.6053594Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2024-11-01T16:46:00.6056608Z adding 'torch/include/ATen/ops/one_hot.h' 2024-11-01T16:46:00.6060013Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.6062783Z adding 'torch/include/ATen/ops/one_hot_native.h' 2024-11-01T16:46:00.6065894Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2024-11-01T16:46:00.6069594Z adding 'torch/include/ATen/ops/ones.h' 2024-11-01T16:46:00.6073236Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.6076395Z adding 'torch/include/ATen/ops/ones_like.h' 2024-11-01T16:46:00.6079909Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.6082847Z adding 'torch/include/ATen/ops/ones_like_native.h' 2024-11-01T16:46:00.6086164Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2024-11-01T16:46:00.6089307Z adding 'torch/include/ATen/ops/ones_native.h' 2024-11-01T16:46:00.6092705Z adding 'torch/include/ATen/ops/ones_ops.h' 2024-11-01T16:46:00.6095824Z adding 'torch/include/ATen/ops/or.h' 2024-11-01T16:46:00.6099113Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.6101977Z adding 'torch/include/ATen/ops/or_native.h' 2024-11-01T16:46:00.6105252Z adding 'torch/include/ATen/ops/or_ops.h' 2024-11-01T16:46:00.6108420Z adding 'torch/include/ATen/ops/orgqr.h' 2024-11-01T16:46:00.6111908Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.6114773Z adding 'torch/include/ATen/ops/orgqr_native.h' 2024-11-01T16:46:00.6118319Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2024-11-01T16:46:00.6121498Z adding 'torch/include/ATen/ops/ormqr.h' 2024-11-01T16:46:00.6124719Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2024-11-01T16:46:00.6127858Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2024-11-01T16:46:00.6130895Z adding 'torch/include/ATen/ops/ormqr_native.h' 2024-11-01T16:46:00.6134245Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2024-11-01T16:46:00.6137409Z adding 'torch/include/ATen/ops/outer.h' 2024-11-01T16:46:00.6140739Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.6143550Z adding 'torch/include/ATen/ops/outer_native.h' 2024-11-01T16:46:00.6146725Z adding 'torch/include/ATen/ops/outer_ops.h' 2024-11-01T16:46:00.6149820Z adding 'torch/include/ATen/ops/output_nr.h' 2024-11-01T16:46:00.6153080Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.6155881Z adding 'torch/include/ATen/ops/output_nr_native.h' 2024-11-01T16:46:00.6158971Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2024-11-01T16:46:00.6162155Z adding 'torch/include/ATen/ops/pad.h' 2024-11-01T16:46:00.6165501Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.6168367Z adding 'torch/include/ATen/ops/pad_native.h' 2024-11-01T16:46:00.6171544Z adding 'torch/include/ATen/ops/pad_ops.h' 2024-11-01T16:46:00.6174587Z adding 'torch/include/ATen/ops/pad_sequence.h' 2024-11-01T16:46:00.6177926Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.6180779Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2024-11-01T16:46:00.6183927Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2024-11-01T16:46:00.6187033Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2024-11-01T16:46:00.6190522Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.6193399Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2024-11-01T16:46:00.6196498Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2024-11-01T16:46:00.6199513Z adding 'torch/include/ATen/ops/pdist.h' 2024-11-01T16:46:00.6202800Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.6205641Z adding 'torch/include/ATen/ops/pdist_native.h' 2024-11-01T16:46:00.6208694Z adding 'torch/include/ATen/ops/pdist_ops.h' 2024-11-01T16:46:00.6211727Z adding 'torch/include/ATen/ops/permute.h' 2024-11-01T16:46:00.6215089Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.6218060Z adding 'torch/include/ATen/ops/permute_copy.h' 2024-11-01T16:46:00.6221333Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.6224603Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.6227339Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2024-11-01T16:46:00.6230618Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2024-11-01T16:46:00.6233810Z adding 'torch/include/ATen/ops/permute_native.h' 2024-11-01T16:46:00.6236981Z adding 'torch/include/ATen/ops/permute_ops.h' 2024-11-01T16:46:00.6240112Z adding 'torch/include/ATen/ops/pin_memory.h' 2024-11-01T16:46:00.6243433Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.6246400Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2024-11-01T16:46:00.6249659Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2024-11-01T16:46:00.6252738Z adding 'torch/include/ATen/ops/pinverse.h' 2024-11-01T16:46:00.6256139Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.6258969Z adding 'torch/include/ATen/ops/pinverse_native.h' 2024-11-01T16:46:00.6262289Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2024-11-01T16:46:00.6265391Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2024-11-01T16:46:00.6268944Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.6272407Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.6275313Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2024-11-01T16:46:00.6278407Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2024-11-01T16:46:00.6281603Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2024-11-01T16:46:00.6284858Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2024-11-01T16:46:00.6288194Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.6291543Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.6294479Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2024-11-01T16:46:00.6297607Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2024-11-01T16:46:00.6300933Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2024-11-01T16:46:00.6304067Z adding 'torch/include/ATen/ops/poisson.h' 2024-11-01T16:46:00.6308205Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.6311390Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2024-11-01T16:46:00.6314611Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2024-11-01T16:46:00.6317794Z adding 'torch/include/ATen/ops/poisson_native.h' 2024-11-01T16:46:00.6320882Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2024-11-01T16:46:00.6324401Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.6327265Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2024-11-01T16:46:00.6330598Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2024-11-01T16:46:00.6333828Z adding 'torch/include/ATen/ops/poisson_ops.h' 2024-11-01T16:46:00.6337071Z adding 'torch/include/ATen/ops/polar.h' 2024-11-01T16:46:00.6340508Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.6343709Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2024-11-01T16:46:00.6346941Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2024-11-01T16:46:00.6350060Z adding 'torch/include/ATen/ops/polar_native.h' 2024-11-01T16:46:00.6353445Z adding 'torch/include/ATen/ops/polar_ops.h' 2024-11-01T16:46:00.6356560Z adding 'torch/include/ATen/ops/polygamma.h' 2024-11-01T16:46:00.6360029Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.6363384Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.6366250Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2024-11-01T16:46:00.6369439Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2024-11-01T16:46:00.6372669Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2024-11-01T16:46:00.6376001Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2024-11-01T16:46:00.6379008Z adding 'torch/include/ATen/ops/polygamma_native.h' 2024-11-01T16:46:00.6382742Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2024-11-01T16:46:00.6386239Z adding 'torch/include/ATen/ops/positive.h' 2024-11-01T16:46:00.6390217Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.6393463Z adding 'torch/include/ATen/ops/positive_native.h' 2024-11-01T16:46:00.6397035Z adding 'torch/include/ATen/ops/positive_ops.h' 2024-11-01T16:46:00.6400399Z adding 'torch/include/ATen/ops/pow.h' 2024-11-01T16:46:00.6404103Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.6407084Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2024-11-01T16:46:00.6410436Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2024-11-01T16:46:00.6413523Z adding 'torch/include/ATen/ops/pow_meta.h' 2024-11-01T16:46:00.6416875Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2024-11-01T16:46:00.6419933Z adding 'torch/include/ATen/ops/pow_native.h' 2024-11-01T16:46:00.6423591Z adding 'torch/include/ATen/ops/pow_ops.h' 2024-11-01T16:46:00.6426739Z adding 'torch/include/ATen/ops/prelu.h' 2024-11-01T16:46:00.6430127Z adding 'torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.6433090Z adding 'torch/include/ATen/ops/prelu_native.h' 2024-11-01T16:46:00.6436295Z adding 'torch/include/ATen/ops/prelu_ops.h' 2024-11-01T16:46:00.6439528Z adding 'torch/include/ATen/ops/prod.h' 2024-11-01T16:46:00.6442845Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.6446038Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.6449211Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.6452191Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2024-11-01T16:46:00.6455274Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2024-11-01T16:46:00.6458235Z adding 'torch/include/ATen/ops/prod_meta.h' 2024-11-01T16:46:00.6461342Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2024-11-01T16:46:00.6464308Z adding 'torch/include/ATen/ops/prod_native.h' 2024-11-01T16:46:00.6467676Z adding 'torch/include/ATen/ops/prod_ops.h' 2024-11-01T16:46:00.6470938Z adding 'torch/include/ATen/ops/promote_types.h' 2024-11-01T16:46:00.6474246Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.6477010Z adding 'torch/include/ATen/ops/promote_types_native.h' 2024-11-01T16:46:00.6480269Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2024-11-01T16:46:00.6483350Z adding 'torch/include/ATen/ops/put.h' 2024-11-01T16:46:00.6486664Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.6489557Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2024-11-01T16:46:00.6492558Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2024-11-01T16:46:00.6495524Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2024-11-01T16:46:00.6498458Z adding 'torch/include/ATen/ops/put_native.h' 2024-11-01T16:46:00.6501713Z adding 'torch/include/ATen/ops/put_ops.h' 2024-11-01T16:46:00.6504798Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2024-11-01T16:46:00.6507775Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2024-11-01T16:46:00.6510921Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2024-11-01T16:46:00.6513953Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2024-11-01T16:46:00.6517262Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.6520018Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2024-11-01T16:46:00.6523137Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2024-11-01T16:46:00.6526177Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2024-11-01T16:46:00.6529532Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.6532338Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2024-11-01T16:46:00.6535641Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2024-11-01T16:46:00.6538581Z adding 'torch/include/ATen/ops/q_scale.h' 2024-11-01T16:46:00.6541540Z adding 'torch/include/ATen/ops/q_scale_native.h' 2024-11-01T16:46:00.6544578Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2024-11-01T16:46:00.6547789Z adding 'torch/include/ATen/ops/q_zero_point.h' 2024-11-01T16:46:00.6550870Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2024-11-01T16:46:00.6553917Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2024-11-01T16:46:00.6556953Z adding 'torch/include/ATen/ops/qr.h' 2024-11-01T16:46:00.6560228Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.6563013Z adding 'torch/include/ATen/ops/qr_native.h' 2024-11-01T16:46:00.6566135Z adding 'torch/include/ATen/ops/qr_ops.h' 2024-11-01T16:46:00.6569109Z adding 'torch/include/ATen/ops/qscheme.h' 2024-11-01T16:46:00.6572039Z adding 'torch/include/ATen/ops/qscheme_native.h' 2024-11-01T16:46:00.6575115Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2024-11-01T16:46:00.6578352Z adding 'torch/include/ATen/ops/quantile.h' 2024-11-01T16:46:00.6581763Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.6584680Z adding 'torch/include/ATen/ops/quantile_native.h' 2024-11-01T16:46:00.6587972Z adding 'torch/include/ATen/ops/quantile_ops.h' 2024-11-01T16:46:00.6591389Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2024-11-01T16:46:00.6594823Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.6597794Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2024-11-01T16:46:00.6600879Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2024-11-01T16:46:00.6603811Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2024-11-01T16:46:00.6607017Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2024-11-01T16:46:00.6610388Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2024-11-01T16:46:00.6613872Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.6616824Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2024-11-01T16:46:00.6620376Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2024-11-01T16:46:00.6622912Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2024-11-01T16:46:00.6626228Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.6629160Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2024-11-01T16:46:00.6632356Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2024-11-01T16:46:00.6635470Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2024-11-01T16:46:00.6638729Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2024-11-01T16:46:00.6641919Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2024-11-01T16:46:00.6645439Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2024-11-01T16:46:00.6648902Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2024-11-01T16:46:00.6652452Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.6655397Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2024-11-01T16:46:00.6658952Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2024-11-01T16:46:00.6662067Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2024-11-01T16:46:00.6665537Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.6668369Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2024-11-01T16:46:00.6671809Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2024-11-01T16:46:00.6675061Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2024-11-01T16:46:00.6678553Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.6681590Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2024-11-01T16:46:00.6684875Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2024-11-01T16:46:00.6688218Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2024-11-01T16:46:00.6691638Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.6694634Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2024-11-01T16:46:00.6698155Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2024-11-01T16:46:00.6701456Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2024-11-01T16:46:00.6704966Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.6707784Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2024-11-01T16:46:00.6711269Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2024-11-01T16:46:00.6714411Z adding 'torch/include/ATen/ops/quantized_max_pool3d.h' 2024-11-01T16:46:00.6717942Z adding 'torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.6720911Z adding 'torch/include/ATen/ops/quantized_max_pool3d_native.h' 2024-11-01T16:46:00.6724281Z adding 'torch/include/ATen/ops/quantized_max_pool3d_ops.h' 2024-11-01T16:46:00.6727541Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2024-11-01T16:46:00.6730885Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.6733841Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2024-11-01T16:46:00.6737016Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2024-11-01T16:46:00.6740317Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2024-11-01T16:46:00.6743855Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.6746757Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2024-11-01T16:46:00.6750426Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2024-11-01T16:46:00.6753489Z adding 'torch/include/ATen/ops/rad2deg.h' 2024-11-01T16:46:00.6757009Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.6759758Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2024-11-01T16:46:00.6763142Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2024-11-01T16:46:00.6768258Z adding 'torch/include/ATen/ops/rand.h' 2024-11-01T16:46:00.6773169Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.6776933Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.6780498Z adding 'torch/include/ATen/ops/rand_like.h' 2024-11-01T16:46:00.6784396Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.6787666Z adding 'torch/include/ATen/ops/rand_like_native.h' 2024-11-01T16:46:00.6791084Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2024-11-01T16:46:00.6794491Z adding 'torch/include/ATen/ops/rand_native.h' 2024-11-01T16:46:00.6798282Z adding 'torch/include/ATen/ops/rand_ops.h' 2024-11-01T16:46:00.6803299Z adding 'torch/include/ATen/ops/randint.h' 2024-11-01T16:46:00.6807851Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.6812105Z adding 'torch/include/ATen/ops/randint_like.h' 2024-11-01T16:46:00.6816055Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.6819090Z adding 'torch/include/ATen/ops/randint_like_native.h' 2024-11-01T16:46:00.6822725Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2024-11-01T16:46:00.6826020Z adding 'torch/include/ATen/ops/randint_native.h' 2024-11-01T16:46:00.6829727Z adding 'torch/include/ATen/ops/randint_ops.h' 2024-11-01T16:46:00.6834658Z adding 'torch/include/ATen/ops/randn.h' 2024-11-01T16:46:00.6839611Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.6845010Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.6847513Z adding 'torch/include/ATen/ops/randn_like.h' 2024-11-01T16:46:00.6850983Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.6854173Z adding 'torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h' 2024-11-01T16:46:00.6856961Z adding 'torch/include/ATen/ops/randn_like_native.h' 2024-11-01T16:46:00.6860227Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2024-11-01T16:46:00.6863394Z adding 'torch/include/ATen/ops/randn_native.h' 2024-11-01T16:46:00.6867076Z adding 'torch/include/ATen/ops/randn_ops.h' 2024-11-01T16:46:00.6870779Z adding 'torch/include/ATen/ops/random.h' 2024-11-01T16:46:00.6874313Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.6877305Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2024-11-01T16:46:00.6880434Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2024-11-01T16:46:00.6883484Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2024-11-01T16:46:00.6886561Z adding 'torch/include/ATen/ops/random_native.h' 2024-11-01T16:46:00.6890128Z adding 'torch/include/ATen/ops/random_ops.h' 2024-11-01T16:46:00.6894084Z adding 'torch/include/ATen/ops/randperm.h' 2024-11-01T16:46:00.6897845Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.6900876Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2024-11-01T16:46:00.6904011Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2024-11-01T16:46:00.6907015Z adding 'torch/include/ATen/ops/randperm_native.h' 2024-11-01T16:46:00.6910487Z adding 'torch/include/ATen/ops/randperm_ops.h' 2024-11-01T16:46:00.6913914Z adding 'torch/include/ATen/ops/range.h' 2024-11-01T16:46:00.6917393Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.6920545Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2024-11-01T16:46:00.6923644Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2024-11-01T16:46:00.6927007Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2024-11-01T16:46:00.6929949Z adding 'torch/include/ATen/ops/range_native.h' 2024-11-01T16:46:00.6933335Z adding 'torch/include/ATen/ops/range_ops.h' 2024-11-01T16:46:00.6936446Z adding 'torch/include/ATen/ops/ravel.h' 2024-11-01T16:46:00.6939716Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.6942520Z adding 'torch/include/ATen/ops/ravel_native.h' 2024-11-01T16:46:00.6945620Z adding 'torch/include/ATen/ops/ravel_ops.h' 2024-11-01T16:46:00.6948661Z adding 'torch/include/ATen/ops/real.h' 2024-11-01T16:46:00.6952026Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.6954844Z adding 'torch/include/ATen/ops/real_native.h' 2024-11-01T16:46:00.6958027Z adding 'torch/include/ATen/ops/real_ops.h' 2024-11-01T16:46:00.6961135Z adding 'torch/include/ATen/ops/reciprocal.h' 2024-11-01T16:46:00.6964575Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.6967465Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2024-11-01T16:46:00.6970659Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2024-11-01T16:46:00.6974105Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2024-11-01T16:46:00.6976756Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2024-11-01T16:46:00.6979692Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2024-11-01T16:46:00.6982875Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2024-11-01T16:46:00.6985832Z adding 'torch/include/ATen/ops/record_stream.h' 2024-11-01T16:46:00.6989217Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2024-11-01T16:46:00.6992296Z adding 'torch/include/ATen/ops/record_stream_native.h' 2024-11-01T16:46:00.6995345Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2024-11-01T16:46:00.6998299Z adding 'torch/include/ATen/ops/refine_names.h' 2024-11-01T16:46:00.7001621Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.7004433Z adding 'torch/include/ATen/ops/refine_names_native.h' 2024-11-01T16:46:00.7007523Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2024-11-01T16:46:00.7010821Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2024-11-01T16:46:00.7014320Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2024-11-01T16:46:00.7017911Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.7020857Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2024-11-01T16:46:00.7024078Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2024-11-01T16:46:00.7027968Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2024-11-01T16:46:00.7032405Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2024-11-01T16:46:00.7036465Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2024-11-01T16:46:00.7040259Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2024-11-01T16:46:00.7043694Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.7046853Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2024-11-01T16:46:00.7050033Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2024-11-01T16:46:00.7053394Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2024-11-01T16:46:00.7057104Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2024-11-01T16:46:00.7060585Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2024-11-01T16:46:00.7065025Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2024-11-01T16:46:00.7069004Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2024-11-01T16:46:00.7073079Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2024-11-01T16:46:00.7077072Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2024-11-01T16:46:00.7080825Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2024-11-01T16:46:00.7084271Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2024-11-01T16:46:00.7087724Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2024-11-01T16:46:00.7090907Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2024-11-01T16:46:00.7094259Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2024-11-01T16:46:00.7097375Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2024-11-01T16:46:00.7100709Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2024-11-01T16:46:00.7104210Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2024-11-01T16:46:00.7107738Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2024-11-01T16:46:00.7111692Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.7114676Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2024-11-01T16:46:00.7117844Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2024-11-01T16:46:00.7121032Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2024-11-01T16:46:00.7124829Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2024-11-01T16:46:00.7127430Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2024-11-01T16:46:00.7130568Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2024-11-01T16:46:00.7133955Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.7136974Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2024-11-01T16:46:00.7140139Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2024-11-01T16:46:00.7143147Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2024-11-01T16:46:00.7146295Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2024-11-01T16:46:00.7149415Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2024-11-01T16:46:00.7152760Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2024-11-01T16:46:00.7155878Z adding 'torch/include/ATen/ops/relu.h' 2024-11-01T16:46:00.7158942Z adding 'torch/include/ATen/ops/relu6.h' 2024-11-01T16:46:00.7162219Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.7165037Z adding 'torch/include/ATen/ops/relu6_native.h' 2024-11-01T16:46:00.7168169Z adding 'torch/include/ATen/ops/relu6_ops.h' 2024-11-01T16:46:00.7171421Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.7174356Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2024-11-01T16:46:00.7177428Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2024-11-01T16:46:00.7180445Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2024-11-01T16:46:00.7183466Z adding 'torch/include/ATen/ops/relu_native.h' 2024-11-01T16:46:00.7186675Z adding 'torch/include/ATen/ops/relu_ops.h' 2024-11-01T16:46:00.7190068Z adding 'torch/include/ATen/ops/remainder.h' 2024-11-01T16:46:00.7193450Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.7196678Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.7199606Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2024-11-01T16:46:00.7202956Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2024-11-01T16:46:00.7206008Z adding 'torch/include/ATen/ops/remainder_meta.h' 2024-11-01T16:46:00.7209148Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2024-11-01T16:46:00.7212195Z adding 'torch/include/ATen/ops/remainder_native.h' 2024-11-01T16:46:00.7215694Z adding 'torch/include/ATen/ops/remainder_ops.h' 2024-11-01T16:46:00.7218784Z adding 'torch/include/ATen/ops/rename.h' 2024-11-01T16:46:00.7222108Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.7224975Z adding 'torch/include/ATen/ops/rename_native.h' 2024-11-01T16:46:00.7228119Z adding 'torch/include/ATen/ops/rename_ops.h' 2024-11-01T16:46:00.7231369Z adding 'torch/include/ATen/ops/renorm.h' 2024-11-01T16:46:00.7234862Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.7237701Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2024-11-01T16:46:00.7240788Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2024-11-01T16:46:00.7243782Z adding 'torch/include/ATen/ops/renorm_meta.h' 2024-11-01T16:46:00.7246892Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2024-11-01T16:46:00.7249868Z adding 'torch/include/ATen/ops/renorm_native.h' 2024-11-01T16:46:00.7253139Z adding 'torch/include/ATen/ops/renorm_ops.h' 2024-11-01T16:46:00.7256483Z adding 'torch/include/ATen/ops/repeat.h' 2024-11-01T16:46:00.7259875Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.7263306Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2024-11-01T16:46:00.7266909Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.7270239Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.7273216Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2024-11-01T16:46:00.7276353Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2024-11-01T16:46:00.7279430Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2024-11-01T16:46:00.7282792Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2024-11-01T16:46:00.7285830Z adding 'torch/include/ATen/ops/repeat_native.h' 2024-11-01T16:46:00.7289006Z adding 'torch/include/ATen/ops/repeat_ops.h' 2024-11-01T16:46:00.7292364Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2024-11-01T16:46:00.7295883Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2024-11-01T16:46:00.7299491Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.7302443Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2024-11-01T16:46:00.7305640Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2024-11-01T16:46:00.7308763Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2024-11-01T16:46:00.7312115Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2024-11-01T16:46:00.7315165Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2024-11-01T16:46:00.7318360Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2024-11-01T16:46:00.7321816Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.7324740Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2024-11-01T16:46:00.7327901Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2024-11-01T16:46:00.7330865Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2024-11-01T16:46:00.7334042Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2024-11-01T16:46:00.7337038Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2024-11-01T16:46:00.7340191Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2024-11-01T16:46:00.7343485Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2024-11-01T16:46:00.7347006Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2024-11-01T16:46:00.7350490Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2024-11-01T16:46:00.7353655Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2024-11-01T16:46:00.7356677Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2024-11-01T16:46:00.7359853Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2024-11-01T16:46:00.7363296Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.7366320Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2024-11-01T16:46:00.7369456Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2024-11-01T16:46:00.7372447Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2024-11-01T16:46:00.7375595Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2024-11-01T16:46:00.7378579Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2024-11-01T16:46:00.7381728Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2024-11-01T16:46:00.7385042Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2024-11-01T16:46:00.7388558Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2024-11-01T16:46:00.7392102Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2024-11-01T16:46:00.7395274Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2024-11-01T16:46:00.7398304Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2024-11-01T16:46:00.7401482Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2024-11-01T16:46:00.7404942Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.7407778Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2024-11-01T16:46:00.7410931Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2024-11-01T16:46:00.7413926Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2024-11-01T16:46:00.7417323Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2024-11-01T16:46:00.7420392Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2024-11-01T16:46:00.7423546Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2024-11-01T16:46:00.7426495Z adding 'torch/include/ATen/ops/requires_grad.h' 2024-11-01T16:46:00.7429799Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.7432709Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2024-11-01T16:46:00.7435909Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2024-11-01T16:46:00.7439070Z adding 'torch/include/ATen/ops/reshape.h' 2024-11-01T16:46:00.7442080Z adding 'torch/include/ATen/ops/reshape_as.h' 2024-11-01T16:46:00.7445372Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.7448583Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2024-11-01T16:46:00.7451304Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2024-11-01T16:46:00.7454390Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2024-11-01T16:46:00.7457642Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.7460828Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2024-11-01T16:46:00.7463565Z adding 'torch/include/ATen/ops/reshape_native.h' 2024-11-01T16:46:00.7466839Z adding 'torch/include/ATen/ops/reshape_ops.h' 2024-11-01T16:46:00.7470355Z adding 'torch/include/ATen/ops/resize.h' 2024-11-01T16:46:00.7473705Z adding 'torch/include/ATen/ops/resize_as.h' 2024-11-01T16:46:00.7477150Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.7480027Z adding 'torch/include/ATen/ops/resize_as_native.h' 2024-11-01T16:46:00.7483360Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2024-11-01T16:46:00.7486567Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2024-11-01T16:46:00.7489951Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.7492908Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2024-11-01T16:46:00.7495909Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2024-11-01T16:46:00.7499179Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2024-11-01T16:46:00.7502555Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.7505566Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2024-11-01T16:46:00.7508606Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2024-11-01T16:46:00.7511889Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2024-11-01T16:46:00.7514955Z adding 'torch/include/ATen/ops/resize_native.h' 2024-11-01T16:46:00.7518268Z adding 'torch/include/ATen/ops/resize_ops.h' 2024-11-01T16:46:00.7521356Z adding 'torch/include/ATen/ops/resolve_conj.h' 2024-11-01T16:46:00.7524664Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.7527456Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2024-11-01T16:46:00.7530544Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2024-11-01T16:46:00.7533580Z adding 'torch/include/ATen/ops/resolve_neg.h' 2024-11-01T16:46:00.7536934Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.7539761Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2024-11-01T16:46:00.7542809Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2024-11-01T16:46:00.7546097Z adding 'torch/include/ATen/ops/result_type.h' 2024-11-01T16:46:00.7549548Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.7552476Z adding 'torch/include/ATen/ops/result_type_native.h' 2024-11-01T16:46:00.7555806Z adding 'torch/include/ATen/ops/result_type_ops.h' 2024-11-01T16:46:00.7558822Z adding 'torch/include/ATen/ops/retain_grad.h' 2024-11-01T16:46:00.7562099Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.7564902Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2024-11-01T16:46:00.7568257Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2024-11-01T16:46:00.7571187Z adding 'torch/include/ATen/ops/retains_grad.h' 2024-11-01T16:46:00.7574455Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.7577253Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2024-11-01T16:46:00.7580307Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2024-11-01T16:46:00.7583420Z adding 'torch/include/ATen/ops/rms_norm.h' 2024-11-01T16:46:00.7586789Z adding 'torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.7589662Z adding 'torch/include/ATen/ops/rms_norm_native.h' 2024-11-01T16:46:00.7592899Z adding 'torch/include/ATen/ops/rms_norm_ops.h' 2024-11-01T16:46:00.7596102Z adding 'torch/include/ATen/ops/rnn_relu.h' 2024-11-01T16:46:00.7599230Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2024-11-01T16:46:00.7602558Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.7605364Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2024-11-01T16:46:00.7608497Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2024-11-01T16:46:00.7611808Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.7614656Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2024-11-01T16:46:00.7617954Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2024-11-01T16:46:00.7621146Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2024-11-01T16:46:00.7624252Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2024-11-01T16:46:00.7627873Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.7630835Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2024-11-01T16:46:00.7633994Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2024-11-01T16:46:00.7637323Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.7640248Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2024-11-01T16:46:00.7643542Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2024-11-01T16:46:00.7646888Z adding 'torch/include/ATen/ops/roll.h' 2024-11-01T16:46:00.7650288Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.7653274Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2024-11-01T16:46:00.7656334Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2024-11-01T16:46:00.7659284Z adding 'torch/include/ATen/ops/roll_native.h' 2024-11-01T16:46:00.7662505Z adding 'torch/include/ATen/ops/roll_ops.h' 2024-11-01T16:46:00.7665744Z adding 'torch/include/ATen/ops/rot90.h' 2024-11-01T16:46:00.7669277Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.7672264Z adding 'torch/include/ATen/ops/rot90_native.h' 2024-11-01T16:46:00.7675576Z adding 'torch/include/ATen/ops/rot90_ops.h' 2024-11-01T16:46:00.7678887Z adding 'torch/include/ATen/ops/round.h' 2024-11-01T16:46:00.7682322Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.7685338Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2024-11-01T16:46:00.7688494Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2024-11-01T16:46:00.7691676Z adding 'torch/include/ATen/ops/round_meta.h' 2024-11-01T16:46:00.7694890Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2024-11-01T16:46:00.7698078Z adding 'torch/include/ATen/ops/round_native.h' 2024-11-01T16:46:00.7701607Z adding 'torch/include/ATen/ops/round_ops.h' 2024-11-01T16:46:00.7704594Z adding 'torch/include/ATen/ops/row_indices.h' 2024-11-01T16:46:00.7707885Z adding 'torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.7710967Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2024-11-01T16:46:00.7714360Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.7717553Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.7720376Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2024-11-01T16:46:00.7723453Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2024-11-01T16:46:00.7726584Z adding 'torch/include/ATen/ops/row_indices_native.h' 2024-11-01T16:46:00.7729605Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2024-11-01T16:46:00.7732798Z adding 'torch/include/ATen/ops/row_stack.h' 2024-11-01T16:46:00.7736136Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.7739005Z adding 'torch/include/ATen/ops/row_stack_native.h' 2024-11-01T16:46:00.7742252Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2024-11-01T16:46:00.7745382Z adding 'torch/include/ATen/ops/rrelu.h' 2024-11-01T16:46:00.7748814Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.7751825Z adding 'torch/include/ATen/ops/rrelu_native.h' 2024-11-01T16:46:00.7755133Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2024-11-01T16:46:00.7758409Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2024-11-01T16:46:00.7761818Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2024-11-01T16:46:00.7765275Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.7768196Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2024-11-01T16:46:00.7771522Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2024-11-01T16:46:00.7774711Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2024-11-01T16:46:00.7777985Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2024-11-01T16:46:00.7781084Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2024-11-01T16:46:00.7784341Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2024-11-01T16:46:00.7787809Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2024-11-01T16:46:00.7791117Z adding 'torch/include/ATen/ops/rshift.h' 2024-11-01T16:46:00.7794589Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.7798138Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2024-11-01T16:46:00.7801433Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2024-11-01T16:46:00.7804598Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2024-11-01T16:46:00.7807579Z adding 'torch/include/ATen/ops/rshift_native.h' 2024-11-01T16:46:00.7811069Z adding 'torch/include/ATen/ops/rshift_ops.h' 2024-11-01T16:46:00.7814244Z adding 'torch/include/ATen/ops/rsqrt.h' 2024-11-01T16:46:00.7817794Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.7820596Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2024-11-01T16:46:00.7823930Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2024-11-01T16:46:00.7827150Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2024-11-01T16:46:00.7830300Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2024-11-01T16:46:00.7833367Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2024-11-01T16:46:00.7836509Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2024-11-01T16:46:00.7839820Z adding 'torch/include/ATen/ops/rsub.h' 2024-11-01T16:46:00.7843573Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.7846615Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2024-11-01T16:46:00.7849788Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2024-11-01T16:46:00.7852788Z adding 'torch/include/ATen/ops/rsub_native.h' 2024-11-01T16:46:00.7856126Z adding 'torch/include/ATen/ops/rsub_ops.h' 2024-11-01T16:46:00.7859425Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2024-11-01T16:46:00.7862912Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.7865768Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2024-11-01T16:46:00.7869119Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2024-11-01T16:46:00.7872540Z adding 'torch/include/ATen/ops/scaled_dot_product_attention.h' 2024-11-01T16:46:00.7875942Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.7878911Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_native.h' 2024-11-01T16:46:00.7882063Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_ops.h' 2024-11-01T16:46:00.7885438Z adding 'torch/include/ATen/ops/scatter.h' 2024-11-01T16:46:00.7888704Z adding 'torch/include/ATen/ops/scatter_add.h' 2024-11-01T16:46:00.7892311Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.7895510Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.7898935Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2024-11-01T16:46:00.7902508Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2024-11-01T16:46:00.7905885Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2024-11-01T16:46:00.7909029Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2024-11-01T16:46:00.7912137Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2024-11-01T16:46:00.7915534Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2024-11-01T16:46:00.7919096Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.7922632Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.7926268Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2024-11-01T16:46:00.7930057Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2024-11-01T16:46:00.7933667Z adding 'torch/include/ATen/ops/scatter_meta.h' 2024-11-01T16:46:00.7937454Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2024-11-01T16:46:00.7942246Z adding 'torch/include/ATen/ops/scatter_native.h' 2024-11-01T16:46:00.7946969Z adding 'torch/include/ATen/ops/scatter_ops.h' 2024-11-01T16:46:00.7951082Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2024-11-01T16:46:00.7954928Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.7957846Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2024-11-01T16:46:00.7961255Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2024-11-01T16:46:00.7964324Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2024-11-01T16:46:00.7967670Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2024-11-01T16:46:00.7970873Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2024-11-01T16:46:00.7974200Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2024-11-01T16:46:00.7977776Z adding 'torch/include/ATen/ops/searchsorted.h' 2024-11-01T16:46:00.7981184Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2024-11-01T16:46:00.7984411Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2024-11-01T16:46:00.7987766Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2024-11-01T16:46:00.7991369Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2024-11-01T16:46:00.7994786Z adding 'torch/include/ATen/ops/segment_reduce.h' 2024-11-01T16:46:00.7998230Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.8001205Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2024-11-01T16:46:00.8004491Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2024-11-01T16:46:00.8007573Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2024-11-01T16:46:00.8010870Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2024-11-01T16:46:00.8014068Z adding 'torch/include/ATen/ops/select.h' 2024-11-01T16:46:00.8017443Z adding 'torch/include/ATen/ops/select_backward.h' 2024-11-01T16:46:00.8020938Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.8024209Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.8026999Z adding 'torch/include/ATen/ops/select_backward_native.h' 2024-11-01T16:46:00.8030359Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2024-11-01T16:46:00.8033688Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.8036980Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.8040076Z adding 'torch/include/ATen/ops/select_copy.h' 2024-11-01T16:46:00.8043525Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.8046755Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.8049550Z adding 'torch/include/ATen/ops/select_copy_native.h' 2024-11-01T16:46:00.8052764Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2024-11-01T16:46:00.8055831Z adding 'torch/include/ATen/ops/select_native.h' 2024-11-01T16:46:00.8059024Z adding 'torch/include/ATen/ops/select_ops.h' 2024-11-01T16:46:00.8062366Z adding 'torch/include/ATen/ops/select_scatter.h' 2024-11-01T16:46:00.8065799Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.8069034Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.8072247Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2024-11-01T16:46:00.8075453Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2024-11-01T16:46:00.8078504Z adding 'torch/include/ATen/ops/selu.h' 2024-11-01T16:46:00.8081796Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.8084632Z adding 'torch/include/ATen/ops/selu_native.h' 2024-11-01T16:46:00.8087766Z adding 'torch/include/ATen/ops/selu_ops.h' 2024-11-01T16:46:00.8091500Z adding 'torch/include/ATen/ops/set.h' 2024-11-01T16:46:00.8095204Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.8098358Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.8101356Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2024-11-01T16:46:00.8104479Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2024-11-01T16:46:00.8107464Z adding 'torch/include/ATen/ops/set_data.h' 2024-11-01T16:46:00.8110817Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.8113600Z adding 'torch/include/ATen/ops/set_data_native.h' 2024-11-01T16:46:00.8116728Z adding 'torch/include/ATen/ops/set_data_ops.h' 2024-11-01T16:46:00.8119847Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2024-11-01T16:46:00.8122992Z adding 'torch/include/ATen/ops/set_native.h' 2024-11-01T16:46:00.8126868Z adding 'torch/include/ATen/ops/set_ops.h' 2024-11-01T16:46:00.8130190Z adding 'torch/include/ATen/ops/sgn.h' 2024-11-01T16:46:00.8133578Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.8136374Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2024-11-01T16:46:00.8139444Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2024-11-01T16:46:00.8142476Z adding 'torch/include/ATen/ops/sgn_meta.h' 2024-11-01T16:46:00.8145577Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2024-11-01T16:46:00.8148618Z adding 'torch/include/ATen/ops/sgn_native.h' 2024-11-01T16:46:00.8151987Z adding 'torch/include/ATen/ops/sgn_ops.h' 2024-11-01T16:46:00.8155190Z adding 'torch/include/ATen/ops/sigmoid.h' 2024-11-01T16:46:00.8158441Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2024-11-01T16:46:00.8161830Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.8164667Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2024-11-01T16:46:00.8167736Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2024-11-01T16:46:00.8170702Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2024-11-01T16:46:00.8173829Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2024-11-01T16:46:00.8176808Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2024-11-01T16:46:00.8179997Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2024-11-01T16:46:00.8183390Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.8186251Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2024-11-01T16:46:00.8189345Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2024-11-01T16:46:00.8192383Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2024-11-01T16:46:00.8195477Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2024-11-01T16:46:00.8198465Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2024-11-01T16:46:00.8201643Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2024-11-01T16:46:00.8204745Z adding 'torch/include/ATen/ops/sign.h' 2024-11-01T16:46:00.8208311Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.8211163Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2024-11-01T16:46:00.8214237Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2024-11-01T16:46:00.8217213Z adding 'torch/include/ATen/ops/sign_meta.h' 2024-11-01T16:46:00.8220326Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2024-11-01T16:46:00.8223300Z adding 'torch/include/ATen/ops/sign_native.h' 2024-11-01T16:46:00.8226473Z adding 'torch/include/ATen/ops/sign_ops.h' 2024-11-01T16:46:00.8229728Z adding 'torch/include/ATen/ops/signbit.h' 2024-11-01T16:46:00.8233149Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.8236028Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2024-11-01T16:46:00.8239080Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2024-11-01T16:46:00.8242052Z adding 'torch/include/ATen/ops/signbit_meta.h' 2024-11-01T16:46:00.8245164Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2024-11-01T16:46:00.8248124Z adding 'torch/include/ATen/ops/signbit_native.h' 2024-11-01T16:46:00.8251269Z adding 'torch/include/ATen/ops/signbit_ops.h' 2024-11-01T16:46:00.8254373Z adding 'torch/include/ATen/ops/silu.h' 2024-11-01T16:46:00.8257569Z adding 'torch/include/ATen/ops/silu_backward.h' 2024-11-01T16:46:00.8261088Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.8264016Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.8266956Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2024-11-01T16:46:00.8270112Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2024-11-01T16:46:00.8273076Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2024-11-01T16:46:00.8276200Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2024-11-01T16:46:00.8279195Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2024-11-01T16:46:00.8282619Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2024-11-01T16:46:00.8286018Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.8288830Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2024-11-01T16:46:00.8291891Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2024-11-01T16:46:00.8294864Z adding 'torch/include/ATen/ops/silu_meta.h' 2024-11-01T16:46:00.8297970Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2024-11-01T16:46:00.8300930Z adding 'torch/include/ATen/ops/silu_native.h' 2024-11-01T16:46:00.8304184Z adding 'torch/include/ATen/ops/silu_ops.h' 2024-11-01T16:46:00.8307532Z adding 'torch/include/ATen/ops/sin.h' 2024-11-01T16:46:00.8310980Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.8313832Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2024-11-01T16:46:00.8316896Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2024-11-01T16:46:00.8319845Z adding 'torch/include/ATen/ops/sin_meta.h' 2024-11-01T16:46:00.8322935Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2024-11-01T16:46:00.8326055Z adding 'torch/include/ATen/ops/sin_native.h' 2024-11-01T16:46:00.8329301Z adding 'torch/include/ATen/ops/sin_ops.h' 2024-11-01T16:46:00.8332302Z adding 'torch/include/ATen/ops/sinc.h' 2024-11-01T16:46:00.8335740Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.8338562Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2024-11-01T16:46:00.8341673Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2024-11-01T16:46:00.8344612Z adding 'torch/include/ATen/ops/sinc_meta.h' 2024-11-01T16:46:00.8347708Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2024-11-01T16:46:00.8350785Z adding 'torch/include/ATen/ops/sinc_native.h' 2024-11-01T16:46:00.8354073Z adding 'torch/include/ATen/ops/sinc_ops.h' 2024-11-01T16:46:00.8357186Z adding 'torch/include/ATen/ops/sinh.h' 2024-11-01T16:46:00.8360474Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.8363317Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2024-11-01T16:46:00.8366434Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2024-11-01T16:46:00.8369426Z adding 'torch/include/ATen/ops/sinh_meta.h' 2024-11-01T16:46:00.8372546Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2024-11-01T16:46:00.8375535Z adding 'torch/include/ATen/ops/sinh_native.h' 2024-11-01T16:46:00.8378869Z adding 'torch/include/ATen/ops/sinh_ops.h' 2024-11-01T16:46:00.8382072Z adding 'torch/include/ATen/ops/size.h' 2024-11-01T16:46:00.8385357Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.8388079Z adding 'torch/include/ATen/ops/size_native.h' 2024-11-01T16:46:00.8391410Z adding 'torch/include/ATen/ops/size_ops.h' 2024-11-01T16:46:00.8394667Z adding 'torch/include/ATen/ops/slice.h' 2024-11-01T16:46:00.8398202Z adding 'torch/include/ATen/ops/slice_backward.h' 2024-11-01T16:46:00.8401735Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.8404631Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2024-11-01T16:46:00.8407929Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2024-11-01T16:46:00.8411663Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.8415087Z adding 'torch/include/ATen/ops/slice_copy.h' 2024-11-01T16:46:00.8419093Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.8422856Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.8426139Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2024-11-01T16:46:00.8430051Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2024-11-01T16:46:00.8433833Z adding 'torch/include/ATen/ops/slice_inverse.h' 2024-11-01T16:46:00.8437812Z adding 'torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.8441187Z adding 'torch/include/ATen/ops/slice_inverse_native.h' 2024-11-01T16:46:00.8444877Z adding 'torch/include/ATen/ops/slice_inverse_ops.h' 2024-11-01T16:46:00.8448515Z adding 'torch/include/ATen/ops/slice_native.h' 2024-11-01T16:46:00.8451634Z adding 'torch/include/ATen/ops/slice_ops.h' 2024-11-01T16:46:00.8455315Z adding 'torch/include/ATen/ops/slice_scatter.h' 2024-11-01T16:46:00.8458955Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.8462539Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.8465216Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2024-11-01T16:46:00.8468692Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2024-11-01T16:46:00.8472078Z adding 'torch/include/ATen/ops/slogdet.h' 2024-11-01T16:46:00.8475598Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.8478419Z adding 'torch/include/ATen/ops/slogdet_native.h' 2024-11-01T16:46:00.8481600Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2024-11-01T16:46:00.8485436Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2024-11-01T16:46:00.8489149Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.8492626Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2024-11-01T16:46:00.8496030Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2024-11-01T16:46:00.8499243Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2024-11-01T16:46:00.8502855Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2024-11-01T16:46:00.8505911Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2024-11-01T16:46:00.8509094Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2024-11-01T16:46:00.8512886Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2024-11-01T16:46:00.8516644Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.8519784Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2024-11-01T16:46:00.8522775Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2024-11-01T16:46:00.8525813Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2024-11-01T16:46:00.8529154Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2024-11-01T16:46:00.8532996Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2024-11-01T16:46:00.8536640Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.8539641Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2024-11-01T16:46:00.8542765Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2024-11-01T16:46:00.8546445Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2024-11-01T16:46:00.8550052Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2024-11-01T16:46:00.8553970Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2024-11-01T16:46:00.8557720Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.8560788Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2024-11-01T16:46:00.8564154Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2024-11-01T16:46:00.8567145Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2024-11-01T16:46:00.8570492Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2024-11-01T16:46:00.8573651Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2024-11-01T16:46:00.8576989Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2024-11-01T16:46:00.8580558Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2024-11-01T16:46:00.8584113Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2024-11-01T16:46:00.8587670Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2024-11-01T16:46:00.8590972Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2024-11-01T16:46:00.8594229Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2024-11-01T16:46:00.8597271Z adding 'torch/include/ATen/ops/smm.h' 2024-11-01T16:46:00.8600526Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.8603356Z adding 'torch/include/ATen/ops/smm_native.h' 2024-11-01T16:46:00.8606399Z adding 'torch/include/ATen/ops/smm_ops.h' 2024-11-01T16:46:00.8609647Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2024-11-01T16:46:00.8612812Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2024-11-01T16:46:00.8616269Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.8619334Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2024-11-01T16:46:00.8622324Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2024-11-01T16:46:00.8625283Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2024-11-01T16:46:00.8628491Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2024-11-01T16:46:00.8632048Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.8634917Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2024-11-01T16:46:00.8637997Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2024-11-01T16:46:00.8641003Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2024-11-01T16:46:00.8644219Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2024-11-01T16:46:00.8647292Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2024-11-01T16:46:00.8650393Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2024-11-01T16:46:00.8653524Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2024-11-01T16:46:00.8656728Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2024-11-01T16:46:00.8660124Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.8662976Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2024-11-01T16:46:00.8666235Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2024-11-01T16:46:00.8669613Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.8672678Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2024-11-01T16:46:00.8675842Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2024-11-01T16:46:00.8678884Z adding 'torch/include/ATen/ops/softmax.h' 2024-11-01T16:46:00.8682243Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.8685390Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.8688442Z adding 'torch/include/ATen/ops/softmax_native.h' 2024-11-01T16:46:00.8691708Z adding 'torch/include/ATen/ops/softmax_ops.h' 2024-11-01T16:46:00.8695029Z adding 'torch/include/ATen/ops/softplus.h' 2024-11-01T16:46:00.8698332Z adding 'torch/include/ATen/ops/softplus_backward.h' 2024-11-01T16:46:00.8701926Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.8705000Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2024-11-01T16:46:00.8708005Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2024-11-01T16:46:00.8711279Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2024-11-01T16:46:00.8714580Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2024-11-01T16:46:00.8717751Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2024-11-01T16:46:00.8721296Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2024-11-01T16:46:00.8724754Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.8727759Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2024-11-01T16:46:00.8730922Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2024-11-01T16:46:00.8734047Z adding 'torch/include/ATen/ops/softplus_meta.h' 2024-11-01T16:46:00.8737177Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2024-11-01T16:46:00.8740347Z adding 'torch/include/ATen/ops/softplus_native.h' 2024-11-01T16:46:00.8743718Z adding 'torch/include/ATen/ops/softplus_ops.h' 2024-11-01T16:46:00.8746926Z adding 'torch/include/ATen/ops/softshrink.h' 2024-11-01T16:46:00.8750179Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2024-11-01T16:46:00.8753777Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.8756742Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2024-11-01T16:46:00.8759836Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2024-11-01T16:46:00.8762982Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2024-11-01T16:46:00.8766187Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2024-11-01T16:46:00.8769329Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2024-11-01T16:46:00.8772747Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2024-11-01T16:46:00.8776225Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.8779155Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2024-11-01T16:46:00.8782196Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2024-11-01T16:46:00.8785323Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2024-11-01T16:46:00.8788508Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2024-11-01T16:46:00.8791741Z adding 'torch/include/ATen/ops/softshrink_native.h' 2024-11-01T16:46:00.8795068Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2024-11-01T16:46:00.8798482Z adding 'torch/include/ATen/ops/sort.h' 2024-11-01T16:46:00.8802156Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.8805490Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.8808533Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.8811653Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2024-11-01T16:46:00.8814821Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2024-11-01T16:46:00.8817941Z adding 'torch/include/ATen/ops/sort_meta.h' 2024-11-01T16:46:00.8821116Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2024-11-01T16:46:00.8824405Z adding 'torch/include/ATen/ops/sort_native.h' 2024-11-01T16:46:00.8828032Z adding 'torch/include/ATen/ops/sort_ops.h' 2024-11-01T16:46:00.8831823Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2024-11-01T16:46:00.8835441Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.8838372Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2024-11-01T16:46:00.8841811Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2024-11-01T16:46:00.8845327Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2024-11-01T16:46:00.8848859Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.8851835Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2024-11-01T16:46:00.8855129Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2024-11-01T16:46:00.8858913Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2024-11-01T16:46:00.8862656Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.8865700Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2024-11-01T16:46:00.8869162Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2024-11-01T16:46:00.8872725Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2024-11-01T16:46:00.8876360Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.8879624Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.8882688Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2024-11-01T16:46:00.8886264Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2024-11-01T16:46:00.8889735Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2024-11-01T16:46:00.8893345Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.8896257Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2024-11-01T16:46:00.8900016Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2024-11-01T16:46:00.8904058Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2024-11-01T16:46:00.8908190Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.8911068Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2024-11-01T16:46:00.8914575Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2024-11-01T16:46:00.8917584Z adding 'torch/include/ATen/ops/sparse_dim.h' 2024-11-01T16:46:00.8921036Z adding 'torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.8923862Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2024-11-01T16:46:00.8927147Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2024-11-01T16:46:00.8930227Z adding 'torch/include/ATen/ops/sparse_mask.h' 2024-11-01T16:46:00.8933819Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.8936657Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2024-11-01T16:46:00.8939751Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2024-11-01T16:46:00.8943328Z adding 'torch/include/ATen/ops/sparse_resize.h' 2024-11-01T16:46:00.8946556Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2024-11-01T16:46:00.8950030Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.8953027Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2024-11-01T16:46:00.8956050Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2024-11-01T16:46:00.8959482Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2024-11-01T16:46:00.8962951Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.8965948Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2024-11-01T16:46:00.8968816Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2024-11-01T16:46:00.8972090Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2024-11-01T16:46:00.8975243Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2024-11-01T16:46:00.8978426Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2024-11-01T16:46:00.8981654Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2024-11-01T16:46:00.8984687Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2024-11-01T16:46:00.8988119Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.8991330Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2024-11-01T16:46:00.8994459Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2024-11-01T16:46:00.8997723Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2024-11-01T16:46:00.9000428Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2024-11-01T16:46:00.9003442Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2024-11-01T16:46:00.9006598Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2024-11-01T16:46:00.9009673Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2024-11-01T16:46:00.9013067Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.9015892Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2024-11-01T16:46:00.9019050Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2024-11-01T16:46:00.9021990Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2024-11-01T16:46:00.9025050Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2024-11-01T16:46:00.9027983Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2024-11-01T16:46:00.9031273Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2024-11-01T16:46:00.9034516Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2024-11-01T16:46:00.9037968Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.9040651Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2024-11-01T16:46:00.9043678Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2024-11-01T16:46:00.9046906Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2024-11-01T16:46:00.9050083Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2024-11-01T16:46:00.9053023Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2024-11-01T16:46:00.9056265Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2024-11-01T16:46:00.9059466Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2024-11-01T16:46:00.9063116Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.9066025Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2024-11-01T16:46:00.9069192Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2024-11-01T16:46:00.9072317Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2024-11-01T16:46:00.9075559Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2024-11-01T16:46:00.9078557Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2024-11-01T16:46:00.9081902Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2024-11-01T16:46:00.9085087Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2024-11-01T16:46:00.9088566Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.9091686Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2024-11-01T16:46:00.9094678Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2024-11-01T16:46:00.9097702Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2024-11-01T16:46:00.9100821Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2024-11-01T16:46:00.9103938Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2024-11-01T16:46:00.9107122Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2024-11-01T16:46:00.9110699Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2024-11-01T16:46:00.9114283Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.9117534Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.9120677Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2024-11-01T16:46:00.9123755Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2024-11-01T16:46:00.9126818Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2024-11-01T16:46:00.9130433Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2024-11-01T16:46:00.9133270Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2024-11-01T16:46:00.9136903Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2024-11-01T16:46:00.9140241Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2024-11-01T16:46:00.9143854Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.9147118Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.9150214Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2024-11-01T16:46:00.9153477Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2024-11-01T16:46:00.9156803Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2024-11-01T16:46:00.9160149Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2024-11-01T16:46:00.9163273Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2024-11-01T16:46:00.9166842Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2024-11-01T16:46:00.9170371Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2024-11-01T16:46:00.9173719Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.9177168Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.9180048Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2024-11-01T16:46:00.9183228Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2024-11-01T16:46:00.9186217Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2024-11-01T16:46:00.9189541Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2024-11-01T16:46:00.9192795Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2024-11-01T16:46:00.9196216Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2024-11-01T16:46:00.9199730Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2024-11-01T16:46:00.9203146Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.9206719Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.9209718Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2024-11-01T16:46:00.9212723Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2024-11-01T16:46:00.9215829Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2024-11-01T16:46:00.9218977Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2024-11-01T16:46:00.9222230Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2024-11-01T16:46:00.9225631Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2024-11-01T16:46:00.9228792Z adding 'torch/include/ATen/ops/special_digamma.h' 2024-11-01T16:46:00.9232335Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.9235352Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2024-11-01T16:46:00.9238606Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2024-11-01T16:46:00.9241678Z adding 'torch/include/ATen/ops/special_entr.h' 2024-11-01T16:46:00.9245238Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.9248111Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2024-11-01T16:46:00.9251361Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2024-11-01T16:46:00.9254353Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2024-11-01T16:46:00.9258040Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2024-11-01T16:46:00.9260689Z adding 'torch/include/ATen/ops/special_entr_native.h' 2024-11-01T16:46:00.9264013Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2024-11-01T16:46:00.9267238Z adding 'torch/include/ATen/ops/special_erf.h' 2024-11-01T16:46:00.9270636Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.9273590Z adding 'torch/include/ATen/ops/special_erf_native.h' 2024-11-01T16:46:00.9276752Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2024-11-01T16:46:00.9280025Z adding 'torch/include/ATen/ops/special_erfc.h' 2024-11-01T16:46:00.9283438Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.9286404Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2024-11-01T16:46:00.9290339Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2024-11-01T16:46:00.9293502Z adding 'torch/include/ATen/ops/special_erfcx.h' 2024-11-01T16:46:00.9297070Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.9299906Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2024-11-01T16:46:00.9303208Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2024-11-01T16:46:00.9306259Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2024-11-01T16:46:00.9309552Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2024-11-01T16:46:00.9312657Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2024-11-01T16:46:00.9315801Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2024-11-01T16:46:00.9319001Z adding 'torch/include/ATen/ops/special_erfinv.h' 2024-11-01T16:46:00.9322310Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.9325285Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2024-11-01T16:46:00.9328379Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2024-11-01T16:46:00.9331575Z adding 'torch/include/ATen/ops/special_exp2.h' 2024-11-01T16:46:00.9334936Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.9337835Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2024-11-01T16:46:00.9341168Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2024-11-01T16:46:00.9344262Z adding 'torch/include/ATen/ops/special_expit.h' 2024-11-01T16:46:00.9347772Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.9350697Z adding 'torch/include/ATen/ops/special_expit_native.h' 2024-11-01T16:46:00.9354078Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2024-11-01T16:46:00.9357207Z adding 'torch/include/ATen/ops/special_expm1.h' 2024-11-01T16:46:00.9360594Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.9363591Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2024-11-01T16:46:00.9366855Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2024-11-01T16:46:00.9370424Z adding 'torch/include/ATen/ops/special_gammainc.h' 2024-11-01T16:46:00.9373777Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.9376778Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2024-11-01T16:46:00.9379943Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2024-11-01T16:46:00.9383036Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2024-11-01T16:46:00.9386565Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.9389431Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2024-11-01T16:46:00.9392768Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2024-11-01T16:46:00.9395937Z adding 'torch/include/ATen/ops/special_gammaln.h' 2024-11-01T16:46:00.9399207Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.9402498Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2024-11-01T16:46:00.9405319Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2024-11-01T16:46:00.9408681Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2024-11-01T16:46:00.9412162Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.9415360Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.9418253Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2024-11-01T16:46:00.9421316Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2024-11-01T16:46:00.9424310Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2024-11-01T16:46:00.9427413Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2024-11-01T16:46:00.9430561Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2024-11-01T16:46:00.9434176Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2024-11-01T16:46:00.9437474Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2024-11-01T16:46:00.9441020Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.9444228Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.9447113Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2024-11-01T16:46:00.9450299Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2024-11-01T16:46:00.9453255Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2024-11-01T16:46:00.9456338Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2024-11-01T16:46:00.9459311Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2024-11-01T16:46:00.9462745Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2024-11-01T16:46:00.9465865Z adding 'torch/include/ATen/ops/special_i0.h' 2024-11-01T16:46:00.9514918Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.9515163Z adding 'torch/include/ATen/ops/special_i0_native.h' 2024-11-01T16:46:00.9515351Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2024-11-01T16:46:00.9515511Z adding 'torch/include/ATen/ops/special_i0e.h' 2024-11-01T16:46:00.9515974Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.9516802Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2024-11-01T16:46:00.9517036Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2024-11-01T16:46:00.9517224Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2024-11-01T16:46:00.9518659Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2024-11-01T16:46:00.9518884Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2024-11-01T16:46:00.9519084Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2024-11-01T16:46:00.9519242Z adding 'torch/include/ATen/ops/special_i1.h' 2024-11-01T16:46:00.9519704Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.9519937Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2024-11-01T16:46:00.9520163Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2024-11-01T16:46:00.9520333Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2024-11-01T16:46:00.9520565Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2024-11-01T16:46:00.9520747Z adding 'torch/include/ATen/ops/special_i1_native.h' 2024-11-01T16:46:00.9523527Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2024-11-01T16:46:00.9526833Z adding 'torch/include/ATen/ops/special_i1e.h' 2024-11-01T16:46:00.9529956Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.9533182Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2024-11-01T16:46:00.9535863Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2024-11-01T16:46:00.9544574Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2024-11-01T16:46:00.9545068Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2024-11-01T16:46:00.9547382Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2024-11-01T16:46:00.9550758Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2024-11-01T16:46:00.9553878Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2024-11-01T16:46:00.9557400Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.9560794Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.9563704Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2024-11-01T16:46:00.9566912Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2024-11-01T16:46:00.9569853Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2024-11-01T16:46:00.9573002Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2024-11-01T16:46:00.9576113Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2024-11-01T16:46:00.9579428Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2024-11-01T16:46:00.9583024Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2024-11-01T16:46:00.9586475Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.9589839Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.9592801Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2024-11-01T16:46:00.9595953Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2024-11-01T16:46:00.9599071Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2024-11-01T16:46:00.9602219Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2024-11-01T16:46:00.9605260Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2024-11-01T16:46:00.9608672Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2024-11-01T16:46:00.9611776Z adding 'torch/include/ATen/ops/special_log1p.h' 2024-11-01T16:46:00.9615136Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.9617935Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2024-11-01T16:46:00.9621102Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2024-11-01T16:46:00.9624170Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2024-11-01T16:46:00.9627612Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.9630574Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2024-11-01T16:46:00.9633709Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2024-11-01T16:46:00.9636713Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2024-11-01T16:46:00.9639828Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2024-11-01T16:46:00.9642810Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2024-11-01T16:46:00.9645988Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2024-11-01T16:46:00.9649015Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2024-11-01T16:46:00.9652366Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.9655196Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2024-11-01T16:46:00.9658257Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2024-11-01T16:46:00.9661365Z adding 'torch/include/ATen/ops/special_logit.h' 2024-11-01T16:46:00.9664660Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.9667863Z adding 'torch/include/ATen/ops/special_logit_native.h' 2024-11-01T16:46:00.9670832Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2024-11-01T16:46:00.9673967Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2024-11-01T16:46:00.9677343Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.9680159Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2024-11-01T16:46:00.9683320Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2024-11-01T16:46:00.9686447Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2024-11-01T16:46:00.9689865Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.9692760Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2024-11-01T16:46:00.9695820Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2024-11-01T16:46:00.9698798Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2024-11-01T16:46:00.9701893Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2024-11-01T16:46:00.9704896Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2024-11-01T16:46:00.9708001Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2024-11-01T16:46:00.9711196Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2024-11-01T16:46:00.9714696Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.9717730Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2024-11-01T16:46:00.9720799Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2024-11-01T16:46:00.9723743Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2024-11-01T16:46:00.9726865Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2024-11-01T16:46:00.9729843Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2024-11-01T16:46:00.9732939Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2024-11-01T16:46:00.9736043Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2024-11-01T16:46:00.9739418Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.9742336Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2024-11-01T16:46:00.9745477Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2024-11-01T16:46:00.9748724Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2024-11-01T16:46:00.9751734Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2024-11-01T16:46:00.9754674Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2024-11-01T16:46:00.9757802Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2024-11-01T16:46:00.9760891Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2024-11-01T16:46:00.9764269Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.9767394Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2024-11-01T16:46:00.9770278Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2024-11-01T16:46:00.9773215Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2024-11-01T16:46:00.9776351Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2024-11-01T16:46:00.9779285Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2024-11-01T16:46:00.9782455Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2024-11-01T16:46:00.9785469Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2024-11-01T16:46:00.9788835Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.9792206Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2024-11-01T16:46:00.9795600Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2024-11-01T16:46:00.9798444Z adding 'torch/include/ATen/ops/special_ndtr.h' 2024-11-01T16:46:00.9801722Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.9804534Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2024-11-01T16:46:00.9807667Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2024-11-01T16:46:00.9810946Z adding 'torch/include/ATen/ops/special_ndtri.h' 2024-11-01T16:46:00.9814137Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.9817073Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2024-11-01T16:46:00.9820140Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2024-11-01T16:46:00.9823329Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2024-11-01T16:46:00.9826498Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2024-11-01T16:46:00.9829658Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2024-11-01T16:46:00.9832955Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2024-11-01T16:46:00.9836125Z adding 'torch/include/ATen/ops/special_polygamma.h' 2024-11-01T16:46:00.9839527Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.9842344Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2024-11-01T16:46:00.9845678Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2024-11-01T16:46:00.9848737Z adding 'torch/include/ATen/ops/special_psi.h' 2024-11-01T16:46:00.9852221Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.9855142Z adding 'torch/include/ATen/ops/special_psi_native.h' 2024-11-01T16:46:00.9858328Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2024-11-01T16:46:00.9861588Z adding 'torch/include/ATen/ops/special_round.h' 2024-11-01T16:46:00.9864947Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:00.9867903Z adding 'torch/include/ATen/ops/special_round_native.h' 2024-11-01T16:46:00.9871231Z adding 'torch/include/ATen/ops/special_round_ops.h' 2024-11-01T16:46:00.9874623Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2024-11-01T16:46:00.9878241Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.9881583Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2024-11-01T16:46:00.9885099Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2024-11-01T16:46:00.9888094Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2024-11-01T16:46:00.9891485Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2024-11-01T16:46:00.9895098Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2024-11-01T16:46:00.9898696Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2024-11-01T16:46:00.9902300Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2024-11-01T16:46:00.9906216Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.9909571Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2024-11-01T16:46:00.9913256Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2024-11-01T16:46:00.9916670Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2024-11-01T16:46:00.9920300Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2024-11-01T16:46:00.9923667Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2024-11-01T16:46:00.9926924Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2024-11-01T16:46:00.9930325Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2024-11-01T16:46:00.9933743Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.9937175Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.9940045Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2024-11-01T16:46:00.9943335Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2024-11-01T16:46:00.9946328Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2024-11-01T16:46:00.9949749Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2024-11-01T16:46:00.9952923Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2024-11-01T16:46:00.9956299Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2024-11-01T16:46:00.9959848Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2024-11-01T16:46:00.9963367Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.9966500Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.9969348Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2024-11-01T16:46:00.9972432Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2024-11-01T16:46:00.9975606Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2024-11-01T16:46:00.9978707Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2024-11-01T16:46:00.9981719Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2024-11-01T16:46:00.9985120Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2024-11-01T16:46:00.9988411Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2024-11-01T16:46:00.9991966Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:00.9995165Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:00.9998053Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2024-11-01T16:46:01.0001151Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2024-11-01T16:46:01.0004076Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2024-11-01T16:46:01.0007449Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2024-11-01T16:46:01.0010685Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2024-11-01T16:46:01.0014046Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2024-11-01T16:46:01.0017392Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2024-11-01T16:46:01.0021467Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.0024773Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.0027622Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2024-11-01T16:46:01.0030822Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2024-11-01T16:46:01.0033812Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2024-11-01T16:46:01.0037055Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2024-11-01T16:46:01.0040133Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2024-11-01T16:46:01.0043464Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2024-11-01T16:46:01.0046451Z adding 'torch/include/ATen/ops/special_sinc.h' 2024-11-01T16:46:01.0049732Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0052509Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2024-11-01T16:46:01.0055626Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2024-11-01T16:46:01.0058686Z adding 'torch/include/ATen/ops/special_softmax.h' 2024-11-01T16:46:01.0062174Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0064975Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2024-11-01T16:46:01.0068077Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2024-11-01T16:46:01.0071313Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2024-11-01T16:46:01.0074739Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.0077595Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2024-11-01T16:46:01.0080678Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2024-11-01T16:46:01.0083535Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2024-11-01T16:46:01.0086626Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2024-11-01T16:46:01.0089545Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2024-11-01T16:46:01.0092689Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2024-11-01T16:46:01.0095819Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2024-11-01T16:46:01.0099184Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.0102365Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.0105146Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2024-11-01T16:46:01.0108191Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2024-11-01T16:46:01.0111236Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2024-11-01T16:46:01.0114357Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2024-11-01T16:46:01.0117362Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2024-11-01T16:46:01.0120709Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2024-11-01T16:46:01.0123991Z adding 'torch/include/ATen/ops/special_xlogy.h' 2024-11-01T16:46:01.0127357Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0130164Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2024-11-01T16:46:01.0133506Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2024-11-01T16:46:01.0136770Z adding 'torch/include/ATen/ops/special_zeta.h' 2024-11-01T16:46:01.0140222Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.0143388Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.0146183Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2024-11-01T16:46:01.0149220Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2024-11-01T16:46:01.0152241Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2024-11-01T16:46:01.0155346Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2024-11-01T16:46:01.0158279Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2024-11-01T16:46:01.0161817Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2024-11-01T16:46:01.0165412Z adding 'torch/include/ATen/ops/split.h' 2024-11-01T16:46:01.0168535Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.0171621Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0174794Z adding 'torch/include/ATen/ops/split_copy.h' 2024-11-01T16:46:01.0178105Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.0181295Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.0184030Z adding 'torch/include/ATen/ops/split_copy_native.h' 2024-11-01T16:46:01.0187194Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2024-11-01T16:46:01.0190245Z adding 'torch/include/ATen/ops/split_native.h' 2024-11-01T16:46:01.0193397Z adding 'torch/include/ATen/ops/split_ops.h' 2024-11-01T16:46:01.0196599Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2024-11-01T16:46:01.0199905Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.0203037Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2024-11-01T16:46:01.0206478Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.0209754Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.0212625Z adding 'torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h' 2024-11-01T16:46:01.0215644Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2024-11-01T16:46:01.0218742Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2024-11-01T16:46:01.0221885Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2024-11-01T16:46:01.0224960Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2024-11-01T16:46:01.0227979Z adding 'torch/include/ATen/ops/sqrt.h' 2024-11-01T16:46:01.0231486Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.0234360Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2024-11-01T16:46:01.0237381Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2024-11-01T16:46:01.0240363Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2024-11-01T16:46:01.0243442Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2024-11-01T16:46:01.0246371Z adding 'torch/include/ATen/ops/sqrt_native.h' 2024-11-01T16:46:01.0249521Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2024-11-01T16:46:01.0252594Z adding 'torch/include/ATen/ops/square.h' 2024-11-01T16:46:01.0255891Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0258685Z adding 'torch/include/ATen/ops/square_native.h' 2024-11-01T16:46:01.0261820Z adding 'torch/include/ATen/ops/square_ops.h' 2024-11-01T16:46:01.0265130Z adding 'torch/include/ATen/ops/squeeze.h' 2024-11-01T16:46:01.0268472Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.0271656Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0274684Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2024-11-01T16:46:01.0278041Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.0281306Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.0284067Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2024-11-01T16:46:01.0287379Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2024-11-01T16:46:01.0290495Z adding 'torch/include/ATen/ops/squeeze_native.h' 2024-11-01T16:46:01.0293858Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2024-11-01T16:46:01.0297061Z adding 'torch/include/ATen/ops/sspaddmm.h' 2024-11-01T16:46:01.0300361Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0303291Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2024-11-01T16:46:01.0306357Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2024-11-01T16:46:01.0309486Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2024-11-01T16:46:01.0312766Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2024-11-01T16:46:01.0315871Z adding 'torch/include/ATen/ops/stack.h' 2024-11-01T16:46:01.0319190Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.0321944Z adding 'torch/include/ATen/ops/stack_native.h' 2024-11-01T16:46:01.0325102Z adding 'torch/include/ATen/ops/stack_ops.h' 2024-11-01T16:46:01.0328512Z adding 'torch/include/ATen/ops/std.h' 2024-11-01T16:46:01.0332025Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0335000Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2024-11-01T16:46:01.0338084Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2024-11-01T16:46:01.0341347Z adding 'torch/include/ATen/ops/std_mean.h' 2024-11-01T16:46:01.0344722Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.0347872Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0350913Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2024-11-01T16:46:01.0354000Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2024-11-01T16:46:01.0357004Z adding 'torch/include/ATen/ops/std_mean_native.h' 2024-11-01T16:46:01.0360518Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2024-11-01T16:46:01.0363959Z adding 'torch/include/ATen/ops/std_native.h' 2024-11-01T16:46:01.0367535Z adding 'torch/include/ATen/ops/std_ops.h' 2024-11-01T16:46:01.0371090Z adding 'torch/include/ATen/ops/stft.h' 2024-11-01T16:46:01.0374576Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0377534Z adding 'torch/include/ATen/ops/stft_native.h' 2024-11-01T16:46:01.0380938Z adding 'torch/include/ATen/ops/stft_ops.h' 2024-11-01T16:46:01.0384006Z adding 'torch/include/ATen/ops/stride.h' 2024-11-01T16:46:01.0387389Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0390278Z adding 'torch/include/ATen/ops/stride_native.h' 2024-11-01T16:46:01.0393533Z adding 'torch/include/ATen/ops/stride_ops.h' 2024-11-01T16:46:01.0396740Z adding 'torch/include/ATen/ops/sub.h' 2024-11-01T16:46:01.0400279Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.0403614Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.0406485Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2024-11-01T16:46:01.0409833Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2024-11-01T16:46:01.0413278Z adding 'torch/include/ATen/ops/sub_meta.h' 2024-11-01T16:46:01.0416871Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2024-11-01T16:46:01.0420488Z adding 'torch/include/ATen/ops/sub_native.h' 2024-11-01T16:46:01.0424498Z adding 'torch/include/ATen/ops/sub_ops.h' 2024-11-01T16:46:01.0428245Z adding 'torch/include/ATen/ops/subtract.h' 2024-11-01T16:46:01.0432229Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0435549Z adding 'torch/include/ATen/ops/subtract_native.h' 2024-11-01T16:46:01.0439671Z adding 'torch/include/ATen/ops/subtract_ops.h' 2024-11-01T16:46:01.0443306Z adding 'torch/include/ATen/ops/sum.h' 2024-11-01T16:46:01.0446859Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.0450251Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.0453463Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0456493Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2024-11-01T16:46:01.0459763Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2024-11-01T16:46:01.0462890Z adding 'torch/include/ATen/ops/sum_meta.h' 2024-11-01T16:46:01.0466241Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2024-11-01T16:46:01.0469494Z adding 'torch/include/ATen/ops/sum_native.h' 2024-11-01T16:46:01.0473100Z adding 'torch/include/ATen/ops/sum_ops.h' 2024-11-01T16:46:01.0476591Z adding 'torch/include/ATen/ops/sum_to_size.h' 2024-11-01T16:46:01.0480010Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0482800Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2024-11-01T16:46:01.0485876Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2024-11-01T16:46:01.0488968Z adding 'torch/include/ATen/ops/svd.h' 2024-11-01T16:46:01.0492428Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0495302Z adding 'torch/include/ATen/ops/svd_native.h' 2024-11-01T16:46:01.0498538Z adding 'torch/include/ATen/ops/svd_ops.h' 2024-11-01T16:46:01.0501624Z adding 'torch/include/ATen/ops/swapaxes.h' 2024-11-01T16:46:01.0504920Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0507741Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2024-11-01T16:46:01.0510977Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2024-11-01T16:46:01.0514133Z adding 'torch/include/ATen/ops/swapdims.h' 2024-11-01T16:46:01.0517417Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0520286Z adding 'torch/include/ATen/ops/swapdims_native.h' 2024-11-01T16:46:01.0523626Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2024-11-01T16:46:01.0526814Z adding 'torch/include/ATen/ops/sym_constrain_range.h' 2024-11-01T16:46:01.0530156Z adding 'torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.0533047Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size.h' 2024-11-01T16:46:01.0536367Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.0539216Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_native.h' 2024-11-01T16:46:01.0542306Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_ops.h' 2024-11-01T16:46:01.0545285Z adding 'torch/include/ATen/ops/sym_constrain_range_native.h' 2024-11-01T16:46:01.0548366Z adding 'torch/include/ATen/ops/sym_constrain_range_ops.h' 2024-11-01T16:46:01.0551483Z adding 'torch/include/ATen/ops/sym_numel.h' 2024-11-01T16:46:01.0554837Z adding 'torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0557588Z adding 'torch/include/ATen/ops/sym_numel_native.h' 2024-11-01T16:46:01.0560672Z adding 'torch/include/ATen/ops/sym_numel_ops.h' 2024-11-01T16:46:01.0563763Z adding 'torch/include/ATen/ops/sym_size.h' 2024-11-01T16:46:01.0567059Z adding 'torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0569870Z adding 'torch/include/ATen/ops/sym_size_native.h' 2024-11-01T16:46:01.0573014Z adding 'torch/include/ATen/ops/sym_size_ops.h' 2024-11-01T16:46:01.0576098Z adding 'torch/include/ATen/ops/sym_storage_offset.h' 2024-11-01T16:46:01.0579419Z adding 'torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0582236Z adding 'torch/include/ATen/ops/sym_storage_offset_native.h' 2024-11-01T16:46:01.0585313Z adding 'torch/include/ATen/ops/sym_storage_offset_ops.h' 2024-11-01T16:46:01.0588270Z adding 'torch/include/ATen/ops/sym_stride.h' 2024-11-01T16:46:01.0591672Z adding 'torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0594455Z adding 'torch/include/ATen/ops/sym_stride_native.h' 2024-11-01T16:46:01.0597629Z adding 'torch/include/ATen/ops/sym_stride_ops.h' 2024-11-01T16:46:01.0600558Z adding 'torch/include/ATen/ops/t.h' 2024-11-01T16:46:01.0603780Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.0606711Z adding 'torch/include/ATen/ops/t_copy.h' 2024-11-01T16:46:01.0609998Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.0613221Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.0615947Z adding 'torch/include/ATen/ops/t_copy_native.h' 2024-11-01T16:46:01.0619037Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2024-11-01T16:46:01.0621994Z adding 'torch/include/ATen/ops/t_native.h' 2024-11-01T16:46:01.0625122Z adding 'torch/include/ATen/ops/t_ops.h' 2024-11-01T16:46:01.0628189Z adding 'torch/include/ATen/ops/take.h' 2024-11-01T16:46:01.0631458Z adding 'torch/include/ATen/ops/take_along_dim.h' 2024-11-01T16:46:01.0634834Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0637682Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2024-11-01T16:46:01.0640866Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2024-11-01T16:46:01.0643969Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2024-11-01T16:46:01.0647036Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2024-11-01T16:46:01.0649979Z adding 'torch/include/ATen/ops/take_native.h' 2024-11-01T16:46:01.0653435Z adding 'torch/include/ATen/ops/take_ops.h' 2024-11-01T16:46:01.0656549Z adding 'torch/include/ATen/ops/tan.h' 2024-11-01T16:46:01.0659980Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.0662859Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2024-11-01T16:46:01.0665908Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2024-11-01T16:46:01.0668876Z adding 'torch/include/ATen/ops/tan_meta.h' 2024-11-01T16:46:01.0672164Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2024-11-01T16:46:01.0675166Z adding 'torch/include/ATen/ops/tan_native.h' 2024-11-01T16:46:01.0678391Z adding 'torch/include/ATen/ops/tan_ops.h' 2024-11-01T16:46:01.0681459Z adding 'torch/include/ATen/ops/tanh.h' 2024-11-01T16:46:01.0684608Z adding 'torch/include/ATen/ops/tanh_backward.h' 2024-11-01T16:46:01.0688107Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.0690949Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2024-11-01T16:46:01.0694033Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2024-11-01T16:46:01.0696979Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2024-11-01T16:46:01.0700099Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2024-11-01T16:46:01.0703065Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2024-11-01T16:46:01.0706235Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2024-11-01T16:46:01.0709705Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.0712651Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2024-11-01T16:46:01.0715708Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2024-11-01T16:46:01.0718701Z adding 'torch/include/ATen/ops/tanh_meta.h' 2024-11-01T16:46:01.0721941Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2024-11-01T16:46:01.0725018Z adding 'torch/include/ATen/ops/tanh_native.h' 2024-11-01T16:46:01.0728383Z adding 'torch/include/ATen/ops/tanh_ops.h' 2024-11-01T16:46:01.0731729Z adding 'torch/include/ATen/ops/tensor.h' 2024-11-01T16:46:01.0735130Z adding 'torch/include/ATen/ops/tensor_split.h' 2024-11-01T16:46:01.0738735Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0741621Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2024-11-01T16:46:01.0745021Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2024-11-01T16:46:01.0748980Z adding 'torch/include/ATen/ops/tensordot.h' 2024-11-01T16:46:01.0752799Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0755592Z adding 'torch/include/ATen/ops/tensordot_native.h' 2024-11-01T16:46:01.0758806Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2024-11-01T16:46:01.0762501Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2024-11-01T16:46:01.0766559Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0769313Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2024-11-01T16:46:01.0772615Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2024-11-01T16:46:01.0775795Z adding 'torch/include/ATen/ops/threshold.h' 2024-11-01T16:46:01.0779190Z adding 'torch/include/ATen/ops/threshold_backward.h' 2024-11-01T16:46:01.0782646Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.0785679Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2024-11-01T16:46:01.0788914Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2024-11-01T16:46:01.0792078Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2024-11-01T16:46:01.0795405Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2024-11-01T16:46:01.0798521Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2024-11-01T16:46:01.0801927Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2024-11-01T16:46:01.0805404Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.0808421Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2024-11-01T16:46:01.0811671Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2024-11-01T16:46:01.0814697Z adding 'torch/include/ATen/ops/threshold_meta.h' 2024-11-01T16:46:01.0818224Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2024-11-01T16:46:01.0820996Z adding 'torch/include/ATen/ops/threshold_native.h' 2024-11-01T16:46:01.0824479Z adding 'torch/include/ATen/ops/threshold_ops.h' 2024-11-01T16:46:01.0827556Z adding 'torch/include/ATen/ops/tile.h' 2024-11-01T16:46:01.0831161Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0834326Z adding 'torch/include/ATen/ops/tile_native.h' 2024-11-01T16:46:01.0837277Z adding 'torch/include/ATen/ops/tile_ops.h' 2024-11-01T16:46:01.0840366Z adding 'torch/include/ATen/ops/to.h' 2024-11-01T16:46:01.0843766Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0846679Z adding 'torch/include/ATen/ops/to_dense.h' 2024-11-01T16:46:01.0849782Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2024-11-01T16:46:01.0853308Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0856193Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2024-11-01T16:46:01.0859403Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2024-11-01T16:46:01.0862768Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0865705Z adding 'torch/include/ATen/ops/to_dense_native.h' 2024-11-01T16:46:01.0869146Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2024-11-01T16:46:01.0872386Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2024-11-01T16:46:01.0875618Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2024-11-01T16:46:01.0878897Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0881864Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2024-11-01T16:46:01.0884971Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2024-11-01T16:46:01.0888357Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.0891443Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2024-11-01T16:46:01.0894436Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2024-11-01T16:46:01.0897779Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2024-11-01T16:46:01.0900863Z adding 'torch/include/ATen/ops/to_native.h' 2024-11-01T16:46:01.0904470Z adding 'torch/include/ATen/ops/to_ops.h' 2024-11-01T16:46:01.0908116Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2024-11-01T16:46:01.0911781Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.0915018Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2024-11-01T16:46:01.0918702Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2024-11-01T16:46:01.0922095Z adding 'torch/include/ATen/ops/to_sparse.h' 2024-11-01T16:46:01.0925617Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2024-11-01T16:46:01.0929326Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0932141Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2024-11-01T16:46:01.0935422Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2024-11-01T16:46:01.0938400Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2024-11-01T16:46:01.0941905Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0944781Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2024-11-01T16:46:01.0948129Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2024-11-01T16:46:01.0951639Z adding 'torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0954534Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2024-11-01T16:46:01.0957836Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0960645Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2024-11-01T16:46:01.0963924Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2024-11-01T16:46:01.0966872Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2024-11-01T16:46:01.0970161Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.0973073Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2024-11-01T16:46:01.0976142Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2024-11-01T16:46:01.0979359Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2024-11-01T16:46:01.0982589Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2024-11-01T16:46:01.0985979Z adding 'torch/include/ATen/ops/topk.h' 2024-11-01T16:46:01.0989588Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.0992627Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2024-11-01T16:46:01.0995817Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2024-11-01T16:46:01.0998881Z adding 'torch/include/ATen/ops/topk_meta.h' 2024-11-01T16:46:01.1002061Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2024-11-01T16:46:01.1005100Z adding 'torch/include/ATen/ops/topk_native.h' 2024-11-01T16:46:01.1008314Z adding 'torch/include/ATen/ops/topk_ops.h' 2024-11-01T16:46:01.1011584Z adding 'torch/include/ATen/ops/trace.h' 2024-11-01T16:46:01.1014754Z adding 'torch/include/ATen/ops/trace_backward.h' 2024-11-01T16:46:01.1018055Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.1024736Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2024-11-01T16:46:01.1026041Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2024-11-01T16:46:01.1029801Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.1032895Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2024-11-01T16:46:01.1035786Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2024-11-01T16:46:01.1038693Z adding 'torch/include/ATen/ops/trace_native.h' 2024-11-01T16:46:01.1041826Z adding 'torch/include/ATen/ops/trace_ops.h' 2024-11-01T16:46:01.1045102Z adding 'torch/include/ATen/ops/transpose.h' 2024-11-01T16:46:01.1048254Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.1051350Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.1054228Z adding 'torch/include/ATen/ops/transpose_copy.h' 2024-11-01T16:46:01.1057529Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.1060821Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.1063493Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2024-11-01T16:46:01.1066825Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2024-11-01T16:46:01.1069944Z adding 'torch/include/ATen/ops/transpose_native.h' 2024-11-01T16:46:01.1073255Z adding 'torch/include/ATen/ops/transpose_ops.h' 2024-11-01T16:46:01.1076391Z adding 'torch/include/ATen/ops/trapezoid.h' 2024-11-01T16:46:01.1079766Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.1082519Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2024-11-01T16:46:01.1085861Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2024-11-01T16:46:01.1088944Z adding 'torch/include/ATen/ops/trapz.h' 2024-11-01T16:46:01.1092241Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.1095044Z adding 'torch/include/ATen/ops/trapz_native.h' 2024-11-01T16:46:01.1098186Z adding 'torch/include/ATen/ops/trapz_ops.h' 2024-11-01T16:46:01.1101446Z adding 'torch/include/ATen/ops/triangular_solve.h' 2024-11-01T16:46:01.1104920Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.1107817Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2024-11-01T16:46:01.1111054Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2024-11-01T16:46:01.1114039Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2024-11-01T16:46:01.1117167Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2024-11-01T16:46:01.1120208Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2024-11-01T16:46:01.1123790Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2024-11-01T16:46:01.1126799Z adding 'torch/include/ATen/ops/tril.h' 2024-11-01T16:46:01.1130240Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.1133077Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2024-11-01T16:46:01.1136142Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2024-11-01T16:46:01.1139333Z adding 'torch/include/ATen/ops/tril_indices.h' 2024-11-01T16:46:01.1142713Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.1145682Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2024-11-01T16:46:01.1148762Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2024-11-01T16:46:01.1151902Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2024-11-01T16:46:01.1155147Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2024-11-01T16:46:01.1158163Z adding 'torch/include/ATen/ops/tril_meta.h' 2024-11-01T16:46:01.1161303Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2024-11-01T16:46:01.1164258Z adding 'torch/include/ATen/ops/tril_native.h' 2024-11-01T16:46:01.1167871Z adding 'torch/include/ATen/ops/tril_ops.h' 2024-11-01T16:46:01.1170979Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2024-11-01T16:46:01.1174560Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.1177326Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2024-11-01T16:46:01.1180604Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2024-11-01T16:46:01.1183806Z adding 'torch/include/ATen/ops/triu.h' 2024-11-01T16:46:01.1187164Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.1190406Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2024-11-01T16:46:01.1193450Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2024-11-01T16:46:01.1196706Z adding 'torch/include/ATen/ops/triu_indices.h' 2024-11-01T16:46:01.1200069Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.1203166Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2024-11-01T16:46:01.1206306Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2024-11-01T16:46:01.1209435Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2024-11-01T16:46:01.1212803Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2024-11-01T16:46:01.1215867Z adding 'torch/include/ATen/ops/triu_meta.h' 2024-11-01T16:46:01.1219172Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2024-11-01T16:46:01.1222161Z adding 'torch/include/ATen/ops/triu_native.h' 2024-11-01T16:46:01.1225499Z adding 'torch/include/ATen/ops/triu_ops.h' 2024-11-01T16:46:01.1228758Z adding 'torch/include/ATen/ops/true_divide.h' 2024-11-01T16:46:01.1232280Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.1235136Z adding 'torch/include/ATen/ops/true_divide_native.h' 2024-11-01T16:46:01.1238695Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2024-11-01T16:46:01.1241927Z adding 'torch/include/ATen/ops/trunc.h' 2024-11-01T16:46:01.1245370Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.1248388Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2024-11-01T16:46:01.1251434Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2024-11-01T16:46:01.1254530Z adding 'torch/include/ATen/ops/trunc_meta.h' 2024-11-01T16:46:01.1257686Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2024-11-01T16:46:01.1260765Z adding 'torch/include/ATen/ops/trunc_native.h' 2024-11-01T16:46:01.1264036Z adding 'torch/include/ATen/ops/trunc_ops.h' 2024-11-01T16:46:01.1267126Z adding 'torch/include/ATen/ops/type_as.h' 2024-11-01T16:46:01.1270569Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.1273510Z adding 'torch/include/ATen/ops/type_as_native.h' 2024-11-01T16:46:01.1276927Z adding 'torch/include/ATen/ops/type_as_ops.h' 2024-11-01T16:46:01.1279947Z adding 'torch/include/ATen/ops/unbind.h' 2024-11-01T16:46:01.1283376Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.1286490Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.1289545Z adding 'torch/include/ATen/ops/unbind_copy.h' 2024-11-01T16:46:01.1292958Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.1296244Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.1299486Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2024-11-01T16:46:01.1302697Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2024-11-01T16:46:01.1305829Z adding 'torch/include/ATen/ops/unbind_native.h' 2024-11-01T16:46:01.1309022Z adding 'torch/include/ATen/ops/unbind_ops.h' 2024-11-01T16:46:01.1312501Z adding 'torch/include/ATen/ops/unflatten.h' 2024-11-01T16:46:01.1315950Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.1319015Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2024-11-01T16:46:01.1322509Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.1325457Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2024-11-01T16:46:01.1328763Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2024-11-01T16:46:01.1331811Z adding 'torch/include/ATen/ops/unflatten_native.h' 2024-11-01T16:46:01.1335149Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2024-11-01T16:46:01.1338170Z adding 'torch/include/ATen/ops/unfold.h' 2024-11-01T16:46:01.1341701Z adding 'torch/include/ATen/ops/unfold_backward.h' 2024-11-01T16:46:01.1345298Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.1348305Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2024-11-01T16:46:01.1351757Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2024-11-01T16:46:01.1354837Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2024-11-01T16:46:01.1358235Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2024-11-01T16:46:01.1361382Z adding 'torch/include/ATen/ops/unfold_copy.h' 2024-11-01T16:46:01.1364969Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.1368287Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.1371084Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2024-11-01T16:46:01.1374401Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2024-11-01T16:46:01.1377655Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2024-11-01T16:46:01.1380820Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2024-11-01T16:46:01.1383879Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2024-11-01T16:46:01.1386979Z adding 'torch/include/ATen/ops/unfold_native.h' 2024-11-01T16:46:01.1390328Z adding 'torch/include/ATen/ops/unfold_ops.h' 2024-11-01T16:46:01.1393615Z adding 'torch/include/ATen/ops/uniform.h' 2024-11-01T16:46:01.1397139Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.1400161Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2024-11-01T16:46:01.1403430Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2024-11-01T16:46:01.1406521Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2024-11-01T16:46:01.1409654Z adding 'torch/include/ATen/ops/uniform_native.h' 2024-11-01T16:46:01.1412942Z adding 'torch/include/ATen/ops/uniform_ops.h' 2024-11-01T16:46:01.1416704Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2024-11-01T16:46:01.1420657Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.1423790Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2024-11-01T16:46:01.1426976Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2024-11-01T16:46:01.1430240Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2024-11-01T16:46:01.1433698Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2024-11-01T16:46:01.1436895Z adding 'torch/include/ATen/ops/unique_dim.h' 2024-11-01T16:46:01.1440467Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.1443530Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2024-11-01T16:46:01.1447140Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.1450202Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2024-11-01T16:46:01.1453342Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2024-11-01T16:46:01.1456484Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2024-11-01T16:46:01.1459856Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2024-11-01T16:46:01.1463020Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2024-11-01T16:46:01.1466120Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2024-11-01T16:46:01.1469099Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2024-11-01T16:46:01.1472555Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2024-11-01T16:46:01.1475901Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2024-11-01T16:46:01.1479229Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.1482033Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2024-11-01T16:46:01.1485141Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2024-11-01T16:46:01.1489094Z adding 'torch/include/ATen/ops/unsafe_split.h' 2024-11-01T16:46:01.1492617Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.1495481Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2024-11-01T16:46:01.1498745Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2024-11-01T16:46:01.1502171Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2024-11-01T16:46:01.1505898Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.1508839Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2024-11-01T16:46:01.1512280Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2024-11-01T16:46:01.1515287Z adding 'torch/include/ATen/ops/unsqueeze.h' 2024-11-01T16:46:01.1518829Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.1521831Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2024-11-01T16:46:01.1525176Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.1528330Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.1531053Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2024-11-01T16:46:01.1534238Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2024-11-01T16:46:01.1537226Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2024-11-01T16:46:01.1540371Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2024-11-01T16:46:01.1549427Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2024-11-01T16:46:01.1553567Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2024-11-01T16:46:01.1557339Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.1560527Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2024-11-01T16:46:01.1563835Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2024-11-01T16:46:01.1566900Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2024-11-01T16:46:01.1570159Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2024-11-01T16:46:01.1573831Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2024-11-01T16:46:01.1576709Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2024-11-01T16:46:01.1580097Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.1583142Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.1586189Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2024-11-01T16:46:01.1589437Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2024-11-01T16:46:01.1592503Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2024-11-01T16:46:01.1595744Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2024-11-01T16:46:01.1598860Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2024-11-01T16:46:01.1602210Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2024-11-01T16:46:01.1605842Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2024-11-01T16:46:01.1609603Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2024-11-01T16:46:01.1613299Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.1616335Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2024-11-01T16:46:01.1619585Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2024-11-01T16:46:01.1622602Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2024-11-01T16:46:01.1625880Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2024-11-01T16:46:01.1628917Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2024-11-01T16:46:01.1632321Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2024-11-01T16:46:01.1635791Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.1638883Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.1641913Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2024-11-01T16:46:01.1645119Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2024-11-01T16:46:01.1648132Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2024-11-01T16:46:01.1651372Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2024-11-01T16:46:01.1654464Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2024-11-01T16:46:01.1657868Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2024-11-01T16:46:01.1661462Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2024-11-01T16:46:01.1665239Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2024-11-01T16:46:01.1668815Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.1671935Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2024-11-01T16:46:01.1675177Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2024-11-01T16:46:01.1678223Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2024-11-01T16:46:01.1681441Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2024-11-01T16:46:01.1684485Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2024-11-01T16:46:01.1687719Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2024-11-01T16:46:01.1691122Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.1694235Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.1697293Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2024-11-01T16:46:01.1700489Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2024-11-01T16:46:01.1703963Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2024-11-01T16:46:01.1706692Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2024-11-01T16:46:01.1709808Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2024-11-01T16:46:01.1713121Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2024-11-01T16:46:01.1716678Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2024-11-01T16:46:01.1720363Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2024-11-01T16:46:01.1724035Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.1726980Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2024-11-01T16:46:01.1730428Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2024-11-01T16:46:01.1733598Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2024-11-01T16:46:01.1736873Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2024-11-01T16:46:01.1740065Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2024-11-01T16:46:01.1743636Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2024-11-01T16:46:01.1747220Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.1750508Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.1753552Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2024-11-01T16:46:01.1756876Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2024-11-01T16:46:01.1759890Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2024-11-01T16:46:01.1763211Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2024-11-01T16:46:01.1766339Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2024-11-01T16:46:01.1769796Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2024-11-01T16:46:01.1773542Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2024-11-01T16:46:01.1777299Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2024-11-01T16:46:01.1781110Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.1784265Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2024-11-01T16:46:01.1787683Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2024-11-01T16:46:01.1790948Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2024-11-01T16:46:01.1794253Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2024-11-01T16:46:01.1797548Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2024-11-01T16:46:01.1800776Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2024-11-01T16:46:01.1804373Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.1807507Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.1810700Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2024-11-01T16:46:01.1814033Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2024-11-01T16:46:01.1817073Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2024-11-01T16:46:01.1820427Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2024-11-01T16:46:01.1823572Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2024-11-01T16:46:01.1826982Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2024-11-01T16:46:01.1830859Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2024-11-01T16:46:01.1834780Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2024-11-01T16:46:01.1839096Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.1841743Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2024-11-01T16:46:01.1845138Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2024-11-01T16:46:01.1848274Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2024-11-01T16:46:01.1851689Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2024-11-01T16:46:01.1854853Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2024-11-01T16:46:01.1858190Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2024-11-01T16:46:01.1861716Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.1864870Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.1867972Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2024-11-01T16:46:01.1871686Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2024-11-01T16:46:01.1874645Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2024-11-01T16:46:01.1877962Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2024-11-01T16:46:01.1881093Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2024-11-01T16:46:01.1884588Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2024-11-01T16:46:01.1888397Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2024-11-01T16:46:01.1892305Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2024-11-01T16:46:01.1896228Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.1899387Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2024-11-01T16:46:01.1902785Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2024-11-01T16:46:01.1905993Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2024-11-01T16:46:01.1909300Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2024-11-01T16:46:01.1912672Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2024-11-01T16:46:01.1915983Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2024-11-01T16:46:01.1919688Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.1923000Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.1926637Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2024-11-01T16:46:01.1930460Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2024-11-01T16:46:01.1934038Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2024-11-01T16:46:01.1937904Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2024-11-01T16:46:01.1940788Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2024-11-01T16:46:01.1944295Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2024-11-01T16:46:01.1947780Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2024-11-01T16:46:01.1951383Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.1954404Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2024-11-01T16:46:01.1957548Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2024-11-01T16:46:01.1960616Z adding 'torch/include/ATen/ops/values.h' 2024-11-01T16:46:01.1963938Z adding 'torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.1966802Z adding 'torch/include/ATen/ops/values_copy.h' 2024-11-01T16:46:01.1970948Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.1974030Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.1976673Z adding 'torch/include/ATen/ops/values_copy_native.h' 2024-11-01T16:46:01.1979709Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2024-11-01T16:46:01.1982688Z adding 'torch/include/ATen/ops/values_native.h' 2024-11-01T16:46:01.1985919Z adding 'torch/include/ATen/ops/values_ops.h' 2024-11-01T16:46:01.1989049Z adding 'torch/include/ATen/ops/vander.h' 2024-11-01T16:46:01.1992590Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.1995450Z adding 'torch/include/ATen/ops/vander_native.h' 2024-11-01T16:46:01.1998539Z adding 'torch/include/ATen/ops/vander_ops.h' 2024-11-01T16:46:01.2001911Z adding 'torch/include/ATen/ops/var.h' 2024-11-01T16:46:01.2005415Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.2008436Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2024-11-01T16:46:01.2011550Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2024-11-01T16:46:01.2014856Z adding 'torch/include/ATen/ops/var_mean.h' 2024-11-01T16:46:01.2018688Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.2021616Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.2024534Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2024-11-01T16:46:01.2027605Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2024-11-01T16:46:01.2030760Z adding 'torch/include/ATen/ops/var_mean_native.h' 2024-11-01T16:46:01.2034294Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2024-11-01T16:46:01.2037830Z adding 'torch/include/ATen/ops/var_native.h' 2024-11-01T16:46:01.2041228Z adding 'torch/include/ATen/ops/var_ops.h' 2024-11-01T16:46:01.2044487Z adding 'torch/include/ATen/ops/vdot.h' 2024-11-01T16:46:01.2047761Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.2050673Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2024-11-01T16:46:01.2053710Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2024-11-01T16:46:01.2056624Z adding 'torch/include/ATen/ops/vdot_native.h' 2024-11-01T16:46:01.2059774Z adding 'torch/include/ATen/ops/vdot_ops.h' 2024-11-01T16:46:01.2062862Z adding 'torch/include/ATen/ops/view.h' 2024-11-01T16:46:01.2065846Z adding 'torch/include/ATen/ops/view_as.h' 2024-11-01T16:46:01.2068832Z adding 'torch/include/ATen/ops/view_as_complex.h' 2024-11-01T16:46:01.2072192Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2024-11-01T16:46:01.2075570Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.2078886Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.2081649Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2024-11-01T16:46:01.2084879Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2024-11-01T16:46:01.2088015Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2024-11-01T16:46:01.2091231Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2024-11-01T16:46:01.2094327Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2024-11-01T16:46:01.2097360Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2024-11-01T16:46:01.2100563Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2024-11-01T16:46:01.2103800Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.2106720Z adding 'torch/include/ATen/ops/view_as_native.h' 2024-11-01T16:46:01.2109933Z adding 'torch/include/ATen/ops/view_as_ops.h' 2024-11-01T16:46:01.2113150Z adding 'torch/include/ATen/ops/view_as_real.h' 2024-11-01T16:46:01.2116283Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2024-11-01T16:46:01.2119807Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.2123171Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.2125893Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2024-11-01T16:46:01.2129157Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2024-11-01T16:46:01.2132308Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2024-11-01T16:46:01.2135469Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2024-11-01T16:46:01.2138474Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2024-11-01T16:46:01.2141577Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2024-11-01T16:46:01.2144652Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2024-11-01T16:46:01.2148029Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.2151470Z adding 'torch/include/ATen/ops/view_copy.h' 2024-11-01T16:46:01.2154949Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.2158329Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.2161082Z adding 'torch/include/ATen/ops/view_copy_native.h' 2024-11-01T16:46:01.2164514Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2024-11-01T16:46:01.2167708Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2024-11-01T16:46:01.2170918Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2024-11-01T16:46:01.2174016Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2024-11-01T16:46:01.2177318Z adding 'torch/include/ATen/ops/view_native.h' 2024-11-01T16:46:01.2180349Z adding 'torch/include/ATen/ops/view_ops.h' 2024-11-01T16:46:01.2183757Z adding 'torch/include/ATen/ops/vsplit.h' 2024-11-01T16:46:01.2187281Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.2190267Z adding 'torch/include/ATen/ops/vsplit_native.h' 2024-11-01T16:46:01.2193580Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2024-11-01T16:46:01.2196683Z adding 'torch/include/ATen/ops/vstack.h' 2024-11-01T16:46:01.2200123Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.2202977Z adding 'torch/include/ATen/ops/vstack_native.h' 2024-11-01T16:46:01.2206217Z adding 'torch/include/ATen/ops/vstack_ops.h' 2024-11-01T16:46:01.2209555Z adding 'torch/include/ATen/ops/where.h' 2024-11-01T16:46:01.2212933Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.2216049Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2024-11-01T16:46:01.2219122Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2024-11-01T16:46:01.2222260Z adding 'torch/include/ATen/ops/where_native.h' 2024-11-01T16:46:01.2225829Z adding 'torch/include/ATen/ops/where_ops.h' 2024-11-01T16:46:01.2229206Z adding 'torch/include/ATen/ops/xlogy.h' 2024-11-01T16:46:01.2232913Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.2236057Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-11-01T16:46:01.2239144Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2024-11-01T16:46:01.2242248Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2024-11-01T16:46:01.2252028Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2024-11-01T16:46:01.2255395Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2024-11-01T16:46:01.2258435Z adding 'torch/include/ATen/ops/xlogy_native.h' 2024-11-01T16:46:01.2262110Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2024-11-01T16:46:01.2265283Z adding 'torch/include/ATen/ops/xor.h' 2024-11-01T16:46:01.2268747Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2024-11-01T16:46:01.2271719Z adding 'torch/include/ATen/ops/xor_native.h' 2024-11-01T16:46:01.2275140Z adding 'torch/include/ATen/ops/xor_ops.h' 2024-11-01T16:46:01.2278451Z adding 'torch/include/ATen/ops/zero.h' 2024-11-01T16:46:01.2281778Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.2284811Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2024-11-01T16:46:01.2287910Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2024-11-01T16:46:01.2291059Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2024-11-01T16:46:01.2294056Z adding 'torch/include/ATen/ops/zero_native.h' 2024-11-01T16:46:01.2297364Z adding 'torch/include/ATen/ops/zero_ops.h' 2024-11-01T16:46:01.2301143Z adding 'torch/include/ATen/ops/zeros.h' 2024-11-01T16:46:01.2304798Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.2308032Z adding 'torch/include/ATen/ops/zeros_like.h' 2024-11-01T16:46:01.2311596Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2024-11-01T16:46:01.2315040Z adding 'torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h' 2024-11-01T16:46:01.2317926Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2024-11-01T16:46:01.2321244Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2024-11-01T16:46:01.2324515Z adding 'torch/include/ATen/ops/zeros_native.h' 2024-11-01T16:46:01.2327939Z adding 'torch/include/ATen/ops/zeros_ops.h' 2024-11-01T16:46:01.2334506Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2024-11-01T16:46:01.2339506Z adding 'torch/include/ATen/quantized/Quantizer.h' 2024-11-01T16:46:01.2343904Z adding 'torch/include/ATen/xpu/CachingHostAllocator.h' 2024-11-01T16:46:01.2346904Z adding 'torch/include/ATen/xpu/PinnedMemoryAllocator.h' 2024-11-01T16:46:01.2349880Z adding 'torch/include/ATen/xpu/XPUContext.h' 2024-11-01T16:46:01.2352901Z adding 'torch/include/ATen/xpu/XPUDevice.h' 2024-11-01T16:46:01.2356808Z adding 'torch/include/ATen/xpu/XPUEvent.h' 2024-11-01T16:46:01.2360320Z adding 'torch/include/ATen/xpu/XPUGeneratorImpl.h' 2024-11-01T16:46:01.2364304Z adding 'torch/include/ATen/xpu/detail/XPUHooks.h' 2024-11-01T16:46:01.2372541Z adding 'torch/include/c10/core/Allocator.h' 2024-11-01T16:46:01.2376219Z adding 'torch/include/c10/core/AutogradState.h' 2024-11-01T16:46:01.2380910Z adding 'torch/include/c10/core/Backend.h' 2024-11-01T16:46:01.2384602Z adding 'torch/include/c10/core/CPUAllocator.h' 2024-11-01T16:46:01.2388634Z adding 'torch/include/c10/core/CachingDeviceAllocator.h' 2024-11-01T16:46:01.2392287Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2024-11-01T16:46:01.2395864Z adding 'torch/include/c10/core/ConstantSymNodeImpl.h' 2024-11-01T16:46:01.2399621Z adding 'torch/include/c10/core/Contiguity.h' 2024-11-01T16:46:01.2402928Z adding 'torch/include/c10/core/CopyBytes.h' 2024-11-01T16:46:01.2406073Z adding 'torch/include/c10/core/DefaultDtype.h' 2024-11-01T16:46:01.2409203Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2024-11-01T16:46:01.2413796Z adding 'torch/include/c10/core/Device.h' 2024-11-01T16:46:01.2417199Z adding 'torch/include/c10/core/DeviceArray.h' 2024-11-01T16:46:01.2422181Z adding 'torch/include/c10/core/DeviceGuard.h' 2024-11-01T16:46:01.2426949Z adding 'torch/include/c10/core/DeviceType.h' 2024-11-01T16:46:01.2442305Z adding 'torch/include/c10/core/DispatchKey.h' 2024-11-01T16:46:01.2460205Z adding 'torch/include/c10/core/DispatchKeySet.h' 2024-11-01T16:46:01.2465336Z adding 'torch/include/c10/core/DynamicCast.h' 2024-11-01T16:46:01.2469718Z adding 'torch/include/c10/core/Event.h' 2024-11-01T16:46:01.2473912Z adding 'torch/include/c10/core/GeneratorImpl.h' 2024-11-01T16:46:01.2477406Z adding 'torch/include/c10/core/GradMode.h' 2024-11-01T16:46:01.2481223Z adding 'torch/include/c10/core/InferenceMode.h' 2024-11-01T16:46:01.2484530Z adding 'torch/include/c10/core/Layout.h' 2024-11-01T16:46:01.2490111Z adding 'torch/include/c10/core/MemoryFormat.h' 2024-11-01T16:46:01.2493434Z adding 'torch/include/c10/core/OptionalRef.h' 2024-11-01T16:46:01.2497174Z adding 'torch/include/c10/core/PyHandleCache.h' 2024-11-01T16:46:01.2500353Z adding 'torch/include/c10/core/QEngine.h' 2024-11-01T16:46:01.2503730Z adding 'torch/include/c10/core/QScheme.h' 2024-11-01T16:46:01.2507253Z adding 'torch/include/c10/core/RefcountedDeleter.h' 2024-11-01T16:46:01.2511101Z adding 'torch/include/c10/core/SafePyObject.h' 2024-11-01T16:46:01.2517127Z adding 'torch/include/c10/core/Scalar.h' 2024-11-01T16:46:01.2525464Z adding 'torch/include/c10/core/ScalarType.h' 2024-11-01T16:46:01.2529245Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2024-11-01T16:46:01.2533520Z adding 'torch/include/c10/core/Storage.h' 2024-11-01T16:46:01.2539326Z adding 'torch/include/c10/core/StorageImpl.h' 2024-11-01T16:46:01.2544479Z adding 'torch/include/c10/core/Stream.h' 2024-11-01T16:46:01.2548792Z adding 'torch/include/c10/core/StreamGuard.h' 2024-11-01T16:46:01.2552622Z adding 'torch/include/c10/core/SymBool.h' 2024-11-01T16:46:01.2556345Z adding 'torch/include/c10/core/SymFloat.h' 2024-11-01T16:46:01.2562777Z adding 'torch/include/c10/core/SymInt.h' 2024-11-01T16:46:01.2566689Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2024-11-01T16:46:01.2570549Z adding 'torch/include/c10/core/SymNodeImpl.h' 2024-11-01T16:46:01.2575036Z adding 'torch/include/c10/core/SymbolicShapeMeta.h' 2024-11-01T16:46:01.2617240Z adding 'torch/include/c10/core/TensorImpl.h' 2024-11-01T16:46:01.2629803Z adding 'torch/include/c10/core/TensorOptions.h' 2024-11-01T16:46:01.2633751Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2024-11-01T16:46:01.2636983Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2024-11-01T16:46:01.2640011Z adding 'torch/include/c10/core/alignment.h' 2024-11-01T16:46:01.2643616Z adding 'torch/include/c10/core/thread_pool.h' 2024-11-01T16:46:01.2647803Z adding 'torch/include/c10/core/impl/COW.h' 2024-11-01T16:46:01.2651289Z adding 'torch/include/c10/core/impl/COWDeleter.h' 2024-11-01T16:46:01.2657852Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2024-11-01T16:46:01.2661790Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2024-11-01T16:46:01.2665007Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2024-11-01T16:46:01.2668629Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2024-11-01T16:46:01.2675466Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2024-11-01T16:46:01.2679565Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2024-11-01T16:46:01.2684858Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2024-11-01T16:46:01.2689457Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2024-11-01T16:46:01.2695360Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2024-11-01T16:46:01.2700794Z adding 'torch/include/c10/core/impl/PyObjectSlot.h' 2024-11-01T16:46:01.2704215Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2024-11-01T16:46:01.2708596Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2024-11-01T16:46:01.2712519Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2024-11-01T16:46:01.2716064Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2024-11-01T16:46:01.2719143Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2024-11-01T16:46:01.2723181Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2024-11-01T16:46:01.2727012Z adding 'torch/include/c10/cuda/CUDAAllocatorConfig.h' 2024-11-01T16:46:01.2734636Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2024-11-01T16:46:01.2739109Z adding 'torch/include/c10/cuda/CUDADeviceAssertion.h' 2024-11-01T16:46:01.2743996Z adding 'torch/include/c10/cuda/CUDADeviceAssertionHost.h' 2024-11-01T16:46:01.2748108Z adding 'torch/include/c10/cuda/CUDAException.h' 2024-11-01T16:46:01.2752156Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2024-11-01T16:46:01.2755952Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2024-11-01T16:46:01.2761192Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2024-11-01T16:46:01.2764755Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2024-11-01T16:46:01.2768409Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2024-11-01T16:46:01.2771504Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2024-11-01T16:46:01.2777243Z adding 'torch/include/c10/cuda/CUDAStream.h' 2024-11-01T16:46:01.2781125Z adding 'torch/include/c10/cuda/driver_api.h' 2024-11-01T16:46:01.2787038Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2024-11-01T16:46:01.2790389Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2024-11-01T16:46:01.2795720Z adding 'torch/include/c10/macros/Export.h' 2024-11-01T16:46:01.2803137Z adding 'torch/include/c10/macros/Macros.h' 2024-11-01T16:46:01.2806885Z adding 'torch/include/c10/macros/cmake_macros.h' 2024-11-01T16:46:01.2812956Z adding 'torch/include/c10/util/AbortHandler.h' 2024-11-01T16:46:01.2817055Z adding 'torch/include/c10/util/AlignOf.h' 2024-11-01T16:46:01.2821254Z adding 'torch/include/c10/util/ApproximateClock.h' 2024-11-01T16:46:01.2824456Z adding 'torch/include/c10/util/Array.h' 2024-11-01T16:46:01.2829919Z adding 'torch/include/c10/util/ArrayRef.h' 2024-11-01T16:46:01.2834658Z adding 'torch/include/c10/util/BFloat16-inl.h' 2024-11-01T16:46:01.2839429Z adding 'torch/include/c10/util/BFloat16-math.h' 2024-11-01T16:46:01.2843416Z adding 'torch/include/c10/util/BFloat16.h' 2024-11-01T16:46:01.2846724Z adding 'torch/include/c10/util/Backtrace.h' 2024-11-01T16:46:01.2850451Z adding 'torch/include/c10/util/Bitset.h' 2024-11-01T16:46:01.2854109Z adding 'torch/include/c10/util/C++17.h' 2024-11-01T16:46:01.2857536Z adding 'torch/include/c10/util/CallOnce.h' 2024-11-01T16:46:01.2862697Z adding 'torch/include/c10/util/ConstexprCrc.h' 2024-11-01T16:46:01.2866495Z adding 'torch/include/c10/util/DeadlockDetection.h' 2024-11-01T16:46:01.2870324Z adding 'torch/include/c10/util/Deprecated.h' 2024-11-01T16:46:01.2873418Z adding 'torch/include/c10/util/DimVector.h' 2024-11-01T16:46:01.2876734Z adding 'torch/include/c10/util/DynamicCounter.h' 2024-11-01T16:46:01.2887334Z adding 'torch/include/c10/util/Exception.h' 2024-11-01T16:46:01.2892159Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2024-11-01T16:46:01.2895807Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2024-11-01T16:46:01.2898960Z adding 'torch/include/c10/util/FbcodeMaps.h' 2024-11-01T16:46:01.2904120Z adding 'torch/include/c10/util/Flags.h' 2024-11-01T16:46:01.2908527Z adding 'torch/include/c10/util/Float8_e4m3fn-inl.h' 2024-11-01T16:46:01.2913951Z adding 'torch/include/c10/util/Float8_e4m3fn.h' 2024-11-01T16:46:01.2918475Z adding 'torch/include/c10/util/Float8_e4m3fnuz-inl.h' 2024-11-01T16:46:01.2922713Z adding 'torch/include/c10/util/Float8_e4m3fnuz.h' 2024-11-01T16:46:01.2927024Z adding 'torch/include/c10/util/Float8_e5m2-inl.h' 2024-11-01T16:46:01.2931897Z adding 'torch/include/c10/util/Float8_e5m2.h' 2024-11-01T16:46:01.2936739Z adding 'torch/include/c10/util/Float8_e5m2fnuz-inl.h' 2024-11-01T16:46:01.2941486Z adding 'torch/include/c10/util/Float8_e5m2fnuz.h' 2024-11-01T16:46:01.2945070Z adding 'torch/include/c10/util/Float8_fnuz_cvt.h' 2024-11-01T16:46:01.2948743Z adding 'torch/include/c10/util/FunctionRef.h' 2024-11-01T16:46:01.2952123Z adding 'torch/include/c10/util/Gauge.h' 2024-11-01T16:46:01.2956693Z adding 'torch/include/c10/util/Half-inl.h' 2024-11-01T16:46:01.2965350Z adding 'torch/include/c10/util/Half.h' 2024-11-01T16:46:01.2969520Z adding 'torch/include/c10/util/IdWrapper.h' 2024-11-01T16:46:01.2973115Z adding 'torch/include/c10/util/Lazy.h' 2024-11-01T16:46:01.2977902Z adding 'torch/include/c10/util/LeftRight.h' 2024-11-01T16:46:01.2981260Z adding 'torch/include/c10/util/Load.h' 2024-11-01T16:46:01.2987094Z adding 'torch/include/c10/util/Logging.h' 2024-11-01T16:46:01.2991078Z adding 'torch/include/c10/util/MathConstants.h' 2024-11-01T16:46:01.2995725Z adding 'torch/include/c10/util/MaybeOwned.h' 2024-11-01T16:46:01.3000366Z adding 'torch/include/c10/util/Metaprogramming.h' 2024-11-01T16:46:01.3003792Z adding 'torch/include/c10/util/NetworkFlow.h' 2024-11-01T16:46:01.3007077Z adding 'torch/include/c10/util/Optional.h' 2024-11-01T16:46:01.3011147Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2024-11-01T16:46:01.3014276Z adding 'torch/include/c10/util/ParallelGuard.h' 2024-11-01T16:46:01.3019738Z adding 'torch/include/c10/util/Registry.h' 2024-11-01T16:46:01.3023347Z adding 'torch/include/c10/util/ScopeExit.h' 2024-11-01T16:46:01.3026988Z adding 'torch/include/c10/util/SmallBuffer.h' 2024-11-01T16:46:01.3044307Z adding 'torch/include/c10/util/SmallVector.h' 2024-11-01T16:46:01.3049625Z adding 'torch/include/c10/util/StringUtil.h' 2024-11-01T16:46:01.3053165Z adding 'torch/include/c10/util/Synchronized.h' 2024-11-01T16:46:01.3056876Z adding 'torch/include/c10/util/ThreadLocal.h' 2024-11-01T16:46:01.3060581Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2024-11-01T16:46:01.3063662Z adding 'torch/include/c10/util/Type.h' 2024-11-01T16:46:01.3067565Z adding 'torch/include/c10/util/TypeCast.h' 2024-11-01T16:46:01.3071726Z adding 'torch/include/c10/util/TypeIndex.h' 2024-11-01T16:46:01.3078021Z adding 'torch/include/c10/util/TypeList.h' 2024-11-01T16:46:01.3082276Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2024-11-01T16:46:01.3086459Z adding 'torch/include/c10/util/TypeTraits.h' 2024-11-01T16:46:01.3089493Z adding 'torch/include/c10/util/Unicode.h' 2024-11-01T16:46:01.3093514Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2024-11-01T16:46:01.3096766Z adding 'torch/include/c10/util/Unroll.h' 2024-11-01T16:46:01.3100843Z adding 'torch/include/c10/util/WaitCounter.h' 2024-11-01T16:46:01.3104213Z adding 'torch/include/c10/util/WaitCounterDynamicBackend.h' 2024-11-01T16:46:01.3107647Z adding 'torch/include/c10/util/accumulate.h' 2024-11-01T16:46:01.3111174Z adding 'torch/include/c10/util/bit_cast.h' 2024-11-01T16:46:01.3114278Z adding 'torch/include/c10/util/bits.h' 2024-11-01T16:46:01.3121257Z adding 'torch/include/c10/util/complex.h' 2024-11-01T16:46:01.3126546Z adding 'torch/include/c10/util/complex_math.h' 2024-11-01T16:46:01.3130022Z adding 'torch/include/c10/util/complex_utils.h' 2024-11-01T16:46:01.3133240Z adding 'torch/include/c10/util/copysign.h' 2024-11-01T16:46:01.3136348Z adding 'torch/include/c10/util/env.h' 2024-11-01T16:46:01.3153359Z adding 'torch/include/c10/util/flat_hash_map.h' 2024-11-01T16:46:01.3158153Z adding 'torch/include/c10/util/floating_point_utils.h' 2024-11-01T16:46:01.3161777Z adding 'torch/include/c10/util/generic_math.h' 2024-11-01T16:46:01.3167535Z adding 'torch/include/c10/util/hash.h' 2024-11-01T16:46:01.3173738Z adding 'torch/include/c10/util/int128.h' 2024-11-01T16:46:01.3187104Z adding 'torch/include/c10/util/intrusive_ptr.h' 2024-11-01T16:46:01.3191987Z adding 'torch/include/c10/util/irange.h' 2024-11-01T16:46:01.3202606Z adding 'torch/include/c10/util/llvmMathExtras.h' 2024-11-01T16:46:01.3207218Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2024-11-01T16:46:01.3212078Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2024-11-01T16:46:01.3215406Z adding 'torch/include/c10/util/numa.h' 2024-11-01T16:46:01.3233798Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2024-11-01T16:46:01.3238487Z adding 'torch/include/c10/util/overloaded.h' 2024-11-01T16:46:01.3241356Z adding 'torch/include/c10/util/python_stub.h' 2024-11-01T16:46:01.3244272Z adding 'torch/include/c10/util/qint32.h' 2024-11-01T16:46:01.3247369Z adding 'torch/include/c10/util/qint8.h' 2024-11-01T16:46:01.3250318Z adding 'torch/include/c10/util/quint2x4.h' 2024-11-01T16:46:01.3253352Z adding 'torch/include/c10/util/quint4x2.h' 2024-11-01T16:46:01.3256230Z adding 'torch/include/c10/util/quint8.h' 2024-11-01T16:46:01.3259803Z adding 'torch/include/c10/util/safe_numerics.h' 2024-11-01T16:46:01.3263749Z adding 'torch/include/c10/util/signal_handler.h' 2024-11-01T16:46:01.3273103Z adding 'torch/include/c10/util/sparse_bitset.h' 2024-11-01T16:46:01.3277220Z adding 'torch/include/c10/util/ssize.h' 2024-11-01T16:46:01.3280424Z adding 'torch/include/c10/util/static_tracepoint.h' 2024-11-01T16:46:01.3284882Z adding 'torch/include/c10/util/static_tracepoint_elfx86.h' 2024-11-01T16:46:01.3288144Z adding 'torch/include/c10/util/strides.h' 2024-11-01T16:46:01.3291110Z adding 'torch/include/c10/util/string_utils.h' 2024-11-01T16:46:01.3297754Z adding 'torch/include/c10/util/string_view.h' 2024-11-01T16:46:01.3307570Z adding 'torch/include/c10/util/strong_type.h' 2024-11-01T16:46:01.3312259Z adding 'torch/include/c10/util/tempfile.h' 2024-11-01T16:46:01.3315245Z adding 'torch/include/c10/util/thread_name.h' 2024-11-01T16:46:01.3324562Z adding 'torch/include/c10/util/typeid.h' 2024-11-01T16:46:01.3328460Z adding 'torch/include/c10/util/win32-headers.h' 2024-11-01T16:46:01.3332481Z adding 'torch/include/c10/xpu/XPUCachingAllocator.h' 2024-11-01T16:46:01.3337322Z adding 'torch/include/c10/xpu/XPUDeviceProp.h' 2024-11-01T16:46:01.3340822Z adding 'torch/include/c10/xpu/XPUException.h' 2024-11-01T16:46:01.3343840Z adding 'torch/include/c10/xpu/XPUFunctions.h' 2024-11-01T16:46:01.3493424Z adding 'torch/include/c10/xpu/XPUMacros.h' 2024-11-01T16:46:01.3498288Z adding 'torch/include/c10/xpu/XPUStream.h' 2024-11-01T16:46:01.3503444Z adding 'torch/include/c10/xpu/impl/XPUGuardImpl.h' 2024-11-01T16:46:01.3543973Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2024-11-01T16:46:01.3548973Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2024-11-01T16:46:01.3552288Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2024-11-01T16:46:01.3557656Z adding 'torch/include/caffe2/serialize/inline_container.h' 2024-11-01T16:46:01.3561081Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2024-11-01T16:46:01.3564190Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2024-11-01T16:46:01.3568711Z adding 'torch/include/caffe2/serialize/versions.h' 2024-11-01T16:46:01.3573718Z adding 'torch/include/kineto/AbstractConfig.h' 2024-11-01T16:46:01.3577727Z adding 'torch/include/kineto/ActivityProfilerInterface.h' 2024-11-01T16:46:01.3580847Z adding 'torch/include/kineto/ActivityTraceInterface.h' 2024-11-01T16:46:01.3584953Z adding 'torch/include/kineto/ActivityType.h' 2024-11-01T16:46:01.3720420Z adding 'torch/include/kineto/ClientInterface.h' 2024-11-01T16:46:01.3729128Z adding 'torch/include/kineto/Config.h' 2024-11-01T16:46:01.3735347Z adding 'torch/include/kineto/GenericTraceActivity.h' 2024-11-01T16:46:01.3740666Z adding 'torch/include/kineto/IActivityProfiler.h' 2024-11-01T16:46:01.3744267Z adding 'torch/include/kineto/ILoggerObserver.h' 2024-11-01T16:46:01.3747953Z adding 'torch/include/kineto/ITraceActivity.h' 2024-11-01T16:46:01.3751495Z adding 'torch/include/kineto/LoggingAPI.h' 2024-11-01T16:46:01.3754885Z adding 'torch/include/kineto/ThreadUtil.h' 2024-11-01T16:46:01.3768100Z adding 'torch/include/kineto/TraceSpan.h' 2024-11-01T16:46:01.3768430Z adding 'torch/include/kineto/libkineto.h' 2024-11-01T16:46:01.3768739Z adding 'torch/include/kineto/output_base.h' 2024-11-01T16:46:01.3769575Z adding 'torch/include/kineto/time_since_epoch.h' 2024-11-01T16:46:01.3779513Z adding 'torch/include/pybind11/attr.h' 2024-11-01T16:46:01.3784984Z adding 'torch/include/pybind11/buffer_info.h' 2024-11-01T16:46:01.3809735Z adding 'torch/include/pybind11/cast.h' 2024-11-01T16:46:01.3816060Z adding 'torch/include/pybind11/chrono.h' 2024-11-01T16:46:01.3819294Z adding 'torch/include/pybind11/common.h' 2024-11-01T16:46:01.3822657Z adding 'torch/include/pybind11/complex.h' 2024-11-01T16:46:01.3825807Z adding 'torch/include/pybind11/eigen.h' 2024-11-01T16:46:01.3832224Z adding 'torch/include/pybind11/embed.h' 2024-11-01T16:46:01.3837012Z adding 'torch/include/pybind11/eval.h' 2024-11-01T16:46:01.3841508Z adding 'torch/include/pybind11/functional.h' 2024-11-01T16:46:01.3846332Z adding 'torch/include/pybind11/gil.h' 2024-11-01T16:46:01.3850731Z adding 'torch/include/pybind11/gil_safe_call_once.h' 2024-11-01T16:46:01.3855870Z adding 'torch/include/pybind11/iostream.h' 2024-11-01T16:46:01.3883459Z adding 'torch/include/pybind11/numpy.h' 2024-11-01T16:46:01.3890120Z adding 'torch/include/pybind11/operators.h' 2024-11-01T16:46:01.3893797Z adding 'torch/include/pybind11/options.h' 2024-11-01T16:46:01.3935885Z adding 'torch/include/pybind11/pybind11.h' 2024-11-01T16:46:01.3970111Z adding 'torch/include/pybind11/pytypes.h' 2024-11-01T16:46:01.3978601Z adding 'torch/include/pybind11/stl.h' 2024-11-01T16:46:01.3988500Z adding 'torch/include/pybind11/stl_bind.h' 2024-11-01T16:46:01.3993023Z adding 'torch/include/pybind11/type_caster_pyobject_ptr.h' 2024-11-01T16:46:01.3996861Z adding 'torch/include/pybind11/typing.h' 2024-11-01T16:46:01.4008906Z adding 'torch/include/pybind11/detail/class.h' 2024-11-01T16:46:01.4028451Z adding 'torch/include/pybind11/detail/common.h' 2024-11-01T16:46:01.4033444Z adding 'torch/include/pybind11/detail/cpp_conduit.h' 2024-11-01T16:46:01.4037567Z adding 'torch/include/pybind11/detail/descr.h' 2024-11-01T16:46:01.4041475Z adding 'torch/include/pybind11/detail/exception_translation.h' 2024-11-01T16:46:01.4048462Z adding 'torch/include/pybind11/detail/init.h' 2024-11-01T16:46:01.4060579Z adding 'torch/include/pybind11/detail/internals.h' 2024-11-01T16:46:01.4079334Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2024-11-01T16:46:01.4083742Z adding 'torch/include/pybind11/detail/typeid.h' 2024-11-01T16:46:01.4087393Z adding 'torch/include/pybind11/detail/value_and_holder.h' 2024-11-01T16:46:01.4091176Z adding 'torch/include/pybind11/eigen/common.h' 2024-11-01T16:46:01.4102539Z adding 'torch/include/pybind11/eigen/matrix.h' 2024-11-01T16:46:01.4109593Z adding 'torch/include/pybind11/eigen/tensor.h' 2024-11-01T16:46:01.4118903Z adding 'torch/include/torch/custom_class.h' 2024-11-01T16:46:01.4124181Z adding 'torch/include/torch/custom_class_detail.h' 2024-11-01T16:46:01.4127308Z adding 'torch/include/torch/extension.h' 2024-11-01T16:46:01.4142261Z adding 'torch/include/torch/library.h' 2024-11-01T16:46:01.4146190Z adding 'torch/include/torch/script.h' 2024-11-01T16:46:01.4151379Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2024-11-01T16:46:01.4154362Z adding 'torch/include/torch/csrc/DataLoader.h' 2024-11-01T16:46:01.4157321Z adding 'torch/include/torch/csrc/Device.h' 2024-11-01T16:46:01.4160212Z adding 'torch/include/torch/csrc/DeviceAccelerator.h' 2024-11-01T16:46:01.4163192Z adding 'torch/include/torch/csrc/Dtype.h' 2024-11-01T16:46:01.4166334Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2024-11-01T16:46:01.4169277Z adding 'torch/include/torch/csrc/Event.h' 2024-11-01T16:46:01.4175584Z adding 'torch/include/torch/csrc/Exceptions.h' 2024-11-01T16:46:01.4178839Z adding 'torch/include/torch/csrc/Export.h' 2024-11-01T16:46:01.4181948Z adding 'torch/include/torch/csrc/Generator.h' 2024-11-01T16:46:01.4184962Z adding 'torch/include/torch/csrc/Layout.h' 2024-11-01T16:46:01.4187982Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2024-11-01T16:46:01.4190893Z adding 'torch/include/torch/csrc/Module.h' 2024-11-01T16:46:01.4193727Z adding 'torch/include/torch/csrc/PyInterpreter.h' 2024-11-01T16:46:01.4196658Z adding 'torch/include/torch/csrc/QScheme.h' 2024-11-01T16:46:01.4199600Z adding 'torch/include/torch/csrc/Size.h' 2024-11-01T16:46:01.4202844Z adding 'torch/include/torch/csrc/Storage.h' 2024-11-01T16:46:01.4205670Z adding 'torch/include/torch/csrc/StorageMethods.h' 2024-11-01T16:46:01.4208368Z adding 'torch/include/torch/csrc/StorageSharing.h' 2024-11-01T16:46:01.4211226Z adding 'torch/include/torch/csrc/Stream.h' 2024-11-01T16:46:01.4214092Z adding 'torch/include/torch/csrc/THConcat.h' 2024-11-01T16:46:01.4217024Z adding 'torch/include/torch/csrc/THP.h' 2024-11-01T16:46:01.4219955Z adding 'torch/include/torch/csrc/TypeInfo.h' 2024-11-01T16:46:01.4222733Z adding 'torch/include/torch/csrc/Types.h' 2024-11-01T16:46:01.4225872Z adding 'torch/include/torch/csrc/copy_utils.h' 2024-11-01T16:46:01.4228775Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2024-11-01T16:46:01.4231699Z adding 'torch/include/torch/csrc/python_dimname.h' 2024-11-01T16:46:01.4234626Z adding 'torch/include/torch/csrc/python_headers.h' 2024-11-01T16:46:01.4237676Z adding 'torch/include/torch/csrc/serialization.h' 2024-11-01T16:46:01.4242227Z adding 'torch/include/torch/csrc/utils.h' 2024-11-01T16:46:01.4248229Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2024-11-01T16:46:01.4251046Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2024-11-01T16:46:01.4254238Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2024-11-01T16:46:01.4257167Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2024-11-01T16:46:01.4260251Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2024-11-01T16:46:01.4264668Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2024-11-01T16:46:01.4269086Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2024-11-01T16:46:01.4273872Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2024-11-01T16:46:01.4277762Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2024-11-01T16:46:01.4281026Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2024-11-01T16:46:01.4284327Z adding 'torch/include/torch/csrc/api/include/torch/mps.h' 2024-11-01T16:46:01.4287970Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2024-11-01T16:46:01.4290902Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2024-11-01T16:46:01.4293970Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2024-11-01T16:46:01.4300765Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2024-11-01T16:46:01.4305981Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2024-11-01T16:46:01.4310350Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2024-11-01T16:46:01.4313353Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2024-11-01T16:46:01.4320484Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2024-11-01T16:46:01.4324454Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2024-11-01T16:46:01.4327990Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2024-11-01T16:46:01.4331780Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2024-11-01T16:46:01.4334961Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2024-11-01T16:46:01.4338085Z adding 'torch/include/torch/csrc/api/include/torch/xpu.h' 2024-11-01T16:46:01.4342447Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2024-11-01T16:46:01.4346204Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2024-11-01T16:46:01.4349202Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2024-11-01T16:46:01.4352576Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2024-11-01T16:46:01.4356877Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2024-11-01T16:46:01.4359929Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2024-11-01T16:46:01.4362985Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2024-11-01T16:46:01.4366626Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2024-11-01T16:46:01.4372470Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2024-11-01T16:46:01.4376507Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2024-11-01T16:46:01.4380382Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2024-11-01T16:46:01.4385084Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2024-11-01T16:46:01.4394077Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2024-11-01T16:46:01.4398682Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2024-11-01T16:46:01.4402270Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2024-11-01T16:46:01.4405834Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2024-11-01T16:46:01.4409589Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2024-11-01T16:46:01.4412928Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2024-11-01T16:46:01.4417397Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2024-11-01T16:46:01.4421260Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2024-11-01T16:46:01.4425540Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2024-11-01T16:46:01.4429966Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2024-11-01T16:46:01.4433257Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2024-11-01T16:46:01.4437188Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2024-11-01T16:46:01.4441073Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2024-11-01T16:46:01.4444808Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2024-11-01T16:46:01.4448352Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2024-11-01T16:46:01.4451777Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2024-11-01T16:46:01.4456140Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2024-11-01T16:46:01.4459649Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2024-11-01T16:46:01.4463224Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2024-11-01T16:46:01.4466628Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2024-11-01T16:46:01.4470301Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2024-11-01T16:46:01.4477311Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2024-11-01T16:46:01.4481100Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2024-11-01T16:46:01.4486110Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2024-11-01T16:46:01.4489257Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2024-11-01T16:46:01.4493029Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2024-11-01T16:46:01.4502584Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2024-11-01T16:46:01.4506387Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2024-11-01T16:46:01.4509373Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2024-11-01T16:46:01.4513185Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2024-11-01T16:46:01.4517777Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2024-11-01T16:46:01.4520944Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2024-11-01T16:46:01.4529641Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2024-11-01T16:46:01.4533898Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2024-11-01T16:46:01.4537775Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2024-11-01T16:46:01.4541422Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2024-11-01T16:46:01.4545337Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2024-11-01T16:46:01.4549747Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2024-11-01T16:46:01.4553411Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2024-11-01T16:46:01.4556846Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2024-11-01T16:46:01.4559922Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2024-11-01T16:46:01.4567039Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2024-11-01T16:46:01.4571864Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2024-11-01T16:46:01.4575364Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2024-11-01T16:46:01.4578719Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2024-11-01T16:46:01.4585906Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2024-11-01T16:46:01.4591737Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2024-11-01T16:46:01.4595838Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2024-11-01T16:46:01.4600311Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2024-11-01T16:46:01.4606913Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2024-11-01T16:46:01.4611605Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2024-11-01T16:46:01.4616208Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2024-11-01T16:46:01.4620451Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2024-11-01T16:46:01.4626235Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2024-11-01T16:46:01.4630343Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2024-11-01T16:46:01.4634472Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2024-11-01T16:46:01.4638889Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2024-11-01T16:46:01.4642647Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2024-11-01T16:46:01.4646672Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2024-11-01T16:46:01.4651026Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2024-11-01T16:46:01.4658838Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2024-11-01T16:46:01.4663907Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2024-11-01T16:46:01.4668856Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2024-11-01T16:46:01.4673135Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2024-11-01T16:46:01.4679891Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2024-11-01T16:46:01.4685856Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2024-11-01T16:46:01.4690647Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2024-11-01T16:46:01.4694985Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2024-11-01T16:46:01.4702678Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2024-11-01T16:46:01.4708099Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2024-11-01T16:46:01.4711568Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2024-11-01T16:46:01.4719692Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2024-11-01T16:46:01.4724545Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2024-11-01T16:46:01.4728804Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2024-11-01T16:46:01.4732936Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2024-11-01T16:46:01.4738569Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2024-11-01T16:46:01.4743643Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2024-11-01T16:46:01.4747673Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2024-11-01T16:46:01.4751985Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2024-11-01T16:46:01.4756381Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2024-11-01T16:46:01.4766167Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2024-11-01T16:46:01.4773459Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2024-11-01T16:46:01.4777340Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2024-11-01T16:46:01.4781031Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2024-11-01T16:46:01.4785764Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2024-11-01T16:46:01.4789861Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2024-11-01T16:46:01.4793690Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2024-11-01T16:46:01.4798398Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2024-11-01T16:46:01.4802307Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2024-11-01T16:46:01.4805938Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2024-11-01T16:46:01.4809702Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2024-11-01T16:46:01.4816531Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2024-11-01T16:46:01.4821403Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2024-11-01T16:46:01.4825686Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2024-11-01T16:46:01.4829279Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2024-11-01T16:46:01.4834826Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2024-11-01T16:46:01.4839557Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2024-11-01T16:46:01.4843415Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2024-11-01T16:46:01.4847036Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2024-11-01T16:46:01.4850613Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2024-11-01T16:46:01.4854617Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2024-11-01T16:46:01.4858003Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2024-11-01T16:46:01.4864954Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2024-11-01T16:46:01.4870143Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2024-11-01T16:46:01.4874062Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2024-11-01T16:46:01.4880246Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2024-11-01T16:46:01.4885285Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2024-11-01T16:46:01.4889104Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2024-11-01T16:46:01.4892821Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2024-11-01T16:46:01.4896774Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2024-11-01T16:46:01.4901663Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2024-11-01T16:46:01.4905572Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2024-11-01T16:46:01.4911526Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2024-11-01T16:46:01.4915525Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2024-11-01T16:46:01.4919858Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2024-11-01T16:46:01.4923576Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h' 2024-11-01T16:46:01.4926635Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2024-11-01T16:46:01.4930394Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2024-11-01T16:46:01.4934571Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2024-11-01T16:46:01.4938937Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2024-11-01T16:46:01.4942267Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2024-11-01T16:46:01.4953515Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2024-11-01T16:46:01.4957281Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2024-11-01T16:46:01.4963808Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2024-11-01T16:46:01.4967678Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2024-11-01T16:46:01.4971903Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2024-11-01T16:46:01.4975631Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2024-11-01T16:46:01.4978571Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2024-11-01T16:46:01.4986223Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2024-11-01T16:46:01.4990088Z adding 'torch/include/torch/csrc/autograd/edge.h' 2024-11-01T16:46:01.4996119Z adding 'torch/include/torch/csrc/autograd/engine.h' 2024-11-01T16:46:01.5001920Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2024-11-01T16:46:01.5014969Z adding 'torch/include/torch/csrc/autograd/function.h' 2024-11-01T16:46:01.5019063Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2024-11-01T16:46:01.5022184Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2024-11-01T16:46:01.5027730Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2024-11-01T16:46:01.5031419Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2024-11-01T16:46:01.5035121Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2024-11-01T16:46:01.5038603Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2024-11-01T16:46:01.5041399Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2024-11-01T16:46:01.5046291Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2024-11-01T16:46:01.5052100Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2024-11-01T16:46:01.5055285Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2024-11-01T16:46:01.5058505Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2024-11-01T16:46:01.5061498Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2024-11-01T16:46:01.5065209Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2024-11-01T16:46:01.5068508Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2024-11-01T16:46:01.5071554Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2024-11-01T16:46:01.5074395Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2024-11-01T16:46:01.5078815Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2024-11-01T16:46:01.5082252Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2024-11-01T16:46:01.5085323Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2024-11-01T16:46:01.5088571Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2024-11-01T16:46:01.5091404Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2024-11-01T16:46:01.5094181Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2024-11-01T16:46:01.5097313Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2024-11-01T16:46:01.5100124Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2024-11-01T16:46:01.5102988Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2024-11-01T16:46:01.5105894Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2024-11-01T16:46:01.5109871Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2024-11-01T16:46:01.5113746Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2024-11-01T16:46:01.5116914Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2024-11-01T16:46:01.5121090Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2024-11-01T16:46:01.5124275Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2024-11-01T16:46:01.5127143Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2024-11-01T16:46:01.5142857Z adding 'torch/include/torch/csrc/autograd/variable.h' 2024-11-01T16:46:01.5147286Z adding 'torch/include/torch/csrc/autograd/variable_info.h' 2024-11-01T16:46:01.5154486Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2024-11-01T16:46:01.5158393Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2024-11-01T16:46:01.5161805Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2024-11-01T16:46:01.5164816Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2024-11-01T16:46:01.5169628Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2024-11-01T16:46:01.5173526Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2024-11-01T16:46:01.5224497Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2024-11-01T16:46:01.5239283Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2024-11-01T16:46:01.5245782Z adding 'torch/include/torch/csrc/autograd/generated/ViewFuncs.h' 2024-11-01T16:46:01.5249893Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2024-11-01T16:46:01.5253493Z adding 'torch/include/torch/csrc/autograd/generated/python_return_types.h' 2024-11-01T16:46:01.5261694Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2024-11-01T16:46:01.5266941Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2024-11-01T16:46:01.5270873Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2024-11-01T16:46:01.5274254Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2024-11-01T16:46:01.5277488Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2024-11-01T16:46:01.5280720Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2024-11-01T16:46:01.5284492Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2024-11-01T16:46:01.5290190Z adding 'torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h' 2024-11-01T16:46:01.5293409Z adding 'torch/include/torch/csrc/cuda/Event.h' 2024-11-01T16:46:01.5296429Z adding 'torch/include/torch/csrc/cuda/GdsFile.h' 2024-11-01T16:46:01.5299386Z adding 'torch/include/torch/csrc/cuda/Module.h' 2024-11-01T16:46:01.5302480Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2024-11-01T16:46:01.5305716Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2024-11-01T16:46:01.5309004Z adding 'torch/include/torch/csrc/cuda/comm.h' 2024-11-01T16:46:01.5312141Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2024-11-01T16:46:01.5315354Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2024-11-01T16:46:01.5319457Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2024-11-01T16:46:01.5322627Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2024-11-01T16:46:01.5325677Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2024-11-01T16:46:01.5332416Z adding 'torch/include/torch/csrc/distributed/autograd/context/container.h' 2024-11-01T16:46:01.5337338Z adding 'torch/include/torch/csrc/distributed/autograd/context/context.h' 2024-11-01T16:46:01.5341868Z adding 'torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h' 2024-11-01T16:46:01.5345255Z adding 'torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h' 2024-11-01T16:46:01.5349632Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h' 2024-11-01T16:46:01.5352982Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h' 2024-11-01T16:46:01.5356162Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h' 2024-11-01T16:46:01.5359486Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h' 2024-11-01T16:46:01.5362695Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h' 2024-11-01T16:46:01.5366472Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h' 2024-11-01T16:46:01.5370238Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h' 2024-11-01T16:46:01.5373807Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h' 2024-11-01T16:46:01.5377149Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h' 2024-11-01T16:46:01.5380249Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h' 2024-11-01T16:46:01.5387185Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2024-11-01T16:46:01.5390929Z adding 'torch/include/torch/csrc/distributed/c10d/Backoff.hpp' 2024-11-01T16:46:01.5396840Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory-inl.h' 2024-11-01T16:46:01.5401037Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory.hpp' 2024-11-01T16:46:01.5404473Z adding 'torch/include/torch/csrc/distributed/c10d/DMAConnectivity.hpp' 2024-11-01T16:46:01.5408373Z adding 'torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp' 2024-11-01T16:46:01.5411895Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2024-11-01T16:46:01.5414793Z adding 'torch/include/torch/csrc/distributed/c10d/Functional.hpp' 2024-11-01T16:46:01.5418455Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2024-11-01T16:46:01.5421569Z adding 'torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp' 2024-11-01T16:46:01.5424793Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2024-11-01T16:46:01.5435442Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2024-11-01T16:46:01.5439450Z adding 'torch/include/torch/csrc/distributed/c10d/NanCheck.hpp' 2024-11-01T16:46:01.5444271Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2024-11-01T16:46:01.5448430Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2024-11-01T16:46:01.5458007Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2024-11-01T16:46:01.5465272Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2024-11-01T16:46:01.5470661Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2024-11-01T16:46:01.5491015Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2024-11-01T16:46:01.5497997Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2024-11-01T16:46:01.5502423Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2024-11-01T16:46:01.5506995Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2024-11-01T16:46:01.5510774Z adding 'torch/include/torch/csrc/distributed/c10d/RankLocal.hpp' 2024-11-01T16:46:01.5514524Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2024-11-01T16:46:01.5519287Z adding 'torch/include/torch/csrc/distributed/c10d/SymmetricMemory.hpp' 2024-11-01T16:46:01.5523523Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2024-11-01T16:46:01.5527083Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp' 2024-11-01T16:46:01.5532475Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2024-11-01T16:46:01.5536974Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2024-11-01T16:46:01.5540739Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2024-11-01T16:46:01.5545036Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2024-11-01T16:46:01.5548340Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2024-11-01T16:46:01.5556563Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2024-11-01T16:46:01.5560343Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2024-11-01T16:46:01.5564681Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2024-11-01T16:46:01.5567740Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2024-11-01T16:46:01.5571744Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2024-11-01T16:46:01.5574973Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2024-11-01T16:46:01.5578350Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2024-11-01T16:46:01.5581533Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2024-11-01T16:46:01.5584719Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2024-11-01T16:46:01.5588292Z adding 'torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp' 2024-11-01T16:46:01.5592785Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2024-11-01T16:46:01.5596503Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2024-11-01T16:46:01.5599922Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2024-11-01T16:46:01.5611152Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2024-11-01T16:46:01.5615403Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2024-11-01T16:46:01.5619018Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2024-11-01T16:46:01.5622595Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2024-11-01T16:46:01.5625877Z adding 'torch/include/torch/csrc/distributed/c10d/socket_fmt.h' 2024-11-01T16:46:01.5630676Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2024-11-01T16:46:01.5635552Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2024-11-01T16:46:01.5639569Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2024-11-01T16:46:01.5642844Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2024-11-01T16:46:01.5646540Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2024-11-01T16:46:01.5649911Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2024-11-01T16:46:01.5653109Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2024-11-01T16:46:01.5657446Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2024-11-01T16:46:01.5660841Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2024-11-01T16:46:01.5664389Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2024-11-01T16:46:01.5668152Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2024-11-01T16:46:01.5671157Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2024-11-01T16:46:01.5677912Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2024-11-01T16:46:01.5681639Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2024-11-01T16:46:01.5689959Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2024-11-01T16:46:01.5698378Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2024-11-01T16:46:01.5702829Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2024-11-01T16:46:01.5706599Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2024-11-01T16:46:01.5710290Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2024-11-01T16:46:01.5713607Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2024-11-01T16:46:01.5721592Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2024-11-01T16:46:01.5726307Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2024-11-01T16:46:01.5729974Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2024-11-01T16:46:01.5733239Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2024-11-01T16:46:01.5736847Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2024-11-01T16:46:01.5740582Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2024-11-01T16:46:01.5744462Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2024-11-01T16:46:01.5749142Z adding 'torch/include/torch/csrc/dynamo/cache_entry.h' 2024-11-01T16:46:01.5759314Z adding 'torch/include/torch/csrc/dynamo/compiled_autograd.h' 2024-11-01T16:46:01.5762965Z adding 'torch/include/torch/csrc/dynamo/cpp_shim.h' 2024-11-01T16:46:01.5766282Z adding 'torch/include/torch/csrc/dynamo/cpython_defs.h' 2024-11-01T16:46:01.5769665Z adding 'torch/include/torch/csrc/dynamo/cpython_includes.h' 2024-11-01T16:46:01.5773310Z adding 'torch/include/torch/csrc/dynamo/debug_macros.h' 2024-11-01T16:46:01.5776419Z adding 'torch/include/torch/csrc/dynamo/eval_frame.h' 2024-11-01T16:46:01.5780774Z adding 'torch/include/torch/csrc/dynamo/extra_state.h' 2024-11-01T16:46:01.5783996Z adding 'torch/include/torch/csrc/dynamo/framelocals_mapping.h' 2024-11-01T16:46:01.5787642Z adding 'torch/include/torch/csrc/dynamo/guards.h' 2024-11-01T16:46:01.5790663Z adding 'torch/include/torch/csrc/dynamo/init.h' 2024-11-01T16:46:01.5793793Z adding 'torch/include/torch/csrc/dynamo/python_compiled_autograd.h' 2024-11-01T16:46:01.5796675Z adding 'torch/include/torch/csrc/dynamo/utils.h' 2024-11-01T16:46:01.5800880Z adding 'torch/include/torch/csrc/inductor/inductor_ops.h' 2024-11-01T16:46:01.5804997Z adding 'torch/include/torch/csrc/inductor/aoti_package/model_package_loader.h' 2024-11-01T16:46:01.5807828Z adding 'torch/include/torch/csrc/inductor/aoti_package/pybind.h' 2024-11-01T16:46:01.5812593Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h' 2024-11-01T16:46:01.5815952Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h' 2024-11-01T16:46:01.5819122Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h' 2024-11-01T16:46:01.5822097Z adding 'torch/include/torch/csrc/inductor/aoti_runner/pybind.h' 2024-11-01T16:46:01.5828520Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h' 2024-11-01T16:46:01.5832402Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h' 2024-11-01T16:46:01.5836810Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/interface.h' 2024-11-01T16:46:01.5845660Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model.h' 2024-11-01T16:46:01.5853693Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model_container.h' 2024-11-01T16:46:01.5857619Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h' 2024-11-01T16:46:01.5861415Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h' 2024-11-01T16:46:01.5865565Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils.h' 2024-11-01T16:46:01.5869159Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h' 2024-11-01T16:46:01.5873362Z adding 'torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h' 2024-11-01T16:46:01.5877128Z adding 'torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h' 2024-11-01T16:46:01.5880295Z adding 'torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h' 2024-11-01T16:46:01.5883600Z adding 'torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h' 2024-11-01T16:46:01.5887767Z adding 'torch/include/torch/csrc/inductor/aoti_torch/utils.h' 2024-11-01T16:46:01.5896709Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim.h' 2024-11-01T16:46:01.5901262Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_mkldnn.h' 2024-11-01T16:46:01.5908420Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h' 2024-11-01T16:46:01.5916115Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h' 2024-11-01T16:46:01.5921712Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2024-11-01T16:46:01.5925125Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2024-11-01T16:46:01.5928301Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2024-11-01T16:46:01.5934947Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2024-11-01T16:46:01.5939652Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2024-11-01T16:46:01.5943570Z adding 'torch/include/torch/csrc/jit/api/method.h' 2024-11-01T16:46:01.5953485Z adding 'torch/include/torch/csrc/jit/api/module.h' 2024-11-01T16:46:01.5958478Z adding 'torch/include/torch/csrc/jit/api/object.h' 2024-11-01T16:46:01.5963246Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2024-11-01T16:46:01.5968180Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2024-11-01T16:46:01.5971861Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2024-11-01T16:46:01.5975243Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2024-11-01T16:46:01.5978757Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2024-11-01T16:46:01.5981751Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2024-11-01T16:46:01.5985055Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2024-11-01T16:46:01.5987989Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2024-11-01T16:46:01.5991031Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2024-11-01T16:46:01.5995599Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2024-11-01T16:46:01.5999709Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2024-11-01T16:46:01.6002775Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2024-11-01T16:46:01.6007933Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2024-11-01T16:46:01.6011138Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2024-11-01T16:46:01.6014048Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2024-11-01T16:46:01.6017268Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2024-11-01T16:46:01.6020234Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2024-11-01T16:46:01.6023331Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2024-11-01T16:46:01.6026312Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2024-11-01T16:46:01.6029651Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2024-11-01T16:46:01.6038523Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2024-11-01T16:46:01.6042947Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2024-11-01T16:46:01.6046528Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2024-11-01T16:46:01.6050660Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2024-11-01T16:46:01.6054289Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2024-11-01T16:46:01.6057788Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2024-11-01T16:46:01.6061578Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2024-11-01T16:46:01.6065583Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2024-11-01T16:46:01.6069370Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2024-11-01T16:46:01.6072821Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2024-11-01T16:46:01.6079589Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2024-11-01T16:46:01.6083245Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2024-11-01T16:46:01.6086389Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2024-11-01T16:46:01.6096726Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2024-11-01T16:46:01.6103033Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2024-11-01T16:46:01.6108008Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2024-11-01T16:46:01.6119964Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2024-11-01T16:46:01.6124007Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2024-11-01T16:46:01.6131440Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2024-11-01T16:46:01.6135723Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2024-11-01T16:46:01.6139275Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2024-11-01T16:46:01.6143482Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2024-11-01T16:46:01.6146693Z adding 'torch/include/torch/csrc/jit/ir/graph_utils.h' 2024-11-01T16:46:01.6167519Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2024-11-01T16:46:01.6172850Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2024-11-01T16:46:01.6176207Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2024-11-01T16:46:01.6179752Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2024-11-01T16:46:01.6182782Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2024-11-01T16:46:01.6187247Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2024-11-01T16:46:01.6191503Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2024-11-01T16:46:01.6194608Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2024-11-01T16:46:01.6198826Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2024-11-01T16:46:01.6202231Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2024-11-01T16:46:01.6206769Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2024-11-01T16:46:01.6211023Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2024-11-01T16:46:01.6214910Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2024-11-01T16:46:01.6218099Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2024-11-01T16:46:01.6222029Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2024-11-01T16:46:01.6225200Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2024-11-01T16:46:01.6228401Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2024-11-01T16:46:01.6232129Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2024-11-01T16:46:01.6235271Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2024-11-01T16:46:01.6239570Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2024-11-01T16:46:01.6243539Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2024-11-01T16:46:01.6246777Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2024-11-01T16:46:01.6249902Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2024-11-01T16:46:01.6252940Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2024-11-01T16:46:01.6256846Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2024-11-01T16:46:01.6260099Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2024-11-01T16:46:01.6263337Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2024-11-01T16:46:01.6266775Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2024-11-01T16:46:01.6270107Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2024-11-01T16:46:01.6274604Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2024-11-01T16:46:01.6279984Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2024-11-01T16:46:01.6282899Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2024-11-01T16:46:01.6285767Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2024-11-01T16:46:01.6288919Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2024-11-01T16:46:01.6291764Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2024-11-01T16:46:01.6294798Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2024-11-01T16:46:01.6297796Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2024-11-01T16:46:01.6300594Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2024-11-01T16:46:01.6303535Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2024-11-01T16:46:01.6306754Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2024-11-01T16:46:01.6309757Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2024-11-01T16:46:01.6312695Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2024-11-01T16:46:01.6315839Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2024-11-01T16:46:01.6319427Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2024-11-01T16:46:01.6322667Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2024-11-01T16:46:01.6325583Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2024-11-01T16:46:01.6328971Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2024-11-01T16:46:01.6331979Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2024-11-01T16:46:01.6334959Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2024-11-01T16:46:01.6337958Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2024-11-01T16:46:01.6341011Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2024-11-01T16:46:01.6344224Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2024-11-01T16:46:01.6347713Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2024-11-01T16:46:01.6351274Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2024-11-01T16:46:01.6354430Z adding 'torch/include/torch/csrc/jit/passes/fold_linear_bn.h' 2024-11-01T16:46:01.6357971Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2024-11-01T16:46:01.6361432Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2024-11-01T16:46:01.6364897Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2024-11-01T16:46:01.6368338Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2024-11-01T16:46:01.6371877Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2024-11-01T16:46:01.6375257Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_folding.h' 2024-11-01T16:46:01.6378756Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2024-11-01T16:46:01.6382164Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2024-11-01T16:46:01.6385750Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2024-11-01T16:46:01.6389061Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2024-11-01T16:46:01.6392587Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2024-11-01T16:46:01.6396147Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2024-11-01T16:46:01.6399146Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2024-11-01T16:46:01.6402237Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2024-11-01T16:46:01.6405183Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2024-11-01T16:46:01.6408280Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2024-11-01T16:46:01.6411265Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2024-11-01T16:46:01.6414250Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2024-11-01T16:46:01.6417122Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2024-11-01T16:46:01.6420021Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2024-11-01T16:46:01.6422968Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2024-11-01T16:46:01.6425934Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2024-11-01T16:46:01.6428929Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2024-11-01T16:46:01.6432209Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2024-11-01T16:46:01.6435177Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2024-11-01T16:46:01.6438220Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2024-11-01T16:46:01.6441473Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2024-11-01T16:46:01.6444526Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2024-11-01T16:46:01.6447532Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2024-11-01T16:46:01.6450487Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2024-11-01T16:46:01.6453427Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2024-11-01T16:46:01.6456673Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2024-11-01T16:46:01.6459638Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2024-11-01T16:46:01.6463787Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2024-11-01T16:46:01.6466907Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2024-11-01T16:46:01.6470115Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2024-11-01T16:46:01.6473358Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2024-11-01T16:46:01.6476708Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2024-11-01T16:46:01.6479706Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2024-11-01T16:46:01.6482631Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2024-11-01T16:46:01.6485541Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2024-11-01T16:46:01.6488466Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2024-11-01T16:46:01.6491545Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2024-11-01T16:46:01.6494402Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2024-11-01T16:46:01.6497322Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2024-11-01T16:46:01.6500785Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2024-11-01T16:46:01.6503810Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2024-11-01T16:46:01.6506863Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2024-11-01T16:46:01.6509823Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2024-11-01T16:46:01.6513147Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2024-11-01T16:46:01.6516322Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2024-11-01T16:46:01.6519445Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2024-11-01T16:46:01.6523349Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2024-11-01T16:46:01.6526972Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2024-11-01T16:46:01.6530391Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2024-11-01T16:46:01.6534439Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2024-11-01T16:46:01.6538033Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2024-11-01T16:46:01.6541439Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2024-11-01T16:46:01.6544689Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2024-11-01T16:46:01.6547759Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2024-11-01T16:46:01.6550914Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2024-11-01T16:46:01.6553998Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2024-11-01T16:46:01.6558083Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2024-11-01T16:46:01.6561517Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2024-11-01T16:46:01.6564592Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2024-11-01T16:46:01.6568972Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2024-11-01T16:46:01.6572641Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2024-11-01T16:46:01.6576047Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2024-11-01T16:46:01.6586640Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2024-11-01T16:46:01.6591093Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2024-11-01T16:46:01.6594103Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2024-11-01T16:46:01.6598030Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2024-11-01T16:46:01.6602571Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2024-11-01T16:46:01.6605956Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2024-11-01T16:46:01.6608957Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2024-11-01T16:46:01.6612418Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2024-11-01T16:46:01.6616307Z adding 'torch/include/torch/csrc/jit/python/init.h' 2024-11-01T16:46:01.6619638Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2024-11-01T16:46:01.6624163Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2024-11-01T16:46:01.6640734Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2024-11-01T16:46:01.6645700Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2024-11-01T16:46:01.6648860Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2024-11-01T16:46:01.6652581Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2024-11-01T16:46:01.6655986Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2024-11-01T16:46:01.6659935Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2024-11-01T16:46:01.6664362Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2024-11-01T16:46:01.6669648Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2024-11-01T16:46:01.6673196Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2024-11-01T16:46:01.6676177Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2024-11-01T16:46:01.6679015Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2024-11-01T16:46:01.6681965Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2024-11-01T16:46:01.6684820Z adding 'torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h' 2024-11-01T16:46:01.6693190Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2024-11-01T16:46:01.6697583Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2024-11-01T16:46:01.6701363Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2024-11-01T16:46:01.6704591Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2024-11-01T16:46:01.6707808Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2024-11-01T16:46:01.6710901Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2024-11-01T16:46:01.6713908Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2024-11-01T16:46:01.6717972Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2024-11-01T16:46:01.6722028Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2024-11-01T16:46:01.6726354Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2024-11-01T16:46:01.6730735Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2024-11-01T16:46:01.6735067Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2024-11-01T16:46:01.6738401Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2024-11-01T16:46:01.6741314Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2024-11-01T16:46:01.6744808Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2024-11-01T16:46:01.6750468Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2024-11-01T16:46:01.6754635Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2024-11-01T16:46:01.6758005Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2024-11-01T16:46:01.6761767Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2024-11-01T16:46:01.6767661Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2024-11-01T16:46:01.6778811Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2024-11-01T16:46:01.6784036Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2024-11-01T16:46:01.6787782Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2024-11-01T16:46:01.6791257Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2024-11-01T16:46:01.6794898Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2024-11-01T16:46:01.6798197Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2024-11-01T16:46:01.6801239Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2024-11-01T16:46:01.6805155Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2024-11-01T16:46:01.6808461Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2024-11-01T16:46:01.6811485Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2024-11-01T16:46:01.6815322Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2024-11-01T16:46:01.6820319Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2024-11-01T16:46:01.6825817Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2024-11-01T16:46:01.6829570Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2024-11-01T16:46:01.6833583Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2024-11-01T16:46:01.6836683Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2024-11-01T16:46:01.6840162Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2024-11-01T16:46:01.6843438Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2024-11-01T16:46:01.6846518Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2024-11-01T16:46:01.6849722Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2024-11-01T16:46:01.6852755Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2024-11-01T16:46:01.6856421Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2024-11-01T16:46:01.6876487Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2024-11-01T16:46:01.6881864Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2024-11-01T16:46:01.6885790Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2024-11-01T16:46:01.6892594Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2024-11-01T16:46:01.6896350Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2024-11-01T16:46:01.6899979Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2024-11-01T16:46:01.6903177Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2024-11-01T16:46:01.6906510Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2024-11-01T16:46:01.6909766Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2024-11-01T16:46:01.6914654Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2024-11-01T16:46:01.6920914Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2024-11-01T16:46:01.6925065Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2024-11-01T16:46:01.6928669Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2024-11-01T16:46:01.6932727Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2024-11-01T16:46:01.6937570Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2024-11-01T16:46:01.6941347Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2024-11-01T16:46:01.6944500Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2024-11-01T16:46:01.6949164Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2024-11-01T16:46:01.6953129Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2024-11-01T16:46:01.6958154Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2024-11-01T16:46:01.6961887Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2024-11-01T16:46:01.6967793Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2024-11-01T16:46:01.6971920Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2024-11-01T16:46:01.6975109Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2024-11-01T16:46:01.6978683Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2024-11-01T16:46:01.6982278Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2024-11-01T16:46:01.6986321Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2024-11-01T16:46:01.6990673Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2024-11-01T16:46:01.6995315Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2024-11-01T16:46:01.6998610Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2024-11-01T16:46:01.7006306Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2024-11-01T16:46:01.7010231Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2024-11-01T16:46:01.7013602Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2024-11-01T16:46:01.7017422Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2024-11-01T16:46:01.7023800Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2024-11-01T16:46:01.7027373Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2024-11-01T16:46:01.7030741Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2024-11-01T16:46:01.7037302Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2024-11-01T16:46:01.7041508Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2024-11-01T16:46:01.7045033Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2024-11-01T16:46:01.7054155Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2024-11-01T16:46:01.7057847Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2024-11-01T16:46:01.7060979Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2024-11-01T16:46:01.7067307Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2024-11-01T16:46:01.7072456Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2024-11-01T16:46:01.7080565Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2024-11-01T16:46:01.7091093Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2024-11-01T16:46:01.7097168Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2024-11-01T16:46:01.7100484Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2024-11-01T16:46:01.7104344Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2024-11-01T16:46:01.7108269Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2024-11-01T16:46:01.7112211Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2024-11-01T16:46:01.7117090Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2024-11-01T16:46:01.7120624Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2024-11-01T16:46:01.7124446Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2024-11-01T16:46:01.7128621Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2024-11-01T16:46:01.7132020Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2024-11-01T16:46:01.7135299Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2024-11-01T16:46:01.7139033Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2024-11-01T16:46:01.7142132Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2024-11-01T16:46:01.7145246Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2024-11-01T16:46:01.7149565Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2024-11-01T16:46:01.7152843Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2024-11-01T16:46:01.7157718Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2024-11-01T16:46:01.7161302Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2024-11-01T16:46:01.7165527Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2024-11-01T16:46:01.7169488Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2024-11-01T16:46:01.7174300Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2024-11-01T16:46:01.7177610Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2024-11-01T16:46:01.7180864Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2024-11-01T16:46:01.7184430Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2024-11-01T16:46:01.7188936Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2024-11-01T16:46:01.7192804Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2024-11-01T16:46:01.7197842Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2024-11-01T16:46:01.7202005Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2024-11-01T16:46:01.7205306Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2024-11-01T16:46:01.7208553Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2024-11-01T16:46:01.7211957Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2024-11-01T16:46:01.7218437Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2024-11-01T16:46:01.7223603Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2024-11-01T16:46:01.7227283Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2024-11-01T16:46:01.7230710Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2024-11-01T16:46:01.7234043Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2024-11-01T16:46:01.7239024Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2024-11-01T16:46:01.7245357Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2024-11-01T16:46:01.7249044Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2024-11-01T16:46:01.7252650Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2024-11-01T16:46:01.7255866Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2024-11-01T16:46:01.7259428Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2024-11-01T16:46:01.7262725Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2024-11-01T16:46:01.7266286Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2024-11-01T16:46:01.7270726Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2024-11-01T16:46:01.7274572Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2024-11-01T16:46:01.7277603Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2024-11-01T16:46:01.7281478Z adding 'torch/include/torch/csrc/lazy/python/python_util.h' 2024-11-01T16:46:01.7285358Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2024-11-01T16:46:01.7288793Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2024-11-01T16:46:01.7292371Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2024-11-01T16:46:01.7295507Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2024-11-01T16:46:01.7298837Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2024-11-01T16:46:01.7302064Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2024-11-01T16:46:01.7305294Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2024-11-01T16:46:01.7309433Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2024-11-01T16:46:01.7313442Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2024-11-01T16:46:01.7316739Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2024-11-01T16:46:01.7320648Z adding 'torch/include/torch/csrc/onnx/back_compat.h' 2024-11-01T16:46:01.7323572Z adding 'torch/include/torch/csrc/onnx/init.h' 2024-11-01T16:46:01.7326728Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2024-11-01T16:46:01.7330758Z adding 'torch/include/torch/csrc/profiler/api.h' 2024-11-01T16:46:01.7338846Z adding 'torch/include/torch/csrc/profiler/collection.h' 2024-11-01T16:46:01.7343036Z adding 'torch/include/torch/csrc/profiler/combined_traceback.h' 2024-11-01T16:46:01.7347616Z adding 'torch/include/torch/csrc/profiler/containers.h' 2024-11-01T16:46:01.7351788Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2024-11-01T16:46:01.7355294Z adding 'torch/include/torch/csrc/profiler/events.h' 2024-11-01T16:46:01.7358394Z adding 'torch/include/torch/csrc/profiler/kineto_client_interface.h' 2024-11-01T16:46:01.7362163Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2024-11-01T16:46:01.7365559Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2024-11-01T16:46:01.7369197Z adding 'torch/include/torch/csrc/profiler/perf.h' 2024-11-01T16:46:01.7373588Z adding 'torch/include/torch/csrc/profiler/util.h' 2024-11-01T16:46:01.7379072Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2024-11-01T16:46:01.7382878Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2024-11-01T16:46:01.7386069Z adding 'torch/include/torch/csrc/profiler/orchestration/vulkan.h' 2024-11-01T16:46:01.7390768Z adding 'torch/include/torch/csrc/profiler/python/combined_traceback.h' 2024-11-01T16:46:01.7393990Z adding 'torch/include/torch/csrc/profiler/python/init.h' 2024-11-01T16:46:01.7397149Z adding 'torch/include/torch/csrc/profiler/python/pybind.h' 2024-11-01T16:46:01.7401375Z adding 'torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h' 2024-11-01T16:46:01.7404293Z adding 'torch/include/torch/csrc/profiler/standalone/itt_observer.h' 2024-11-01T16:46:01.7407307Z adding 'torch/include/torch/csrc/profiler/standalone/nvtx_observer.h' 2024-11-01T16:46:01.7410665Z adding 'torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h' 2024-11-01T16:46:01.7414492Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2024-11-01T16:46:01.7418898Z adding 'torch/include/torch/csrc/profiler/unwind/action.h' 2024-11-01T16:46:01.7422512Z adding 'torch/include/torch/csrc/profiler/unwind/communicate.h' 2024-11-01T16:46:01.7427437Z adding 'torch/include/torch/csrc/profiler/unwind/debug_info.h' 2024-11-01T16:46:01.7431018Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_enums.h' 2024-11-01T16:46:01.7435174Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h' 2024-11-01T16:46:01.7438959Z adding 'torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h' 2024-11-01T16:46:01.7442762Z adding 'torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h' 2024-11-01T16:46:01.7448582Z adding 'torch/include/torch/csrc/profiler/unwind/fde.h' 2024-11-01T16:46:01.7453448Z adding 'torch/include/torch/csrc/profiler/unwind/lexer.h' 2024-11-01T16:46:01.7459606Z adding 'torch/include/torch/csrc/profiler/unwind/line_number_program.h' 2024-11-01T16:46:01.7464330Z adding 'torch/include/torch/csrc/profiler/unwind/mem_file.h' 2024-11-01T16:46:01.7467968Z adding 'torch/include/torch/csrc/profiler/unwind/range_table.h' 2024-11-01T16:46:01.7472036Z adding 'torch/include/torch/csrc/profiler/unwind/sections.h' 2024-11-01T16:46:01.7475571Z adding 'torch/include/torch/csrc/profiler/unwind/unwind.h' 2024-11-01T16:46:01.7478854Z adding 'torch/include/torch/csrc/profiler/unwind/unwind_error.h' 2024-11-01T16:46:01.7482563Z adding 'torch/include/torch/csrc/profiler/unwind/unwinder.h' 2024-11-01T16:46:01.7486755Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2024-11-01T16:46:01.7491858Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2024-11-01T16:46:01.7494905Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2024-11-01T16:46:01.7497920Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2024-11-01T16:46:01.7501313Z adding 'torch/include/torch/csrc/utils/device_lazy_init.h' 2024-11-01T16:46:01.7504920Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2024-11-01T16:46:01.7507809Z adding 'torch/include/torch/csrc/utils/init.h' 2024-11-01T16:46:01.7510999Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2024-11-01T16:46:01.7513952Z adding 'torch/include/torch/csrc/utils/nested.h' 2024-11-01T16:46:01.7516919Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2024-11-01T16:46:01.7520202Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2024-11-01T16:46:01.7523140Z adding 'torch/include/torch/csrc/utils/out_types.h' 2024-11-01T16:46:01.7528609Z adding 'torch/include/torch/csrc/utils/pybind.h' 2024-11-01T16:46:01.7532055Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2024-11-01T16:46:01.7534941Z adding 'torch/include/torch/csrc/utils/pyobject_preservation.h' 2024-11-01T16:46:01.7548218Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2024-11-01T16:46:01.7552544Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2024-11-01T16:46:01.7555575Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2024-11-01T16:46:01.7559506Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2024-11-01T16:46:01.7563050Z adding 'torch/include/torch/csrc/utils/python_raii.h' 2024-11-01T16:46:01.7566923Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2024-11-01T16:46:01.7570969Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2024-11-01T16:46:01.7573984Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2024-11-01T16:46:01.7578120Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2024-11-01T16:46:01.7581532Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2024-11-01T16:46:01.7584549Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2024-11-01T16:46:01.7597539Z adding 'torch/include/torch/csrc/utils/pythoncapi_compat.h' 2024-11-01T16:46:01.7602286Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2024-11-01T16:46:01.7605784Z adding 'torch/include/torch/csrc/utils/six.h' 2024-11-01T16:46:01.7608792Z adding 'torch/include/torch/csrc/utils/structseq.h' 2024-11-01T16:46:01.7611843Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2024-11-01T16:46:01.7614722Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2024-11-01T16:46:01.7618377Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2024-11-01T16:46:01.7621280Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2024-11-01T16:46:01.7624193Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2024-11-01T16:46:01.7627234Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2024-11-01T16:46:01.7630865Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2024-11-01T16:46:01.7634175Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2024-11-01T16:46:01.7637101Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2024-11-01T16:46:01.7640230Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2024-11-01T16:46:01.7644661Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2024-11-01T16:46:01.7649567Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2024-11-01T16:46:01.7653182Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2024-11-01T16:46:01.7657307Z adding 'torch/include/torch/csrc/utils/variadic.h' 2024-11-01T16:46:01.7660336Z adding 'torch/include/torch/csrc/utils/verbose.h' 2024-11-01T16:46:01.7664192Z adding 'torch/include/torch/csrc/xpu/Event.h' 2024-11-01T16:46:01.7667187Z adding 'torch/include/torch/csrc/xpu/Module.h' 2024-11-01T16:46:01.7670254Z adding 'torch/include/torch/csrc/xpu/Stream.h' 2024-11-01T16:46:01.7676803Z adding 'torch/jit/__init__.py' 2024-11-01T16:46:01.7681134Z adding 'torch/jit/_async.py' 2024-11-01T16:46:01.7684450Z adding 'torch/jit/_await.py' 2024-11-01T16:46:01.7688827Z adding 'torch/jit/_builtins.py' 2024-11-01T16:46:01.7694167Z adding 'torch/jit/_check.py' 2024-11-01T16:46:01.7699168Z adding 'torch/jit/_dataclass_impls.py' 2024-11-01T16:46:01.7702493Z adding 'torch/jit/_decomposition_utils.py' 2024-11-01T16:46:01.7706482Z adding 'torch/jit/_decompositions.py' 2024-11-01T16:46:01.7711960Z adding 'torch/jit/_freeze.py' 2024-11-01T16:46:01.7716733Z adding 'torch/jit/_fuser.py' 2024-11-01T16:46:01.7720531Z adding 'torch/jit/_ir_utils.py' 2024-11-01T16:46:01.7723372Z adding 'torch/jit/_logging.py' 2024-11-01T16:46:01.7728855Z adding 'torch/jit/_monkeytype_config.py' 2024-11-01T16:46:01.7732333Z adding 'torch/jit/_pickle.py' 2024-11-01T16:46:01.7748588Z adding 'torch/jit/_recursive.py' 2024-11-01T16:46:01.7774757Z adding 'torch/jit/_script.py' 2024-11-01T16:46:01.7781129Z adding 'torch/jit/_script.pyi' 2024-11-01T16:46:01.7786521Z adding 'torch/jit/_serialization.py' 2024-11-01T16:46:01.7802454Z adding 'torch/jit/_shape_functions.py' 2024-11-01T16:46:01.7807389Z adding 'torch/jit/_state.py' 2024-11-01T16:46:01.7827920Z adding 'torch/jit/_trace.py' 2024-11-01T16:46:01.7837789Z adding 'torch/jit/annotations.py' 2024-11-01T16:46:01.7854376Z adding 'torch/jit/frontend.py' 2024-11-01T16:46:01.7858672Z adding 'torch/jit/generate_bytecode.py' 2024-11-01T16:46:01.7862074Z adding 'torch/jit/quantized.py' 2024-11-01T16:46:01.7867493Z adding 'torch/jit/supported_ops.py' 2024-11-01T16:46:01.7871464Z adding 'torch/jit/unsupported_tensor_ops.py' 2024-11-01T16:46:01.7875239Z adding 'torch/jit/_passes/__init__.py' 2024-11-01T16:46:01.7878691Z adding 'torch/jit/_passes/_property_propagation.py' 2024-11-01T16:46:01.7883963Z adding 'torch/jit/mobile/__init__.py' 2024-11-01T16:46:01.9391288Z adding 'torch/lib/XNNPACK.lib' 2024-11-01T16:46:01.9475385Z adding 'torch/lib/_C.lib' 2024-11-01T16:46:01.9580824Z adding 'torch/lib/aoti_custom_ops.dll' 2024-11-01T16:46:01.9593431Z adding 'torch/lib/aoti_custom_ops.lib' 2024-11-01T16:46:01.9795375Z adding 'torch/lib/asmjit.dll' 2024-11-01T16:46:01.9828148Z adding 'torch/lib/asmjit.lib' 2024-11-01T16:46:01.9937721Z adding 'torch/lib/backend_with_compiler.dll' 2024-11-01T16:46:01.9951335Z adding 'torch/lib/backend_with_compiler.lib' 2024-11-01T16:46:02.0379008Z adding 'torch/lib/c10.dll' 2024-11-01T16:46:02.0558736Z adding 'torch/lib/c10.lib' 2024-11-01T16:46:02.0623134Z adding 'torch/lib/cpuinfo.lib' 2024-11-01T16:46:16.8099208Z adding 'torch/lib/dnnl.lib' 2024-11-01T16:46:18.4173027Z adding 'torch/lib/fbgemm.dll' 2024-11-01T16:46:18.4464078Z adding 'torch/lib/fbgemm.lib' 2024-11-01T16:46:18.4926708Z adding 'torch/lib/fmt.lib' 2024-11-01T16:46:18.5045973Z adding 'torch/lib/jitbackend_test.dll' 2024-11-01T16:46:18.5058116Z adding 'torch/lib/jitbackend_test.lib' 2024-11-01T16:46:19.0299236Z adding 'torch/lib/kineto.lib' 2024-11-01T16:46:19.2203998Z adding 'torch/lib/libprotobuf-lite.lib' 2024-11-01T16:46:20.0847854Z adding 'torch/lib/libprotobuf.lib' 2024-11-01T16:46:21.0879664Z adding 'torch/lib/libprotoc.lib' 2024-11-01T16:46:21.1840192Z adding 'torch/lib/pthreadpool.lib' 2024-11-01T16:46:21.1852699Z adding 'torch/lib/shm.dll' 2024-11-01T16:46:21.1857082Z adding 'torch/lib/shm.lib' 2024-11-01T16:46:21.5525421Z adding 'torch/lib/sleef.lib' 2024-11-01T16:46:21.5755310Z adding 'torch/lib/torch.dll' 2024-11-01T16:46:21.5759465Z adding 'torch/lib/torch.lib' 2024-11-01T16:46:27.0923646Z adding 'torch/lib/torch_cpu.dll' 2024-11-01T16:46:27.8894782Z adding 'torch/lib/torch_cpu.lib' 2024-11-01T16:46:27.9538413Z adding 'torch/lib/torch_global_deps.dll' 2024-11-01T16:46:28.6349125Z adding 'torch/lib/torch_python.dll' 2024-11-01T16:46:28.6739333Z adding 'torch/lib/torch_python.lib' 2024-11-01T16:46:28.6953597Z adding 'torch/lib/torchbind_test.dll' 2024-11-01T16:46:28.6973890Z adding 'torch/lib/torchbind_test.lib' 2024-11-01T16:46:28.7013956Z adding 'torch/linalg/__init__.py' 2024-11-01T16:46:28.7021883Z adding 'torch/masked/__init__.py' 2024-11-01T16:46:28.7030085Z adding 'torch/masked/_docs.py' 2024-11-01T16:46:28.7052322Z adding 'torch/masked/_ops.py' 2024-11-01T16:46:28.7057808Z adding 'torch/masked/maskedtensor/__init__.py' 2024-11-01T16:46:28.7064132Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2024-11-01T16:46:28.7068790Z adding 'torch/masked/maskedtensor/binary.py' 2024-11-01T16:46:28.7075031Z adding 'torch/masked/maskedtensor/core.py' 2024-11-01T16:46:28.7078757Z adding 'torch/masked/maskedtensor/creation.py' 2024-11-01T16:46:28.7082364Z adding 'torch/masked/maskedtensor/passthrough.py' 2024-11-01T16:46:28.7086119Z adding 'torch/masked/maskedtensor/reductions.py' 2024-11-01T16:46:28.7090071Z adding 'torch/masked/maskedtensor/unary.py' 2024-11-01T16:46:28.7094127Z adding 'torch/monitor/__init__.py' 2024-11-01T16:46:28.7099054Z adding 'torch/mps/__init__.py' 2024-11-01T16:46:28.7102391Z adding 'torch/mps/event.py' 2024-11-01T16:46:28.7105755Z adding 'torch/mps/profiler.py' 2024-11-01T16:46:28.7112304Z adding 'torch/mtia/__init__.py' 2024-11-01T16:46:28.7115957Z adding 'torch/mtia/_utils.py' 2024-11-01T16:46:28.7120457Z adding 'torch/multiprocessing/__init__.py' 2024-11-01T16:46:28.7123641Z adding 'torch/multiprocessing/_atfork.py' 2024-11-01T16:46:28.7127035Z adding 'torch/multiprocessing/pool.py' 2024-11-01T16:46:28.7130225Z adding 'torch/multiprocessing/queue.py' 2024-11-01T16:46:28.7139041Z adding 'torch/multiprocessing/reductions.py' 2024-11-01T16:46:28.7145962Z adding 'torch/multiprocessing/spawn.py' 2024-11-01T16:46:28.7155160Z adding 'torch/nested/__init__.py' 2024-11-01T16:46:28.7159568Z adding 'torch/nested/_internal/__init__.py' 2024-11-01T16:46:28.7168539Z adding 'torch/nested/_internal/nested_tensor.py' 2024-11-01T16:46:28.7192784Z adding 'torch/nested/_internal/ops.py' 2024-11-01T16:46:28.7205795Z adding 'torch/nested/_internal/sdpa.py' 2024-11-01T16:46:28.7211160Z adding 'torch/nn/__init__.py' 2024-11-01T16:46:28.7214390Z adding 'torch/nn/_reduction.py' 2024-11-01T16:46:28.7217691Z adding 'torch/nn/common_types.py' 2024-11-01T16:46:28.7221242Z adding 'torch/nn/cpp.py' 2024-11-01T16:46:28.7288945Z adding 'torch/nn/functional.py' 2024-11-01T16:46:28.7300303Z adding 'torch/nn/functional.pyi' 2024-11-01T16:46:28.7304864Z adding 'torch/nn/grad.py' 2024-11-01T16:46:28.7313047Z adding 'torch/nn/init.py' 2024-11-01T16:46:28.7319158Z adding 'torch/nn/parameter.py' 2024-11-01T16:46:28.7322607Z adding 'torch/nn/parameter.pyi' 2024-11-01T16:46:28.7327523Z adding 'torch/nn/attention/__init__.py' 2024-11-01T16:46:28.7331105Z adding 'torch/nn/attention/_utils.py' 2024-11-01T16:46:28.7336861Z adding 'torch/nn/attention/bias.py' 2024-11-01T16:46:28.7354540Z adding 'torch/nn/attention/flex_attention.py' 2024-11-01T16:46:28.7359534Z adding 'torch/nn/attention/experimental/__init__.py' 2024-11-01T16:46:28.7364911Z adding 'torch/nn/attention/experimental/_paged_attention.py' 2024-11-01T16:46:28.7368640Z adding 'torch/nn/backends/__init__.py' 2024-11-01T16:46:28.7371465Z adding 'torch/nn/backends/thnn.py' 2024-11-01T16:46:28.7375184Z adding 'torch/nn/intrinsic/__init__.py' 2024-11-01T16:46:28.7378862Z adding 'torch/nn/intrinsic/modules/__init__.py' 2024-11-01T16:46:28.7381824Z adding 'torch/nn/intrinsic/modules/fused.py' 2024-11-01T16:46:28.7385298Z adding 'torch/nn/intrinsic/qat/__init__.py' 2024-11-01T16:46:28.7389012Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2024-11-01T16:46:28.7392101Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2024-11-01T16:46:28.7395112Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2024-11-01T16:46:28.7398169Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2024-11-01T16:46:28.7401870Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2024-11-01T16:46:28.7405322Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2024-11-01T16:46:28.7409368Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2024-11-01T16:46:28.7412037Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2024-11-01T16:46:28.7415785Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2024-11-01T16:46:28.7418721Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2024-11-01T16:46:28.7421568Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2024-11-01T16:46:28.7424460Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2024-11-01T16:46:28.7429775Z adding 'torch/nn/modules/__init__.py' 2024-11-01T16:46:28.7435804Z adding 'torch/nn/modules/_functions.py' 2024-11-01T16:46:28.7452776Z adding 'torch/nn/modules/activation.py' 2024-11-01T16:46:28.7460574Z adding 'torch/nn/modules/adaptive.py' 2024-11-01T16:46:28.7470663Z adding 'torch/nn/modules/batchnorm.py' 2024-11-01T16:46:28.7474954Z adding 'torch/nn/modules/channelshuffle.py' 2024-11-01T16:46:28.7486549Z adding 'torch/nn/modules/container.py' 2024-11-01T16:46:28.7502973Z adding 'torch/nn/modules/conv.py' 2024-11-01T16:46:28.7508537Z adding 'torch/nn/modules/distance.py' 2024-11-01T16:46:28.7513433Z adding 'torch/nn/modules/dropout.py' 2024-11-01T16:46:28.7518045Z adding 'torch/nn/modules/flatten.py' 2024-11-01T16:46:28.7523746Z adding 'torch/nn/modules/fold.py' 2024-11-01T16:46:28.7530374Z adding 'torch/nn/modules/instancenorm.py' 2024-11-01T16:46:28.7536766Z adding 'torch/nn/modules/lazy.py' 2024-11-01T16:46:28.7542174Z adding 'torch/nn/modules/linear.py' 2024-11-01T16:46:28.7567647Z adding 'torch/nn/modules/loss.py' 2024-11-01T16:46:28.7609504Z adding 'torch/nn/modules/module.py' 2024-11-01T16:46:28.7618798Z adding 'torch/nn/modules/normalization.py' 2024-11-01T16:46:28.7625615Z adding 'torch/nn/modules/padding.py' 2024-11-01T16:46:28.7630100Z adding 'torch/nn/modules/pixelshuffle.py' 2024-11-01T16:46:28.7642836Z adding 'torch/nn/modules/pooling.py' 2024-11-01T16:46:28.7662848Z adding 'torch/nn/modules/rnn.py' 2024-11-01T16:46:28.7671700Z adding 'torch/nn/modules/sparse.py' 2024-11-01T16:46:28.7685694Z adding 'torch/nn/modules/transformer.py' 2024-11-01T16:46:28.7692027Z adding 'torch/nn/modules/upsampling.py' 2024-11-01T16:46:28.7695911Z adding 'torch/nn/modules/utils.py' 2024-11-01T16:46:28.7700064Z adding 'torch/nn/parallel/__init__.py' 2024-11-01T16:46:28.7704089Z adding 'torch/nn/parallel/_functions.py' 2024-11-01T16:46:28.7710960Z adding 'torch/nn/parallel/comm.py' 2024-11-01T16:46:28.7715580Z adding 'torch/nn/parallel/data_parallel.py' 2024-11-01T16:46:28.7756696Z adding 'torch/nn/parallel/distributed.py' 2024-11-01T16:46:28.7763159Z adding 'torch/nn/parallel/parallel_apply.py' 2024-11-01T16:46:28.7767709Z adding 'torch/nn/parallel/replicate.py' 2024-11-01T16:46:28.7772007Z adding 'torch/nn/parallel/scatter_gather.py' 2024-11-01T16:46:28.7775824Z adding 'torch/nn/qat/__init__.py' 2024-11-01T16:46:28.7779430Z adding 'torch/nn/qat/dynamic/__init__.py' 2024-11-01T16:46:28.7782962Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2024-11-01T16:46:28.7785922Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2024-11-01T16:46:28.7789650Z adding 'torch/nn/qat/modules/__init__.py' 2024-11-01T16:46:28.7792592Z adding 'torch/nn/qat/modules/conv.py' 2024-11-01T16:46:28.7795524Z adding 'torch/nn/qat/modules/embedding_ops.py' 2024-11-01T16:46:28.7798499Z adding 'torch/nn/qat/modules/linear.py' 2024-11-01T16:46:28.7801977Z adding 'torch/nn/quantizable/__init__.py' 2024-11-01T16:46:28.7805490Z adding 'torch/nn/quantizable/modules/__init__.py' 2024-11-01T16:46:28.7808420Z adding 'torch/nn/quantizable/modules/activation.py' 2024-11-01T16:46:28.7811325Z adding 'torch/nn/quantizable/modules/rnn.py' 2024-11-01T16:46:28.7815085Z adding 'torch/nn/quantized/__init__.py' 2024-11-01T16:46:28.7818003Z adding 'torch/nn/quantized/functional.py' 2024-11-01T16:46:28.7821489Z adding 'torch/nn/quantized/_reference/__init__.py' 2024-11-01T16:46:28.7825329Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2024-11-01T16:46:28.7828309Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2024-11-01T16:46:28.7831296Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2024-11-01T16:46:28.7834261Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2024-11-01T16:46:28.7837326Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2024-11-01T16:46:28.7840325Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2024-11-01T16:46:28.7843853Z adding 'torch/nn/quantized/dynamic/__init__.py' 2024-11-01T16:46:28.7847652Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2024-11-01T16:46:28.7850638Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2024-11-01T16:46:28.7853624Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2024-11-01T16:46:28.7856907Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2024-11-01T16:46:28.7860752Z adding 'torch/nn/quantized/modules/__init__.py' 2024-11-01T16:46:28.7863804Z adding 'torch/nn/quantized/modules/activation.py' 2024-11-01T16:46:28.7866995Z adding 'torch/nn/quantized/modules/batchnorm.py' 2024-11-01T16:46:28.7869959Z adding 'torch/nn/quantized/modules/conv.py' 2024-11-01T16:46:28.7872873Z adding 'torch/nn/quantized/modules/dropout.py' 2024-11-01T16:46:28.7875902Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2024-11-01T16:46:28.7879000Z adding 'torch/nn/quantized/modules/functional_modules.py' 2024-11-01T16:46:28.7881849Z adding 'torch/nn/quantized/modules/linear.py' 2024-11-01T16:46:28.7884831Z adding 'torch/nn/quantized/modules/normalization.py' 2024-11-01T16:46:28.7887687Z adding 'torch/nn/quantized/modules/rnn.py' 2024-11-01T16:46:28.7890734Z adding 'torch/nn/quantized/modules/utils.py' 2024-11-01T16:46:28.7894664Z adding 'torch/nn/utils/__init__.py' 2024-11-01T16:46:28.7898077Z adding 'torch/nn/utils/_deprecation_utils.py' 2024-11-01T16:46:28.7903596Z adding 'torch/nn/utils/_named_member_accessor.py' 2024-11-01T16:46:28.7908300Z adding 'torch/nn/utils/_per_sample_grad.py' 2024-11-01T16:46:28.7913041Z adding 'torch/nn/utils/clip_grad.py' 2024-11-01T16:46:28.7916956Z adding 'torch/nn/utils/convert_parameters.py' 2024-11-01T16:46:28.7921210Z adding 'torch/nn/utils/fusion.py' 2024-11-01T16:46:28.7924890Z adding 'torch/nn/utils/init.py' 2024-11-01T16:46:28.7929210Z adding 'torch/nn/utils/memory_format.py' 2024-11-01T16:46:28.7939526Z adding 'torch/nn/utils/parametrizations.py' 2024-11-01T16:46:28.7953143Z adding 'torch/nn/utils/parametrize.py' 2024-11-01T16:46:28.7971197Z adding 'torch/nn/utils/prune.py' 2024-11-01T16:46:28.7980985Z adding 'torch/nn/utils/rnn.py' 2024-11-01T16:46:28.7992124Z adding 'torch/nn/utils/spectral_norm.py' 2024-11-01T16:46:28.7997219Z adding 'torch/nn/utils/stateless.py' 2024-11-01T16:46:28.8001728Z adding 'torch/nn/utils/weight_norm.py' 2024-11-01T16:46:28.8005894Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2024-11-01T16:46:28.8009657Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2024-11-01T16:46:28.8015203Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2024-11-01T16:46:28.8019240Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2024-11-01T16:46:28.8023558Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2024-11-01T16:46:28.8028391Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2024-11-01T16:46:28.8032326Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2024-11-01T16:46:28.8036193Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2024-11-01T16:46:28.8039940Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2024-11-01T16:46:28.8043455Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2024-11-01T16:46:28.8052561Z adding 'torch/onnx/__init__.py' 2024-11-01T16:46:28.8056188Z adding 'torch/onnx/_constants.py' 2024-11-01T16:46:28.8059613Z adding 'torch/onnx/_deprecation.py' 2024-11-01T16:46:28.8062781Z adding 'torch/onnx/_experimental.py' 2024-11-01T16:46:28.8065773Z adding 'torch/onnx/_exporter_states.py' 2024-11-01T16:46:28.8068927Z adding 'torch/onnx/_flags.py' 2024-11-01T16:46:28.8072435Z adding 'torch/onnx/_globals.py' 2024-11-01T16:46:28.8076202Z adding 'torch/onnx/_onnx_supported_ops.py' 2024-11-01T16:46:28.8081980Z adding 'torch/onnx/_type_utils.py' 2024-11-01T16:46:28.8085989Z adding 'torch/onnx/errors.py' 2024-11-01T16:46:28.8089298Z adding 'torch/onnx/operators.py' 2024-11-01T16:46:28.8093944Z adding 'torch/onnx/symbolic_caffe2.py' 2024-11-01T16:46:28.8122231Z adding 'torch/onnx/symbolic_helper.py' 2024-11-01T16:46:28.8136460Z adding 'torch/onnx/symbolic_opset10.py' 2024-11-01T16:46:28.8156342Z adding 'torch/onnx/symbolic_opset11.py' 2024-11-01T16:46:28.8164022Z adding 'torch/onnx/symbolic_opset12.py' 2024-11-01T16:46:28.8177417Z adding 'torch/onnx/symbolic_opset13.py' 2024-11-01T16:46:28.8183968Z adding 'torch/onnx/symbolic_opset14.py' 2024-11-01T16:46:28.8187812Z adding 'torch/onnx/symbolic_opset15.py' 2024-11-01T16:46:28.8192504Z adding 'torch/onnx/symbolic_opset16.py' 2024-11-01T16:46:28.8197863Z adding 'torch/onnx/symbolic_opset17.py' 2024-11-01T16:46:28.8202651Z adding 'torch/onnx/symbolic_opset18.py' 2024-11-01T16:46:28.8205999Z adding 'torch/onnx/symbolic_opset19.py' 2024-11-01T16:46:28.8209620Z adding 'torch/onnx/symbolic_opset20.py' 2024-11-01T16:46:28.8212993Z adding 'torch/onnx/symbolic_opset7.py' 2024-11-01T16:46:28.8219055Z adding 'torch/onnx/symbolic_opset8.py' 2024-11-01T16:46:28.8286627Z adding 'torch/onnx/symbolic_opset9.py' 2024-11-01T16:46:28.8319842Z adding 'torch/onnx/utils.py' 2024-11-01T16:46:28.8345406Z adding 'torch/onnx/verification.py' 2024-11-01T16:46:28.8350817Z adding 'torch/onnx/_internal/__init__.py' 2024-11-01T16:46:28.8363681Z adding 'torch/onnx/_internal/_exporter_legacy.py' 2024-11-01T16:46:28.8367776Z adding 'torch/onnx/_internal/_lazy_import.py' 2024-11-01T16:46:28.8375622Z adding 'torch/onnx/_internal/io_adapter.py' 2024-11-01T16:46:28.8382438Z adding 'torch/onnx/_internal/jit_utils.py' 2024-11-01T16:46:28.8387913Z adding 'torch/onnx/_internal/onnx_proto_utils.py' 2024-11-01T16:46:28.8407883Z adding 'torch/onnx/_internal/onnxruntime.py' 2024-11-01T16:46:28.8414867Z adding 'torch/onnx/_internal/registration.py' 2024-11-01T16:46:28.8419115Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2024-11-01T16:46:28.8423823Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2024-11-01T16:46:28.8434320Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2024-11-01T16:46:28.8439355Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2024-11-01T16:46:28.8444656Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2024-11-01T16:46:28.8451951Z adding 'torch/onnx/_internal/diagnostics/infra/context.py' 2024-11-01T16:46:28.8456687Z adding 'torch/onnx/_internal/diagnostics/infra/decorator.py' 2024-11-01T16:46:28.8460674Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2024-11-01T16:46:28.8464394Z adding 'torch/onnx/_internal/diagnostics/infra/utils.py' 2024-11-01T16:46:28.8469934Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2024-11-01T16:46:28.8473274Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2024-11-01T16:46:28.8477064Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2024-11-01T16:46:28.8480420Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2024-11-01T16:46:28.8483774Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2024-11-01T16:46:28.8487114Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2024-11-01T16:46:28.8490229Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2024-11-01T16:46:28.8493520Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2024-11-01T16:46:28.8496761Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2024-11-01T16:46:28.8500079Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2024-11-01T16:46:28.8503180Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2024-11-01T16:46:28.8506540Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2024-11-01T16:46:28.8509807Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2024-11-01T16:46:28.8513344Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2024-11-01T16:46:28.8516955Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2024-11-01T16:46:28.8520537Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2024-11-01T16:46:28.8523670Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2024-11-01T16:46:28.8527284Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2024-11-01T16:46:28.8530270Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2024-11-01T16:46:28.8533999Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2024-11-01T16:46:28.8537330Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2024-11-01T16:46:28.8540701Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2024-11-01T16:46:28.8543957Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2024-11-01T16:46:28.8547022Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2024-11-01T16:46:28.8550391Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2024-11-01T16:46:28.8553415Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2024-11-01T16:46:28.8557013Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2024-11-01T16:46:28.8560436Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2024-11-01T16:46:28.8563491Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2024-11-01T16:46:28.8566732Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2024-11-01T16:46:28.8569994Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2024-11-01T16:46:28.8573353Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2024-11-01T16:46:28.8576594Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2024-11-01T16:46:28.8580157Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2024-11-01T16:46:28.8583574Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2024-11-01T16:46:28.8586784Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2024-11-01T16:46:28.8590501Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2024-11-01T16:46:28.8594007Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2024-11-01T16:46:28.8598012Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2024-11-01T16:46:28.8601825Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2024-11-01T16:46:28.8605488Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2024-11-01T16:46:28.8608908Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2024-11-01T16:46:28.8612096Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2024-11-01T16:46:28.8615846Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2024-11-01T16:46:28.8619588Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2024-11-01T16:46:28.8623849Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2024-11-01T16:46:28.8627812Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2024-11-01T16:46:28.8630934Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2024-11-01T16:46:28.8634902Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2024-11-01T16:46:28.8638521Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2024-11-01T16:46:28.8641840Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2024-11-01T16:46:28.8645290Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2024-11-01T16:46:28.8648451Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2024-11-01T16:46:28.8651907Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2024-11-01T16:46:28.8654872Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2024-11-01T16:46:28.8658583Z adding 'torch/onnx/_internal/exporter/__init__.py' 2024-11-01T16:46:28.8663676Z adding 'torch/onnx/_internal/exporter/_analysis.py' 2024-11-01T16:46:28.8673894Z adding 'torch/onnx/_internal/exporter/_building.py' 2024-11-01T16:46:28.8680703Z adding 'torch/onnx/_internal/exporter/_capture_strategies.py' 2024-11-01T16:46:28.8685717Z adding 'torch/onnx/_internal/exporter/_compat.py' 2024-11-01T16:46:28.8704715Z adding 'torch/onnx/_internal/exporter/_core.py' 2024-11-01T16:46:28.8709793Z adding 'torch/onnx/_internal/exporter/_decomp.py' 2024-11-01T16:46:28.8715999Z adding 'torch/onnx/_internal/exporter/_dispatching.py' 2024-11-01T16:46:28.8719474Z adding 'torch/onnx/_internal/exporter/_errors.py' 2024-11-01T16:46:28.8723136Z adding 'torch/onnx/_internal/exporter/_fx_passes.py' 2024-11-01T16:46:28.8726490Z adding 'torch/onnx/_internal/exporter/_ir_passes.py' 2024-11-01T16:46:28.8729827Z adding 'torch/onnx/_internal/exporter/_isolated.py' 2024-11-01T16:46:28.8736028Z adding 'torch/onnx/_internal/exporter/_onnx_program.py' 2024-11-01T16:46:28.8741477Z adding 'torch/onnx/_internal/exporter/_registration.py' 2024-11-01T16:46:28.8746126Z adding 'torch/onnx/_internal/exporter/_reporting.py' 2024-11-01T16:46:28.8754339Z adding 'torch/onnx/_internal/exporter/_schemas.py' 2024-11-01T16:46:28.8758454Z adding 'torch/onnx/_internal/exporter/_tensors.py' 2024-11-01T16:46:28.8762366Z adding 'torch/onnx/_internal/exporter/_testing.py' 2024-11-01T16:46:28.8766579Z adding 'torch/onnx/_internal/exporter/_verification.py' 2024-11-01T16:46:28.8770385Z adding 'torch/onnx/_internal/fx/__init__.py' 2024-11-01T16:46:28.8776396Z adding 'torch/onnx/_internal/fx/_pass.py' 2024-11-01T16:46:28.8781178Z adding 'torch/onnx/_internal/fx/decomposition_skip.py' 2024-11-01T16:46:28.8785539Z adding 'torch/onnx/_internal/fx/decomposition_table.py' 2024-11-01T16:46:28.8790552Z adding 'torch/onnx/_internal/fx/diagnostics.py' 2024-11-01T16:46:28.8795758Z adding 'torch/onnx/_internal/fx/dynamo_graph_extractor.py' 2024-11-01T16:46:28.8808320Z adding 'torch/onnx/_internal/fx/fx_onnx_interpreter.py' 2024-11-01T16:46:28.8814784Z adding 'torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py' 2024-11-01T16:46:28.8827829Z adding 'torch/onnx/_internal/fx/onnxfunction_dispatcher.py' 2024-11-01T16:46:28.8832948Z adding 'torch/onnx/_internal/fx/patcher.py' 2024-11-01T16:46:28.8836917Z adding 'torch/onnx/_internal/fx/registration.py' 2024-11-01T16:46:28.8842855Z adding 'torch/onnx/_internal/fx/serialization.py' 2024-11-01T16:46:28.8847834Z adding 'torch/onnx/_internal/fx/type_utils.py' 2024-11-01T16:46:28.8851696Z adding 'torch/onnx/_internal/fx/analysis/__init__.py' 2024-11-01T16:46:28.8855361Z adding 'torch/onnx/_internal/fx/analysis/unsupported_nodes.py' 2024-11-01T16:46:28.8859245Z adding 'torch/onnx/_internal/fx/passes/__init__.py' 2024-11-01T16:46:28.8863250Z adding 'torch/onnx/_internal/fx/passes/_utils.py' 2024-11-01T16:46:28.8867311Z adding 'torch/onnx/_internal/fx/passes/decomp.py' 2024-11-01T16:46:28.8872076Z adding 'torch/onnx/_internal/fx/passes/functionalization.py' 2024-11-01T16:46:28.8885599Z adding 'torch/onnx/_internal/fx/passes/modularization.py' 2024-11-01T16:46:28.8890920Z adding 'torch/onnx/_internal/fx/passes/readability.py' 2024-11-01T16:46:28.8907566Z adding 'torch/onnx/_internal/fx/passes/type_promotion.py' 2024-11-01T16:46:28.8913129Z adding 'torch/onnx/_internal/fx/passes/virtualization.py' 2024-11-01T16:46:28.8917691Z adding 'torch/optim/__init__.py' 2024-11-01T16:46:28.8927567Z adding 'torch/optim/_adafactor.py' 2024-11-01T16:46:28.8931866Z adding 'torch/optim/_functional.py' 2024-11-01T16:46:28.8938783Z adding 'torch/optim/adadelta.py' 2024-11-01T16:46:28.8947052Z adding 'torch/optim/adagrad.py' 2024-11-01T16:46:28.8958041Z adding 'torch/optim/adam.py' 2024-11-01T16:46:28.8965678Z adding 'torch/optim/adamax.py' 2024-11-01T16:46:28.8976384Z adding 'torch/optim/adamw.py' 2024-11-01T16:46:28.8983737Z adding 'torch/optim/asgd.py' 2024-11-01T16:46:28.8991668Z adding 'torch/optim/lbfgs.py' 2024-11-01T16:46:28.9015955Z adding 'torch/optim/lr_scheduler.py' 2024-11-01T16:46:28.9026656Z adding 'torch/optim/nadam.py' 2024-11-01T16:46:28.9044293Z adding 'torch/optim/optimizer.py' 2024-11-01T16:46:28.9053850Z adding 'torch/optim/radam.py' 2024-11-01T16:46:28.9061866Z adding 'torch/optim/rmsprop.py' 2024-11-01T16:46:28.9069344Z adding 'torch/optim/rprop.py' 2024-11-01T16:46:28.9077233Z adding 'torch/optim/sgd.py' 2024-11-01T16:46:28.9082852Z adding 'torch/optim/sparse_adam.py' 2024-11-01T16:46:28.9090737Z adding 'torch/optim/swa_utils.py' 2024-11-01T16:46:28.9095267Z adding 'torch/optim/_multi_tensor/__init__.py' 2024-11-01T16:46:28.9098378Z adding 'torch/optim/_multi_tensor/__init__.pyi' 2024-11-01T16:46:28.9102206Z adding 'torch/package/__init__.py' 2024-11-01T16:46:28.9106837Z adding 'torch/package/_digraph.py' 2024-11-01T16:46:28.9110995Z adding 'torch/package/_directory_reader.py' 2024-11-01T16:46:28.9114914Z adding 'torch/package/_importlib.py' 2024-11-01T16:46:28.9118703Z adding 'torch/package/_mangling.py' 2024-11-01T16:46:28.9122398Z adding 'torch/package/_mock.py' 2024-11-01T16:46:28.9126672Z adding 'torch/package/_package_pickler.py' 2024-11-01T16:46:28.9129981Z adding 'torch/package/_package_unpickler.py' 2024-11-01T16:46:28.9134238Z adding 'torch/package/_stdlib.py' 2024-11-01T16:46:28.9138752Z adding 'torch/package/file_structure_representation.py' 2024-11-01T16:46:28.9142763Z adding 'torch/package/find_file_dependencies.py' 2024-11-01T16:46:28.9146726Z adding 'torch/package/glob_group.py' 2024-11-01T16:46:28.9151945Z adding 'torch/package/importer.py' 2024-11-01T16:46:28.9170336Z adding 'torch/package/package_exporter.py' 2024-11-01T16:46:28.9184161Z adding 'torch/package/package_importer.py' 2024-11-01T16:46:28.9188546Z adding 'torch/package/analyze/__init__.py' 2024-11-01T16:46:28.9191851Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2024-11-01T16:46:28.9194724Z adding 'torch/package/analyze/is_from_package.py' 2024-11-01T16:46:28.9198308Z adding 'torch/package/analyze/trace_dependencies.py' 2024-11-01T16:46:28.9202610Z adding 'torch/profiler/__init__.py' 2024-11-01T16:46:28.9220196Z adding 'torch/profiler/_memory_profiler.py' 2024-11-01T16:46:28.9229852Z adding 'torch/profiler/_pattern_matcher.py' 2024-11-01T16:46:28.9236703Z adding 'torch/profiler/_utils.py' 2024-11-01T16:46:28.9240400Z adding 'torch/profiler/itt.py' 2024-11-01T16:46:28.9253538Z adding 'torch/profiler/profiler.py' 2024-11-01T16:46:28.9257686Z adding 'torch/profiler/python_tracer.py' 2024-11-01T16:46:28.9262145Z adding 'torch/quantization/__init__.py' 2024-11-01T16:46:28.9265401Z adding 'torch/quantization/_numeric_suite.py' 2024-11-01T16:46:28.9268430Z adding 'torch/quantization/_numeric_suite_fx.py' 2024-11-01T16:46:28.9272326Z adding 'torch/quantization/_quantized_conversions.py' 2024-11-01T16:46:28.9275473Z adding 'torch/quantization/fake_quantize.py' 2024-11-01T16:46:28.9278648Z adding 'torch/quantization/fuse_modules.py' 2024-11-01T16:46:28.9281646Z adding 'torch/quantization/fuser_method_mappings.py' 2024-11-01T16:46:28.9284629Z adding 'torch/quantization/observer.py' 2024-11-01T16:46:28.9287627Z adding 'torch/quantization/qconfig.py' 2024-11-01T16:46:28.9290596Z adding 'torch/quantization/quant_type.py' 2024-11-01T16:46:28.9293708Z adding 'torch/quantization/quantization_mappings.py' 2024-11-01T16:46:28.9296627Z adding 'torch/quantization/quantize.py' 2024-11-01T16:46:28.9299879Z adding 'torch/quantization/quantize_fx.py' 2024-11-01T16:46:28.9302832Z adding 'torch/quantization/quantize_jit.py' 2024-11-01T16:46:28.9305717Z adding 'torch/quantization/stubs.py' 2024-11-01T16:46:28.9308669Z adding 'torch/quantization/utils.py' 2024-11-01T16:46:28.9312539Z adding 'torch/quantization/fx/__init__.py' 2024-11-01T16:46:28.9315631Z adding 'torch/quantization/fx/_equalize.py' 2024-11-01T16:46:28.9318682Z adding 'torch/quantization/fx/convert.py' 2024-11-01T16:46:28.9321553Z adding 'torch/quantization/fx/fuse.py' 2024-11-01T16:46:28.9324458Z adding 'torch/quantization/fx/fusion_patterns.py' 2024-11-01T16:46:28.9327353Z adding 'torch/quantization/fx/graph_module.py' 2024-11-01T16:46:28.9330214Z adding 'torch/quantization/fx/match_utils.py' 2024-11-01T16:46:28.9333328Z adding 'torch/quantization/fx/pattern_utils.py' 2024-11-01T16:46:28.9336108Z adding 'torch/quantization/fx/prepare.py' 2024-11-01T16:46:28.9339296Z adding 'torch/quantization/fx/quantization_patterns.py' 2024-11-01T16:46:28.9342214Z adding 'torch/quantization/fx/quantization_types.py' 2024-11-01T16:46:28.9345070Z adding 'torch/quantization/fx/utils.py' 2024-11-01T16:46:28.9349812Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2024-11-01T16:46:28.9354640Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2024-11-01T16:46:28.9358192Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2024-11-01T16:46:28.9362135Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2024-11-01T16:46:28.9375259Z adding 'torch/share/cmake/Caffe2/FindCUDAToolkit.cmake' 2024-11-01T16:46:28.9379722Z adding 'torch/share/cmake/Caffe2/FindCUDSS.cmake' 2024-11-01T16:46:28.9383314Z adding 'torch/share/cmake/Caffe2/FindCUSPARSELT.cmake' 2024-11-01T16:46:28.9386954Z adding 'torch/share/cmake/Caffe2/FindSYCLToolkit.cmake' 2024-11-01T16:46:28.9390865Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2024-11-01T16:46:28.9394497Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2024-11-01T16:46:28.9399100Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2024-11-01T16:46:28.9429819Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2024-11-01T16:46:28.9438866Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2024-11-01T16:46:28.9442787Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2024-11-01T16:46:28.9447847Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2024-11-01T16:46:28.9451829Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2024-11-01T16:46:28.9457963Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2024-11-01T16:46:28.9463720Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2024-11-01T16:46:28.9469180Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2024-11-01T16:46:28.9475819Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2024-11-01T16:46:28.9479813Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2024-11-01T16:46:28.9483531Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2024-11-01T16:46:28.9486998Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2024-11-01T16:46:28.9490086Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2024-11-01T16:46:28.9493813Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2024-11-01T16:46:28.9501958Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2024-11-01T16:46:28.9506513Z adding 'torch/share/cmake/Caffe2/public/xpu.cmake' 2024-11-01T16:46:28.9511634Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2024-11-01T16:46:28.9514931Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2024-11-01T16:46:28.9518523Z adding 'torch/signal/__init__.py' 2024-11-01T16:46:28.9522242Z adding 'torch/signal/windows/__init__.py' 2024-11-01T16:46:28.9529386Z adding 'torch/signal/windows/windows.py' 2024-11-01T16:46:28.9540359Z adding 'torch/sparse/__init__.py' 2024-11-01T16:46:28.9547507Z adding 'torch/sparse/_semi_structured_conversions.py' 2024-11-01T16:46:28.9552171Z adding 'torch/sparse/_semi_structured_ops.py' 2024-11-01T16:46:28.9577625Z adding 'torch/sparse/_triton_ops.py' 2024-11-01T16:46:28.9698776Z adding 'torch/sparse/_triton_ops_meta.py' 2024-11-01T16:46:28.9719087Z adding 'torch/sparse/semi_structured.py' 2024-11-01T16:46:28.9728964Z adding 'torch/special/__init__.py' 2024-11-01T16:46:28.9883361Z adding 'torch/test/CppSignature_test.exe' 2024-11-01T16:46:29.0142261Z adding 'torch/test/Dict_test.exe' 2024-11-01T16:46:29.0314432Z adding 'torch/test/Dimname_test.exe' 2024-11-01T16:46:29.0534349Z adding 'torch/test/IListRef_test.exe' 2024-11-01T16:46:29.0765277Z adding 'torch/test/KernelFunction_test.exe' 2024-11-01T16:46:29.1098270Z adding 'torch/test/List_test.exe' 2024-11-01T16:46:29.1339162Z adding 'torch/test/MaybeOwned_test.exe' 2024-11-01T16:46:29.1559199Z adding 'torch/test/NamedTensor_test.exe' 2024-11-01T16:46:29.1752987Z adding 'torch/test/StorageUtils_test.exe' 2024-11-01T16:46:29.1956573Z adding 'torch/test/apply_utils_test.exe' 2024-11-01T16:46:29.2175013Z adding 'torch/test/atest.exe' 2024-11-01T16:46:29.2370041Z adding 'torch/test/backend_fallback_test.exe' 2024-11-01T16:46:29.2602177Z adding 'torch/test/basic.exe' 2024-11-01T16:46:29.2798063Z adding 'torch/test/broadcast_test.exe' 2024-11-01T16:46:29.2960129Z adding 'torch/test/c10_Bitset_test.exe' 2024-11-01T16:46:29.3106473Z adding 'torch/test/c10_CompileTimeFunctionPointer_test.exe' 2024-11-01T16:46:29.3248294Z adding 'torch/test/c10_ConstexprCrc_test.exe' 2024-11-01T16:46:29.3489954Z adding 'torch/test/c10_DeadlockDetection_test.exe' 2024-11-01T16:46:29.3652312Z adding 'torch/test/c10_DeviceGuard_test.exe' 2024-11-01T16:46:29.3820961Z adding 'torch/test/c10_Device_test.exe' 2024-11-01T16:46:29.4008325Z adding 'torch/test/c10_DispatchKeySet_test.exe' 2024-11-01T16:46:29.4166569Z adding 'torch/test/c10_Half_test.exe' 2024-11-01T16:46:29.4337673Z adding 'torch/test/c10_InlineDeviceGuard_test.exe' 2024-11-01T16:46:29.4516318Z adding 'torch/test/c10_InlineStreamGuard_test.exe' 2024-11-01T16:46:29.4696242Z adding 'torch/test/c10_LeftRight_test.exe' 2024-11-01T16:46:29.4862267Z adding 'torch/test/c10_Metaprogramming_test.exe' 2024-11-01T16:46:29.5026611Z adding 'torch/test/c10_NetworkFlow_test.exe' 2024-11-01T16:46:29.5191977Z adding 'torch/test/c10_Scalar_test.exe' 2024-11-01T16:46:29.5361514Z adding 'torch/test/c10_SizesAndStrides_test.exe' 2024-11-01T16:46:29.5504365Z adding 'torch/test/c10_StreamGuard_test.exe' 2024-11-01T16:46:29.5657252Z adding 'torch/test/c10_SymInt_test.exe' 2024-11-01T16:46:29.5815576Z adding 'torch/test/c10_Synchronized_test.exe' 2024-11-01T16:46:29.5991517Z adding 'torch/test/c10_ThreadLocal_test.exe' 2024-11-01T16:46:29.6149990Z adding 'torch/test/c10_TypeIndex_test.exe' 2024-11-01T16:46:29.6297448Z adding 'torch/test/c10_TypeList_test.exe' 2024-11-01T16:46:29.6439309Z adding 'torch/test/c10_TypeTraits_test.exe' 2024-11-01T16:46:29.6600972Z adding 'torch/test/c10_accumulate_test.exe' 2024-11-01T16:46:29.6780904Z adding 'torch/test/c10_bfloat16_test.exe' 2024-11-01T16:46:29.6928807Z adding 'torch/test/c10_bit_cast_test.exe' 2024-11-01T16:46:29.7122999Z adding 'torch/test/c10_complex_math_test.exe' 2024-11-01T16:46:29.7298190Z adding 'torch/test/c10_complex_test.exe' 2024-11-01T16:46:29.7477343Z adding 'torch/test/c10_cow_test.exe' 2024-11-01T16:46:29.7645579Z adding 'torch/test/c10_exception_test.exe' 2024-11-01T16:46:29.7803093Z adding 'torch/test/c10_flags_test.exe' 2024-11-01T16:46:29.7955299Z adding 'torch/test/c10_generic_math_test.exe' 2024-11-01T16:46:29.8097238Z adding 'torch/test/c10_intrusive_ptr_benchmark.exe' 2024-11-01T16:46:29.8524675Z adding 'torch/test/c10_intrusive_ptr_test.exe' 2024-11-01T16:46:29.8701728Z adding 'torch/test/c10_irange_test.exe' 2024-11-01T16:46:29.8863553Z adding 'torch/test/c10_lazy_test.exe' 2024-11-01T16:46:29.9039685Z adding 'torch/test/c10_logging_test.exe' 2024-11-01T16:46:29.9276236Z adding 'torch/test/c10_optional_test.exe' 2024-11-01T16:46:29.9470873Z adding 'torch/test/c10_ordered_preserving_dict_test.exe' 2024-11-01T16:46:29.9638234Z adding 'torch/test/c10_registry_test.exe' 2024-11-01T16:46:29.9984367Z adding 'torch/test/c10_small_vector_test.exe' 2024-11-01T16:46:30.0149800Z adding 'torch/test/c10_ssize_test.exe' 2024-11-01T16:46:30.0314028Z adding 'torch/test/c10_string_util_test.exe' 2024-11-01T16:46:30.0495367Z adding 'torch/test/c10_string_view_test.exe' 2024-11-01T16:46:30.0642986Z adding 'torch/test/c10_tempfile_test.exe' 2024-11-01T16:46:30.0815382Z adding 'torch/test/c10_typeid_test.exe' 2024-11-01T16:46:30.0998134Z adding 'torch/test/cpu_allocator_test.exe' 2024-11-01T16:46:30.1207873Z adding 'torch/test/cpu_generator_test.exe' 2024-11-01T16:46:30.1401120Z adding 'torch/test/cpu_profiling_allocator_test.exe' 2024-11-01T16:46:30.1729556Z adding 'torch/test/cpu_rng_test.exe' 2024-11-01T16:46:30.1925897Z adding 'torch/test/dispatch_key_set_test.exe' 2024-11-01T16:46:30.2107941Z adding 'torch/test/dlconvertor_test.exe' 2024-11-01T16:46:30.2315772Z adding 'torch/test/extension_backend_test.exe' 2024-11-01T16:46:30.2519295Z adding 'torch/test/half_test.exe' 2024-11-01T16:46:30.2740590Z adding 'torch/test/inline_container_test.exe' 2024-11-01T16:46:30.3081902Z adding 'torch/test/ivalue_test.exe' 2024-11-01T16:46:30.3483829Z adding 'torch/test/kernel_function_legacy_test.exe' 2024-11-01T16:46:30.3812470Z adding 'torch/test/kernel_function_test.exe' 2024-11-01T16:46:30.4221898Z adding 'torch/test/kernel_lambda_legacy_test.exe' 2024-11-01T16:46:30.4562602Z adding 'torch/test/kernel_lambda_test.exe' 2024-11-01T16:46:30.4789144Z adding 'torch/test/kernel_stackbased_test.exe' 2024-11-01T16:46:30.4972967Z adding 'torch/test/lazy_tensor_test.exe' 2024-11-01T16:46:30.5249280Z adding 'torch/test/legacy_vmap_test.exe' 2024-11-01T16:46:30.5577812Z adding 'torch/test/make_boxed_from_unboxed_functor_test.exe' 2024-11-01T16:46:30.5776192Z adding 'torch/test/math_kernel_test.exe' 2024-11-01T16:46:30.5963183Z adding 'torch/test/memory_format_test.exe' 2024-11-01T16:46:30.6153018Z adding 'torch/test/memory_overlapping_test.exe' 2024-11-01T16:46:30.6346103Z adding 'torch/test/mobile_memory_cleanup.exe' 2024-11-01T16:46:30.6554759Z adding 'torch/test/native_test.exe' 2024-11-01T16:46:30.6699344Z adding 'torch/test/op_allowlist_test.exe' 2024-11-01T16:46:30.7497052Z adding 'torch/test/op_registration_test.exe' 2024-11-01T16:46:30.7694203Z adding 'torch/test/operator_name_test.exe' 2024-11-01T16:46:30.7882183Z adding 'torch/test/operators_test.exe' 2024-11-01T16:46:30.8074532Z adding 'torch/test/packedtensoraccessor_test.exe' 2024-11-01T16:46:30.8332765Z adding 'torch/test/pow_test.exe' 2024-11-01T16:46:30.8546966Z adding 'torch/test/quantized_test.exe' 2024-11-01T16:46:30.8737732Z adding 'torch/test/reduce_ops_test.exe' 2024-11-01T16:46:30.8933591Z adding 'torch/test/reportMemoryUsage_test.exe' 2024-11-01T16:46:30.9149554Z adding 'torch/test/scalar_tensor_test.exe' 2024-11-01T16:46:30.9368163Z adding 'torch/test/scalar_test.exe' 2024-11-01T16:46:30.9557030Z adding 'torch/test/stride_properties_test.exe' 2024-11-01T16:46:30.9817704Z adding 'torch/test/tensor_iterator_test.exe' 2024-11-01T16:46:31.0018573Z adding 'torch/test/test_parallel.exe' 2024-11-01T16:46:31.0075433Z adding 'torch/test/thread_init_test.exe' 2024-11-01T16:46:31.0234959Z adding 'torch/test/type_ptr_test.exe' 2024-11-01T16:46:31.0451379Z adding 'torch/test/type_test.exe' 2024-11-01T16:46:31.0783064Z adding 'torch/test/undefined_tensor_test.exe' 2024-11-01T16:46:31.0836976Z adding 'torch/test/verify_api_visibility.exe' 2024-11-01T16:46:31.1024021Z adding 'torch/test/weakref_test.exe' 2024-11-01T16:46:31.1216740Z adding 'torch/test/wrapdim_test.exe' 2024-11-01T16:46:31.1405705Z adding 'torch/test/xla_tensor_test.exe' 2024-11-01T16:46:31.1416786Z adding 'torch/testing/__init__.py' 2024-11-01T16:46:31.1436704Z adding 'torch/testing/_comparison.py' 2024-11-01T16:46:31.1443944Z adding 'torch/testing/_creation.py' 2024-11-01T16:46:31.1447712Z adding 'torch/testing/_utils.py' 2024-11-01T16:46:31.1452700Z adding 'torch/testing/_internal/__init__.py' 2024-11-01T16:46:31.1460111Z adding 'torch/testing/_internal/autocast_test_lists.py' 2024-11-01T16:46:31.1466542Z adding 'torch/testing/_internal/autograd_function_db.py' 2024-11-01T16:46:31.1471608Z adding 'torch/testing/_internal/check_kernel_launches.py' 2024-11-01T16:46:31.1477605Z adding 'torch/testing/_internal/common_cuda.py' 2024-11-01T16:46:31.1503722Z adding 'torch/testing/_internal/common_device_type.py' 2024-11-01T16:46:31.1509235Z adding 'torch/testing/_internal/common_dist_composable.py' 2024-11-01T16:46:31.1528434Z adding 'torch/testing/_internal/common_distributed.py' 2024-11-01T16:46:31.1533488Z adding 'torch/testing/_internal/common_dtype.py' 2024-11-01T16:46:31.1551997Z adding 'torch/testing/_internal/common_fsdp.py' 2024-11-01T16:46:31.1559831Z adding 'torch/testing/_internal/common_jit.py' 2024-11-01T16:46:31.1799433Z adding 'torch/testing/_internal/common_methods_invocations.py' 2024-11-01T16:46:31.1830480Z adding 'torch/testing/_internal/common_mkldnn.py' 2024-11-01T16:46:31.1863141Z adding 'torch/testing/_internal/common_modules.py' 2024-11-01T16:46:31.1901754Z adding 'torch/testing/_internal/common_nn.py' 2024-11-01T16:46:31.1921933Z adding 'torch/testing/_internal/common_optimizers.py' 2024-11-01T16:46:31.1928712Z adding 'torch/testing/_internal/common_pruning.py' 2024-11-01T16:46:31.1958019Z adding 'torch/testing/_internal/common_quantization.py' 2024-11-01T16:46:31.1965314Z adding 'torch/testing/_internal/common_quantized.py' 2024-11-01T16:46:31.1971037Z adding 'torch/testing/_internal/common_subclass.py' 2024-11-01T16:46:31.2053883Z adding 'torch/testing/_internal/common_utils.py' 2024-11-01T16:46:31.2068108Z adding 'torch/testing/_internal/composite_compliance.py' 2024-11-01T16:46:31.2075380Z adding 'torch/testing/_internal/custom_op_db.py' 2024-11-01T16:46:31.2079602Z adding 'torch/testing/_internal/custom_tensor.py' 2024-11-01T16:46:31.2084242Z adding 'torch/testing/_internal/dist_utils.py' 2024-11-01T16:46:31.2088503Z adding 'torch/testing/_internal/dynamo_test_failures.py' 2024-11-01T16:46:31.2091753Z adding 'torch/testing/_internal/fake_config_module.py' 2024-11-01T16:46:31.2096068Z adding 'torch/testing/_internal/hop_db.py' 2024-11-01T16:46:31.2103170Z adding 'torch/testing/_internal/hypothesis_utils.py' 2024-11-01T16:46:31.2107389Z adding 'torch/testing/_internal/inductor_utils.py' 2024-11-01T16:46:31.2118273Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2024-11-01T16:46:31.2130812Z adding 'torch/testing/_internal/jit_utils.py' 2024-11-01T16:46:31.2136256Z adding 'torch/testing/_internal/logging_tensor.py' 2024-11-01T16:46:31.2140917Z adding 'torch/testing/_internal/logging_utils.py' 2024-11-01T16:46:31.2144297Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2024-11-01T16:46:31.2147227Z adding 'torch/testing/_internal/static_module.py' 2024-11-01T16:46:31.2150894Z adding 'torch/testing/_internal/torchbind_impls.py' 2024-11-01T16:46:31.2155931Z adding 'torch/testing/_internal/triton_utils.py' 2024-11-01T16:46:31.2160069Z adding 'torch/testing/_internal/two_tensor.py' 2024-11-01T16:46:31.2163693Z adding 'torch/testing/_internal/codegen/__init__.py' 2024-11-01T16:46:31.2167508Z adding 'torch/testing/_internal/data/__init__.py' 2024-11-01T16:46:31.2170126Z adding 'torch/testing/_internal/data/network1.py' 2024-11-01T16:46:31.2172941Z adding 'torch/testing/_internal/data/network2.py' 2024-11-01T16:46:31.2176643Z adding 'torch/testing/_internal/distributed/__init__.py' 2024-11-01T16:46:31.2179967Z adding 'torch/testing/_internal/distributed/checkpoint_utils.py' 2024-11-01T16:46:31.2183705Z adding 'torch/testing/_internal/distributed/common_state_dict.py' 2024-11-01T16:46:31.2192465Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2024-11-01T16:46:31.2291883Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2024-11-01T16:46:31.2304928Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2024-11-01T16:46:31.2308104Z adding 'torch/testing/_internal/distributed/fake_pg.py' 2024-11-01T16:46:31.2315194Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2024-11-01T16:46:31.2320344Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2024-11-01T16:46:31.2324156Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2024-11-01T16:46:31.2327286Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2024-11-01T16:46:31.2331734Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2024-11-01T16:46:31.2335826Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2024-11-01T16:46:31.2339128Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2024-11-01T16:46:31.2342598Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2024-11-01T16:46:31.2350638Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2024-11-01T16:46:31.2354601Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2024-11-01T16:46:31.2358226Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2024-11-01T16:46:31.2365786Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2024-11-01T16:46:31.2370461Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2024-11-01T16:46:31.2400797Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2024-11-01T16:46:31.2407998Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2024-11-01T16:46:31.2413653Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2024-11-01T16:46:31.2417786Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2024-11-01T16:46:31.2421288Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2024-11-01T16:46:31.2479983Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2024-11-01T16:46:31.2492195Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2024-11-01T16:46:31.2496321Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2024-11-01T16:46:31.2500551Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2024-11-01T16:46:31.2506267Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2024-11-01T16:46:31.2509878Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2024-11-01T16:46:31.2513791Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2024-11-01T16:46:31.2528413Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2024-11-01T16:46:31.2533852Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2024-11-01T16:46:31.2537486Z adding 'torch/testing/_internal/generated/__init__.py' 2024-11-01T16:46:31.2587540Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2024-11-01T16:46:31.2602943Z adding 'torch/testing/_internal/opinfo/__init__.py' 2024-11-01T16:46:31.2641460Z adding 'torch/testing/_internal/opinfo/core.py' 2024-11-01T16:46:31.2648593Z adding 'torch/testing/_internal/opinfo/refs.py' 2024-11-01T16:46:31.2654168Z adding 'torch/testing/_internal/opinfo/utils.py' 2024-11-01T16:46:31.2658333Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2024-11-01T16:46:31.2668042Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2024-11-01T16:46:31.2675473Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2024-11-01T16:46:31.2697161Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2024-11-01T16:46:31.2708813Z adding 'torch/testing/_internal/opinfo/definitions/nested.py' 2024-11-01T16:46:31.2714980Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2024-11-01T16:46:31.2724876Z adding 'torch/testing/_internal/opinfo/definitions/sparse.py' 2024-11-01T16:46:31.2732175Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2024-11-01T16:46:31.2736734Z adding 'torch/testing/_internal/optests/__init__.py' 2024-11-01T16:46:31.2741270Z adding 'torch/testing/_internal/optests/aot_autograd.py' 2024-11-01T16:46:31.2745892Z adding 'torch/testing/_internal/optests/autograd_registration.py' 2024-11-01T16:46:31.2749042Z adding 'torch/testing/_internal/optests/fake_tensor.py' 2024-11-01T16:46:31.2761525Z adding 'torch/testing/_internal/optests/generate_tests.py' 2024-11-01T16:46:31.2766671Z adding 'torch/testing/_internal/optests/make_fx.py' 2024-11-01T16:46:31.2770904Z adding 'torch/testing/_internal/test_module/__init__.py' 2024-11-01T16:46:31.2774226Z adding 'torch/testing/_internal/test_module/future_div.py' 2024-11-01T16:46:31.2777465Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2024-11-01T16:46:31.2783126Z adding 'torch/utils/__init__.py' 2024-11-01T16:46:31.2787447Z adding 'torch/utils/_backport_slots.py' 2024-11-01T16:46:31.2795250Z adding 'torch/utils/_config_module.py' 2024-11-01T16:46:31.2799180Z adding 'torch/utils/_config_typing.pyi' 2024-11-01T16:46:31.2804736Z adding 'torch/utils/_content_store.py' 2024-11-01T16:46:31.2809403Z adding 'torch/utils/_contextlib.py' 2024-11-01T16:46:31.2812904Z adding 'torch/utils/_cpp_extension_versioner.py' 2024-11-01T16:46:31.2823554Z adding 'torch/utils/_cxx_pytree.py' 2024-11-01T16:46:31.2828137Z adding 'torch/utils/_device.py' 2024-11-01T16:46:31.2832161Z adding 'torch/utils/_exposed_in.py' 2024-11-01T16:46:31.2835733Z adding 'torch/utils/_foreach_utils.py' 2024-11-01T16:46:31.2841409Z adding 'torch/utils/_freeze.py' 2024-11-01T16:46:31.2845848Z adding 'torch/utils/_get_clean_triton.py' 2024-11-01T16:46:31.2849193Z adding 'torch/utils/_import_utils.py' 2024-11-01T16:46:31.2852082Z adding 'torch/utils/_mode_utils.py' 2024-11-01T16:46:31.2856211Z adding 'torch/utils/_ordered_set.py' 2024-11-01T16:46:31.2867601Z adding 'torch/utils/_python_dispatch.py' 2024-11-01T16:46:31.2885729Z adding 'torch/utils/_pytree.py' 2024-11-01T16:46:31.2889971Z adding 'torch/utils/_stats.py' 2024-11-01T16:46:31.2892968Z adding 'torch/utils/_thunk.py' 2024-11-01T16:46:31.2898578Z adding 'torch/utils/_traceback.py' 2024-11-01T16:46:31.2902437Z adding 'torch/utils/_triton.py' 2024-11-01T16:46:31.2905454Z adding 'torch/utils/_typing_utils.py' 2024-11-01T16:46:31.2908910Z adding 'torch/utils/_zip.py' 2024-11-01T16:46:31.2916575Z adding 'torch/utils/backend_registration.py' 2024-11-01T16:46:31.2925331Z adding 'torch/utils/bundled_inputs.py' 2024-11-01T16:46:31.2952088Z adding 'torch/utils/checkpoint.py' 2024-11-01T16:46:31.2963162Z adding 'torch/utils/collect_env.py' 2024-11-01T16:46:31.2966788Z adding 'torch/utils/cpp_backtrace.py' 2024-11-01T16:46:31.3004576Z adding 'torch/utils/cpp_extension.py' 2024-11-01T16:46:31.3010009Z adding 'torch/utils/deterministic.py' 2024-11-01T16:46:31.3014055Z adding 'torch/utils/dlpack.py' 2024-11-01T16:46:31.3017393Z adding 'torch/utils/file_baton.py' 2024-11-01T16:46:31.3027069Z adding 'torch/utils/flop_counter.py' 2024-11-01T16:46:31.3033116Z adding 'torch/utils/hooks.py' 2024-11-01T16:46:31.3037552Z adding 'torch/utils/mkldnn.py' 2024-11-01T16:46:31.3042003Z adding 'torch/utils/mobile_optimizer.py' 2024-11-01T16:46:31.3044994Z adding 'torch/utils/model_zoo.py' 2024-11-01T16:46:31.3048944Z adding 'torch/utils/module_tracker.py' 2024-11-01T16:46:31.3053294Z adding 'torch/utils/show_pickle.py' 2024-11-01T16:46:31.3057925Z adding 'torch/utils/throughput_benchmark.py' 2024-11-01T16:46:31.3063534Z adding 'torch/utils/weak.py' 2024-11-01T16:46:31.3067420Z adding 'torch/utils/_strobelight/__init__.py' 2024-11-01T16:46:31.3072697Z adding 'torch/utils/_strobelight/cli_function_profiler.py' 2024-11-01T16:46:31.3076736Z adding 'torch/utils/_sympy/__init__.py' 2024-11-01T16:46:31.3092906Z adding 'torch/utils/_sympy/functions.py' 2024-11-01T16:46:31.3098900Z adding 'torch/utils/_sympy/interp.py' 2024-11-01T16:46:31.3103861Z adding 'torch/utils/_sympy/numbers.py' 2024-11-01T16:46:31.3109812Z adding 'torch/utils/_sympy/reference.py' 2024-11-01T16:46:31.3113390Z adding 'torch/utils/_sympy/singleton_int.py' 2024-11-01T16:46:31.3118083Z adding 'torch/utils/_sympy/solve.py' 2024-11-01T16:46:31.3122255Z adding 'torch/utils/_sympy/symbol.py' 2024-11-01T16:46:31.3135477Z adding 'torch/utils/_sympy/value_ranges.py' 2024-11-01T16:46:31.3140214Z adding 'torch/utils/backcompat/__init__.py' 2024-11-01T16:46:31.3143951Z adding 'torch/utils/benchmark/__init__.py' 2024-11-01T16:46:31.3147588Z adding 'torch/utils/benchmark/examples/__init__.py' 2024-11-01T16:46:31.3152195Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2024-11-01T16:46:31.3156119Z adding 'torch/utils/benchmark/examples/compare.py' 2024-11-01T16:46:31.3160031Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2024-11-01T16:46:31.3164041Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2024-11-01T16:46:31.3167383Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2024-11-01T16:46:31.3171557Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2024-11-01T16:46:31.3175449Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2024-11-01T16:46:31.3178900Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2024-11-01T16:46:31.3182807Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2024-11-01T16:46:31.3186439Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2024-11-01T16:46:31.3190304Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2024-11-01T16:46:31.3193961Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2024-11-01T16:46:31.3197842Z adding 'torch/utils/benchmark/utils/__init__.py' 2024-11-01T16:46:31.3201096Z adding 'torch/utils/benchmark/utils/_stubs.py' 2024-11-01T16:46:31.3207700Z adding 'torch/utils/benchmark/utils/common.py' 2024-11-01T16:46:31.3214410Z adding 'torch/utils/benchmark/utils/compare.py' 2024-11-01T16:46:31.3219699Z adding 'torch/utils/benchmark/utils/compile.py' 2024-11-01T16:46:31.3224725Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2024-11-01T16:46:31.3232592Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2024-11-01T16:46:31.3237439Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2024-11-01T16:46:31.3240924Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2024-11-01T16:46:31.3249891Z adding 'torch/utils/benchmark/utils/timer.py' 2024-11-01T16:46:31.3254188Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2024-11-01T16:46:31.3258617Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2024-11-01T16:46:31.3262211Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2024-11-01T16:46:31.3266116Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2024-11-01T16:46:31.3280663Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2024-11-01T16:46:31.3339995Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2024-11-01T16:46:31.3352563Z adding 'torch/utils/bottleneck/__init__.py' 2024-11-01T16:46:31.3357222Z adding 'torch/utils/bottleneck/__main__.py' 2024-11-01T16:46:31.3361685Z adding 'torch/utils/data/__init__.py' 2024-11-01T16:46:31.3364760Z adding 'torch/utils/data/backward_compatibility.py' 2024-11-01T16:46:31.3394318Z adding 'torch/utils/data/dataloader.py' 2024-11-01T16:46:31.3403736Z adding 'torch/utils/data/dataset.py' 2024-11-01T16:46:31.3408672Z adding 'torch/utils/data/distributed.py' 2024-11-01T16:46:31.3413136Z adding 'torch/utils/data/graph.py' 2024-11-01T16:46:31.3417893Z adding 'torch/utils/data/graph_settings.py' 2024-11-01T16:46:31.3423903Z adding 'torch/utils/data/sampler.py' 2024-11-01T16:46:31.3428449Z adding 'torch/utils/data/_utils/__init__.py' 2024-11-01T16:46:31.3434961Z adding 'torch/utils/data/_utils/collate.py' 2024-11-01T16:46:31.3438791Z adding 'torch/utils/data/_utils/fetch.py' 2024-11-01T16:46:31.3442695Z adding 'torch/utils/data/_utils/pin_memory.py' 2024-11-01T16:46:31.3446550Z adding 'torch/utils/data/_utils/signal_handling.py' 2024-11-01T16:46:31.3453292Z adding 'torch/utils/data/_utils/worker.py' 2024-11-01T16:46:31.3457409Z adding 'torch/utils/data/datapipes/__init__.py' 2024-11-01T16:46:31.3461869Z adding 'torch/utils/data/datapipes/_decorator.py' 2024-11-01T16:46:31.3467970Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2024-11-01T16:46:31.3475461Z adding 'torch/utils/data/datapipes/_typing.py' 2024-11-01T16:46:31.3482304Z adding 'torch/utils/data/datapipes/datapipe.py' 2024-11-01T16:46:31.3493251Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2024-11-01T16:46:31.3499555Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2024-11-01T16:46:31.3503695Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2024-11-01T16:46:31.3507300Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2024-11-01T16:46:31.3512934Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2024-11-01T16:46:31.3517221Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2024-11-01T16:46:31.3520479Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2024-11-01T16:46:31.3525119Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2024-11-01T16:46:31.3530697Z adding 'torch/utils/data/datapipes/iter/callable.py' 2024-11-01T16:46:31.3535957Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2024-11-01T16:46:31.3546125Z adding 'torch/utils/data/datapipes/iter/combining.py' 2024-11-01T16:46:31.3551224Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2024-11-01T16:46:31.3555648Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2024-11-01T16:46:31.3561963Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2024-11-01T16:46:31.3566006Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2024-11-01T16:46:31.3570203Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2024-11-01T16:46:31.3573884Z adding 'torch/utils/data/datapipes/iter/sharding.py' 2024-11-01T16:46:31.3577484Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2024-11-01T16:46:31.3580739Z adding 'torch/utils/data/datapipes/iter/utils.py' 2024-11-01T16:46:31.3584842Z adding 'torch/utils/data/datapipes/map/__init__.py' 2024-11-01T16:46:31.3588352Z adding 'torch/utils/data/datapipes/map/callable.py' 2024-11-01T16:46:31.3592351Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2024-11-01T16:46:31.3596300Z adding 'torch/utils/data/datapipes/map/combining.py' 2024-11-01T16:46:31.3600200Z adding 'torch/utils/data/datapipes/map/grouping.py' 2024-11-01T16:46:31.3603655Z adding 'torch/utils/data/datapipes/map/utils.py' 2024-11-01T16:46:31.3607382Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2024-11-01T16:46:31.3613803Z adding 'torch/utils/data/datapipes/utils/common.py' 2024-11-01T16:46:31.3620112Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2024-11-01T16:46:31.3624464Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2024-11-01T16:46:31.3628232Z adding 'torch/utils/hipify/__init__.py' 2024-11-01T16:46:31.3631490Z adding 'torch/utils/hipify/constants.py' 2024-11-01T16:46:31.3688022Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2024-11-01T16:46:31.3712957Z adding 'torch/utils/hipify/hipify_python.py' 2024-11-01T16:46:31.3716955Z adding 'torch/utils/hipify/version.py' 2024-11-01T16:46:31.3720462Z adding 'torch/utils/jit/__init__.py' 2024-11-01T16:46:31.3724258Z adding 'torch/utils/jit/log_extract.py' 2024-11-01T16:46:31.3732309Z adding 'torch/utils/model_dump/__init__.py' 2024-11-01T16:46:31.3735596Z adding 'torch/utils/model_dump/__main__.py' 2024-11-01T16:46:31.3742815Z adding 'torch/utils/model_dump/code.js' 2024-11-01T16:46:31.3746567Z adding 'torch/utils/model_dump/htm.mjs' 2024-11-01T16:46:31.3752351Z adding 'torch/utils/model_dump/preact.mjs' 2024-11-01T16:46:31.3755610Z adding 'torch/utils/model_dump/skeleton.html' 2024-11-01T16:46:31.3759688Z adding 'torch/utils/tensorboard/__init__.py' 2024-11-01T16:46:31.3763045Z adding 'torch/utils/tensorboard/_convert_np.py' 2024-11-01T16:46:31.3767500Z adding 'torch/utils/tensorboard/_embedding.py' 2024-11-01T16:46:31.3770788Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2024-11-01T16:46:31.3774382Z adding 'torch/utils/tensorboard/_proto_graph.py' 2024-11-01T16:46:31.3782447Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2024-11-01T16:46:31.3787281Z adding 'torch/utils/tensorboard/_utils.py' 2024-11-01T16:46:31.3801113Z adding 'torch/utils/tensorboard/summary.py' 2024-11-01T16:46:31.3817009Z adding 'torch/utils/tensorboard/writer.py' 2024-11-01T16:46:31.3822223Z adding 'torch/utils/viz/__init__.py' 2024-11-01T16:46:31.3829478Z adding 'torch/utils/viz/_cycles.py' 2024-11-01T16:46:31.3838066Z adding 'torch/xpu/__init__.py' 2024-11-01T16:46:31.3841744Z adding 'torch/xpu/_gpu_trace.py' 2024-11-01T16:46:31.3845260Z adding 'torch/xpu/_utils.py' 2024-11-01T16:46:31.3849513Z adding 'torch/xpu/memory.py' 2024-11-01T16:46:31.3853744Z adding 'torch/xpu/random.py' 2024-11-01T16:46:31.3858009Z adding 'torch/xpu/streams.py' 2024-11-01T16:46:31.3866762Z adding 'torchgen/__init__.py' 2024-11-01T16:46:31.3870320Z adding 'torchgen/code_template.py' 2024-11-01T16:46:31.3874025Z adding 'torchgen/context.py' 2024-11-01T16:46:31.3910815Z adding 'torchgen/gen.py' 2024-11-01T16:46:31.3920654Z adding 'torchgen/gen_aoti_c_shim.py' 2024-11-01T16:46:31.3929227Z adding 'torchgen/gen_backend_stubs.py' 2024-11-01T16:46:31.3942589Z adding 'torchgen/gen_executorch.py' 2024-11-01T16:46:31.3956839Z adding 'torchgen/gen_functionalization_type.py' 2024-11-01T16:46:31.3966558Z adding 'torchgen/gen_lazy_tensor.py' 2024-11-01T16:46:31.3970829Z adding 'torchgen/gen_schema_utils.py' 2024-11-01T16:46:31.3975676Z adding 'torchgen/gen_vmap_plumbing.py' 2024-11-01T16:46:31.3979231Z adding 'torchgen/local.py' 2024-11-01T16:46:31.4020709Z adding 'torchgen/model.py' 2024-11-01T16:46:31.4034827Z adding 'torchgen/native_function_generation.py' 2024-11-01T16:46:31.4043048Z adding 'torchgen/utils.py' 2024-11-01T16:46:31.4046624Z adding 'torchgen/yaml_utils.py' 2024-11-01T16:46:31.4050251Z adding 'torchgen/aoti/__init__.py' 2024-11-01T16:46:31.4053861Z adding 'torchgen/aoti/fallback_ops.py' 2024-11-01T16:46:31.4057668Z adding 'torchgen/api/__init__.py' 2024-11-01T16:46:31.4072071Z adding 'torchgen/api/autograd.py' 2024-11-01T16:46:31.4079932Z adding 'torchgen/api/cpp.py' 2024-11-01T16:46:31.4084050Z adding 'torchgen/api/dispatcher.py' 2024-11-01T16:46:31.4088821Z adding 'torchgen/api/functionalization.py' 2024-11-01T16:46:31.4096362Z adding 'torchgen/api/lazy.py' 2024-11-01T16:46:31.4099845Z adding 'torchgen/api/meta.py' 2024-11-01T16:46:31.4103821Z adding 'torchgen/api/native.py' 2024-11-01T16:46:31.4125090Z adding 'torchgen/api/python.py' 2024-11-01T16:46:31.4130751Z adding 'torchgen/api/structured.py' 2024-11-01T16:46:31.4138063Z adding 'torchgen/api/translate.py' 2024-11-01T16:46:31.4142942Z adding 'torchgen/api/ufunc.py' 2024-11-01T16:46:31.4148189Z adding 'torchgen/api/unboxing.py' 2024-11-01T16:46:31.4152044Z adding 'torchgen/api/types/__init__.py' 2024-11-01T16:46:31.4158606Z adding 'torchgen/api/types/signatures.py' 2024-11-01T16:46:31.4163359Z adding 'torchgen/api/types/types.py' 2024-11-01T16:46:31.4168586Z adding 'torchgen/api/types/types_base.py' 2024-11-01T16:46:31.4172625Z adding 'torchgen/dest/__init__.py' 2024-11-01T16:46:31.4182849Z adding 'torchgen/dest/lazy_ir.py' 2024-11-01T16:46:31.4186918Z adding 'torchgen/dest/lazy_ts_lowering.py' 2024-11-01T16:46:31.4190520Z adding 'torchgen/dest/native_functions.py' 2024-11-01T16:46:31.4204547Z adding 'torchgen/dest/register_dispatch_key.py' 2024-11-01T16:46:31.4212675Z adding 'torchgen/dest/ufunc.py' 2024-11-01T16:46:31.4216756Z adding 'torchgen/executorch/__init__.py' 2024-11-01T16:46:31.4221419Z adding 'torchgen/executorch/model.py' 2024-11-01T16:46:31.4225716Z adding 'torchgen/executorch/parse.py' 2024-11-01T16:46:31.4229432Z adding 'torchgen/executorch/api/__init__.py' 2024-11-01T16:46:31.4233793Z adding 'torchgen/executorch/api/custom_ops.py' 2024-11-01T16:46:31.4239856Z adding 'torchgen/executorch/api/et_cpp.py' 2024-11-01T16:46:31.4244723Z adding 'torchgen/executorch/api/unboxing.py' 2024-11-01T16:46:31.4248516Z adding 'torchgen/executorch/api/types/__init__.py' 2024-11-01T16:46:31.4251976Z adding 'torchgen/executorch/api/types/signatures.py' 2024-11-01T16:46:31.4255409Z adding 'torchgen/executorch/api/types/types.py' 2024-11-01T16:46:31.4259138Z adding 'torchgen/operator_versions/__init__.py' 2024-11-01T16:46:31.4264888Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2024-11-01T16:46:31.4268689Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2024-11-01T16:46:31.4389342Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2024-11-01T16:46:31.4406334Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2024-11-01T16:46:31.4411773Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2024-11-01T16:46:31.4414978Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2024-11-01T16:46:31.4418153Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2024-11-01T16:46:31.4421501Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2024-11-01T16:46:31.4424636Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2024-11-01T16:46:31.4427552Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2024-11-01T16:46:31.4430426Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2024-11-01T16:46:31.4433216Z adding 'torchgen/packaged/ATen/templates/Function.h' 2024-11-01T16:46:31.4436542Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2024-11-01T16:46:31.4440229Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2024-11-01T16:46:31.4444255Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2024-11-01T16:46:31.4447397Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2024-11-01T16:46:31.4450316Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2024-11-01T16:46:31.4453426Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2024-11-01T16:46:31.4456240Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2024-11-01T16:46:31.4460070Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2024-11-01T16:46:31.4463184Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2024-11-01T16:46:31.4466089Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2024-11-01T16:46:31.4468932Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2024-11-01T16:46:31.4471854Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2024-11-01T16:46:31.4475518Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2024-11-01T16:46:31.4478665Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2024-11-01T16:46:31.4481706Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2024-11-01T16:46:31.4484773Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2024-11-01T16:46:31.4488044Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2024-11-01T16:46:31.4491014Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2024-11-01T16:46:31.4494204Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2024-11-01T16:46:31.4497899Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2024-11-01T16:46:31.4500875Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2024-11-01T16:46:31.4503736Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2024-11-01T16:46:31.4515254Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2024-11-01T16:46:31.4519645Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2024-11-01T16:46:31.4522687Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2024-11-01T16:46:31.4525627Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2024-11-01T16:46:31.4528509Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2024-11-01T16:46:31.4531542Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2024-11-01T16:46:31.4534612Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2024-11-01T16:46:31.4537716Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2024-11-01T16:46:31.4540490Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2024-11-01T16:46:31.4544228Z adding 'torchgen/packaged/autograd/BUILD.bazel' 2024-11-01T16:46:31.4546984Z adding 'torchgen/packaged/autograd/README.md' 2024-11-01T16:46:31.4549731Z adding 'torchgen/packaged/autograd/__init__.py' 2024-11-01T16:46:31.4552514Z adding 'torchgen/packaged/autograd/build.bzl' 2024-11-01T16:46:31.4555497Z adding 'torchgen/packaged/autograd/context.py' 2024-11-01T16:46:31.4559163Z adding 'torchgen/packaged/autograd/deprecated.yaml' 2024-11-01T16:46:31.4606947Z adding 'torchgen/packaged/autograd/derivatives.yaml' 2024-11-01T16:46:31.4614671Z adding 'torchgen/packaged/autograd/gen_annotated_fn_args.py' 2024-11-01T16:46:31.4618565Z adding 'torchgen/packaged/autograd/gen_autograd.py' 2024-11-01T16:46:31.4628219Z adding 'torchgen/packaged/autograd/gen_autograd_functions.py' 2024-11-01T16:46:31.4637877Z adding 'torchgen/packaged/autograd/gen_inplace_or_view_type.py' 2024-11-01T16:46:31.4654497Z adding 'torchgen/packaged/autograd/gen_python_functions.py' 2024-11-01T16:46:31.4663243Z adding 'torchgen/packaged/autograd/gen_trace_type.py' 2024-11-01T16:46:31.4667740Z adding 'torchgen/packaged/autograd/gen_variable_factories.py' 2024-11-01T16:46:31.4694985Z adding 'torchgen/packaged/autograd/gen_variable_type.py' 2024-11-01T16:46:31.4702947Z adding 'torchgen/packaged/autograd/gen_view_funcs.py' 2024-11-01T16:46:31.4717814Z adding 'torchgen/packaged/autograd/load_derivatives.py' 2024-11-01T16:46:31.4723631Z adding 'torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp' 2024-11-01T16:46:31.4726820Z adding 'torchgen/packaged/autograd/templates/Functions.cpp' 2024-11-01T16:46:31.4730020Z adding 'torchgen/packaged/autograd/templates/Functions.h' 2024-11-01T16:46:31.4733943Z adding 'torchgen/packaged/autograd/templates/TraceType.cpp' 2024-11-01T16:46:31.4736810Z adding 'torchgen/packaged/autograd/templates/VariableType.cpp' 2024-11-01T16:46:31.4740127Z adding 'torchgen/packaged/autograd/templates/VariableType.h' 2024-11-01T16:46:31.4743165Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.cpp' 2024-11-01T16:46:31.4746121Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.h' 2024-11-01T16:46:31.4749179Z adding 'torchgen/packaged/autograd/templates/annotated_fn_args.py.in' 2024-11-01T16:46:31.4759154Z adding 'torchgen/packaged/autograd/templates/python_enum_tag.cpp' 2024-11-01T16:46:31.4760053Z adding 'torchgen/packaged/autograd/templates/python_fft_functions.cpp' 2024-11-01T16:46:31.4765281Z adding 'torchgen/packaged/autograd/templates/python_functions.cpp' 2024-11-01T16:46:31.4768761Z adding 'torchgen/packaged/autograd/templates/python_functions.h' 2024-11-01T16:46:31.4772661Z adding 'torchgen/packaged/autograd/templates/python_linalg_functions.cpp' 2024-11-01T16:46:31.4776574Z adding 'torchgen/packaged/autograd/templates/python_nested_functions.cpp' 2024-11-01T16:46:31.4780880Z adding 'torchgen/packaged/autograd/templates/python_nn_functions.cpp' 2024-11-01T16:46:31.4784731Z adding 'torchgen/packaged/autograd/templates/python_return_types.cpp' 2024-11-01T16:46:31.4788137Z adding 'torchgen/packaged/autograd/templates/python_return_types.h' 2024-11-01T16:46:31.4791792Z adding 'torchgen/packaged/autograd/templates/python_sparse_functions.cpp' 2024-11-01T16:46:31.4795037Z adding 'torchgen/packaged/autograd/templates/python_special_functions.cpp' 2024-11-01T16:46:31.4798655Z adding 'torchgen/packaged/autograd/templates/python_torch_functions.cpp' 2024-11-01T16:46:31.4811174Z adding 'torchgen/packaged/autograd/templates/python_variable_methods.cpp' 2024-11-01T16:46:31.4816507Z adding 'torchgen/packaged/autograd/templates/variable_factories.h' 2024-11-01T16:46:31.4820265Z adding 'torchgen/selective_build/__init__.py' 2024-11-01T16:46:31.4824680Z adding 'torchgen/selective_build/operator.py' 2024-11-01T16:46:31.4830452Z adding 'torchgen/selective_build/selector.py' 2024-11-01T16:46:31.4834618Z adding 'torchgen/static_runtime/__init__.py' 2024-11-01T16:46:31.4839468Z adding 'torchgen/static_runtime/config.py' 2024-11-01T16:46:31.4844358Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2024-11-01T16:46:31.4853231Z adding 'torchgen/static_runtime/generator.py' 2024-11-01T16:46:31.4968338Z adding 'torch-2.6.0a0+gitd1aa4ef.dist-info/LICENSE' 2024-11-01T16:46:31.4990154Z adding 'torch-2.6.0a0+gitd1aa4ef.dist-info/METADATA' 2024-11-01T16:46:31.4999537Z adding 'torch-2.6.0a0+gitd1aa4ef.dist-info/NOTICE' 2024-11-01T16:46:31.5002124Z adding 'torch-2.6.0a0+gitd1aa4ef.dist-info/WHEEL' 2024-11-01T16:46:31.5004304Z adding 'torch-2.6.0a0+gitd1aa4ef.dist-info/entry_points.txt' 2024-11-01T16:46:31.5006095Z adding 'torch-2.6.0a0+gitd1aa4ef.dist-info/top_level.txt' 2024-11-01T16:46:31.5646879Z adding 'torch-2.6.0a0+gitd1aa4ef.dist-info/RECORD' 2024-11-01T16:46:31.5997086Z removing build\bdist.win-amd64\wheel 2024-11-01T16:46:33.0852245Z 2024-11-01T16:46:33.0853071Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2024-11-01T16:46:33.0853585Z 2024-11-01T16:46:33.0853922Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2024-11-01T16:46:33.0854504Z 2024-11-01T16:46:33.0854881Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats 2024-11-01T16:46:33.1286335Z Compile requests 7236 2024-11-01T16:46:33.1286908Z Compile requests executed 7236 2024-11-01T16:46:33.1287298Z Cache hits 7172 2024-11-01T16:46:33.1287689Z Cache hits (C/C++) 7172 2024-11-01T16:46:33.1289508Z Cache misses 47 2024-11-01T16:46:33.1289986Z Cache misses (C/C++) 47 2024-11-01T16:46:33.1290373Z Cache timeouts 0 2024-11-01T16:46:33.1290772Z Cache read errors 0 2024-11-01T16:46:33.1291293Z Forced recaches 0 2024-11-01T16:46:33.1291739Z Cache write errors 0 2024-11-01T16:46:33.1292193Z Compilation failures 3 2024-11-01T16:46:33.1292585Z Cache errors 14 2024-11-01T16:46:33.1292969Z Cache errors (C/C++) 14 2024-11-01T16:46:33.1293382Z Non-cacheable compilations 8 2024-11-01T16:46:33.1293785Z Non-cacheable calls 0 2024-11-01T16:46:33.1294180Z Non-compilation calls 0 2024-11-01T16:46:33.1294581Z Unsupported compiler calls 0 2024-11-01T16:46:33.1294991Z Average cache write 0.042 s 2024-11-01T16:46:33.1295395Z Average compiler 0.050 s 2024-11-01T16:46:33.1295806Z Average cache read hit 0.085 s 2024-11-01T16:46:33.1296232Z Failed distributed compilations 0 2024-11-01T16:46:33.1296809Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2024-11-01T16:46:33.1297423Z Version (client) 0.7.4 2024-11-01T16:46:33.1307991Z 2024-11-01T16:46:33.1309037Z (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])" 2024-11-01T16:46:34.0047170Z Processing c:\actions-runner\_work\pytorch\pytorch\dist\torch-2.6.0a0+gitd1aa4ef-cp39-cp39-win_amd64.whl 2024-11-01T16:46:34.6818024Z Installing collected packages: torch 2024-11-01T16:46:52.1110476Z Successfully installed torch-2.6.0a0+gitd1aa4ef 2024-11-01T16:46:52.1753375Z 2024-11-01T16:46:52.1755322Z (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 ( 2024-11-01T16:46:52.1757277Z copy /Y "dist\*.whl" "C:/11632515612/build-results/" 2024-11-01T16:46:52.1757790Z python tools/stats/export_test_times.py 2024-11-01T16:46:52.1758468Z robocopy /E ".additional_ci_files" "C:/11632515612/build-results/\.additional_ci_files" 2024-11-01T16:46:52.1759224Z copy /Y "build\.ninja_log" "C:/11632515612/build-results/\" 2024-11-01T16:46:52.1759693Z ) ) 2024-11-01T16:46:52.1765698Z dist\torch-2.6.0a0+gitd1aa4ef-cp39-cp39-win_amd64.whl 2024-11-01T16:46:52.2815763Z 1 file(s) copied. 2024-11-01T16:46:53.4994009Z Exporting test times from test-infra 2024-11-01T16:46:53.4995622Z 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 2024-11-01T16:46:53.4997971Z 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 2024-11-01T16:46:53.5256035Z 2024-11-01T16:46:53.5256575Z ------------------------------------------------------------------------------- 2024-11-01T16:46:53.5257495Z ROBOCOPY :: Robust File Copy for Windows 2024-11-01T16:46:53.5258158Z ------------------------------------------------------------------------------- 2024-11-01T16:46:53.5258527Z 2024-11-01T16:46:53.5259880Z Started : Friday, November 1, 2024 4:46:53 PM 2024-11-01T16:46:53.5260851Z Source : C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2024-11-01T16:46:53.5261582Z Dest : C:\11632515612\build-results\.additional_ci_files\ 2024-11-01T16:46:53.5261974Z 2024-11-01T16:46:53.5262073Z Files : *.* 2024-11-01T16:46:53.5262324Z 2024-11-01T16:46:53.5263328Z Options : *.* /S /E /DCOPY:DA /COPY:DAT /R:1000000 /W:30 2024-11-01T16:46:53.5263706Z 2024-11-01T16:46:53.5263911Z ------------------------------------------------------------------------------ 2024-11-01T16:46:53.5266989Z 2024-11-01T16:46:53.5273330Z New Dir 2 C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2024-11-01T16:46:53.5280826Z New File 3.9 m test-class-times.json 2024-11-01T16:46:53.5283135Z 12% 2024-11-01T16:46:53.5286147Z 25% 2024-11-01T16:46:53.5288612Z 37% 2024-11-01T16:46:53.5291563Z 50% 2024-11-01T16:46:53.5293884Z 62% 2024-11-01T16:46:53.5296952Z 75% 2024-11-01T16:46:53.5299343Z 87% 2024-11-01T16:46:53.5301471Z 100% 2024-11-01T16:46:53.5305572Z New File 1.0 m test-times.json 2024-11-01T16:46:53.5307335Z 23% 2024-11-01T16:46:53.5309001Z 46% 2024-11-01T16:46:53.5310524Z 69% 2024-11-01T16:46:53.5311500Z 92% 2024-11-01T16:46:53.5314993Z 100% 2024-11-01T16:46:53.5315220Z 2024-11-01T16:46:53.5315483Z ------------------------------------------------------------------------------ 2024-11-01T16:46:53.5315876Z 2024-11-01T16:46:53.5316795Z Total Copied Skipped Mismatch FAILED Extras 2024-11-01T16:46:53.5317538Z Dirs : 1 1 0 0 0 0 2024-11-01T16:46:53.5318481Z Files : 2 2 0 0 0 0 2024-11-01T16:46:53.5319372Z Bytes : 5.06 m 5.06 m 0 0 0 0 2024-11-01T16:46:53.5320121Z Times : 0:00:00 0:00:00 0:00:00 0:00:00 2024-11-01T16:46:53.5320496Z 2024-11-01T16:46:53.5320996Z 2024-11-01T16:46:53.5322033Z Speed : 758725142 Bytes/sec. 2024-11-01T16:46:53.5322969Z Speed : 43414.600 MegaBytes/min. 2024-11-01T16:46:53.5323486Z Ended : Friday, November 1, 2024 4:46:53 PM 2024-11-01T16:46:53.5323909Z 2024-11-01T16:46:53.5561456Z 1 file(s) copied. 2024-11-01T16:46:53.5563627Z 2024-11-01T16:46:53.5564602Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats --stats-format json | jq .stats 1>sccache-stats-win-vs2019-cpu-py3-32395789101.json 2024-11-01T16:46:53.5946502Z 2024-11-01T16:46:53.5947128Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2024-11-01T16:46:53.6031565Z Stopping sccache server... 2024-11-01T16:46:53.6050487Z Compile requests 7236 2024-11-01T16:46:53.6050958Z Compile requests executed 7236 2024-11-01T16:46:53.6051354Z Cache hits 7172 2024-11-01T16:46:53.6051753Z Cache hits (C/C++) 7172 2024-11-01T16:46:53.6052140Z Cache misses 47 2024-11-01T16:46:53.6052514Z Cache misses (C/C++) 47 2024-11-01T16:46:53.6053032Z Cache timeouts 0 2024-11-01T16:46:53.6053428Z Cache read errors 0 2024-11-01T16:46:53.6053821Z Forced recaches 0 2024-11-01T16:46:53.6054396Z Cache write errors 0 2024-11-01T16:46:53.6054849Z Compilation failures 3 2024-11-01T16:46:53.6055295Z Cache errors 14 2024-11-01T16:46:53.6055719Z Cache errors (C/C++) 14 2024-11-01T16:46:53.6056146Z Non-cacheable compilations 8 2024-11-01T16:46:53.6056556Z Non-cacheable calls 0 2024-11-01T16:46:53.6056947Z Non-compilation calls 0 2024-11-01T16:46:53.6057356Z Unsupported compiler calls 0 2024-11-01T16:46:53.6057769Z Average cache write 0.042 s 2024-11-01T16:46:53.6058168Z Average compiler 0.050 s 2024-11-01T16:46:53.6058588Z Average cache read hit 0.085 s 2024-11-01T16:46:53.6059020Z Failed distributed compilations 0 2024-11-01T16:46:53.6059591Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2024-11-01T16:46:53.6060163Z Version (client) 0.7.4 2024-11-01T16:46:53.6069602Z 2024-11-01T16:46:53.6070060Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-11-01T16:46:53.6262537Z + assert_git_not_dirty 2024-11-01T16:46:53.6463936Z + [[ win-vs2019-cpu-py3 != *rocm* ]] 2024-11-01T16:46:53.6464376Z + [[ win-vs2019-cpu-py3 != *xla* ]] 2024-11-01T16:46:53.6807484Z ++ git status --porcelain 2024-11-01T16:46:53.6869893Z ++ grep -v '?? third_party' 2024-11-01T16:47:00.8041160Z ++ true 2024-11-01T16:47:00.8050756Z + git_status= 2024-11-01T16:47:00.8051061Z + [[ -n '' ]] 2024-11-01T16:47:00.8051336Z + echo 'BUILD PASSED' 2024-11-01T16:47:00.8051623Z BUILD PASSED 2024-11-01T16:47:00.8510729Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-11-01T16:47:00.8511207Z with: 2024-11-01T16:47:00.8511453Z retention-days: 14 2024-11-01T16:47:00.8511758Z if-no-files-found: error 2024-11-01T16:47:00.8512093Z name: win-vs2019-cpu-py3 2024-11-01T16:47:00.8512428Z path: C:\11632515612\build-results 2024-11-01T16:47:00.8512792Z s3-bucket: gha-artifacts 2024-11-01T16:47:00.8513105Z region: us-east-1 2024-11-01T16:47:00.8513365Z env: 2024-11-01T16:47:00.8513592Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:47:00.8514123Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:47:00.8514887Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:47:00.8515580Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:47:00.8516141Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:47:00.8516549Z ##[endgroup] 2024-11-01T16:47:01.8285850Z With the provided path, there will be 4 files uploaded 2024-11-01T16:47:01.8286542Z Uploading to s3 prefix: pytorch/pytorch/11632515612/win-vs2019-cpu-py3 2024-11-01T16:47:01.9541925Z Starting upload of .additional_ci_files\test-class-times.json 2024-11-01T16:47:02.2393610Z Finished upload of .additional_ci_files\test-class-times.json 2024-11-01T16:47:02.2394984Z Starting upload of .additional_ci_files\test-times.json 2024-11-01T16:47:02.4995429Z Finished upload of .additional_ci_files\test-times.json 2024-11-01T16:47:02.4997811Z Starting upload of .ninja_log 2024-11-01T16:47:02.6573997Z Finished upload of .ninja_log 2024-11-01T16:47:02.6575413Z Starting upload of torch-2.6.0a0+gitd1aa4ef-cp39-cp39-win_amd64.whl 2024-11-01T16:47:04.4439805Z Finished upload of torch-2.6.0a0+gitd1aa4ef-cp39-cp39-win_amd64.whl 2024-11-01T16:47:04.4737572Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-11-01T16:47:04.4738023Z with: 2024-11-01T16:47:04.4738346Z s3-prefix: pytorch/pytorch/11632515612/1/artifact 2024-11-01T16:47:04.4738780Z retention-days: 14 2024-11-01T16:47:04.4739120Z if-no-files-found: warn 2024-11-01T16:47:04.4739478Z path: sccache-stats-*.json 2024-11-01T16:47:04.4739942Z name: artifact 2024-11-01T16:47:04.4740220Z s3-bucket: gha-artifacts 2024-11-01T16:47:04.4740537Z region: us-east-1 2024-11-01T16:47:04.4740785Z env: 2024-11-01T16:47:04.4741023Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:47:04.4741624Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:47:04.4742376Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:47:04.4743068Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:47:04.4743640Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:47:04.4744090Z ##[endgroup] 2024-11-01T16:47:04.8581344Z NOTE: s3-prefix specified, ignoring name parameter 2024-11-01T16:47:04.8581953Z With the provided path, there will be 1 file uploaded 2024-11-01T16:47:04.8582557Z Uploading to s3 prefix: pytorch/pytorch/11632515612/1/artifact 2024-11-01T16:47:04.8595338Z Starting upload of sccache-stats-win-vs2019-cpu-py3-32395789101.json 2024-11-01T16:47:04.9989835Z Finished upload of sccache-stats-win-vs2019-cpu-py3-32395789101.json 2024-11-01T16:47:05.0289294Z Prepare all required actions 2024-11-01T16:47:05.0289805Z Getting action download info 2024-11-01T16:47:05.2007404Z ##[group]Run ./.github/actions/teardown-win 2024-11-01T16:47:05.2007787Z with: 2024-11-01T16:47:05.2008094Z extra-delete-dir: /c/11632515612/build-results/ 2024-11-01T16:47:05.2008510Z env: 2024-11-01T16:47:05.2008737Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:47:05.2009273Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:47:05.2010033Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:47:05.2010711Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:47:05.2011281Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:47:05.2011687Z ##[endgroup] 2024-11-01T16:47:05.2097776Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2024-11-01T16:47:05.2098335Z .github\scripts\wait_for_ssh_to_drain.ps1 2024-11-01T16:47:05.2113836Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T16:47:05.2114475Z env: 2024-11-01T16:47:05.2114731Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:47:05.2115255Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:47:05.2116019Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:47:05.2116709Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:47:05.2117275Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:47:05.2117669Z ##[endgroup] 2024-11-01T16:47:05.5573685Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T16:47:05.5636538Z Finished 2024-11-01T16:47:05.7257293Z Holding runner until all ssh sessions have logged out 2024-11-01T16:47:05.7562561Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2024-11-01T16:47:05.7563248Z .github\scripts\kill_active_ssh_sessions.ps1 2024-11-01T16:47:05.7578949Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T16:47:05.7579573Z env: 2024-11-01T16:47:05.7579824Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:47:05.7580355Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:47:05.7581107Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:47:05.7581802Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:47:05.7582370Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:47:05.7582774Z ##[endgroup] 2024-11-01T16:47:06.1363991Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T16:47:06.1424713Z Finished 2024-11-01T16:47:06.1838520Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2024-11-01T16:47:06.1839052Z env: 2024-11-01T16:47:06.1839422Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:47:06.1840024Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:47:06.1840786Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:47:06.1841543Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:47:06.1842101Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:47:06.1842512Z ##[endgroup] 2024-11-01T16:47:06.1913134Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-11-01T16:47:06.1914240Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-11-01T16:47:06.1915380Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2024-11-01T16:47:06.1916092Z # handle tool 2024-11-01T16:47:06.1916586Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2024-11-01T16:47:06.1917195Z Foreach ($process In $processes) { 2024-11-01T16:47:06.1918879Z  Try { 2024-11-01T16:47:06.1919634Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2024-11-01T16:47:06.1920783Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2024-11-01T16:47:06.1921358Z  } 2024-11-01T16:47:06.1921612Z  Catch { 2024-11-01T16:47:06.1922056Z  Write-Output "No leftover $process process, continuing" 2024-11-01T16:47:06.1922587Z  Write-Output $_ 2024-11-01T16:47:06.1922988Z  } 2024-11-01T16:47:06.1923232Z } 2024-11-01T16:47:06.1923454Z  2024-11-01T16:47:06.1924126Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2024-11-01T16:47:06.1924939Z # for hung processes 2024-11-01T16:47:06.1925321Z Foreach ($process In $processes) { 2024-11-01T16:47:06.1925766Z  Try { 2024-11-01T16:47:06.1926395Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2024-11-01T16:47:06.1927040Z  } 2024-11-01T16:47:06.1927295Z  Catch { 2024-11-01T16:47:06.1927592Z  Write-Output $_ 2024-11-01T16:47:06.1927902Z  } 2024-11-01T16:47:06.1928145Z } 2024-11-01T16:47:06.1928380Z  2024-11-01T16:47:06.1928601Z Try { 2024-11-01T16:47:06.1928944Z  # Print all the processes for debugging 2024-11-01T16:47:06.1929643Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2024-11-01T16:47:06.1930246Z } 2024-11-01T16:47:06.1930489Z Catch { 2024-11-01T16:47:06.1931073Z  # Better to write out whatever exception thrown to help debugging any potential issue 2024-11-01T16:47:06.1931839Z  Write-Output $_ 2024-11-01T16:47:06.1932151Z } 2024-11-01T16:47:06.1948014Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T16:47:06.1948740Z env: 2024-11-01T16:47:06.1949019Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:47:06.1949644Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:47:06.1950542Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:47:06.1951311Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:47:06.1951969Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:47:06.1952424Z ##[endgroup] 2024-11-01T16:47:06.5192647Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T16:47:06.5253208Z Finished 2024-11-01T16:47:06.5525803Z No leftover python process, continuing 2024-11-01T16:47:06.6217995Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2024-11-01T16:47:06.6219275Z At C:\actions-runner\_work\_temp\82e60031-3a08-4525-ba33-07d40c985eb8.ps1:9 char:5 2024-11-01T16:47:06.6220108Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:47:06.6220834Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:47:06.6221528Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2024-11-01T16:47:06.6222667Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:47:06.6223489Z 2024-11-01T16:47:06.6233369Z No leftover ninja process, continuing 2024-11-01T16:47:06.6243557Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2024-11-01T16:47:06.6244573Z At C:\actions-runner\_work\_temp\82e60031-3a08-4525-ba33-07d40c985eb8.ps1:9 char:5 2024-11-01T16:47:06.6245389Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:47:06.6246024Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:47:06.6247493Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2024-11-01T16:47:06.6248653Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:47:06.6249473Z 2024-11-01T16:47:06.6258058Z No leftover cl process, continuing 2024-11-01T16:47:06.6267687Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2024-11-01T16:47:06.6268676Z At C:\actions-runner\_work\_temp\82e60031-3a08-4525-ba33-07d40c985eb8.ps1:9 char:5 2024-11-01T16:47:06.6269518Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:47:06.6270210Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:47:06.6270882Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2024-11-01T16:47:06.6272002Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:47:06.6272806Z 2024-11-01T16:47:06.6279365Z No leftover nvcc process, continuing 2024-11-01T16:47:06.6289142Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2024-11-01T16:47:06.6290135Z At C:\actions-runner\_work\_temp\82e60031-3a08-4525-ba33-07d40c985eb8.ps1:9 char:5 2024-11-01T16:47:06.6290950Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:47:06.6291594Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:47:06.6292318Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2024-11-01T16:47:06.6293471Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:47:06.6294287Z 2024-11-01T16:47:06.6300365Z No leftover cmd process, continuing 2024-11-01T16:47:06.6310105Z Get-Process : Cannot find a process with the name "cmd". Verify the process name and call the cmdlet again. 2024-11-01T16:47:06.6311114Z At C:\actions-runner\_work\_temp\82e60031-3a08-4525-ba33-07d40c985eb8.ps1:9 char:5 2024-11-01T16:47:06.6311928Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:47:06.6312564Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:47:06.6313242Z + CategoryInfo : ObjectNotFound: (cmd:String) [Get-Process], ProcessCommandException 2024-11-01T16:47:06.6314360Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:47:06.6315213Z 2024-11-01T16:47:06.6321081Z No leftover sccache process, continuing 2024-11-01T16:47:06.6330808Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2024-11-01T16:47:06.6331825Z At C:\actions-runner\_work\_temp\82e60031-3a08-4525-ba33-07d40c985eb8.ps1:9 char:5 2024-11-01T16:47:06.6332848Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:47:06.6333499Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:47:06.6334204Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2024-11-01T16:47:06.6335331Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:47:06.6336159Z 2024-11-01T16:47:06.6341860Z No leftover git process, continuing 2024-11-01T16:47:06.6351462Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2024-11-01T16:47:06.6352451Z At C:\actions-runner\_work\_temp\82e60031-3a08-4525-ba33-07d40c985eb8.ps1:9 char:5 2024-11-01T16:47:06.6353265Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-11-01T16:47:06.6353868Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:47:06.6354696Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2024-11-01T16:47:06.6355865Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-11-01T16:47:06.6356693Z 2024-11-01T16:47:06.6839525Z You cannot call a method on a null-valued expression. 2024-11-01T16:47:06.6840284Z At C:\actions-runner\_work\_temp\82e60031-3a08-4525-ba33-07d40c985eb8.ps1:21 char:5 2024-11-01T16:47:06.6841113Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:47:06.6841745Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:47:06.6842342Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:47:06.6842990Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:47:06.6843414Z 2024-11-01T16:47:06.6988268Z You cannot call a method on a null-valued expression. 2024-11-01T16:47:06.6989028Z At C:\actions-runner\_work\_temp\82e60031-3a08-4525-ba33-07d40c985eb8.ps1:21 char:5 2024-11-01T16:47:06.6989854Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:47:06.6990477Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:47:06.6991091Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:47:06.6991688Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:47:06.6992094Z 2024-11-01T16:47:06.7136899Z You cannot call a method on a null-valued expression. 2024-11-01T16:47:06.7137781Z At C:\actions-runner\_work\_temp\82e60031-3a08-4525-ba33-07d40c985eb8.ps1:21 char:5 2024-11-01T16:47:06.7138601Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:47:06.7139227Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:47:06.7139841Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:47:06.7140460Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:47:06.7142097Z 2024-11-01T16:47:06.7284840Z You cannot call a method on a null-valued expression. 2024-11-01T16:47:06.7285591Z At C:\actions-runner\_work\_temp\82e60031-3a08-4525-ba33-07d40c985eb8.ps1:21 char:5 2024-11-01T16:47:06.7286399Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:47:06.7287041Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:47:06.7287651Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:47:06.7288258Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:47:06.7288663Z 2024-11-01T16:47:06.7451429Z You cannot call a method on a null-valued expression. 2024-11-01T16:47:06.7452170Z At C:\actions-runner\_work\_temp\82e60031-3a08-4525-ba33-07d40c985eb8.ps1:21 char:5 2024-11-01T16:47:06.7452980Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:47:06.7453761Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:47:06.7454380Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:47:06.7454970Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:47:06.7455394Z 2024-11-01T16:47:06.7590326Z You cannot call a method on a null-valued expression. 2024-11-01T16:47:06.7591073Z At C:\actions-runner\_work\_temp\82e60031-3a08-4525-ba33-07d40c985eb8.ps1:21 char:5 2024-11-01T16:47:06.7591877Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:47:06.7592516Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:47:06.7593128Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:47:06.7593721Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:47:06.7594140Z 2024-11-01T16:47:06.7733778Z You cannot call a method on a null-valued expression. 2024-11-01T16:47:06.7734714Z At C:\actions-runner\_work\_temp\82e60031-3a08-4525-ba33-07d40c985eb8.ps1:21 char:5 2024-11-01T16:47:06.7735522Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-11-01T16:47:06.7736165Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-11-01T16:47:06.7736783Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-11-01T16:47:06.7737375Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-11-01T16:47:06.7737794Z 2024-11-01T16:47:06.8578853Z Caption CommandLine ProcessId 2024-11-01T16:47:06.8579490Z 2024-11-01T16:47:06.8579970Z System Idle Process 0 2024-11-01T16:47:06.8580562Z 2024-11-01T16:47:06.8580956Z System 4 2024-11-01T16:47:06.8581470Z 2024-11-01T16:47:06.8581871Z Registry 168 2024-11-01T16:47:06.8582873Z 2024-11-01T16:47:06.8583278Z smss.exe 408 2024-11-01T16:47:06.8583843Z 2024-11-01T16:47:06.8584332Z csrss.exe 532 2024-11-01T16:47:06.8584997Z 2024-11-01T16:47:06.8585410Z csrss.exe 608 2024-11-01T16:47:06.8585939Z 2024-11-01T16:47:06.8586352Z wininit.exe 632 2024-11-01T16:47:06.8586886Z 2024-11-01T16:47:06.8587809Z winlogon.exe winlogon.exe 704 2024-11-01T16:47:06.8588434Z 2024-11-01T16:47:06.8588855Z services.exe 748 2024-11-01T16:47:06.8589398Z 2024-11-01T16:47:06.8589969Z lsass.exe C:\Windows\system32\lsass.exe 768 2024-11-01T16:47:06.8590657Z 2024-11-01T16:47:06.8591389Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 892 2024-11-01T16:47:06.8592226Z 2024-11-01T16:47:06.8592893Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 916 2024-11-01T16:47:06.8593662Z 2024-11-01T16:47:06.8594191Z fontdrvhost.exe "fontdrvhost.exe" 940 2024-11-01T16:47:06.8594879Z 2024-11-01T16:47:06.8595384Z fontdrvhost.exe "fontdrvhost.exe" 948 2024-11-01T16:47:06.8596041Z 2024-11-01T16:47:06.8596672Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 136 2024-11-01T16:47:06.8597480Z 2024-11-01T16:47:06.8598163Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 468 2024-11-01T16:47:06.8599026Z 2024-11-01T16:47:06.8599730Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 1040 2024-11-01T16:47:06.8600568Z 2024-11-01T16:47:06.8601637Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1152 2024-11-01T16:47:06.8602606Z 2024-11-01T16:47:06.8603109Z dwm.exe "dwm.exe" 1188 2024-11-01T16:47:06.8603684Z 2024-11-01T16:47:06.8604507Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1320 2024-11-01T16:47:06.8605464Z 2024-11-01T16:47:06.8606032Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe 1328 2024-11-01T16:47:06.8606732Z 2024-11-01T16:47:06.8607418Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1424 2024-11-01T16:47:06.8608250Z 2024-11-01T16:47:06.8608986Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1436 2024-11-01T16:47:06.8609801Z 2024-11-01T16:47:06.8611670Z NVDisplay.Container.exe "C:\Program Files\NVIDIA Corporation\Display.NvContainer\NVDisplay.Container.exe" -s NVDisplay.ContainerLocalSystem -f "C:\ProgramData\NVIDIA\NVDisplay.ContainerLocalSystem.log" -l 3 -d "C:\Program Files\NVIDIA Corporation\Display.NvContainer\plugins\LocalSystem" -r -p 30000 -ert 1464 2024-11-01T16:47:06.8613666Z 2024-11-01T16:47:06.8614470Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1496 2024-11-01T16:47:06.8615449Z 2024-11-01T16:47:06.8616165Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1552 2024-11-01T16:47:06.8617016Z 2024-11-01T16:47:06.8617716Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1576 2024-11-01T16:47:06.8618546Z 2024-11-01T16:47:06.8619332Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1668 2024-11-01T16:47:06.8620185Z 2024-11-01T16:47:06.8620912Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1676 2024-11-01T16:47:06.8621777Z 2024-11-01T16:47:06.8622591Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 1768 2024-11-01T16:47:06.8623526Z 2024-11-01T16:47:06.8624377Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1888 2024-11-01T16:47:06.8625342Z 2024-11-01T16:47:06.8626042Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1940 2024-11-01T16:47:06.8627062Z 2024-11-01T16:47:06.8627759Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1952 2024-11-01T16:47:06.8628570Z 2024-11-01T16:47:06.8629317Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1960 2024-11-01T16:47:06.8630175Z 2024-11-01T16:47:06.8630873Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 1644 2024-11-01T16:47:06.8631701Z 2024-11-01T16:47:06.8632473Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 2060 2024-11-01T16:47:06.8633356Z 2024-11-01T16:47:06.8634308Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2132 2024-11-01T16:47:06.8635320Z 2024-11-01T16:47:06.8636068Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 2184 2024-11-01T16:47:06.8636920Z 2024-11-01T16:47:06.8637650Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2252 2024-11-01T16:47:06.8638497Z 2024-11-01T16:47:06.8639271Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2276 2024-11-01T16:47:06.8640241Z 2024-11-01T16:47:06.8641066Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2340 2024-11-01T16:47:06.8641983Z 2024-11-01T16:47:06.8642818Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 2444 2024-11-01T16:47:06.8643904Z 2024-11-01T16:47:06.8644609Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2468 2024-11-01T16:47:06.8645449Z 2024-11-01T16:47:06.8646196Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 2632 2024-11-01T16:47:06.8647065Z 2024-11-01T16:47:06.8647766Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 2720 2024-11-01T16:47:06.8648593Z 2024-11-01T16:47:06.8649165Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2836 2024-11-01T16:47:06.8649880Z 2024-11-01T16:47:06.8650835Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2924 2024-11-01T16:47:06.8651693Z 2024-11-01T16:47:06.8652525Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2932 2024-11-01T16:47:06.8653464Z 2024-11-01T16:47:06.8654155Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2940 2024-11-01T16:47:06.8654974Z 2024-11-01T16:47:06.8655697Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2948 2024-11-01T16:47:06.8656566Z 2024-11-01T16:47:06.8657359Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2956 2024-11-01T16:47:06.8658293Z 2024-11-01T16:47:06.8659005Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2968 2024-11-01T16:47:06.8659900Z 2024-11-01T16:47:06.8660598Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2964 2024-11-01T16:47:06.8661436Z 2024-11-01T16:47:06.8662130Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2988 2024-11-01T16:47:06.8663006Z 2024-11-01T16:47:06.8663702Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 3140 2024-11-01T16:47:06.8664519Z 2024-11-01T16:47:06.8665115Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 3164 2024-11-01T16:47:06.8665830Z 2024-11-01T16:47:06.8667032Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 3248 2024-11-01T16:47:06.8668108Z 2024-11-01T16:47:06.8668814Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 3316 2024-11-01T16:47:06.8669630Z 2024-11-01T16:47:06.8670492Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3724 2024-11-01T16:47:06.8671462Z 2024-11-01T16:47:06.8672168Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a76855 /state1:0x41c64e6d 3224 2024-11-01T16:47:06.8672980Z 2024-11-01T16:47:06.8674656Z NVDisplay.Container.exe "C:\Program Files\NVIDIA Corporation\Display.NvContainer\NVDisplay.Container.exe" -f "C:\ProgramData\NVIDIA\DisplaySessionContainer%d.log" -d "C:\Program Files\NVIDIA Corporation\Display.NvContainer\plugins\Session" -r -l 3 -p 30000 -ert -c 1096 2024-11-01T16:47:06.8676487Z 2024-11-01T16:47:06.8677149Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe -spawnprovider 2076 2024-11-01T16:47:06.8677918Z 2024-11-01T16:47:06.8678459Z vds.exe C:\Windows\System32\vds.exe 3044 2024-11-01T16:47:06.8679117Z 2024-11-01T16:47:06.8679866Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 4396 2024-11-01T16:47:06.8680789Z 2024-11-01T16:47:06.8681589Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 4488 2024-11-01T16:47:06.8682526Z 2024-11-01T16:47:06.8683235Z msdtc.exe C:\Windows\System32\msdtc.exe 4652 2024-11-01T16:47:06.8683940Z 2024-11-01T16:47:06.8684744Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 4832 2024-11-01T16:47:06.8685678Z 2024-11-01T16:47:06.8686349Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 4980 2024-11-01T16:47:06.8687158Z 2024-11-01T16:47:06.8687887Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 1212 2024-11-01T16:47:06.8688732Z 2024-11-01T16:47:06.8689723Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 4236 2024-11-01T16:47:06.8690861Z 2024-11-01T16:47:06.8692857Z 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 976 2024-11-01T16:47:06.8695197Z 2024-11-01T16:47:06.8695803Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3372 2024-11-01T16:47:06.8696541Z 2024-11-01T16:47:06.8697291Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 4812 2024-11-01T16:47:06.8698226Z 2024-11-01T16:47:06.8699039Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 5108 2024-11-01T16:47:06.8699976Z 2024-11-01T16:47:06.8700714Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 1180 2024-11-01T16:47:06.8701581Z 2024-11-01T16:47:06.8702490Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 4684 2024-11-01T16:47:06.8703477Z 2024-11-01T16:47:06.8704074Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4144 2024-11-01T16:47:06.8704795Z 2024-11-01T16:47:06.8705508Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 4056 2024-11-01T16:47:06.8706345Z 2024-11-01T16:47:06.8707090Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 1776 2024-11-01T16:47:06.8707939Z 2024-11-01T16:47:06.8708672Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 3636 2024-11-01T16:47:06.8709527Z 2024-11-01T16:47:06.8710144Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4788 2024-11-01T16:47:06.8711059Z 2024-11-01T16:47:06.8711874Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 444 2024-11-01T16:47:06.8712797Z 2024-11-01T16:47:06.8713580Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 1364 2296 1228 2024-11-01T16:47:06.8714928Z 2024-11-01T16:47:06.8715547Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 3464 2024-11-01T16:47:06.8716273Z 2024-11-01T16:47:06.8716903Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 2680 2024-11-01T16:47:06.8717643Z 2024-11-01T16:47:06.8718322Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 1240 2024-11-01T16:47:06.8719080Z 2024-11-01T16:47:06.8720229Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\82e60031-3a08-4525-ba33-07d40c985eb8.ps1'" 4328 2024-11-01T16:47:06.8721504Z 2024-11-01T16:47:06.8722358Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 5300 2024-11-01T16:47:06.8723435Z 2024-11-01T16:47:06.8723439Z 2024-11-01T16:47:06.8723443Z 2024-11-01T16:47:06.8970842Z ##[group]Run nick-fields/retry@v3.0.0 2024-11-01T16:47:06.8971200Z with: 2024-11-01T16:47:06.8971432Z shell: bash 2024-11-01T16:47:06.8971691Z timeout_minutes: 5 2024-11-01T16:47:06.8972018Z max_attempts: 3 2024-11-01T16:47:06.8972346Z retry_wait_seconds: 90 2024-11-01T16:47:06.8973884Z 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 ./* 2024-11-01T16:47:06.8975485Z polling_interval_seconds: 1 2024-11-01T16:47:06.8975813Z warning_on_retry: true 2024-11-01T16:47:06.8976133Z continue_on_error: false 2024-11-01T16:47:06.8976766Z env: 2024-11-01T16:47:06.8977003Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:47:06.8977595Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:47:06.8978403Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:47:06.8979081Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:47:06.8979652Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:47:06.8980123Z EXTRA_DELETE_DIR: /c/11632515612/build-results/ 2024-11-01T16:47:06.8980533Z ##[endgroup] 2024-11-01T16:47:07.0792600Z + '[' -n /c/11632515612/build-results/ ']' 2024-11-01T16:47:07.0793789Z + rm -rf /c/11632515612/build-results/ 2024-11-01T16:47:07.1196179Z + 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 ./ios ./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-32395789101.json ./scripts ./setup.py ./test ./third_party ./tools ./torch ./torch.egg-info ./torchgen ./ubsan.supp ./ufunc_defs.bzl ./version.txt 2024-11-01T16:47:29.1721107Z Command completed after 1 attempt(s). 2024-11-01T16:47:29.1878249Z ##[group]Run handle C:\actions-runner\_work\ 2024-11-01T16:47:29.1878731Z handle C:\actions-runner\_work\ 2024-11-01T16:47:29.1895120Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-11-01T16:47:29.1895747Z env: 2024-11-01T16:47:29.1896003Z GIT_DEFAULT_BRANCH: main 2024-11-01T16:47:29.1896554Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-11-01T16:47:29.1897501Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-11-01T16:47:29.1898196Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-11-01T16:47:29.1898776Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-11-01T16:47:29.1899176Z ##[endgroup] 2024-11-01T16:47:29.5143813Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-11-01T16:47:29.5205927Z Finished 2024-11-01T16:47:29.6053525Z 2024-11-01T16:47:29.6053928Z Nthandle v5.0 - Handle viewer 2024-11-01T16:47:29.6054386Z Copyright (C) 1997-2022 Mark Russinovich 2024-11-01T16:47:29.6056423Z Sysinternals - www.sysinternals.com 2024-11-01T16:47:29.6056757Z 2024-11-01T16:47:29.6356118Z powershell.exe pid: 3444 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:47:29.6357210Z handle.exe pid: 1020 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:47:29.6358182Z handle.exe pid: 1344 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:47:29.6359041Z handle64.exe pid: 5480 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:47:29.7184487Z Post job cleanup. 2024-11-01T16:47:29.7316733Z Post job cleanup. 2024-11-01T16:47:29.9019055Z [command]"C:\Program Files\Git\cmd\git.exe" version 2024-11-01T16:47:29.9218324Z git version 2.46.0.windows.1 2024-11-01T16:47:29.9276702Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\373d9bec-774d-4b92-8a99-d0a6cb2ef817\.gitconfig' 2024-11-01T16:47:29.9293348Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\373d9bec-774d-4b92-8a99-d0a6cb2ef817' before making global git config changes 2024-11-01T16:47:29.9294584Z Adding repository directory to the temporary git global config as a safe directory 2024-11-01T16:47:29.9300983Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2024-11-01T16:47:29.9547356Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2024-11-01T16:47:29.9830571Z [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' || :\"" 2024-11-01T16:47:30.3973240Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-11-01T16:47:30.4161933Z http.https://github.com/.extraheader 2024-11-01T16:47:30.4199753Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2024-11-01T16:47:30.4440421Z [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' || :\"" 2024-11-01T16:47:30.8278229Z Evaluate and set job outputs 2024-11-01T16:47:30.8289564Z Set output 'test-matrix' 2024-11-01T16:47:30.8290681Z Cleaning up orphan processes